2018-11-05 22:00:16,592 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-308 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-05 22:00:16,595 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=A4mUPKed4MwpDjvXWXXCXwUJW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-11-05 22:00:16,595 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-05 22:00:16,596 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-11-05 22:00:16,605 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:00:17,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:00:17,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:00:17,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:00:17,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:00:17,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:00:17,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:00:17,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:00:17,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:00:17,420 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:17,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e1d673c-bfcc-4131-974f-68a4812e5252 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:17,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8e1d673c-bfcc-4131-974f-68a4812e5252 2018-11-05 22:00:17,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:17,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["4N-ipA3LQQC2nKN9pjepXA"], "issued_at": "2018-11-05T22:00:17.000000Z"}} 2018-11-05 22:00:17,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:17,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:17,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:17,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5487389-0b18-4f54-b41c-e2e9142ef3f0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:00:17,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e5487389-0b18-4f54-b41c-e2e9142ef3f0 2018-11-05 22:00:17,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.572468996048s 2018-11-05 22:00:17,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:00:17,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}}' 2018-11-05 22:00:18,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95a50f6c-80fd-4db5-9e33-aaefb41db317 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0"}, "enabled": true, "id": "946830783d1e40a3bd53c693688aecf0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}} 2018-11-05 22:00:18,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-95a50f6c-80fd-4db5-9e33-aaefb41db317 2018-11-05 22:00:18,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.250971078873s 2018-11-05 22:00:18,245 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-95a50f6c-80fd-4db5-9e33-aaefb41db317 2018-11-05 22:00:18,246 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f', 'id': u'946830783d1e40a3bd53c693688aecf0', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:00:18,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:00:18,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.508863925934s 2018-11-05 22:00:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:18,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323ffede-0fbf-44e6-8fbd-e1236c5d2033 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}, "domain_id": "default", "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}} 2018-11-05 22:00:18,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 used request id req-323ffede-0fbf-44e6-8fbd-e1236c5d2033 2018-11-05 22:00:18,866 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'04502e0aa45e4f14a2daab0b64fd1743', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f'}) 2018-11-05 22:00:18,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:18,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e214b4c-981f-472e-9bac-e1bfa44e28f4 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:18,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4e214b4c-981f-472e-9bac-e1bfa44e28f4 2018-11-05 22:00:18,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.132730007172s 2018-11-05 22:00:19,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:19,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2769f7c9-69ec-4981-9859-57c6ad9c3b51 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:19,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2769f7c9-69ec-4981-9859-57c6ad9c3b51 2018-11-05 22:00:19,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836429595947s 2018-11-05 22:00:19,085 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:00:19,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:00:19,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" -d '{"role": {"name": "Member"}}' 2018-11-05 22:00:19,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7394ce30-95d2-4dc4-85a0-09d9a6212829 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}} 2018-11-05 22:00:19,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-7394ce30-95d2-4dc4-85a0-09d9a6212829 2018-11-05 22:00:19,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.176721096039s 2018-11-05 22:00:19,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbd8c559-f61e-4c9f-a6a0-70f23227743d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "domain_id": null, "name": "Member", "id": "4fb763131d804df9a2aeb8a626d37fe9"}} 2018-11-05 22:00:19,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9 used request id req-cbd8c559-f61e-4c9f-a6a0-70f23227743d 2018-11-05 22:00:19,342 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9'}, 'domain_id': None, 'human_id': None, 'id': u'4fb763131d804df9a2aeb8a626d37fe9', 'HUMAN_ID': False}) 2018-11-05 22:00:19,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:19,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323dbcf3-a33f-41c4-ad4a-f3cc27624a71 Content-Encoding: gzip Content-Length: 316 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": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:19,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-323dbcf3-a33f-41c4-ad4a-f3cc27624a71 2018-11-05 22:00:19,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137835025787s 2018-11-05 22:00:19,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:00:19,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7aeaa84-fec6-44fb-b2db-cd4cd27efa89 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:19,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b7aeaa84-fec6-44fb-b2db-cd4cd27efa89 2018-11-05 22:00:19,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0799391269684s 2018-11-05 22:00:19,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:19,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0814f7b7-93a5-4a51-aac1-7c28e892c9ce Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "domain_id": "default", "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:19,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0814f7b7-93a5-4a51-aac1-7c28e892c9ce 2018-11-05 22:00:19,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106180906296s 2018-11-05 22:00:19,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0814f7b7-93a5-4a51-aac1-7c28e892c9ce 2018-11-05 22:00:19,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:19,677 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3ecbd6-bf60-4442-b2d7-187a2f05e355 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0"}, "enabled": true, "id": "946830783d1e40a3bd53c693688aecf0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:19,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-0c3ecbd6-bf60-4442-b2d7-187a2f05e355 2018-11-05 22:00:19,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0837841033936s 2018-11-05 22:00:19,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-0c3ecbd6-bf60-4442-b2d7-187a2f05e355 2018-11-05 22:00:19,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:00:19,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=4fb763131d804df9a2aeb8a626d37fe9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:19,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2efd7f-5533-4de6-a607-07a376de7dc7 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=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=4fb763131d804df9a2aeb8a626d37fe9", "previous": null, "next": null}} 2018-11-05 22:00:19,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=4fb763131d804df9a2aeb8a626d37fe9 used request id req-bf2efd7f-5533-4de6-a607-07a376de7dc7 2018-11-05 22:00:19,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.161489963531s 2018-11-05 22:00:19,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:00:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0/users/04502e0aa45e4f14a2daab0b64fd1743/roles/4fb763131d804df9a2aeb8a626d37fe9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e197857-9af6-4dbe-9571-e28bfe60e552 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:20,125 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0/users/04502e0aa45e4f14a2daab0b64fd1743/roles/4fb763131d804df9a2aeb8a626d37fe9 used request id req-2e197857-9af6-4dbe-9571-e28bfe60e552 2018-11-05 22:00:20,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.200929880142s 2018-11-05 22:00:20,126 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '82f6e433-83c5-46cc-9e36-ca48ff22a93a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f', 'project_id': u'946830783d1e40a3bd53c693688aecf0', '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-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:00:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:00:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:00:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:00:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:00:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:00:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:00:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:00:20,131 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f', 'password': '82f6e433-83c5-46cc-9e36-ca48ff22a93a', 'project_name': 'connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '946830783d1e40a3bd53c693688aecf0', 'project_domain_name': 'Default'} 2018-11-05 22:00:20,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:20,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a82941cf-72aa-4154-9662-d86a0fdbfe06 Content-Encoding: gzip Content-Length: 316 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": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:20,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a82941cf-72aa-4154-9662-d86a0fdbfe06 2018-11-05 22:00:20,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801730155945s 2018-11-05 22:00:20,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8a960e-4d6f-435d-b89a-88dc164e2f24 Content-Encoding: gzip Content-Length: 316 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": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:20,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ec8a960e-4d6f-435d-b89a-88dc164e2f24 2018-11-05 22:00:20,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857491493225s 2018-11-05 22:00:20,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:00:20,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6651ea18-3915-4ac0-be4f-05058c884c52 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:20,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6651ea18-3915-4ac0-be4f-05058c884c52 2018-11-05 22:00:20,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0740010738373s 2018-11-05 22:00:20,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:20,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e9fb4f-1ea6-44e4-8576-c5bd718e85a7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "domain_id": "default", "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:20,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-02e9fb4f-1ea6-44e4-8576-c5bd718e85a7 2018-11-05 22:00:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.15191078186s 2018-11-05 22:00:20,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-02e9fb4f-1ea6-44e4-8576-c5bd718e85a7 2018-11-05 22:00:20,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:20,534 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e36484-3467-45a2-9758-56ff6d9b2cb7 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0"}, "enabled": true, "id": "946830783d1e40a3bd53c693688aecf0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:20,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-55e36484-3467-45a2-9758-56ff6d9b2cb7 2018-11-05 22:00:20,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.14407491684s 2018-11-05 22:00:20,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-55e36484-3467-45a2-9758-56ff6d9b2cb7 2018-11-05 22:00:20,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:00:20,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6f88c6-05bd-4aaa-a1e3-c485aa316136 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=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:00:20,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-4e6f88c6-05bd-4aaa-a1e3-c485aa316136 2018-11-05 22:00:20,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.125514030457s 2018-11-05 22:00:20,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:00:20,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0/users/04502e0aa45e4f14a2daab0b64fd1743/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:20,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aef529a-ff9c-4182-9e7f-b1d077ffdf95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:20,981 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0/users/04502e0aa45e4f14a2daab0b64fd1743/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-5aef529a-ff9c-4182-9e7f-b1d077ffdf95 2018-11-05 22:00:20,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.174519062042s 2018-11-05 22:00:20,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:20,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e49e310-5bb2-46e2-bf94-ee5423f63bc0 Content-Encoding: gzip Content-Length: 316 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": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:21,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8e49e310-5bb2-46e2-bf94-ee5423f63bc0 2018-11-05 22:00:21,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0881669521332s 2018-11-05 22:00:21,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:00:21,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-05 22:00:21,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13bf1493-169e-4e94-a073-6872735c2bc7 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "19289616e2024d2bbc26e6b61e1879bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc"}, "name": "heat_stack_owner"}} 2018-11-05 22:00:21,233 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-13bf1493-169e-4e94-a073-6872735c2bc7 2018-11-05 22:00:21,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.162206172943s 2018-11-05 22:00:21,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-484f4e03-756e-4c82-9529-900f36145eb6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc"}, "domain_id": null, "name": "heat_stack_owner", "id": "19289616e2024d2bbc26e6b61e1879bc"}} 2018-11-05 22:00:21,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc used request id req-484f4e03-756e-4c82-9529-900f36145eb6 2018-11-05 22:00:21,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:21,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba3dd267-79e5-4ce0-b78c-774da14502b2 Content-Encoding: gzip Content-Length: 347 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": "19289616e2024d2bbc26e6b61e1879bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:21,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ba3dd267-79e5-4ce0-b78c-774da14502b2 2018-11-05 22:00:21,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0891149044037s 2018-11-05 22:00:21,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:00:21,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7b5120-0259-494e-9511-dc7e4d3b46b1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:21,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-9b7b5120-0259-494e-9511-dc7e4d3b46b1 2018-11-05 22:00:21,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.128206968307s 2018-11-05 22:00:21,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31bbd7f8-c213-4e44-9f91-5de657edb7a0 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "domain_id": "default", "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:21,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-31bbd7f8-c213-4e44-9f91-5de657edb7a0 2018-11-05 22:00:21,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0955059528351s 2018-11-05 22:00:21,653 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-31bbd7f8-c213-4e44-9f91-5de657edb7a0 2018-11-05 22:00:21,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:21,660 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58cc069f-3f85-494f-b664-458abd4f4167 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0"}, "enabled": true, "id": "946830783d1e40a3bd53c693688aecf0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:21,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-58cc069f-3f85-494f-b664-458abd4f4167 2018-11-05 22:00:21,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816669464111s 2018-11-05 22:00:21,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-58cc069f-3f85-494f-b664-458abd4f4167 2018-11-05 22:00:21,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:00:21,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=19289616e2024d2bbc26e6b61e1879bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:21,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee9c97e-f794-434b-9908-f0e9b85b6e47 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=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=19289616e2024d2bbc26e6b61e1879bc", "previous": null, "next": null}} 2018-11-05 22:00:21,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=04502e0aa45e4f14a2daab0b64fd1743&scope.project.id=946830783d1e40a3bd53c693688aecf0&role.id=19289616e2024d2bbc26e6b61e1879bc used request id req-4ee9c97e-f794-434b-9908-f0e9b85b6e47 2018-11-05 22:00:21,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.166823863983s 2018-11-05 22:00:21,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:00:21,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0/users/04502e0aa45e4f14a2daab0b64fd1743/roles/19289616e2024d2bbc26e6b61e1879bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:22,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc36ade5-edca-4526-9e6f-3442685b08f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:22,101 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0/users/04502e0aa45e4f14a2daab0b64fd1743/roles/19289616e2024d2bbc26e6b61e1879bc used request id req-fc36ade5-edca-4526-9e6f-3442685b08f5 2018-11-05 22:00:22,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.190699100494s 2018-11-05 22:00:22,102 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-05 22:00:22,102 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-05 22:00:22,102 - openstack_tests - INFO - OS Credentials = > 2018-11-05 22:00:22,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:22,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:22,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["n2AemKyGTcKilRzjJttMHg"], "issued_at": "2018-11-05T22:00:22.000000Z"}} 2018-11-05 22:00:22,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028123e210c4a52088194533289a8c5f8fb9a1d1" 2018-11-05 22:00:23,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-31d83ef4-12bb-4aef-83db-618ba5b4e50e Date: Mon, 05 Nov 2018 22:00:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:00:23,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-31d83ef4-12bb-4aef-83db-618ba5b4e50e 2018-11-05 22:00:23,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028123e210c4a52088194533289a8c5f8fb9a1d1" 2018-11-05 22:00:24,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-57c82454-2bd7-47ff-958b-716c0a15be78 Date: Mon, 05 Nov 2018 22:00:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:00:24,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-57c82454-2bd7-47ff-958b-716c0a15be78 2018-11-05 22:00:24,359 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-05 22:00:24,359 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-05 22:00:24,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:24,391 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-05 22:00:24,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:24,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["H1NddlMYSTiKy9wHVDBEdA"], "issued_at": "2018-11-05T22:00:24.000000Z"}} 2018-11-05 22:00:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8d0a57181b09f2e7eab615632746a12491946ce" 2018-11-05 22:00:25,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-a7ce0285-005e-456c-b398-4a4da6b3d8aa Date: Mon, 05 Nov 2018 22:00:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-05 22:00:25,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-a7ce0285-005e-456c-b398-4a4da6b3d8aa 2018-11-05 22:00:25,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:25,565 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-05 22:00:25,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:26,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["X_DLts7HTvGlADvnYQkl6Q"], "issued_at": "2018-11-05T22:00:26.000000Z"}} 2018-11-05 22:00:26,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ad5d43166b29262445c323751c01072f1547e4" 2018-11-05 22:00:26,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4886c180-30db-4e6b-afe1-2506c54b5557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:26,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4886c180-30db-4e6b-afe1-2506c54b5557 2018-11-05 22:00:26,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:26,108 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:26,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ad5d43166b29262445c323751c01072f1547e4" 2018-11-05 22:00:26,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1cbe537-08ab-4fed-aa0e-e4c3ccc28e37 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "domain_id": "default", "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:26,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f1cbe537-08ab-4fed-aa0e-e4c3ccc28e37 2018-11-05 22:00:26,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:26,220 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-05 22:00:26,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:26,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["cHSjoWPHQka2iHXNqKOYtQ"], "issued_at": "2018-11-05T22:00:26.000000Z"}} 2018-11-05 22:00:26,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d51f7805f38ce2a5739e695c089be99d8b4ae1be" 2018-11-05 22:00:27,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-12b0abec-be1a-4d0b-abd8-335479fe4fa8 Date: Mon, 05 Nov 2018 22:00:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:00:27,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-12b0abec-be1a-4d0b-abd8-335479fe4fa8 2018-11-05 22:00:27,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:28,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["w4Qgmb1DTLy6rtOQPyqfdw"], "issued_at": "2018-11-05T22:00:28.000000Z"}} 2018-11-05 22:00:28,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3556b5a2c96c81e79caf9a0fa4dc678c9bd69515" 2018-11-05 22:00:28,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dbdb59fa-61e6-4622-a047-0da3f4988d76 Date: Mon, 05 Nov 2018 22:00:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:00:28,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-dbdb59fa-61e6-4622-a047-0da3f4988d76 2018-11-05 22:00:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3556b5a2c96c81e79caf9a0fa4dc678c9bd69515" 2018-11-05 22:00:29,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-06c955d8-8781-4ac7-85ec-e22d35d3032a Date: Mon, 05 Nov 2018 22:00:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:00:29,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-06c955d8-8781-4ac7-85ec-e22d35d3032a 2018-11-05 22:00:29,152 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:00:29,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:29,200 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-11-05 22:00:29,217 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-05 22:00:29,218 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:00:29,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:29,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["Lm9w7rMPT4iaFDujwSK0BA"], "issued_at": "2018-11-05T22:00:29.000000Z"}} 2018-11-05 22:00:29,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb9bdaf923bd5f2db7083b0a8f7f6b7a5990887" 2018-11-05 22:00:30,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0684b541-cf7d-4d34-a5cb-6afbed2647e4 x-compute-request-id: req-0684b541-cf7d-4d34-a5cb-6afbed2647e4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:00:30,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-0684b541-cf7d-4d34-a5cb-6afbed2647e4 2018-11-05 22:00:30,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:00:30,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:30,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["0jn6_4V3SvKBGIYp_iKg5A"], "issued_at": "2018-11-05T22:00:30.000000Z"}} 2018-11-05 22:00:30,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8be698101ea101bfa78fd9930d085b605176e0e" 2018-11-05 22:00:31,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00: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-d3ab2b1c-ee96-4ec6-a3a4-7cd9e5b009e1 x-compute-request-id: req-d3ab2b1c-ee96-4ec6-a3a4-7cd9e5b009e1 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 22:00:31,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d3ab2b1c-ee96-4ec6-a3a4-7cd9e5b009e1 2018-11-05 22:00:31,035 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:00:31,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:31,043 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-11-05 22:00:31,060 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-05 22:00:31,060 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:00:31,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:31,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["wUYUMxR6TVK1xBeLR-kbUQ"], "issued_at": "2018-11-05T22:00:31.000000Z"}} 2018-11-05 22:00:31,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc863861e3eb6d8255c6eb2c649a15922601cd5d" 2018-11-05 22:00:32,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:31 GMT Server: Apache x-openstack-request-id: req-76b3f358-3c6e-4064-b6a5-08df9fae45ff Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-05 22:00:32,277 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0/stacks used request id req-76b3f358-3c6e-4064-b6a5-08df9fae45ff 2018-11-05 22:00:32,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:32,296 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-05 22:00:32,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:32,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "19289616e2024d2bbc26e6b61e1879bc", "name": "heat_stack_owner"}, {"id": "4fb763131d804df9a2aeb8a626d37fe9", "name": "Member"}], "expires_at": "2018-11-05T23:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "946830783d1e40a3bd53c693688aecf0", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/946830783d1e40a3bd53c693688aecf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "id": "04502e0aa45e4f14a2daab0b64fd1743"}, "audit_ids": ["Wqw_a5T5TwaKHOXChQdHcA"], "issued_at": "2018-11-05T22:00:32.000000Z"}} 2018-11-05 22:00:32,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}066be477336f6a9ba692f9c14fa58bd02a6859d2" 2018-11-05 22:00:33,546 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:32 GMT Server: Apache x-compute-request-id: req-921ada2b-5aef-489e-9bd9-7560dc0b99d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-921ada2b-5aef-489e-9bd9-7560dc0b99d2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-05 22:00:33,546 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/946830783d1e40a3bd53c693688aecf0/volumes/detail used request id req-921ada2b-5aef-489e-9bd9-7560dc0b99d2 2018-11-05 22:00:33,548 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.176s OK 2018-11-05 22:00:33,688 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:00:33,688 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-05 22:00:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:33,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:33,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-457e32d5-ef21-4996-bc03-ca348c56c7dd Content-Encoding: gzip Content-Length: 347 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": "19289616e2024d2bbc26e6b61e1879bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:33,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-457e32d5-ef21-4996-bc03-ca348c56c7dd 2018-11-05 22:00:33,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.096400976181s 2018-11-05 22:00:33,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:00:33,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:34,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-078b2f7b-7a66-400d-a5a7-91d6e52a1c3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:34,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/19289616e2024d2bbc26e6b61e1879bc used request id req-078b2f7b-7a66-400d-a5a7-91d6e52a1c3c 2018-11-05 22:00:34,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.251270055771s 2018-11-05 22:00:34,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:34,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:34,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3402225-f8db-422b-ad05-97ea353889b7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f", "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "domain_id": "default", "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:34,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e3402225-f8db-422b-ad05-97ea353889b7 2018-11-05 22:00:34,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.143946886063s 2018-11-05 22:00:34,188 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e3402225-f8db-422b-ad05-97ea353889b7 2018-11-05 22:00:34,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:34,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:34,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a7971b9-82c8-422d-a777-1650dcdd361e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743"}, "enabled": true, "id": "04502e0aa45e4f14a2daab0b64fd1743", "options": {}, "domain_id": "default", "name": "connection_check-user_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}} 2018-11-05 22:00:34,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 used request id req-6a7971b9-82c8-422d-a777-1650dcdd361e 2018-11-05 22:00:34,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100161790848s 2018-11-05 22:00:34,295 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 used request id req-6a7971b9-82c8-422d-a777-1650dcdd361e 2018-11-05 22:00:34,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:00:34,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:34,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d7ec346-92f7-4dcb-8429-eaf960a15d70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:34,590 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 used request id req-8d7ec346-92f7-4dcb-8429-eaf960a15d70 2018-11-05 22:00:34,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.29426908493s 2018-11-05 22:00:34,590 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/04502e0aa45e4f14a2daab0b64fd1743 used request id req-8d7ec346-92f7-4dcb-8429-eaf960a15d70 2018-11-05 22:00:34,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:34,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:34,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8691fc5-ad8b-489a-87a4-b5bdf9581089 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0"}, "enabled": true, "id": "946830783d1e40a3bd53c693688aecf0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7206eeab-8cee-4df9-af6d-f6ccd6d8e08f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:34,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a8691fc5-ad8b-489a-87a4-b5bdf9581089 2018-11-05 22:00:34,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.146886110306s 2018-11-05 22:00:34,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a8691fc5-ad8b-489a-87a4-b5bdf9581089 2018-11-05 22:00:34,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:00:34,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:35,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e52d5e3-2996-428d-af27-8c5bb0e724c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:35,003 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0 used request id req-0e52d5e3-2996-428d-af27-8c5bb0e724c1 2018-11-05 22:00:35,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.262195110321s 2018-11-05 22:00:35,003 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/946830783d1e40a3bd53c693688aecf0 used request id req-0e52d5e3-2996-428d-af27-8c5bb0e724c1 2018-11-05 22:00:35,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:35,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:35,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3872a3b3-3cc9-4362-9757-3cc8d5b9b139 Content-Encoding: gzip Content-Length: 316 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": "4fb763131d804df9a2aeb8a626d37fe9", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:35,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3872a3b3-3cc9-4362-9757-3cc8d5b9b139 2018-11-05 22:00:35,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.083783864975s 2018-11-05 22:00:35,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:00:35,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:35,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38ebffa3-4017-44ff-8349-8d972af158c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:35,260 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4fb763131d804df9a2aeb8a626d37fe9 used request id req-38ebffa3-4017-44ff-8349-8d972af158c4 2018-11-05 22:00:35,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.171059846878s 2018-11-05 22:00:35,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:00:35,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=946830783d1e40a3bd53c693688aecf0&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ddd0004ce3d484c759b18f7193720b679400c581" 2018-11-05 22:00:36,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-94a24640-de4e-433e-b54a-b67f94ed4758 Date: Mon, 05 Nov 2018 22:00:36 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:00:36,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=946830783d1e40a3bd53c693688aecf0&name=default used request id req-94a24640-de4e-433e-b54a-b67f94ed4758 2018-11-05 22:00:36,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.05112481117s 2018-11-05 22:00:36,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=946830783d1e40a3bd53c693688aecf0&name=default used request id req-94a24640-de4e-433e-b54a-b67f94ed4758 2018-11-05 22:00:36,337 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-05 22:00:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:00:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:00:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:00:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:00:36,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:00:36,361 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:36,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86456194-8d7d-47b2-bf6f-6a52a33a47ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:36,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-86456194-8d7d-47b2-bf6f-6a52a33a47ce 2018-11-05 22:00:36,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:36,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["RBtWMciwRjaG9sjtt1dPUw"], "issued_at": "2018-11-05T22:00:36.000000Z"}} 2018-11-05 22:00:36,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:36,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:36,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:36,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64087a84-ed87-47ff-9bc1-2435e4b61ae1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:00:36,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-64087a84-ed87-47ff-9bc1-2435e4b61ae1 2018-11-05 22:00:36,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.601157903671s 2018-11-05 22:00:36,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:00:36,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}}' 2018-11-05 22:00:37,074 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74b7ed5c-2b0a-4e2b-b340-39bacbd51641 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:00:37,074 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-74b7ed5c-2b0a-4e2b-b340-39bacbd51641 2018-11-05 22:00:37,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.111678123474s 2018-11-05 22:00:37,074 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-74b7ed5c-2b0a-4e2b-b340-39bacbd51641 2018-11-05 22:00:37,075 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8', 'id': u'4514395712c64d95859941d968816975', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:00:37,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:00:37,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.447701931s 2018-11-05 22:00:37,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:37,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ee6a98-e31e-447a-924f-9e284576f65d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}, "domain_id": "default", "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:00:37,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 used request id req-68ee6a98-e31e-447a-924f-9e284576f65d 2018-11-05 22:00:37,618 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2e6427811fe34ae5bfc8c2b3ee4fd8a5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8'}) 2018-11-05 22:00:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:37,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211bc60b-2f36-4b9e-9c93-19d74c4427db Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:37,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-211bc60b-2f36-4b9e-9c93-19d74c4427db 2018-11-05 22:00:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0146698951721s 2018-11-05 22:00:37,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:37,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:37,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96555289-1a32-4da2-873b-cfee6bf55d47 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:37,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96555289-1a32-4da2-873b-cfee6bf55d47 2018-11-05 22:00:37,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0916171073914s 2018-11-05 22:00:37,727 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:00:37,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:00:37,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" -d '{"role": {"name": "Member"}}' 2018-11-05 22:00:37,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bb4ab13-dee2-41f7-9644-9670afd9c343 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}} 2018-11-05 22:00:37,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5bb4ab13-dee2-41f7-9644-9670afd9c343 2018-11-05 22:00:37,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.200365066528s 2018-11-05 22:00:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c26bf106-fbf0-4b61-a7f2-754c3e6f381d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "domain_id": null, "name": "Member", "id": "82d89702fba045ba9c4117c212653000"}} 2018-11-05 22:00:38,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000 used request id req-c26bf106-fbf0-4b61-a7f2-754c3e6f381d 2018-11-05 22:00:38,007 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000'}, 'domain_id': None, 'human_id': None, 'id': u'82d89702fba045ba9c4117c212653000', 'HUMAN_ID': False}) 2018-11-05 22:00:38,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:38,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d53060f-d656-4455-aa15-bdc8dc301b67 Content-Encoding: gzip Content-Length: 316 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": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:38,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6d53060f-d656-4455-aa15-bdc8dc301b67 2018-11-05 22:00:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743038654327s 2018-11-05 22:00:38,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:00:38,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d631e6b5-7b5c-4fbd-a54f-dbb439d9e333 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:38,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d631e6b5-7b5c-4fbd-a54f-dbb439d9e333 2018-11-05 22:00:38,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.14231300354s 2018-11-05 22:00:38,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:38,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f80a0f9-8588-467e-aabc-d1a1c4aaa1ba Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:38,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1f80a0f9-8588-467e-aabc-d1a1c4aaa1ba 2018-11-05 22:00:38,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948519706726s 2018-11-05 22:00:38,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1f80a0f9-8588-467e-aabc-d1a1c4aaa1ba 2018-11-05 22:00:38,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:38,328 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8041e1-03c9-4867-87ec-9d1409911247 Content-Encoding: gzip Content-Length: 390 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": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:38,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-be8041e1-03c9-4867-87ec-9d1409911247 2018-11-05 22:00:38,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0758030414581s 2018-11-05 22:00:38,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-be8041e1-03c9-4867-87ec-9d1409911247 2018-11-05 22:00:38,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:00:38,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=82d89702fba045ba9c4117c212653000 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33f6ecd-ed33-4229-815d-63a513304729 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=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=82d89702fba045ba9c4117c212653000", "previous": null, "next": null}} 2018-11-05 22:00:38,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=82d89702fba045ba9c4117c212653000 used request id req-c33f6ecd-ed33-4229-815d-63a513304729 2018-11-05 22:00:38,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.13404417038s 2018-11-05 22:00:38,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:00:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5/roles/82d89702fba045ba9c4117c212653000 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,664 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6846aadd-d6b6-4874-ae80-c8652b70a5f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:38,664 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5/roles/82d89702fba045ba9c4117c212653000 used request id req-6846aadd-d6b6-4874-ae80-c8652b70a5f7 2018-11-05 22:00:38,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123549938202s 2018-11-05 22:00:38,666 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'c9f1886b-0667-4608-8af6-2e61c0e32e5f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8', 'project_id': u'4514395712c64d95859941d968816975', '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-11-05 22:00:38,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:00:38,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:00:38,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:00:38,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:00:38,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:00:38,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:00:38,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:00:38,673 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8', 'password': 'c9f1886b-0667-4608-8af6-2e61c0e32e5f', 'project_name': 'api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '4514395712c64d95859941d968816975', 'project_domain_name': 'Default'} 2018-11-05 22:00:38,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:38,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4dfa066-069f-4900-aa38-d08a141566c2 Content-Encoding: gzip Content-Length: 316 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": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:38,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e4dfa066-069f-4900-aa38-d08a141566c2 2018-11-05 22:00:38,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772840976715s 2018-11-05 22:00:38,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:38,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ee3991-aead-4d28-9a8f-c2b71b080910 Content-Encoding: gzip Content-Length: 316 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": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:38,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f4ee3991-aead-4d28-9a8f-c2b71b080910 2018-11-05 22:00:38,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0847668647766s 2018-11-05 22:00:38,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:00:38,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:38,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63b26d8-5c43-4e76-810c-cebb137500e2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:38,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a63b26d8-5c43-4e76-810c-cebb137500e2 2018-11-05 22:00:38,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0883550643921s 2018-11-05 22:00:38,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:38,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f1cdd27-f023-4d1b-8a82-505ddb581e7d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:39,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7f1cdd27-f023-4d1b-8a82-505ddb581e7d 2018-11-05 22:00:39,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995690822601s 2018-11-05 22:00:39,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7f1cdd27-f023-4d1b-8a82-505ddb581e7d 2018-11-05 22:00:39,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:39,037 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8293adad-2ab0-4499-a2cf-83a62d936c44 Content-Encoding: gzip Content-Length: 390 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": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:39,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8293adad-2ab0-4499-a2cf-83a62d936c44 2018-11-05 22:00:39,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810761451721s 2018-11-05 22:00:39,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8293adad-2ab0-4499-a2cf-83a62d936c44 2018-11-05 22:00:39,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:00:39,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efda51e-2a30-48b6-bbb1-fccc2b12c0ee 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=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:00:39,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-9efda51e-2a30-48b6-bbb1-fccc2b12c0ee 2018-11-05 22:00:39,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0888900756836s 2018-11-05 22:00:39,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:00:39,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8194a3e0-c538-4eae-9943-a689d040ab74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:39,360 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-8194a3e0-c538-4eae-9943-a689d040ab74 2018-11-05 22:00:39,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.150954008102s 2018-11-05 22:00:39,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:39,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38abbe4a-2a1d-4505-952f-2f24b1ae6ee6 Content-Encoding: gzip Content-Length: 316 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": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:39,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-38abbe4a-2a1d-4505-952f-2f24b1ae6ee6 2018-11-05 22:00:39,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0871210098267s 2018-11-05 22:00:39,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:00:39,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-05 22:00:39,547 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb16c8e1-b316-4542-a536-e3fef2c51051 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}} 2018-11-05 22:00:39,547 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-bb16c8e1-b316-4542-a536-e3fef2c51051 2018-11-05 22:00:39,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0983259677887s 2018-11-05 22:00:39,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45077ba9-601d-442a-a41c-c674cb1ec25f Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "domain_id": null, "name": "heat_stack_owner", "id": "7886ab2cd92d488f97ec5d17371c1b7a"}} 2018-11-05 22:00:39,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a used request id req-45077ba9-601d-442a-a41c-c674cb1ec25f 2018-11-05 22:00:39,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:00:39,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-827753d8-7ae3-4a48-a5ac-33bc59ccab8e Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:39,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-827753d8-7ae3-4a48-a5ac-33bc59ccab8e 2018-11-05 22:00:39,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826241970062s 2018-11-05 22:00:39,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:00:39,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1e63e2-c432-43c2-8e3c-8d2841207025 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:39,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-db1e63e2-c432-43c2-8e3c-8d2841207025 2018-11-05 22:00:39,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0840539932251s 2018-11-05 22:00:39,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:00:39,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8343a783-8f98-4367-a51e-ccbd11f21292 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:39,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8343a783-8f98-4367-a51e-ccbd11f21292 2018-11-05 22:00:39,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0899019241333s 2018-11-05 22:00:39,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8343a783-8f98-4367-a51e-ccbd11f21292 2018-11-05 22:00:39,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:00:39,889 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:39,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63982e4-5121-4a3c-9d51-27bbefbc273f Content-Encoding: gzip Content-Length: 390 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": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:00:39,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d63982e4-5121-4a3c-9d51-27bbefbc273f 2018-11-05 22:00:39,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784809589386s 2018-11-05 22:00:39,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d63982e4-5121-4a3c-9d51-27bbefbc273f 2018-11-05 22:00:39,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:00:39,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=7886ab2cd92d488f97ec5d17371c1b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:40,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b0203c-2fdb-4c76-bca8-17da88db2ac4 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=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=7886ab2cd92d488f97ec5d17371c1b7a", "previous": null, "next": null}} 2018-11-05 22:00:40,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2e6427811fe34ae5bfc8c2b3ee4fd8a5&scope.project.id=4514395712c64d95859941d968816975&role.id=7886ab2cd92d488f97ec5d17371c1b7a used request id req-28b0203c-2fdb-4c76-bca8-17da88db2ac4 2018-11-05 22:00:40,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829739570618s 2018-11-05 22:00:40,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:00:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5/roles/7886ab2cd92d488f97ec5d17371c1b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:00:40,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-607337a5-18a4-4082-8c89-707ae3f54ebb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:40,210 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5/roles/7886ab2cd92d488f97ec5d17371c1b7a used request id req-607337a5-18a4-4082-8c89-707ae3f54ebb 2018-11-05 22:00:40,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.157867193222s 2018-11-05 22:00:40,211 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-05 22:00:40,211 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-05 22:00:40,212 - openstack_tests - INFO - OS Credentials = > 2018-11-05 22:00:40,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:40,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:40,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["YraSWPETSS2Zbx2i8o2b7Q"], "issued_at": "2018-11-05T22:00:40.000000Z"}} 2018-11-05 22:00:40,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bd4ae7b7091f9b78cb5f593ab4699ad6b4bfbf" 2018-11-05 22:00:41,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-93b83fcd-5bad-4551-8daa-968875ab0c33 Date: Mon, 05 Nov 2018 22:00:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:00:41,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-93b83fcd-5bad-4551-8daa-968875ab0c33 2018-11-05 22:00:41,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bd4ae7b7091f9b78cb5f593ab4699ad6b4bfbf" 2018-11-05 22:00:42,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d9bb8499-8795-4a46-8c11-c5f80586f8a4 Date: Mon, 05 Nov 2018 22:00:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:00:42,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-d9bb8499-8795-4a46-8c11-c5f80586f8a4 2018-11-05 22:00:42,480 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-05 22:00:42,480 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-05 22:00:42,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:42,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:43,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Nn6fLvi8QiO00ayXFCjOBg"], "issued_at": "2018-11-05T22:00:43.000000Z"}} 2018-11-05 22:00:43,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:43,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2f4fc6-4b1b-436e-8de4-e683a53f2abe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:43,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7f2f4fc6-4b1b-436e-8de4-e683a53f2abe 2018-11-05 22:00:43,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:43,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:43,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:43,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b193556-0f7e-444d-b182-81ef1d8fa470 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:00:43,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7b193556-0f7e-444d-b182-81ef1d8fa470 2018-11-05 22:00:43,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName"}}' 2018-11-05 22:00:43,326 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4b6970a-a59d-46df-ac57-cb76bfc0d211 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c1a6b26189904bd2ae507d09f599035f"}, "enabled": true, "id": "c1a6b26189904bd2ae507d09f599035f", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName"}} 2018-11-05 22:00:43,326 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a4b6970a-a59d-46df-ac57-cb76bfc0d211 2018-11-05 22:00:43,326 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName 2018-11-05 22:00:43,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:43,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802f081a-b072-4d0c-a419-8881cea786a2 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c1a6b26189904bd2ae507d09f599035f"}, "enabled": true, "id": "c1a6b26189904bd2ae507d09f599035f", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName"}]} 2018-11-05 22:00:43,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName used request id req-802f081a-b072-4d0c-a419-8881cea786a2 2018-11-05 22:00:43,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:43,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b05fd887-28ae-4d64-a9bd-7aa72b12b9e5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:00:43,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b05fd887-28ae-4d64-a9bd-7aa72b12b9e5 2018-11-05 22:00:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:44,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7242948d-fa97-4dc5-82ef-ddf45f529f60 Date: Mon, 05 Nov 2018 22:00:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:44Z", "updated_at": "2018-11-05T22:00:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "revision_number": 0, "id": "37ee7b27-622c-4b41-9794-f484ea08d248", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "revision_number": 0, "id": "54845545-05d7-4d1e-8b44-13ddefd54226", "remote_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "revision_number": 0, "id": "7d5c55b7-4a38-4cfa-8c40-6df8680d32d4", "remote_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "revision_number": 0, "id": "add86f57-23ce-409f-8a92-ad37fd412d9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "name": "default"}]} 2018-11-05 22:00:44,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7242948d-fa97-4dc5-82ef-ddf45f529f60 2018-11-05 22:00:44,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:44,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436eba6f-bd2e-45c9-8589-2323a857a613 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-05 22:00:44,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 used request id req-436eba6f-bd2e-45c9-8589-2323a857a613 2018-11-05 22:00:44,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:44,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c36f64e-fcc7-4fbf-8180-0b3900242e03 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-05 22:00:44,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 used request id req-7c36f64e-fcc7-4fbf-8180-0b3900242e03 2018-11-05 22:00:44,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:45,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e073f8-30a2-45a0-8697-a568ac14de53 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:00:45,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-30e073f8-30a2-45a0-8697-a568ac14de53 2018-11-05 22:00:45,075 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95b93bf-942a-4755-9cb2-050b9a50ecc8 2018-11-05 22:00:45,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c95b93bf-942a-4755-9cb2-050b9a50ecc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:45,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-63481fbd-c3b5-40a2-b9b9-83f1d20a0c92 Date: Mon, 05 Nov 2018 22:00:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "37ee7b27-622c-4b41-9794-f484ea08d248"}, {"remote_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "54845545-05d7-4d1e-8b44-13ddefd54226"}, {"remote_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "7d5c55b7-4a38-4cfa-8c40-6df8680d32d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:44Z", "security_group_id": "c95b93bf-942a-4755-9cb2-050b9a50ecc8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "add86f57-23ce-409f-8a92-ad37fd412d9b"}]} 2018-11-05 22:00:45,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c95b93bf-942a-4755-9cb2-050b9a50ecc8 used request id req-63481fbd-c3b5-40a2-b9b9-83f1d20a0c92 2018-11-05 22:00:45,787 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:00:45,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c95b93bf-942a-4755-9cb2-050b9a50ecc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:46,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ead53d00-6930-488d-a14c-e9e193f40e63 Content-Length: 0 Date: Mon, 05 Nov 2018 22:00:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:00:46,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c95b93bf-942a-4755-9cb2-050b9a50ecc8 used request id req-ead53d00-6930-488d-a14c-e9e193f40e63 2018-11-05 22:00:46,858 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-c3784f66-93cc-4c36-abf0-1bd8234f6e13-projName 2018-11-05 22:00:46,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c1a6b26189904bd2ae507d09f599035f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6707e2236728f6e23e64b479ed82720b79733c82" 2018-11-05 22:00:47,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a87bef11-513d-4266-822b-6b498ce1418c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:47,073 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c1a6b26189904bd2ae507d09f599035f used request id req-a87bef11-513d-4266-822b-6b498ce1418c 2018-11-05 22:00:47,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:47,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["M3YHT3GbQtektXiSlxHknQ"], "issued_at": "2018-11-05T22:00:47.000000Z"}} 2018-11-05 22:00:47,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c48860b1b3b49521c0d08b79e96dd8194dd96f" 2018-11-05 22:00:47,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ab62d1-2096-4ad4-96b4-4fd3e1dac8a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:47,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-19ab62d1-2096-4ad4-96b4-4fd3e1dac8a5 2018-11-05 22:00:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:47,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:47,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c48860b1b3b49521c0d08b79e96dd8194dd96f" 2018-11-05 22:00:47,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c739ba0-8ee9-48c1-b4bd-d142986d0245 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:00:47,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4c739ba0-8ee9-48c1-b4bd-d142986d0245 2018-11-05 22:00:48,079 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-692c1866-cec0-42ff-875a-b0463f2a5584-username 2018-11-05 22:00:48,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c48860b1b3b49521c0d08b79e96dd8194dd96f" 2018-11-05 22:00:48,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d59bcac5-c87c-43a2-9137-25e0c190aa18 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "KeystoneUtilsTests-692c1866-cec0-42ff-875a-b0463f2a5584-username", "links": {"self": "http://172.30.9.23:5000/v3/users/039c378c2f4b4c07abb885cd5529ee46"}, "domain_id": "default", "enabled": true, "id": "039c378c2f4b4c07abb885cd5529ee46", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:48,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d59bcac5-c87c-43a2-9137-25e0c190aa18 2018-11-05 22:00:48,183 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-692c1866-cec0-42ff-875a-b0463f2a5584-username 2018-11-05 22:00:48,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/039c378c2f4b4c07abb885cd5529ee46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c48860b1b3b49521c0d08b79e96dd8194dd96f" 2018-11-05 22:00:48,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6db3c63-5291-443f-83e3-9fc7e7a2b13c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:48,442 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/039c378c2f4b4c07abb885cd5529ee46 used request id req-d6db3c63-5291-443f-83e3-9fc7e7a2b13c 2018-11-05 22:00:48,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:48,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["a4jmexhTTSiidb8G6YR7cg"], "issued_at": "2018-11-05T22:00:48.000000Z"}} 2018-11-05 22:00:48,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e8f46baabac61b23239e7a83d63e6606bebf8a8" 2018-11-05 22:00:48,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2b2326-98b4-488b-8ae8-f7a930f43bf9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:48,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3e2b2326-98b4-488b-8ae8-f7a930f43bf9 2018-11-05 22:00:48,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:48,907 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-05 22:00:48,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:49,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["CAos8G9OTlCRCTZV5BEE7w"], "issued_at": "2018-11-05T22:00:49.000000Z"}} 2018-11-05 22:00:49,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca75ca18ad9311fcd5e6c43ed97c7526aaa432ef" 2018-11-05 22:00:49,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdd243d1-223b-4552-9c76-2361f92850e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:49,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cdd243d1-223b-4552-9c76-2361f92850e6 2018-11-05 22:00:49,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:49,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:49,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["V4UC-F4CQt6SsuUPAESdww"], "issued_at": "2018-11-05T22:00:49.000000Z"}} 2018-11-05 22:00:49,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:50,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["11qwRK1oR86Dnfwk10vohw"], "issued_at": "2018-11-05T22:00:50.000000Z"}} 2018-11-05 22:00:50,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d4d37e73ae0026a58abe6b855543d9b2f860200" 2018-11-05 22:00:50,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16338d51-ff74-4481-befb-cfb9688be39f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:50,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-16338d51-ff74-4481-befb-cfb9688be39f 2018-11-05 22:00:50,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:50,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:50,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["iXOULZdSR6ueJoZxy4NQhw"], "issued_at": "2018-11-05T22:00:50.000000Z"}} 2018-11-05 22:00:50,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:51,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["sfyxfY40QnKmLxlZl_4VbA"], "issued_at": "2018-11-05T22:00:51.000000Z"}} 2018-11-05 22:00:51,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f059ccb09ef009da5f7349e03793e91b1882e4be" 2018-11-05 22:00:51,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d0bec3-aae7-40ad-9f27-29185d32ae35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:51,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38d0bec3-aae7-40ad-9f27-29185d32ae35 2018-11-05 22:00:51,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:51,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:51,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["KaZVGt1EQ6OyIbU7rmcopw"], "issued_at": "2018-11-05T22:00:51.000000Z"}} 2018-11-05 22:00:51,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:51,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:52,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["yrJ7TdQKQdOJ3MCzv7HNQA"], "issued_at": "2018-11-05T22:00:52.000000Z"}} 2018-11-05 22:00:52,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:52,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:52,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["PJbhxFBGSC-EphYvwRJojw"], "issued_at": "2018-11-05T22:00:52.000000Z"}} 2018-11-05 22:00:52,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:52,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["a_77g97fTZO-hrAa5968oA"], "issued_at": "2018-11-05T22:00:52.000000Z"}} 2018-11-05 22:00:52,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:52,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b070f48-1ce7-433e-9de0-e04eedf698f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:52,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b070f48-1ce7-433e-9de0-e04eedf698f2 2018-11-05 22:00:52,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:52,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:52,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:53,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd2735d-2523-4e2d-bbf6-9c2cbfcdb2c1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:00:53,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-efd2735d-2523-4e2d-bbf6-9c2cbfcdb2c1 2018-11-05 22:00:53,506 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-username 2018-11-05 22:00:53,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:53,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f057a4-296c-4cde-a225-e09ee5872167 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:00:53,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b2f057a4-296c-4cde-a225-e09ee5872167 2018-11-05 22:00:53,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-projName"}}' 2018-11-05 22:00:53,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ced427b-6b4a-418a-bbf7-91860b77c739 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b"}, "enabled": true, "id": "5cf1237ebfd14a3e8ff9eef255c81a8b", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-projName"}} 2018-11-05 22:00:53,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0ced427b-6b4a-418a-bbf7-91860b77c739 2018-11-05 22:00:53,755 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-projName 2018-11-05 22:00:53,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" -d '{"role": {"name": "KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role"}}' 2018-11-05 22:00:53,864 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f1e6994-0dc5-4113-900e-35da6c684b31 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ac9ba751d5e46d2b2c795aa0823d006", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006"}, "name": "KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role"}} 2018-11-05 22:00:53,865 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1f1e6994-0dc5-4113-900e-35da6c684b31 2018-11-05 22:00:53,865 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role 2018-11-05 22:00:53,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:53,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad46b8fa-ea6b-40eb-b4ef-d6af23bb2467 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006"}, "domain_id": null, "name": "KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role", "id": "3ac9ba751d5e46d2b2c795aa0823d006"}} 2018-11-05 22:00:53,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006 used request id req-ad46b8fa-ea6b-40eb-b4ef-d6af23bb2467 2018-11-05 22:00:53,887 - keystone_utils - INFO - Granting role KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role to project KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-projName 2018-11-05 22:00:53,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b/users/43366d7ce81d420ba11857a695d94a67/roles/3ac9ba751d5e46d2b2c795aa0823d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:53,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b5d2753-6218-4117-87e5-13a344971aec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:53,985 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b/users/43366d7ce81d420ba11857a695d94a67/roles/3ac9ba751d5e46d2b2c795aa0823d006 used request id req-8b5d2753-6218-4117-87e5-13a344971aec 2018-11-05 22:00:53,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b/users/43366d7ce81d420ba11857a695d94a67/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:54,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629c5ff9-c8f0-4d98-8997-0def6eaba4a5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b/users/43366d7ce81d420ba11857a695d94a67/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ac9ba751d5e46d2b2c795aa0823d006", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006"}, "name": "KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role"}]} 2018-11-05 22:00:54,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b/users/43366d7ce81d420ba11857a695d94a67/roles used request id req-629c5ff9-c8f0-4d98-8997-0def6eaba4a5 2018-11-05 22:00:54,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:54,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-8e519a91-9ee2-4711-ba32-2dc4c6507927 Date: Mon, 05 Nov 2018 22:00:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:54Z", "updated_at": "2018-11-05T22:00:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "revision_number": 0, "id": "05ed2ae6-cf80-40ab-a5c8-e4ef315b6b68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "revision_number": 0, "id": "8573a856-dcb3-4882-ad2c-df174e55542f", "remote_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "revision_number": 0, "id": "eb36aedc-9899-4b31-82ce-0e2eb7d4ac6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "revision_number": 0, "id": "fd7314d1-7621-466f-b597-84782db46d6a", "remote_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "598982a6-e310-48fc-b912-a66db62bab1b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:00:54,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-8e519a91-9ee2-4711-ba32-2dc4c6507927 2018-11-05 22:00:54,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:54,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-847765fa-3d18-4895-8243-0ea1968a8919 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:00:54,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-847765fa-3d18-4895-8243-0ea1968a8919 2018-11-05 22:00:54,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 598982a6-e310-48fc-b912-a66db62bab1b 2018-11-05 22:00:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=598982a6-e310-48fc-b912-a66db62bab1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:54,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-52a9a492-9d27-438d-8a75-a4a810ac4b06 Date: Mon, 05 Nov 2018 22:00:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:54Z", "project_id": "4514395712c64d95859941d968816975", "id": "05ed2ae6-cf80-40ab-a5c8-e4ef315b6b68"}, {"remote_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:54Z", "project_id": "4514395712c64d95859941d968816975", "id": "8573a856-dcb3-4882-ad2c-df174e55542f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:54Z", "project_id": "4514395712c64d95859941d968816975", "id": "eb36aedc-9899-4b31-82ce-0e2eb7d4ac6b"}, {"remote_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:54Z", "security_group_id": "598982a6-e310-48fc-b912-a66db62bab1b", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:00:54Z", "project_id": "4514395712c64d95859941d968816975", "id": "fd7314d1-7621-466f-b597-84782db46d6a"}]} 2018-11-05 22:00:54,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=598982a6-e310-48fc-b912-a66db62bab1b used request id req-52a9a492-9d27-438d-8a75-a4a810ac4b06 2018-11-05 22:00:54,771 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:00:54,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/598982a6-e310-48fc-b912-a66db62bab1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:55,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77f0f09a-75df-4c15-ade0-400b4a982287 Content-Length: 0 Date: Mon, 05 Nov 2018 22:00:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:00:55,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/598982a6-e310-48fc-b912-a66db62bab1b used request id req-77f0f09a-75df-4c15-ade0-400b4a982287 2018-11-05 22:00:55,878 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-projName 2018-11-05 22:00:55,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:56,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd0ba29a-797e-429f-84f6-dbd24808ab8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:56,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5cf1237ebfd14a3e8ff9eef255c81a8b used request id req-fd0ba29a-797e-429f-84f6-dbd24808ab8b 2018-11-05 22:00:56,215 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-username 2018-11-05 22:00:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/43366d7ce81d420ba11857a695d94a67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:56,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17b6cd8a-3a56-4593-9144-8552e8553379 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:56,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/43366d7ce81d420ba11857a695d94a67 used request id req-17b6cd8a-3a56-4593-9144-8552e8553379 2018-11-05 22:00:56,412 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-fd4def33-3f90-4b14-8809-6980e8f438e4-role 2018-11-05 22:00:56,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c360b0cd54a6fc33c644b27751500ca688c8c34d" 2018-11-05 22:00:56,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8c45420-493d-4ee9-a4c6-14cfe77039e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:56,536 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/3ac9ba751d5e46d2b2c795aa0823d006 used request id req-b8c45420-493d-4ee9-a4c6-14cfe77039e3 2018-11-05 22:00:56,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:56,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["QFitbW7fS-2H_rAyOnc03Q"], "issued_at": "2018-11-05T22:00:56.000000Z"}} 2018-11-05 22:00:56,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0cd442dd3ccf36993923e269b9068958b93781" 2018-11-05 22:00:56,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2a0ba3-e82c-4a41-87e4-436c2f1d98c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:56,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef2a0ba3-e82c-4a41-87e4-436c2f1d98c4 2018-11-05 22:00:56,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:00:56,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:57,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["2pqncZNmR52j7DdHFa-gvQ"], "issued_at": "2018-11-05T22:00:57.000000Z"}} 2018-11-05 22:00:57,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:57,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f8651c-8d35-4abc-9fda-b70503fdfaa8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:00:57,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26f8651c-8d35-4abc-9fda-b70503fdfaa8 2018-11-05 22:00:57,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:57,483 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:57,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:57,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbf028c-c42d-446a-882d-f881fde5391a Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:57,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5bbf028c-c42d-446a-882d-f881fde5391a 2018-11-05 22:00:57,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:57,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-610476b2-cf0e-4fb9-8595-12a22365a564 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:00:57,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-610476b2-cf0e-4fb9-8595-12a22365a564 2018-11-05 22:00:58,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ea28f12-8ff8-46e5-b010-76b18bf195d7 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:58,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ea28f12-8ff8-46e5-b010-76b18bf195d7 2018-11-05 22:00:58,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b4a89e-c357-4713-9a41-c8d4d46d0468 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:00:58,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-55b4a89e-c357-4713-9a41-c8d4d46d0468 2018-11-05 22:00:58,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/8a7f79fe52c0491ba138db02c0ad5722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d06383-4206-482e-a061-d49d9e79c14a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/8a7f79fe52c0491ba138db02c0ad5722"}, "enabled": true, "id": "8a7f79fe52c0491ba138db02c0ad5722", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-6f14f150-48e7-477-name"}} 2018-11-05 22:00:58,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8a7f79fe52c0491ba138db02c0ad5722 used request id req-66d06383-4206-482e-a061-d49d9e79c14a 2018-11-05 22:00:58,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4afefb0-8fcd-4c83-bb36-13a2b732925c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:00:58,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles used request id req-c4afefb0-8fcd-4c83-bb36-13a2b732925c 2018-11-05 22:00:58,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7ffbc1-d009-4e83-9689-697b2f19890e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:00:58,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-fb7ffbc1-d009-4e83-9689-697b2f19890e 2018-11-05 22:00:58,531 - keystone_utils - INFO - Granting role admin to project api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 2018-11-05 22:00:58,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c8c62d-a523-4a12-8fd0-c33b00683d8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:58,769 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-29c8c62d-a523-4a12-8fd0-c33b00683d8f 2018-11-05 22:00:58,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4bb3d3-3e9b-43ef-98b1-bb54ca124897 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:58,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c4bb3d3-3e9b-43ef-98b1-bb54ca124897 2018-11-05 22:00:58,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:58,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ddbc23-b9fd-49ea-b446-126c42e9c146 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:00:58,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-26ddbc23-b9fd-49ea-b446-126c42e9c146 2018-11-05 22:00:58,941 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-6f14f150-48e7-477-name 2018-11-05 22:00:58,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:00:58,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:00:58,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0cd442dd3ccf36993923e269b9068958b93781" 2018-11-05 22:00:59,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b5cdb2-ce08-4cce-a3f2-5d697fbe7560 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-6f14f150-48e7-477-name", "links": {"self": "http://172.30.9.23:5000/v3/users/8a7f79fe52c0491ba138db02c0ad5722"}, "domain_id": "default", "enabled": true, "id": "8a7f79fe52c0491ba138db02c0ad5722", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:00:59,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-91b5cdb2-ce08-4cce-a3f2-5d697fbe7560 2018-11-05 22:00:59,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0cd442dd3ccf36993923e269b9068958b93781" 2018-11-05 22:00:59,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff92b4d-edf1-4e31-8c45-4f428babcc55 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:00:59,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dff92b4d-edf1-4e31-8c45-4f428babcc55 2018-11-05 22:00:59,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0cd442dd3ccf36993923e269b9068958b93781" 2018-11-05 22:00:59,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937c2522-aa1f-4ca0-94a0-6655b55b68f8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:00:59,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-937c2522-aa1f-4ca0-94a0-6655b55b68f8 2018-11-05 22:00:59,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0cd442dd3ccf36993923e269b9068958b93781" 2018-11-05 22:00:59,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f215b09-5be7-478c-923f-d262d9103b52 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}]} 2018-11-05 22:00:59,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/8a7f79fe52c0491ba138db02c0ad5722/roles used request id req-5f215b09-5be7-478c-923f-d262d9103b52 2018-11-05 22:00:59,349 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-6f14f150-48e7-477-name 2018-11-05 22:00:59,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8a7f79fe52c0491ba138db02c0ad5722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c31830701306070273df6944c238139f5c1188" 2018-11-05 22:00:59,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-035499ad-464d-43ec-aad8-f93d5045d2f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:00:59,539 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8a7f79fe52c0491ba138db02c0ad5722 used request id req-035499ad-464d-43ec-aad8-f93d5045d2f8 2018-11-05 22:00:59,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:00:59,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["IcJPt1xpQYCjQL6cJYTlXA"], "issued_at": "2018-11-05T22:00:59.000000Z"}} 2018-11-05 22:00:59,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd9fcc193c35ac16147e74de4b5cdd80925bea0" 2018-11-05 22:01:00,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7561af8e-3f1e-4991-9f90-bd1dd15b4085 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:00,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7561af8e-3f1e-4991-9f90-bd1dd15b4085 2018-11-05 22:01:00,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:00,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:00,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["QCh9ZNktRMK8Rhq-LYOFHg"], "issued_at": "2018-11-05T22:01:00.000000Z"}} 2018-11-05 22:01:00,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:00,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-338bfcd5-e98c-4d8c-b757-ee5e02f3822e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:00,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-338bfcd5-e98c-4d8c-b757-ee5e02f3822e 2018-11-05 22:01:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:00,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:00,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b415cbc2-a05d-407e-bbe0-04772a512466 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:00,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b415cbc2-a05d-407e-bbe0-04772a512466 2018-11-05 22:01:00,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:00,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984e7574-71b2-44a4-b141-cdb14dfe6b0f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:00,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-984e7574-71b2-44a4-b141-cdb14dfe6b0f 2018-11-05 22:01:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1f95148-271c-4dc3-850c-2bdbf0ec6514 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:01,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c1f95148-271c-4dc3-850c-2bdbf0ec6514 2018-11-05 22:01:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5376dfd-d844-40bb-acce-c33f8886fb5f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:01:01,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-d5376dfd-d844-40bb-acce-c33f8886fb5f 2018-11-05 22:01:01,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ffec79-a3cc-4bb5-b73a-c650950a117d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c"}, "enabled": true, "id": "b01b637682ed4282bc14ac2ad983c85c", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-582463cc-bd41-4ab-name"}} 2018-11-05 22:01:01,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c used request id req-c5ffec79-a3cc-4bb5-b73a-c650950a117d 2018-11-05 22:01:01,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/b01b637682ed4282bc14ac2ad983c85c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba5f43bc-aadf-40eb-a465-c54a3844b2f1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/b01b637682ed4282bc14ac2ad983c85c/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:01:01,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/b01b637682ed4282bc14ac2ad983c85c/roles used request id req-ba5f43bc-aadf-40eb-a465-c54a3844b2f1 2018-11-05 22:01:01,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18770581-2486-42ad-a39a-77bac1858b6a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:01:01,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-18770581-2486-42ad-a39a-77bac1858b6a 2018-11-05 22:01:01,634 - keystone_utils - INFO - Granting role admin to project api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 2018-11-05 22:01:01,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/b01b637682ed4282bc14ac2ad983c85c/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fe0f386-3bce-43d7-97f0-68737aef1627 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:01,809 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/b01b637682ed4282bc14ac2ad983c85c/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-5fe0f386-3bce-43d7-97f0-68737aef1627 2018-11-05 22:01:01,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8b8a33-49c1-44cb-9d17-1ab066a568cd Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:01,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c8b8a33-49c1-44cb-9d17-1ab066a568cd 2018-11-05 22:01:01,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:01,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7a1df0-f363-4f9d-ac7e-2c20916fa4fe Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:01:01,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-1e7a1df0-f363-4f9d-ac7e-2c20916fa4fe 2018-11-05 22:01:01,980 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-582463cc-bd41-4ab-name 2018-11-05 22:01:01,980 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-582463cc-bd41-4ab-name 2018-11-05 22:01:01,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:01,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:01,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd9fcc193c35ac16147e74de4b5cdd80925bea0" 2018-11-05 22:01:02,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36f8dc26-1994-4cf9-babb-56533bdc85ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:02,185 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c used request id req-36f8dc26-1994-4cf9-babb-56533bdc85ab 2018-11-05 22:01:02,186 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-582463cc-bd41-4ab-name 2018-11-05 22:01:02,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc8685e5ad67b70013b2bdc9247890b90985de" 2018-11-05 22:01:02,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-157e8d91-dbf7-4b4e-acb0-af348c6cee9e Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: b01b637682ed4282bc14ac2ad983c85c.", "code": 404, "title": "Not Found"}} 2018-11-05 22:01:02,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b01b637682ed4282bc14ac2ad983c85c used request id req-157e8d91-dbf7-4b4e-acb0-af348c6cee9e 2018-11-05 22:01:02,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-05 22:01:02,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:02,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["2-_O72cBTg6jlIookyn0tA"], "issued_at": "2018-11-05T22:01:02.000000Z"}} 2018-11-05 22:01:02,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f6fa727b7ecdb7252f060d3c80f2128b48024e6" 2018-11-05 22:01:02,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0fcc0f-f30b-4097-9cf6-7de94e5989f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:02,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0d0fcc0f-f30b-4097-9cf6-7de94e5989f9 2018-11-05 22:01:02,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:02,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:03,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["3ipfLr9yS2e12JOXaLpVtQ"], "issued_at": "2018-11-05T22:01:03.000000Z"}} 2018-11-05 22:01:03,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:03,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e961eeac-3742-489d-8fcf-d77e39882b6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:03,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e961eeac-3742-489d-8fcf-d77e39882b6f 2018-11-05 22:01:03,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:03,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:03,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:03,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd77a49-273e-4273-bccf-7ac8d22e103e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:03,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2fd77a49-273e-4273-bccf-7ac8d22e103e 2018-11-05 22:01:03,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:03,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b18f41f9-4857-42f5-9a3b-fbad2d595f81 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:03,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b18f41f9-4857-42f5-9a3b-fbad2d595f81 2018-11-05 22:01:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:03,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbcf89fe-c4e9-4850-9c0e-b0cedcb60642 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:03,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bbcf89fe-c4e9-4850-9c0e-b0cedcb60642 2018-11-05 22:01:03,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ffe847-1932-4baf-920f-a30c9b82f8f8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:01:04,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-b6ffe847-1932-4baf-920f-a30c9b82f8f8 2018-11-05 22:01:04,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/7e7a6f3a4ab0485f8918c407f2bfe23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b10d823-6cf5-4cba-8d34-9662cc1aabb3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/7e7a6f3a4ab0485f8918c407f2bfe23a"}, "enabled": true, "id": "7e7a6f3a4ab0485f8918c407f2bfe23a", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-63804e38-9f8e-446-name"}} 2018-11-05 22:01:04,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7e7a6f3a4ab0485f8918c407f2bfe23a used request id req-7b10d823-6cf5-4cba-8d34-9662cc1aabb3 2018-11-05 22:01:04,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/7e7a6f3a4ab0485f8918c407f2bfe23a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bad31cc-2019-4a10-bbfb-b530b7cb7e9c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/7e7a6f3a4ab0485f8918c407f2bfe23a/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:01:04,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/7e7a6f3a4ab0485f8918c407f2bfe23a/roles used request id req-5bad31cc-2019-4a10-bbfb-b530b7cb7e9c 2018-11-05 22:01:04,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-532ad742-0040-48f2-826d-6beb6884f16b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:01:04,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-532ad742-0040-48f2-826d-6beb6884f16b 2018-11-05 22:01:04,333 - keystone_utils - INFO - Granting role admin to project api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 2018-11-05 22:01:04,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/7e7a6f3a4ab0485f8918c407f2bfe23a/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6114baac-5c60-4f8a-8d22-3c6155477c33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:04,454 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/7e7a6f3a4ab0485f8918c407f2bfe23a/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-6114baac-5c60-4f8a-8d22-3c6155477c33 2018-11-05 22:01:04,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924222c0-864a-4686-be00-b23c3e058df4 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:04,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-924222c0-864a-4686-be00-b23c3e058df4 2018-11-05 22:01:04,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56b86ae-254a-4acf-825c-8439d414d038 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:01:04,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-b56b86ae-254a-4acf-825c-8439d414d038 2018-11-05 22:01:04,633 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-63804e38-9f8e-446-name 2018-11-05 22:01:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:04,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:04,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f6fa727b7ecdb7252f060d3c80f2128b48024e6" 2018-11-05 22:01:04,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9405508c-770b-496f-be6e-6e320d41440e Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-63804e38-9f8e-446-name", "links": {"self": "http://172.30.9.23:5000/v3/users/7e7a6f3a4ab0485f8918c407f2bfe23a"}, "domain_id": "default", "enabled": true, "id": "7e7a6f3a4ab0485f8918c407f2bfe23a", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:04,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9405508c-770b-496f-be6e-6e320d41440e 2018-11-05 22:01:04,753 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-63804e38-9f8e-446-name 2018-11-05 22:01:04,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7e7a6f3a4ab0485f8918c407f2bfe23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f884006ec6cb3e7ed216d5c88dbeeab0ed95" 2018-11-05 22:01:04,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a4cb0a0-4467-4293-b775-17573c339dc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:04,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7e7a6f3a4ab0485f8918c407f2bfe23a used request id req-3a4cb0a0-4467-4293-b775-17573c339dc6 2018-11-05 22:01:04,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:05,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["KI6TVsMxTL-Tw5_7K7Hn4w"], "issued_at": "2018-11-05T22:01:05.000000Z"}} 2018-11-05 22:01:05,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2b70bb6bba648ecabd732db19b910f9a7ba77b" 2018-11-05 22:01:05,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7a2d2b-3f03-40ca-9561-742416cca2e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:05,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c7a2d2b-3f03-40ca-9561-742416cca2e8 2018-11-05 22:01:05,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:05,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:05,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["y1wJRUa4QgSZOXwN4zdrzA"], "issued_at": "2018-11-05T22:01:05.000000Z"}} 2018-11-05 22:01:05,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:05,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71bb593a-90c8-48ad-978f-ca974e5b952c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:05,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-71bb593a-90c8-48ad-978f-ca974e5b952c 2018-11-05 22:01:05,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:05,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:05,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648ff2cb-21b0-4d97-b7a1-d8d15e137613 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:06,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-648ff2cb-21b0-4d97-b7a1-d8d15e137613 2018-11-05 22:01:06,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc395b7-bd46-4b48-a6e5-8675dd9c4aac Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:06,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ddc395b7-bd46-4b48-a6e5-8675dd9c4aac 2018-11-05 22:01:06,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1b26a5-f728-46c9-b5c2-4ad1dbade354 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:06,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fe1b26a5-f728-46c9-b5c2-4ad1dbade354 2018-11-05 22:01:06,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-203f63c2-1ccb-486a-be19-e00a2033c4cc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:01:06,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-203f63c2-1ccb-486a-be19-e00a2033c4cc 2018-11-05 22:01:06,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f4da79-a2b2-48b8-9e71-f30e5165053a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915"}, "enabled": true, "id": "54c84af135cf44d9a02b00eaaa4a2915", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-08a26d9b-c16e-459-name"}} 2018-11-05 22:01:06,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915 used request id req-32f4da79-a2b2-48b8-9e71-f30e5165053a 2018-11-05 22:01:06,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/54c84af135cf44d9a02b00eaaa4a2915/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6914974-673d-4214-8c5c-6453fcb8ae5e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/54c84af135cf44d9a02b00eaaa4a2915/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:01:06,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/54c84af135cf44d9a02b00eaaa4a2915/roles used request id req-e6914974-673d-4214-8c5c-6453fcb8ae5e 2018-11-05 22:01:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:06,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b775d6b0-a911-4222-bb22-80738e30ebe0 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:01:06,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-b775d6b0-a911-4222-bb22-80738e30ebe0 2018-11-05 22:01:06,936 - keystone_utils - INFO - Granting role admin to project api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 2018-11-05 22:01:06,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/54c84af135cf44d9a02b00eaaa4a2915/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:07,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf6b0109-e4ea-4070-a13c-ad03be924df5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:07,204 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975/users/54c84af135cf44d9a02b00eaaa4a2915/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-bf6b0109-e4ea-4070-a13c-ad03be924df5 2018-11-05 22:01:07,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:07,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb99fed4-4ca1-4cd9-a17f-2802f7d343f2 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:07,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fb99fed4-4ca1-4cd9-a17f-2802f7d343f2 2018-11-05 22:01:07,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:07,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58853168-49c4-4dd1-85b0-c847984615e9 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}]} 2018-11-05 22:01:07,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8 used request id req-58853168-49c4-4dd1-85b0-c847984615e9 2018-11-05 22:01:07,384 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-08a26d9b-c16e-459-name 2018-11-05 22:01:07,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:07,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:07,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2b70bb6bba648ecabd732db19b910f9a7ba77b" 2018-11-05 22:01:07,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bd4197-2d25-4061-9ac2-12c81c3d8542 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-08a26d9b-c16e-459-name", "links": {"self": "http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915"}, "domain_id": "default", "enabled": true, "id": "54c84af135cf44d9a02b00eaaa4a2915", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:07,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-45bd4197-2d25-4061-9ac2-12c81c3d8542 2018-11-05 22:01:07,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:07,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:07,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["QYZbDOfZQ1WryeY5O6Bdtw"], "issued_at": "2018-11-05T22:01:07.000000Z"}} 2018-11-05 22:01:07,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4eda47bf0c4ba6a550ab6f02310239c00e7e65" 2018-11-05 22:01:07,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a485e15-81fa-4dda-bc70-13197bb90c7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:07,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8a485e15-81fa-4dda-bc70-13197bb90c7f 2018-11-05 22:01:07,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:07,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:07,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4eda47bf0c4ba6a550ab6f02310239c00e7e65" 2018-11-05 22:01:08,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda42248-8b7a-4145-ba4f-34cb4cc284e7 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-08a26d9b-c16e-459-name", "links": {"self": "http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915"}, "domain_id": "default", "enabled": true, "id": "54c84af135cf44d9a02b00eaaa4a2915", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:08,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bda42248-8b7a-4145-ba4f-34cb4cc284e7 2018-11-05 22:01:08,066 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-08a26d9b-c16e-459-name 2018-11-05 22:01:08,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c72082e8f8ec4547b3eb7a07ebc333e1a8d434ad" 2018-11-05 22:01:08,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1296b6c9-29ed-44c0-be3c-6845050c1582 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:08,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/54c84af135cf44d9a02b00eaaa4a2915 used request id req-1296b6c9-29ed-44c0-be3c-6845050c1582 2018-11-05 22:01:08,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:08,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["-nRXmQGoR5Wc0oQgJt2xwQ"], "issued_at": "2018-11-05T22:01:08.000000Z"}} 2018-11-05 22:01:08,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e52ea845a73b62ef31764847acc340b7094a123f" 2018-11-05 22:01:08,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f674f39f-5479-4c4f-89c4-5c9e23b225e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:08,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f674f39f-5479-4c4f-89c4-5c9e23b225e4 2018-11-05 22:01:08,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:08,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:09,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["FI2jvH8pRvaAVgYbChzhyA"], "issued_at": "2018-11-05T22:01:09.000000Z"}} 2018-11-05 22:01:09,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:09,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460deffe-9993-4949-a0ac-ced95aa1082f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:09,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-460deffe-9993-4949-a0ac-ced95aa1082f 2018-11-05 22:01:09,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:09,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:09,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-31518c9c-7a1a-4f9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:09,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15462b2-430c-40d9-8473-6058e0b3a773 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-31518c9c-7a1a-4f9-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:09,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-31518c9c-7a1a-4f9-name used request id req-e15462b2-430c-40d9-8473-6058e0b3a773 2018-11-05 22:01:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:09,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53bcfe17-99a3-415f-9082-10d460915959 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:09,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-53bcfe17-99a3-415f-9082-10d460915959 2018-11-05 22:01:09,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-31518c9c-7a1a-4f9-name"}}' 2018-11-05 22:01:09,536 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3add907-8c40-4e27-8c27-788d8535b4f5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c4660ca9c2b3490daa9d848f858a1f42"}, "enabled": true, "id": "c4660ca9c2b3490daa9d848f858a1f42", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-31518c9c-7a1a-4f9-name"}} 2018-11-05 22:01:09,536 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d3add907-8c40-4e27-8c27-788d8535b4f5 2018-11-05 22:01:09,537 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-31518c9c-7a1a-4f9-name 2018-11-05 22:01:09,537 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-31518c9c-7a1a-4f9-name 2018-11-05 22:01:09,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:09,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:09,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c4660ca9c2b3490daa9d848f858a1f42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e52ea845a73b62ef31764847acc340b7094a123f" 2018-11-05 22:01:09,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3160f5f1-2b28-447a-a30a-a4a30332206f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:09,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c4660ca9c2b3490daa9d848f858a1f42 used request id req-3160f5f1-2b28-447a-a30a-a4a30332206f 2018-11-05 22:01:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a0a674e9-8826-4f5e-9a7e-7013fc7fcad6 Date: Mon, 05 Nov 2018 22:01:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:10,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a0a674e9-8826-4f5e-9a7e-7013fc7fcad6 2018-11-05 22:01:10,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6914dcb1-61f1-43c0-b6d2-ad15da6abac8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:10,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-6914dcb1-61f1-43c0-b6d2-ad15da6abac8 2018-11-05 22:01:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a35a9ab-e208-449e-8f85-d5412e4c9033 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-05 22:01:10,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 used request id req-8a35a9ab-e208-449e-8f85-d5412e4c9033 2018-11-05 22:01:10,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2cfa06d-b6b8-4e10-ba6a-b017b899ea22 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-05 22:01:10,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 used request id req-e2cfa06d-b6b8-4e10-ba6a-b017b899ea22 2018-11-05 22:01:10,460 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-31518c9c-7a1a-4f9-name 2018-11-05 22:01:10,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c4660ca9c2b3490daa9d848f858a1f42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,541 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bd75d7c-a0bf-4255-9974-f748d13d1560 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c4660ca9c2b3490daa9d848f858a1f42.", "code": 404, "title": "Not Found"}} 2018-11-05 22:01:10,541 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c4660ca9c2b3490daa9d848f858a1f42 used request id req-8bd75d7c-a0bf-4255-9974-f748d13d1560 2018-11-05 22:01:10,541 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-05 22:01:10,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930b1ce8-3b34-4afa-b386-b598e2e5fb33 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:10,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-930b1ce8-3b34-4afa-b386-b598e2e5fb33 2018-11-05 22:01:10,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e52ea845a73b62ef31764847acc340b7094a123f" 2018-11-05 22:01:10,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b33b501-d7ec-420e-95d0-105ef35a34c3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:01:10,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2b33b501-d7ec-420e-95d0-105ef35a34c3 2018-11-05 22:01:10,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e9697370e73dd560cea2f7df39a1f685165b19" 2018-11-05 22:01:10,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cbc37a4-6a3a-41cc-b512-ff255dacedd4 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:10,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4cbc37a4-6a3a-41cc-b512-ff255dacedd4 2018-11-05 22:01:10,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:11,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["t_R-3VBYSS-uJ-wrHzCFQQ"], "issued_at": "2018-11-05T22:01:11.000000Z"}} 2018-11-05 22:01:11,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a89368c823578a30116e6025d1f28aab2a9d46" 2018-11-05 22:01:11,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40f40ec-0cdb-4fc3-86cc-56395e33ec4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:11,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b40f40ec-0cdb-4fc3-86cc-56395e33ec4d 2018-11-05 22:01:11,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:11,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:11,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_u5d-5pvQhie_86Us6zSng"], "issued_at": "2018-11-05T22:01:11.000000Z"}} 2018-11-05 22:01:11,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:11,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e12581e9-a284-41ff-b2da-7315c9bbf418 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:11,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e12581e9-a284-41ff-b2da-7315c9bbf418 2018-11-05 22:01:11,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:11,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:11,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9cba013f-1085-41a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:11,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599d11b5-658b-4dcc-9dce-f83bdb325489 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9cba013f-1085-41a-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:11,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9cba013f-1085-41a-name used request id req-599d11b5-658b-4dcc-9dce-f83bdb325489 2018-11-05 22:01:11,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:11,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d03b7d4-ec26-4b5a-aacd-7e992f642856 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:11,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8d03b7d4-ec26-4b5a-aacd-7e992f642856 2018-11-05 22:01:11,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9cba013f-1085-41a-name"}}' 2018-11-05 22:01:11,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0efbb90-c529-43bb-a083-bda6219267c9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0a381640256b4842bbfdf8e86b0b8181"}, "enabled": true, "id": "0a381640256b4842bbfdf8e86b0b8181", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9cba013f-1085-41a-name"}} 2018-11-05 22:01:11,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a0efbb90-c529-43bb-a083-bda6219267c9 2018-11-05 22:01:11,998 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9cba013f-1085-41a-name 2018-11-05 22:01:12,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:12,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:12,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9cba013f-1085-41a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a89368c823578a30116e6025d1f28aab2a9d46" 2018-11-05 22:01:12,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57bb43c-0ac5-4965-bd78-8c13427ad8c2 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9cba013f-1085-41a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0a381640256b4842bbfdf8e86b0b8181"}, "enabled": true, "id": "0a381640256b4842bbfdf8e86b0b8181", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9cba013f-1085-41a-name"}]} 2018-11-05 22:01:12,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9cba013f-1085-41a-name used request id req-e57bb43c-0ac5-4965-bd78-8c13427ad8c2 2018-11-05 22:01:12,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a89368c823578a30116e6025d1f28aab2a9d46" 2018-11-05 22:01:12,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3aaa079-87ce-4a9d-a651-8b7fbc27067a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:01:12,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e3aaa079-87ce-4a9d-a651-8b7fbc27067a 2018-11-05 22:01:12,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:13,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-78332b46-611e-4628-9748-e4824bc01668 Date: Mon, 05 Nov 2018 22:01:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:13,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-78332b46-611e-4628-9748-e4824bc01668 2018-11-05 22:01:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:13,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81761924-7cf0-4fda-96f7-035e21426555 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:13,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-81761924-7cf0-4fda-96f7-035e21426555 2018-11-05 22:01:13,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:13,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f58486-9149-443f-9e95-0d24ee6d2777 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-05 22:01:13,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 used request id req-b5f58486-9149-443f-9e95-0d24ee6d2777 2018-11-05 22:01:13,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:13,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cbc2501-8cac-4aea-8fbe-e46c1507ef0b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-05 22:01:13,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 used request id req-3cbc2501-8cac-4aea-8fbe-e46c1507ef0b 2018-11-05 22:01:13,310 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9cba013f-1085-41a-name 2018-11-05 22:01:13,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/0a381640256b4842bbfdf8e86b0b8181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:13,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ace86655-d400-48e9-8bf6-dbc7792ba34a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:13,454 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0a381640256b4842bbfdf8e86b0b8181 used request id req-ace86655-d400-48e9-8bf6-dbc7792ba34a 2018-11-05 22:01:13,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1b2fd3e19df2ac347a9c2c4ebc407d0d7da47e" 2018-11-05 22:01:13,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8dd842b-099f-4b84-90a7-54da545c46e4 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:13,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e8dd842b-099f-4b84-90a7-54da545c46e4 2018-11-05 22:01:13,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:13,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["1gDRe5IWRS6UmVWS06FDZQ"], "issued_at": "2018-11-05T22:01:13.000000Z"}} 2018-11-05 22:01:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b714b1a488ecf1722a95351d6edb42d0e77ef6e7" 2018-11-05 22:01:14,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc60cd4-3e24-44b3-8419-b42f2ec1cf93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:14,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2fc60cd4-3e24-44b3-8419-b42f2ec1cf93 2018-11-05 22:01:14,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:14,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:14,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["bpwAIHnSTpyaoiBwITmuKA"], "issued_at": "2018-11-05T22:01:14.000000Z"}} 2018-11-05 22:01:14,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:14,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8b8cb9-dd9d-430e-b5e1-fdd693e3da21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:14,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df8b8cb9-dd9d-430e-b5e1-fdd693e3da21 2018-11-05 22:01:14,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:14,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:14,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:14,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b52d2341-cec3-4678-902a-8f01a45e1254 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:14,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name used request id req-b52d2341-cec3-4678-902a-8f01a45e1254 2018-11-05 22:01:14,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:14,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f0583ce-7727-4672-b003-001c83c39cef Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:14,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7f0583ce-7727-4672-b003-001c83c39cef 2018-11-05 22:01:14,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-222e8c00-13ec-405-name"}}' 2018-11-05 22:01:14,769 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-835dfed9-e07f-4469-b556-f2cc34f5099b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f87b1e8502f141eab151d6fe85362721"}, "enabled": true, "id": "f87b1e8502f141eab151d6fe85362721", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-222e8c00-13ec-405-name"}} 2018-11-05 22:01:14,769 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-835dfed9-e07f-4469-b556-f2cc34f5099b 2018-11-05 22:01:14,769 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-222e8c00-13ec-405-name 2018-11-05 22:01:14,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:14,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:14,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b714b1a488ecf1722a95351d6edb42d0e77ef6e7" 2018-11-05 22:01:14,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ee38ee-109d-4958-aeb1-e0cec2eac434 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f87b1e8502f141eab151d6fe85362721"}, "enabled": true, "id": "f87b1e8502f141eab151d6fe85362721", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-222e8c00-13ec-405-name"}]} 2018-11-05 22:01:14,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name used request id req-f5ee38ee-109d-4958-aeb1-e0cec2eac434 2018-11-05 22:01:14,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:14,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:15,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["r_fUBnhFTKW79riuSYAkZw"], "issued_at": "2018-11-05T22:01:15.000000Z"}} 2018-11-05 22:01:15,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b31c2e6ca1c190dfa4fe3b48a960b8b7baa387a" 2018-11-05 22:01:15,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2938a15a-585d-45d6-ac71-da54f083511c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:15,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2938a15a-585d-45d6-ac71-da54f083511c 2018-11-05 22:01:15,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:15,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:15,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b31c2e6ca1c190dfa4fe3b48a960b8b7baa387a" 2018-11-05 22:01:15,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69eadf6-01a1-463d-a306-a9c51785d292 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f87b1e8502f141eab151d6fe85362721"}, "enabled": true, "id": "f87b1e8502f141eab151d6fe85362721", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-222e8c00-13ec-405-name"}]} 2018-11-05 22:01:15,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-222e8c00-13ec-405-name used request id req-a69eadf6-01a1-463d-a306-a9c51785d292 2018-11-05 22:01:15,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b714b1a488ecf1722a95351d6edb42d0e77ef6e7" 2018-11-05 22:01:15,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ebce05-c213-4ace-8080-60b3080ad20f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:01:15,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-59ebce05-c213-4ace-8080-60b3080ad20f 2018-11-05 22:01:15,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:16,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-0c770a76-30e0-4686-8ddf-070599e17b93 Date: Mon, 05 Nov 2018 22:01:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:16,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-0c770a76-30e0-4686-8ddf-070599e17b93 2018-11-05 22:01:16,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:16,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0065c613-95c4-44cf-bb87-9f9bf623000a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:16,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-0065c613-95c4-44cf-bb87-9f9bf623000a 2018-11-05 22:01:16,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:16,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693b0ff2-30b3-4a33-b807-88430e61e568 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-05 22:01:16,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 used request id req-693b0ff2-30b3-4a33-b807-88430e61e568 2018-11-05 22:01:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:16,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c58e9ae3-8966-444e-91d6-e5e0cc3b9b5a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-05 22:01:16,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 used request id req-c58e9ae3-8966-444e-91d6-e5e0cc3b9b5a 2018-11-05 22:01:16,529 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-222e8c00-13ec-405-name 2018-11-05 22:01:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f87b1e8502f141eab151d6fe85362721 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:16,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2aa7754a-7c65-4589-84b9-23f4f0a81ebf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:16,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f87b1e8502f141eab151d6fe85362721 used request id req-2aa7754a-7c65-4589-84b9-23f4f0a81ebf 2018-11-05 22:01:16,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83907003d48288127239b3fd79d9849da29217f7" 2018-11-05 22:01:16,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2098669e-dfc0-4373-95ed-9d4ba2823fd7 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:16,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2098669e-dfc0-4373-95ed-9d4ba2823fd7 2018-11-05 22:01:16,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:17,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["a5WCBcsCTVWeHEtkBpqsGQ"], "issued_at": "2018-11-05T22:01:17.000000Z"}} 2018-11-05 22:01:17,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1119ed7290242b7e1d36a4bd7da107b63fa1a63b" 2018-11-05 22:01:17,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d98c48-69a2-4c60-9dce-b671a123eed8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:17,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-06d98c48-69a2-4c60-9dce-b671a123eed8 2018-11-05 22:01:17,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:17,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:17,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["saUVa8NgRZ2UEnHI_b2kdw"], "issued_at": "2018-11-05T22:01:17.000000Z"}} 2018-11-05 22:01:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4103a8bd81c51124b37f0b2d496501537306eac3" 2018-11-05 22:01:17,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55f1dbe-ed98-48a5-b998-16ca694cc21f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:17,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b55f1dbe-ed98-48a5-b998-16ca694cc21f 2018-11-05 22:01:17,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:17,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:17,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9dc2a6d8-bea0-465-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4103a8bd81c51124b37f0b2d496501537306eac3" 2018-11-05 22:01:17,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-804e264d-5482-426b-90d6-7b6bc6a072d5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9dc2a6d8-bea0-465-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:17,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9dc2a6d8-bea0-465-name used request id req-804e264d-5482-426b-90d6-7b6bc6a072d5 2018-11-05 22:01:17,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4103a8bd81c51124b37f0b2d496501537306eac3" 2018-11-05 22:01:17,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b90f223-7723-40ac-8105-93a3760fda8f Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-11-05 22:01:17,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=foo used request id req-2b90f223-7723-40ac-8105-93a3760fda8f 2018-11-05 22:01:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4103a8bd81c51124b37f0b2d496501537306eac3" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-9dc2a6d8-bea0-465-name"}}' 2018-11-05 22:01:18,021 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 05 Nov 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-415b2d34-f8b7-413e-b5be-cc618d4f7a4d Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-11-05 22:01:18,021 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-415b2d34-f8b7-413e-b5be-cc618d4f7a4d 2018-11-05 22:01:18,021 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-11-05 22:01:18,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4103a8bd81c51124b37f0b2d496501537306eac3" 2018-11-05 22:01:18,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f2285a-551c-42b8-ab14-eff3ed48e505 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:18,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-48f2285a-551c-42b8-ab14-eff3ed48e505 2018-11-05 22:01:18,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:18,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["FX1qk-KaTMqZ84pZs-IVmQ"], "issued_at": "2018-11-05T22:01:18.000000Z"}} 2018-11-05 22:01:18,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456cbffdb2de3d90f3c5fbf72152cd5ed9cb98b5" 2018-11-05 22:01:18,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10abe98d-31aa-44ee-8492-8611edf729f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:18,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10abe98d-31aa-44ee-8492-8611edf729f8 2018-11-05 22:01:18,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:18,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:18,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["1KMk7Gd2RPCRzRMuKcMMaQ"], "issued_at": "2018-11-05T22:01:18.000000Z"}} 2018-11-05 22:01:18,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:19,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab9e185d-f4ef-46c5-b6e6-e7c3e0aa12cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:19,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ab9e185d-f4ef-46c5-b6e6-e7c3e0aa12cc 2018-11-05 22:01:19,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:19,054 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:19,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-fb2cb623-0b06-4c0-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:19,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2e5589-caf2-4241-bd87-ad7129c17788 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-fb2cb623-0b06-4c0-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:19,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-fb2cb623-0b06-4c0-name used request id req-9e2e5589-caf2-4241-bd87-ad7129c17788 2018-11-05 22:01:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:19,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18211f9f-1010-45a4-afc5-c1a40816fa31 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:19,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-18211f9f-1010-45a4-afc5-c1a40816fa31 2018-11-05 22:01:19,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-fb2cb623-0b06-4c0-name"}}' 2018-11-05 22:01:19,394 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-678398cc-558e-4637-901f-2fb4f720904c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7c4098400c7c4f9597fbe4a8f96c1975"}, "enabled": true, "id": "7c4098400c7c4f9597fbe4a8f96c1975", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-fb2cb623-0b06-4c0-name"}} 2018-11-05 22:01:19,394 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-678398cc-558e-4637-901f-2fb4f720904c 2018-11-05 22:01:19,394 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-fb2cb623-0b06-4c0-name 2018-11-05 22:01:19,394 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:01:19,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/7c4098400c7c4f9597fbe4a8f96c1975 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:20,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01: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-606114bb-68a2-4d40-b7ee-f7f088b74ae2 x-compute-request-id: req-606114bb-68a2-4d40-b7ee-f7f088b74ae2 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "7c4098400c7c4f9597fbe4a8f96c1975", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 22:01:20,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/7c4098400c7c4f9597fbe4a8f96c1975 used request id req-606114bb-68a2-4d40-b7ee-f7f088b74ae2 2018-11-05 22:01:20,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/7c4098400c7c4f9597fbe4a8f96c1975 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-11-05 22:01:20,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01: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-6c5be5c3-b076-468a-b3e1-e6912270df58 x-compute-request-id: req-6c5be5c3-b076-468a-b3e1-e6912270df58 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 22:01:20,624 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/7c4098400c7c4f9597fbe4a8f96c1975 used request id req-6c5be5c3-b076-468a-b3e1-e6912270df58 2018-11-05 22:01:20,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:20,633 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:20,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-fb2cb623-0b06-4c0-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456cbffdb2de3d90f3c5fbf72152cd5ed9cb98b5" 2018-11-05 22:01:20,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8747c4-6720-4ee1-99e5-fe83040d01d0 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-fb2cb623-0b06-4c0-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7c4098400c7c4f9597fbe4a8f96c1975"}, "enabled": true, "id": "7c4098400c7c4f9597fbe4a8f96c1975", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-fb2cb623-0b06-4c0-name"}]} 2018-11-05 22:01:20,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-fb2cb623-0b06-4c0-name used request id req-8a8747c4-6720-4ee1-99e5-fe83040d01d0 2018-11-05 22:01:20,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456cbffdb2de3d90f3c5fbf72152cd5ed9cb98b5" 2018-11-05 22:01:20,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2c39d9-9096-4b05-bcdc-5489a30b8b96 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:01:20,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ef2c39d9-9096-4b05-bcdc-5489a30b8b96 2018-11-05 22:01:20,746 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:01:20,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/7c4098400c7c4f9597fbe4a8f96c1975 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456cbffdb2de3d90f3c5fbf72152cd5ed9cb98b5" 2018-11-05 22:01:21,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01: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-674a6ea4-8514-4c44-926a-8160100b2e1a x-compute-request-id: req-674a6ea4-8514-4c44-926a-8160100b2e1a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "7c4098400c7c4f9597fbe4a8f96c1975", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 22:01:21,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/7c4098400c7c4f9597fbe4a8f96c1975 used request id req-674a6ea4-8514-4c44-926a-8160100b2e1a 2018-11-05 22:01:21,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:21,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-89662b5f-1c80-4c2f-8b36-01816d8b14c3 Date: Mon, 05 Nov 2018 22:01:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:21,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-89662b5f-1c80-4c2f-8b36-01816d8b14c3 2018-11-05 22:01:21,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:21,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5af81cb-fae8-46af-865b-470d987c7661 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:21,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-b5af81cb-fae8-46af-865b-470d987c7661 2018-11-05 22:01:21,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:21,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e21912-d758-46d1-8e1a-d3cba73e8a71 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-05 22:01:21,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 used request id req-c6e21912-d758-46d1-8e1a-d3cba73e8a71 2018-11-05 22:01:21,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:21,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-340cee21-7855-405f-8902-82eb71c08b9d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-05 22:01:21,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 used request id req-340cee21-7855-405f-8902-82eb71c08b9d 2018-11-05 22:01:21,753 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-fb2cb623-0b06-4c0-name 2018-11-05 22:01:21,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/7c4098400c7c4f9597fbe4a8f96c1975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:21,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c8d0217-0b3f-4131-b64e-0896229ae393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:21,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7c4098400c7c4f9597fbe4a8f96c1975 used request id req-2c8d0217-0b3f-4131-b64e-0896229ae393 2018-11-05 22:01:21,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f804b1a036dd91329579fc37c7cbd7b52e7df8c" 2018-11-05 22:01:22,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3165e8-f403-421e-b59a-522f3e02a252 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:22,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6c3165e8-f403-421e-b59a-522f3e02a252 2018-11-05 22:01:22,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:22,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["pYKk7k5DRriSvm2jJxXnOw"], "issued_at": "2018-11-05T22:01:22.000000Z"}} 2018-11-05 22:01:22,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686c925c5b64726a380fa785a28898e427c8d1b0" 2018-11-05 22:01:22,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b2ea4a-0a4e-4684-ae84-a512e0782451 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:22,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b9b2ea4a-0a4e-4684-ae84-a512e0782451 2018-11-05 22:01:22,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:22,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:22,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["2akA5rAqQkO8rwyeo_mebA"], "issued_at": "2018-11-05T22:01:22.000000Z"}} 2018-11-05 22:01:22,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:22,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9faf99d8-53bb-44e7-b817-0627c281f1bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:22,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9faf99d8-53bb-44e7-b817-0627c281f1bb 2018-11-05 22:01:22,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:22,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:22,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-48933862-9a9e-4af-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:23,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-981e016c-1690-4887-9cf6-00dac212037b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-48933862-9a9e-4af-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:23,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-48933862-9a9e-4af-name used request id req-981e016c-1690-4887-9cf6-00dac212037b 2018-11-05 22:01:23,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:23,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c584fd-980f-416b-9cb7-04a3de9e255b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:23,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-08c584fd-980f-416b-9cb7-04a3de9e255b 2018-11-05 22:01:23,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-48933862-9a9e-4af-name"}}' 2018-11-05 22:01:23,326 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ca657d6-ac86-4bcd-94d0-7d129cd60425 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c544016eb56447539050873965b92eaa"}, "enabled": true, "id": "c544016eb56447539050873965b92eaa", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-48933862-9a9e-4af-name"}} 2018-11-05 22:01:23,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2ca657d6-ac86-4bcd-94d0-7d129cd60425 2018-11-05 22:01:23,327 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-48933862-9a9e-4af-name 2018-11-05 22:01:23,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:23,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:23,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-48933862-9a9e-4af-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686c925c5b64726a380fa785a28898e427c8d1b0" 2018-11-05 22:01:23,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ec1b99-18de-47e0-859f-d9aa1d1740a2 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-48933862-9a9e-4af-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c544016eb56447539050873965b92eaa"}, "enabled": true, "id": "c544016eb56447539050873965b92eaa", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-48933862-9a9e-4af-name"}]} 2018-11-05 22:01:23,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-48933862-9a9e-4af-name used request id req-54ec1b99-18de-47e0-859f-d9aa1d1740a2 2018-11-05 22:01:23,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686c925c5b64726a380fa785a28898e427c8d1b0" 2018-11-05 22:01:23,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84c06ec-30c3-4040-aca6-7ccdf3e33ec3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:01:23,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d84c06ec-30c3-4040-aca6-7ccdf3e33ec3 2018-11-05 22:01:23,512 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:01:23,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/c544016eb56447539050873965b92eaa -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-11-05 22:01:24,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3320343d-6e59-4ffd-8d87-3077dbee2cae x-compute-request-id: req-3320343d-6e59-4ffd-8d87-3077dbee2cae Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 22:01:24,236 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/c544016eb56447539050873965b92eaa used request id req-3320343d-6e59-4ffd-8d87-3077dbee2cae 2018-11-05 22:01:24,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/quotas/c544016eb56447539050873965b92eaa -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-11-05 22:01:25,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-8116ba0a-eb97-43e6-a913-ad0fc219cf71 Date: Mon, 05 Nov 2018 22:01:25 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-11-05 22:01:25,154 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/c544016eb56447539050873965b92eaa used request id req-8116ba0a-eb97-43e6-a913-ad0fc219cf71 2018-11-05 22:01:25,155 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:01:25,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/c544016eb56447539050873965b92eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:25,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01: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-4f3f9a63-231e-412f-bd99-554f06051199 x-compute-request-id: req-4f3f9a63-231e-412f-bd99-554f06051199 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "c544016eb56447539050873965b92eaa", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 22:01:25,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/c544016eb56447539050873965b92eaa used request id req-4f3f9a63-231e-412f-bd99-554f06051199 2018-11-05 22:01:25,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/c544016eb56447539050873965b92eaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:25,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-86858825-cc02-4a45-9ede-9ec655b32dec Date: Mon, 05 Nov 2018 22:01:25 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-11-05 22:01:25,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/c544016eb56447539050873965b92eaa used request id req-86858825-cc02-4a45-9ede-9ec655b32dec 2018-11-05 22:01:25,515 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:01:25,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/c544016eb56447539050873965b92eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686c925c5b64726a380fa785a28898e427c8d1b0" 2018-11-05 22:01:26,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01: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-5465aff4-8249-4010-8a48-3d1e09a324bc x-compute-request-id: req-5465aff4-8249-4010-8a48-3d1e09a324bc Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "c544016eb56447539050873965b92eaa", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 22:01:26,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/c544016eb56447539050873965b92eaa used request id req-5465aff4-8249-4010-8a48-3d1e09a324bc 2018-11-05 22:01:26,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/c544016eb56447539050873965b92eaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686c925c5b64726a380fa785a28898e427c8d1b0" 2018-11-05 22:01:27,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-d1d14790-f93d-4824-a2c8-81eca8f7e475 Date: Mon, 05 Nov 2018 22:01:27 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-11-05 22:01:27,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/c544016eb56447539050873965b92eaa used request id req-d1d14790-f93d-4824-a2c8-81eca8f7e475 2018-11-05 22:01:27,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:27,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-9f73e2b5-23ee-4bf8-af3f-4a3897731c2e Date: Mon, 05 Nov 2018 22:01:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:27,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9f73e2b5-23ee-4bf8-af3f-4a3897731c2e 2018-11-05 22:01:27,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:27,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbdd0a87-ed7e-4195-a0be-075e0a1d5422 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:27,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-fbdd0a87-ed7e-4195-a0be-075e0a1d5422 2018-11-05 22:01:27,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:27,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc55133b-d4be-4243-9af5-70cc2c1344de Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-05 22:01:27,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3 used request id req-fc55133b-d4be-4243-9af5-70cc2c1344de 2018-11-05 22:01:27,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:27,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df916f68-d64e-4b08-985c-2926487ff68b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-05 22:01:27,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619 used request id req-df916f68-d64e-4b08-985c-2926487ff68b 2018-11-05 22:01:27,605 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-48933862-9a9e-4af-name 2018-11-05 22:01:27,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c544016eb56447539050873965b92eaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:27,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fd45b93-7393-439c-8523-b8b194e02105 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:27,772 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c544016eb56447539050873965b92eaa used request id req-6fd45b93-7393-439c-8523-b8b194e02105 2018-11-05 22:01:27,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3cce4541663a655f07279d5028d0877fbc50af4" 2018-11-05 22:01:27,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3fa0710-5a04-4f23-ac8a-ad60c7b0ef14 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:27,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f3fa0710-5a04-4f23-ac8a-ad60c7b0ef14 2018-11-05 22:01:27,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:28,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Z6iMX8xpQzyHo1_h-ueH8g"], "issued_at": "2018-11-05T22:01:28.000000Z"}} 2018-11-05 22:01:28,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2a2726abfae4c7f9a23ca20c342e1212d3cfc7" 2018-11-05 22:01:28,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b358f6-f97d-44e1-a4d5-467ad9660578 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:28,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8b358f6-f97d-44e1-a4d5-467ad9660578 2018-11-05 22:01:28,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:28,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:28,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["w76okbWiScuBPEYQUqj-Mg"], "issued_at": "2018-11-05T22:01:28.000000Z"}} 2018-11-05 22:01:28,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:28,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-797af7ea-248a-461c-9162-7f34653aca72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:28,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-797af7ea-248a-461c-9162-7f34653aca72 2018-11-05 22:01:28,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:28,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:28,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-0532030a-de59-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:28,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5508472d-bbcb-47b0-ae22-1ef0285aa9c8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-0532030a-de59-44c-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:28,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-0532030a-de59-44c-name used request id req-5508472d-bbcb-47b0-ae22-1ef0285aa9c8 2018-11-05 22:01:28,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:28,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b4086e-eed6-4a96-aeb9-10d8048f0260 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:28,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f5b4086e-eed6-4a96-aeb9-10d8048f0260 2018-11-05 22:01:28,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}}' 2018-11-05 22:01:29,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af830a77-f0a6-48b4-adfd-461ec0c15b78 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4"}, "enabled": true, "id": "dd8e2028d41f449f9d5924a10b9494f4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}} 2018-11-05 22:01:29,098 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-af830a77-f0a6-48b4-adfd-461ec0c15b78 2018-11-05 22:01:29,099 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-0532030a-de59-44c-name 2018-11-05 22:01:29,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:29,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:29,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["oT34JbGpRkaaU4b-LwwWBQ"], "issued_at": "2018-11-05T22:01:29.000000Z"}} 2018-11-05 22:01:29,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:29,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8045d86c-2f9e-45fd-ab67-ea321668e275 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:29,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8045d86c-2f9e-45fd-ab67-ea321668e275 2018-11-05 22:01:29,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:29,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:29,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:29,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6dc13a8-4b8d-4f09-b86d-0ae5d9809a28 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:29,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c6dc13a8-4b8d-4f09-b86d-0ae5d9809a28 2018-11-05 22:01:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:29,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46fa32da-534a-4873-b1ea-b26554cabfea Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:29,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-46fa32da-534a-4873-b1ea-b26554cabfea 2018-11-05 22:01:30,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:30,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6c000b-c701-4774-90b4-cf4622ad9c93 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:30,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cd6c000b-c701-4774-90b4-cf4622ad9c93 2018-11-05 22:01:30,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-0532030a-de59-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:30,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77a6bd44-8a89-480a-97ca-cb416d07824a Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-0532030a-de59-44c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4"}, "enabled": true, "id": "dd8e2028d41f449f9d5924a10b9494f4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}]} 2018-11-05 22:01:30,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-0532030a-de59-44c-name used request id req-77a6bd44-8a89-480a-97ca-cb416d07824a 2018-11-05 22:01:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/777b000edc4741faa72d2d362d8f0ae5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:30,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db7b744-1044-4317-8e13-f6d9b01f64db Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/777b000edc4741faa72d2d362d8f0ae5"}, "enabled": true, "id": "777b000edc4741faa72d2d362d8f0ae5", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-0532030a-de59-44c-user"}} 2018-11-05 22:01:30,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/777b000edc4741faa72d2d362d8f0ae5 used request id req-7db7b744-1044-4317-8e13-f6d9b01f64db 2018-11-05 22:01:30,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:30,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d840fc9b-34ce-46bc-a9ef-09c859f601e8 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:01:30,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles used request id req-d840fc9b-34ce-46bc-a9ef-09c859f601e8 2018-11-05 22:01:30,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:30,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-459b91d5-2588-48a6-aa9b-d15171ce5623 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:01:30,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-459b91d5-2588-48a6-aa9b-d15171ce5623 2018-11-05 22:01:30,613 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-0532030a-de59-44c-name 2018-11-05 22:01:30,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:30,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b8db3c8-b0a0-42ec-8f2f-b41437546853 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:30,748 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-1b8db3c8-b0a0-42ec-8f2f-b41437546853 2018-11-05 22:01:30,749 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-0532030a-de59-44c-user 2018-11-05 22:01:30,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:30,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9173c74-b996-49c6-a683-2a22352ef203 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:30,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9173c74-b996-49c6-a683-2a22352ef203 2018-11-05 22:01:30,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" -d '{"role": {"name": "CreateProjectUserTests-0532030a-de59-44c-name-role"}}' 2018-11-05 22:01:30,988 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-110eb7f4-f002-4b9a-bbae-b9e5fa81a39b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0dac0334e878463ab47ca93719d76820", "links": {"self": "http://172.30.9.23:5000/v3/roles/0dac0334e878463ab47ca93719d76820"}, "name": "CreateProjectUserTests-0532030a-de59-44c-name-role"}} 2018-11-05 22:01:30,988 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-110eb7f4-f002-4b9a-bbae-b9e5fa81a39b 2018-11-05 22:01:30,989 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-0532030a-de59-44c-name-role 2018-11-05 22:01:30,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0dac0334e878463ab47ca93719d76820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:31,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c2eee2-7cf3-4a0a-8e43-61e7c9405fd0 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0dac0334e878463ab47ca93719d76820"}, "domain_id": null, "name": "CreateProjectUserTests-0532030a-de59-44c-name-role", "id": "0dac0334e878463ab47ca93719d76820"}} 2018-11-05 22:01:31,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0dac0334e878463ab47ca93719d76820 used request id req-95c2eee2-7cf3-4a0a-8e43-61e7c9405fd0 2018-11-05 22:01:31,078 - keystone_utils - INFO - Granting role CreateProjectUserTests-0532030a-de59-44c-name-role to project CreateProjectUserTests-0532030a-de59-44c-name 2018-11-05 22:01:31,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles/0dac0334e878463ab47ca93719d76820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:31,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1380348-0c38-425f-96f7-f83296ce25fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:31,242 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4/users/777b000edc4741faa72d2d362d8f0ae5/roles/0dac0334e878463ab47ca93719d76820 used request id req-a1380348-0c38-425f-96f7-f83296ce25fc 2018-11-05 22:01:31,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:31,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:31,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "0dac0334e878463ab47ca93719d76820", "name": "CreateProjectUserTests-0532030a-de59-44c-name-role"}], "expires_at": "2018-11-05T23:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd8e2028d41f449f9d5924a10b9494f4", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/dd8e2028d41f449f9d5924a10b9494f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/dd8e2028d41f449f9d5924a10b9494f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/dd8e2028d41f449f9d5924a10b9494f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dd8e2028d41f449f9d5924a10b9494f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/dd8e2028d41f449f9d5924a10b9494f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/dd8e2028d41f449f9d5924a10b9494f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dd8e2028d41f449f9d5924a10b9494f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/dd8e2028d41f449f9d5924a10b9494f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/dd8e2028d41f449f9d5924a10b9494f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/dd8e2028d41f449f9d5924a10b9494f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/dd8e2028d41f449f9d5924a10b9494f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/dd8e2028d41f449f9d5924a10b9494f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-0532030a-de59-44c-user", "id": "777b000edc4741faa72d2d362d8f0ae5"}, "audit_ids": ["0rJu_mUOQy-jyAWgtocSag"], "issued_at": "2018-11-05T22:01:31.000000Z"}} 2018-11-05 22:01:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:31,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aafb55e0-2f25-4814-9028-300a8c3963d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:31,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aafb55e0-2f25-4814-9028-300a8c3963d3 2018-11-05 22:01:31,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-0532030a-de59-44c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:32,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1ff50a81-8bf5-465f-a2c3-45e1e8a68959 Date: Mon, 05 Nov 2018 22:01:32 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:01:32,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-0532030a-de59-44c-name&description=hello+group used request id req-1ff50a81-8bf5-465f-a2c3-45e1e8a68959 2018-11-05 22:01:32,091 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-0532030a-de59-44c-name... 2018-11-05 22:01:32,091 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-0532030a-de59-44c-name 2018-11-05 22:01:32,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" -d '{"security_group": {"name": "CreateProjectUserTests-0532030a-de59-44c-name", "description": "hello group"}}' 2018-11-05 22:01:33,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-418b72d9-8272-4f5d-a911-76915ec96916 Date: Mon, 05 Nov 2018 22:01:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "updated_at": "2018-11-05T22:01:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}], "revision_number": 2, "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}} 2018-11-05 22:01:33,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-418b72d9-8272-4f5d-a911-76915ec96916 2018-11-05 22:01:33,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:33,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:33,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2cf1263-a2ab-4b6c-9a89-9c07455787e1 Date: Mon, 05 Nov 2018 22:01:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9"}]} 2018-11-05 22:01:33,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-c2cf1263-a2ab-4b6c-9a89-9c07455787e1 2018-11-05 22:01:33,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:33,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:33,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2704d787-22a1-4c98-8400-bd57930b1e43 Date: Mon, 05 Nov 2018 22:01:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9"}]} 2018-11-05 22:01:33,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-2704d787-22a1-4c98-8400-bd57930b1e43 2018-11-05 22:01:33,903 - neutron_utils - INFO - Retrieving security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:33,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:34,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-49fc00af-93f3-4a00-839d-218315738508 Date: Mon, 05 Nov 2018 22:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "updated_at": "2018-11-05T22:01:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}], "revision_number": 2, "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}]} 2018-11-05 22:01:34,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-49fc00af-93f3-4a00-839d-218315738508 2018-11-05 22:01:34,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:34,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4eba254a-0e7e-40f2-9c67-d48950e8dbb6 Date: Mon, 05 Nov 2018 22:01:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9"}]} 2018-11-05 22:01:34,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-4eba254a-0e7e-40f2-9c67-d48950e8dbb6 2018-11-05 22:01:34,951 - neutron_utils - INFO - Retrieving security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:34,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:35,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e92335ae-4408-407e-9f38-36d09904f8bd Date: Mon, 05 Nov 2018 22:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "updated_at": "2018-11-05T22:01:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}], "revision_number": 2, "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}]} 2018-11-05 22:01:35,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-e92335ae-4408-407e-9f38-36d09904f8bd 2018-11-05 22:01:35,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:36,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-60f11679-ed47-459c-95d7-fb18c320f487 Date: Mon, 05 Nov 2018 22:01:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9"}]} 2018-11-05 22:01:36,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-60f11679-ed47-459c-95d7-fb18c320f487 2018-11-05 22:01:36,560 - neutron_utils - INFO - Retrieving security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:36,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:36,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ba0be471-945a-4412-bf46-581c10f460ff Date: Mon, 05 Nov 2018 22:01:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "updated_at": "2018-11-05T22:01:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "revision_number": 0, "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}], "revision_number": 2, "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}]} 2018-11-05 22:01:36,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-ba0be471-945a-4412-bf46-581c10f460ff 2018-11-05 22:01:36,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0edff388-c9f2-4e5d-968b-b4e82c8796f5 2018-11-05 22:01:36,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:36,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-265d4b90-351e-4031-ad64-7f7da216f2da Date: Mon, 05 Nov 2018 22:01:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "7c4bcfe4-1600-4bfa-945d-fba758175fbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:33Z", "security_group_id": "0edff388-c9f2-4e5d-968b-b4e82c8796f5", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:33Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "db8d1801-8364-4cd4-9fff-41f31ebdece9"}]} 2018-11-05 22:01:36,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-265d4b90-351e-4031-ad64-7f7da216f2da 2018-11-05 22:01:36,858 - neutron_utils - INFO - Deleting security group rule with ID - 7c4bcfe4-1600-4bfa-945d-fba758175fbd 2018-11-05 22:01:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/7c4bcfe4-1600-4bfa-945d-fba758175fbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:37,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46b56cdb-e95d-442e-8c33-f8e55042a324 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:37,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/7c4bcfe4-1600-4bfa-945d-fba758175fbd used request id req-46b56cdb-e95d-442e-8c33-f8e55042a324 2018-11-05 22:01:37,139 - neutron_utils - INFO - Deleting security group rule with ID - db8d1801-8364-4cd4-9fff-41f31ebdece9 2018-11-05 22:01:37,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/db8d1801-8364-4cd4-9fff-41f31ebdece9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:37,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e305b8d-503d-4375-b733-e8211ca95e2a Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:37,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/db8d1801-8364-4cd4-9fff-41f31ebdece9 used request id req-6e305b8d-503d-4375-b733-e8211ca95e2a 2018-11-05 22:01:37,488 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-0532030a-de59-44c-name 2018-11-05 22:01:37,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0edff388-c9f2-4e5d-968b-b4e82c8796f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962f36b5b96471803f6d61cde6d733701be16a43" 2018-11-05 22:01:37,779 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b18d7acf-8a25-46e5-8dc8-47262aa143f0 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:37,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0edff388-c9f2-4e5d-968b-b4e82c8796f5 used request id req-b18d7acf-8a25-46e5-8dc8-47262aa143f0 2018-11-05 22:01:37,780 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-0532030a-de59-44c-user 2018-11-05 22:01:37,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/777b000edc4741faa72d2d362d8f0ae5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356935930f3c6b2bb31ba9425d1270b181ebb493" 2018-11-05 22:01:37,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdb6542f-a7cd-4917-a5c9-407b648b4864 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:37,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/777b000edc4741faa72d2d362d8f0ae5 used request id req-fdb6542f-a7cd-4917-a5c9-407b648b4864 2018-11-05 22:01:38,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:38,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-a4591c9c-1752-45a5-b5d9-22ea4ebbfba8 Date: Mon, 05 Nov 2018 22:01:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:31Z", "updated_at": "2018-11-05T22:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "revision_number": 0, "id": "c1af9d0a-8932-40a2-ab0c-772ad9cb890b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "revision_number": 0, "id": "d844f0ec-bbc7-42eb-bd5b-33f34098621c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "revision_number": 0, "id": "ead2b97b-d6eb-4b14-90fb-595591191e79", "remote_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "revision_number": 0, "id": "fae570dc-4439-4ad2-8762-c29e0dd59d98", "remote_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd8e2028d41f449f9d5924a10b9494f4"}], "revision_number": 4, "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:38,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a4591c9c-1752-45a5-b5d9-22ea4ebbfba8 2018-11-05 22:01:38,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:39,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1688b0-e2f8-4423-84aa-6332d96dda07 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:39,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-8c1688b0-e2f8-4423-84aa-6332d96dda07 2018-11-05 22:01:39,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:39,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebd6420-b4cd-4b0e-884c-a68ee3340397 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4"}, "enabled": true, "id": "dd8e2028d41f449f9d5924a10b9494f4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0532030a-de59-44c-name"}} 2018-11-05 22:01:39,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4 used request id req-8ebd6420-b4cd-4b0e-884c-a68ee3340397 2018-11-05 22:01:39,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 211a108d-ad84-41ab-a88e-ea55382d3f78 2018-11-05 22:01:39,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=211a108d-ad84-41ab-a88e-ea55382d3f78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:39,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-81eb23ae-63a2-441b-b3d9-4bd4a565e01b Date: Mon, 05 Nov 2018 22:01:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:31Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "c1af9d0a-8932-40a2-ab0c-772ad9cb890b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:31Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "d844f0ec-bbc7-42eb-bd5b-33f34098621c"}, {"remote_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:31Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "ead2b97b-d6eb-4b14-90fb-595591191e79"}, {"remote_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:31Z", "security_group_id": "211a108d-ad84-41ab-a88e-ea55382d3f78", "port_range_min": null, "revision_number": 0, "tenant_id": "dd8e2028d41f449f9d5924a10b9494f4", "created_at": "2018-11-05T22:01:31Z", "project_id": "dd8e2028d41f449f9d5924a10b9494f4", "id": "fae570dc-4439-4ad2-8762-c29e0dd59d98"}]} 2018-11-05 22:01:39,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=211a108d-ad84-41ab-a88e-ea55382d3f78 used request id req-81eb23ae-63a2-441b-b3d9-4bd4a565e01b 2018-11-05 22:01:39,267 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:01:39,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/211a108d-ad84-41ab-a88e-ea55382d3f78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:39,617 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f66e3d1c-a664-4df1-9206-d0c30759ce06 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:39,617 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/211a108d-ad84-41ab-a88e-ea55382d3f78 used request id req-f66e3d1c-a664-4df1-9206-d0c30759ce06 2018-11-05 22:01:39,618 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-0532030a-de59-44c-name 2018-11-05 22:01:39,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:39,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efacc4e6-a1ab-4e5e-9fb7-b96989f6a808 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:39,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/dd8e2028d41f449f9d5924a10b9494f4 used request id req-efacc4e6-a1ab-4e5e-9fb7-b96989f6a808 2018-11-05 22:01:39,808 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-0532030a-de59-44c-name-role 2018-11-05 22:01:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0dac0334e878463ab47ca93719d76820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:39,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1727a2f9-7b2f-4c09-89f9-5589ff027250 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:39,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0dac0334e878463ab47ca93719d76820 used request id req-1727a2f9-7b2f-4c09-89f9-5589ff027250 2018-11-05 22:01:39,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce99c914578eaf6023e96b0fe92ead3af2ee342" 2018-11-05 22:01:40,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48b195bd-f36e-4bdc-8b58-bd690bfa20e3 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:40,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-48b195bd-f36e-4bdc-8b58-bd690bfa20e3 2018-11-05 22:01:40,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:40,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["m32VGOGyTXuwuYTljtHg0w"], "issued_at": "2018-11-05T22:01:40.000000Z"}} 2018-11-05 22:01:40,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ebb83531c860398ff6267b33994ce5f4c31dcc" 2018-11-05 22:01:40,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc9ed8c-fc49-4e10-96e8-f853953c9d71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:40,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bc9ed8c-fc49-4e10-96e8-f853953c9d71 2018-11-05 22:01:40,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:40,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:40,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["noTVOM2SRzKQc6neenlOow"], "issued_at": "2018-11-05T22:01:40.000000Z"}} 2018-11-05 22:01:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:40,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e138b31-3ba0-46f2-90b8-f0de93537f86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:40,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e138b31-3ba0-46f2-90b8-f0de93537f86 2018-11-05 22:01:40,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:40,959 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:40,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a1e8442a-e8cd-45d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:41,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa221ab1-3d3f-4193-9881-a9bd42797533 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a1e8442a-e8cd-45d-name", "previous": null, "next": null}, "projects": []} 2018-11-05 22:01:41,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a1e8442a-e8cd-45d-name used request id req-fa221ab1-3d3f-4193-9881-a9bd42797533 2018-11-05 22:01:41,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:41,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460e743f-60e1-41d0-9427-c2194058beb5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:41,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-460e743f-60e1-41d0-9427-c2194058beb5 2018-11-05 22:01:41,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}}' 2018-11-05 22:01:41,254 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e76db912-aa7a-4bb6-8704-93767e3cf1e2 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1"}, "enabled": true, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}} 2018-11-05 22:01:41,254 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e76db912-aa7a-4bb6-8704-93767e3cf1e2 2018-11-05 22:01:41,254 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:41,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:41,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:41,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["oWsZNyk6TKCwpFZN_HrVvw"], "issued_at": "2018-11-05T22:01:41.000000Z"}} 2018-11-05 22:01:41,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:41,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b2aec9b-1ae2-44be-aaca-a4174d91cb9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:41,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b2aec9b-1ae2-44be-aaca-a4174d91cb9e 2018-11-05 22:01:41,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:41,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:41,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:41,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fcebb0b-0b2e-463d-83f2-3e312104fd16 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:41,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6fcebb0b-0b2e-463d-83f2-3e312104fd16 2018-11-05 22:01:41,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:41,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a02f2431-0a2a-48d6-8045-d80ea08951bc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:41,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a02f2431-0a2a-48d6-8045-d80ea08951bc 2018-11-05 22:01:42,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:42,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61a9f8c-db9f-4d01-8cf8-e78caf31dff2 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:42,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b61a9f8c-db9f-4d01-8cf8-e78caf31dff2 2018-11-05 22:01:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:42,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-833c8556-34bd-406e-8ae6-f1e069f37815 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1"}, "enabled": true, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:42,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name used request id req-833c8556-34bd-406e-8ae6-f1e069f37815 2018-11-05 22:01:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/dd58a298aed544499875890b5936059e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:42,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18e62a1-bf4a-4d96-82e9-3c665990dbe5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/dd58a298aed544499875890b5936059e"}, "enabled": true, "id": "dd58a298aed544499875890b5936059e", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-user1"}} 2018-11-05 22:01:42,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/dd58a298aed544499875890b5936059e used request id req-d18e62a1-bf4a-4d96-82e9-3c665990dbe5 2018-11-05 22:01:42,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:42,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9683fe55-85d4-4597-94b2-278c3f5c050d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:01:42,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles used request id req-9683fe55-85d4-4597-94b2-278c3f5c050d 2018-11-05 22:01:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:42,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c97f6c-54b6-4838-8901-f3f12a60c8ae Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:01:42,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-e2c97f6c-54b6-4838-8901-f3f12a60c8ae 2018-11-05 22:01:42,709 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:42,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:42,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-688ca66b-852a-4241-ac63-36764e74a0c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:42,825 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-688ca66b-852a-4241-ac63-36764e74a0c1 2018-11-05 22:01:42,825 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a1e8442a-e8cd-45d-user1 2018-11-05 22:01:42,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:42,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49bbff1b-e6c7-477b-9ff6-0eb09c79e1d7 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:42,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-49bbff1b-e6c7-477b-9ff6-0eb09c79e1d7 2018-11-05 22:01:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" -d '{"role": {"name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role"}}' 2018-11-05 22:01:43,020 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-102f9457-5e9e-41fc-805d-980f08658470 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f4109d7c21045de8b7d5396cd67843e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e"}, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role"}} 2018-11-05 22:01:43,020 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-102f9457-5e9e-41fc-805d-980f08658470 2018-11-05 22:01:43,021 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name-role 2018-11-05 22:01:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:43,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a257f5ab-7ab1-41fc-8684-3ec21ce735ee Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e"}, "domain_id": null, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role", "id": "1f4109d7c21045de8b7d5396cd67843e"}} 2018-11-05 22:01:43,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e used request id req-a257f5ab-7ab1-41fc-8684-3ec21ce735ee 2018-11-05 22:01:43,109 - keystone_utils - INFO - Granting role CreateProjectUserTests-a1e8442a-e8cd-45d-name-role to project CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:43,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles/1f4109d7c21045de8b7d5396cd67843e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:43,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da4b57cb-ef36-4439-acb2-70943a8c1386 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:43,244 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/dd58a298aed544499875890b5936059e/roles/1f4109d7c21045de8b7d5396cd67843e used request id req-da4b57cb-ef36-4439-acb2-70943a8c1386 2018-11-05 22:01:43,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:43,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:43,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Qq5FDRMbQnGnYnPuavKf2g"], "issued_at": "2018-11-05T22:01:43.000000Z"}} 2018-11-05 22:01:43,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:43,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a648be-b498-490e-9363-053a8ca0a9e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:43,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f9a648be-b498-490e-9363-053a8ca0a9e6 2018-11-05 22:01:43,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:43,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:43,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:43,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea5ccaf-b772-46d2-adb5-4025203a912a Content-Encoding: gzip Content-Length: 910 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-user1", "links": {"self": "http://172.30.9.23:5000/v3/users/dd58a298aed544499875890b5936059e"}, "domain_id": "default", "enabled": true, "id": "dd58a298aed544499875890b5936059e", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:01:43,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4ea5ccaf-b772-46d2-adb5-4025203a912a 2018-11-05 22:01:43,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:43,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7203fc30-3e58-4c6e-b539-56a92e174c3e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:01:43,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7203fc30-3e58-4c6e-b539-56a92e174c3e 2018-11-05 22:01:44,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:44,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9a0236-0ede-4c47-a41c-6d9171d86c5a Content-Encoding: gzip Content-Length: 414 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": "1f4109d7c21045de8b7d5396cd67843e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e"}, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role"}, {"domain_id": null, "id": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:44,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ee9a0236-0ede-4c47-a41c-6d9171d86c5a 2018-11-05 22:01:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:44,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b787485b-6c65-43d4-b618-49cbb27f2151 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1"}, "enabled": true, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:44,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name used request id req-b787485b-6c65-43d4-b618-49cbb27f2151 2018-11-05 22:01:44,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/485eac5574e34fb2bdca4911bc0a7e1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:44,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e65a01f-420d-475d-bb0d-2e35eb605d15 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/485eac5574e34fb2bdca4911bc0a7e1b"}, "enabled": true, "id": "485eac5574e34fb2bdca4911bc0a7e1b", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-user2"}} 2018-11-05 22:01:44,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/485eac5574e34fb2bdca4911bc0a7e1b used request id req-1e65a01f-420d-475d-bb0d-2e35eb605d15 2018-11-05 22:01:44,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:44,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944b8b09-cb5c-4701-9914-ed88724564ba Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles", "previous": null, "next": null}, "roles": []} 2018-11-05 22:01:44,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles used request id req-944b8b09-cb5c-4701-9914-ed88724564ba 2018-11-05 22:01:44,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:44,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa16be5-9ccb-44ce-9775-1f89b03dad0b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "domain_id": null, "name": "admin", "id": "8b21b2a7499e439f8f44f61796f2c85c"}} 2018-11-05 22:01:44,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-3aa16be5-9ccb-44ce-9775-1f89b03dad0b 2018-11-05 22:01:44,769 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:44,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57d26274-9361-4403-add1-8cac1b8ebe83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:44,936 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-57d26274-9361-4403-add1-8cac1b8ebe83 2018-11-05 22:01:44,937 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a1e8442a-e8cd-45d-user2 2018-11-05 22:01:44,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:45,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177f736e-0856-4603-9194-339e9f33d879 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e"}, "domain_id": null, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role", "id": "1f4109d7c21045de8b7d5396cd67843e"}} 2018-11-05 22:01:45,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e used request id req-177f736e-0856-4603-9194-339e9f33d879 2018-11-05 22:01:45,027 - keystone_utils - INFO - Granting role CreateProjectUserTests-a1e8442a-e8cd-45d-name-role to project CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:45,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles/1f4109d7c21045de8b7d5396cd67843e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:45,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ce3eec2-9acc-4c01-bc28-7d7a5efed31a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:45,143 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1/users/485eac5574e34fb2bdca4911bc0a7e1b/roles/1f4109d7c21045de8b7d5396cd67843e used request id req-4ce3eec2-9acc-4c01-bc28-7d7a5efed31a 2018-11-05 22:01:45,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:45,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:45,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "1f4109d7c21045de8b7d5396cd67843e", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role"}], "expires_at": "2018-11-05T23:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-user1", "id": "dd58a298aed544499875890b5936059e"}, "audit_ids": ["g56h5FLMTdaqII2CT57wYg"], "issued_at": "2018-11-05T22:01:45.000000Z"}} 2018-11-05 22:01:45,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:45,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fc6518-fbf1-41b8-8b39-fe16c3339e9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:45,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01fc6518-fbf1-41b8-8b39-fe16c3339e9c 2018-11-05 22:01:45,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:45,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8c78a9c7-4100-4462-a7d2-2c7acaad3fae Date: Mon, 05 Nov 2018 22:01:45 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:01:45,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name&description=hello+group used request id req-8c78a9c7-4100-4462-a7d2-2c7acaad3fae 2018-11-05 22:01:45,987 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-a1e8442a-e8cd-45d-name... 2018-11-05 22:01:45,987 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:45,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" -d '{"security_group": {"name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name", "description": "hello group"}}' 2018-11-05 22:01:47,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-5e47a2cc-1b83-40f6-a31c-b88d6648cf4b Date: Mon, 05 Nov 2018 22:01:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "updated_at": "2018-11-05T22:01:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "34a63ba7-bc91-4960-997b-73d2fd17794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "85fd6615-de89-48f4-909c-989432fd5a1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 2, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "c176eea2-e000-4ea5-b832-11544d03de27", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}} 2018-11-05 22:01:47,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5e47a2cc-1b83-40f6-a31c-b88d6648cf4b 2018-11-05 22:01:47,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:47,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:47,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f473810f-4696-4ceb-b718-8383f81ee668 Date: Mon, 05 Nov 2018 22:01:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:47,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-f473810f-4696-4ceb-b718-8383f81ee668 2018-11-05 22:01:47,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:47,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:47,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0bf2c256-fd64-4d7b-88dc-e84fa12a91c3 Date: Mon, 05 Nov 2018 22:01:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:47,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-0bf2c256-fd64-4d7b-88dc-e84fa12a91c3 2018-11-05 22:01:47,968 - neutron_utils - INFO - Retrieving security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:47,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:48,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c9508018-c06d-4637-b99d-5334a5369f00 Date: Mon, 05 Nov 2018 22:01:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "updated_at": "2018-11-05T22:01:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "34a63ba7-bc91-4960-997b-73d2fd17794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "85fd6615-de89-48f4-909c-989432fd5a1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 2, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "c176eea2-e000-4ea5-b832-11544d03de27", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:48,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-c9508018-c06d-4637-b99d-5334a5369f00 2018-11-05 22:01:48,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:48,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:48,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c7618d23-424f-4e4f-bbd2-6c60717c7038 Date: Mon, 05 Nov 2018 22:01:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:48,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-c7618d23-424f-4e4f-bbd2-6c60717c7038 2018-11-05 22:01:48,939 - neutron_utils - INFO - Retrieving security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:48,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:48,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e9d13ce8-9d48-43a8-96ee-639cd3a7abe8 Date: Mon, 05 Nov 2018 22:01:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "updated_at": "2018-11-05T22:01:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "34a63ba7-bc91-4960-997b-73d2fd17794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "85fd6615-de89-48f4-909c-989432fd5a1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 2, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "c176eea2-e000-4ea5-b832-11544d03de27", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:48,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-e9d13ce8-9d48-43a8-96ee-639cd3a7abe8 2018-11-05 22:01:48,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:48,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:49,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-06be3837-0fd4-40e6-b8c2-0a9c0c46cdf8 Date: Mon, 05 Nov 2018 22:01:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:49,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-06be3837-0fd4-40e6-b8c2-0a9c0c46cdf8 2018-11-05 22:01:49,008 - neutron_utils - INFO - Retrieving security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:49,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:49,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0c9ea0b3-4046-41d7-8719-65a10eebf225 Date: Mon, 05 Nov 2018 22:01:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "updated_at": "2018-11-05T22:01:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "34a63ba7-bc91-4960-997b-73d2fd17794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "85fd6615-de89-48f4-909c-989432fd5a1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 2, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "c176eea2-e000-4ea5-b832-11544d03de27", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:49,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-0c9ea0b3-4046-41d7-8719-65a10eebf225 2018-11-05 22:01:49,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:49,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:49,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f72d409-6d9a-49ca-a7a4-2e755e3666d2 Date: Mon, 05 Nov 2018 22:01:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:49,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-5f72d409-6d9a-49ca-a7a4-2e755e3666d2 2018-11-05 22:01:49,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:01:49,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:49,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "1f4109d7c21045de8b7d5396cd67843e", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name-role"}], "expires_at": "2018-11-05T23:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/53c9ddf136cf45f2ad4ceb6af31d44e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-user2", "id": "485eac5574e34fb2bdca4911bc0a7e1b"}, "audit_ids": ["tA7nKjfSQjuNROUK65g2BQ"], "issued_at": "2018-11-05T22:01:49.000000Z"}} 2018-11-05 22:01:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:49,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97f8184-9950-4462-a420-256e34bf4392 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:01:49,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f97f8184-9950-4462-a420-256e34bf4392 2018-11-05 22:01:49,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:50,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7b0ef5c6-f61c-42c8-b20a-acb8b5672f70 Date: Mon, 05 Nov 2018 22:01:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "updated_at": "2018-11-05T22:01:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "34a63ba7-bc91-4960-997b-73d2fd17794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "85fd6615-de89-48f4-909c-989432fd5a1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 2, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "c176eea2-e000-4ea5-b832-11544d03de27", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:50,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a1e8442a-e8cd-45d-name&description=hello+group used request id req-7b0ef5c6-f61c-42c8-b20a-acb8b5672f70 2018-11-05 22:01:50,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:01:50,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:01:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:01:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:50,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c81daff-cfde-424e-8f26-a6da64c8e58e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1"}, "enabled": true, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}} 2018-11-05 22:01:50,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1 used request id req-1c81daff-cfde-424e-8f26-a6da64c8e58e 2018-11-05 22:01:50,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:50,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:51,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8248c15c-3f53-4574-b2da-66847f2b59cb Date: Mon, 05 Nov 2018 22:01:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:51,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-8248c15c-3f53-4574-b2da-66847f2b59cb 2018-11-05 22:01:51,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:51,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bff6e7c0-6241-415b-8369-050a05713795 Date: Mon, 05 Nov 2018 22:01:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:51,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-bff6e7c0-6241-415b-8369-050a05713795 2018-11-05 22:01:51,639 - neutron_utils - INFO - Retrieving security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:51,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6020a6bb-2153-4276-afc6-f034498a4d8c Date: Mon, 05 Nov 2018 22:01:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "updated_at": "2018-11-05T22:01:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "34a63ba7-bc91-4960-997b-73d2fd17794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "revision_number": 0, "id": "85fd6615-de89-48f4-909c-989432fd5a1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 2, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "c176eea2-e000-4ea5-b832-11544d03de27", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}]} 2018-11-05 22:01:51,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-6020a6bb-2153-4276-afc6-f034498a4d8c 2018-11-05 22:01:51,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c176eea2-e000-4ea5-b832-11544d03de27 2018-11-05 22:01:51,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:52,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-70c86af0-830e-4ab4-ad74-98c6984775fa Date: Mon, 05 Nov 2018 22:01:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "34a63ba7-bc91-4960-997b-73d2fd17794f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:46Z", "security_group_id": "c176eea2-e000-4ea5-b832-11544d03de27", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:46Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "85fd6615-de89-48f4-909c-989432fd5a1f"}]} 2018-11-05 22:01:52,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c176eea2-e000-4ea5-b832-11544d03de27 used request id req-70c86af0-830e-4ab4-ad74-98c6984775fa 2018-11-05 22:01:52,069 - neutron_utils - INFO - Deleting security group rule with ID - 85fd6615-de89-48f4-909c-989432fd5a1f 2018-11-05 22:01:52,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/85fd6615-de89-48f4-909c-989432fd5a1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:52,362 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3a9bd88-55a6-47cb-bd4f-7e6daa3bd477 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:52,362 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/85fd6615-de89-48f4-909c-989432fd5a1f used request id req-b3a9bd88-55a6-47cb-bd4f-7e6daa3bd477 2018-11-05 22:01:52,362 - neutron_utils - INFO - Deleting security group rule with ID - 34a63ba7-bc91-4960-997b-73d2fd17794f 2018-11-05 22:01:52,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/34a63ba7-bc91-4960-997b-73d2fd17794f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:52,811 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65c5cd13-aa6d-4752-9942-05d2024b6cc5 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:52,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/34a63ba7-bc91-4960-997b-73d2fd17794f used request id req-65c5cd13-aa6d-4752-9942-05d2024b6cc5 2018-11-05 22:01:52,812 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:52,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eca0addf0c6f1863cf935eff9bd0032e6d5340" 2018-11-05 22:01:53,125 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d025fbb-6ae4-4a22-951a-8773ff2ca865 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:53,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c176eea2-e000-4ea5-b832-11544d03de27 used request id req-6d025fbb-6ae4-4a22-951a-8773ff2ca865 2018-11-05 22:01:53,126 - neutron_utils - INFO - Deleting security group rule with ID - 85fd6615-de89-48f4-909c-989432fd5a1f 2018-11-05 22:01:53,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/85fd6615-de89-48f4-909c-989432fd5a1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:53,177 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-a733e3f4-f7e0-44ed-bcc0-5543b1581fe1 Date: Mon, 05 Nov 2018 22:01:53 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 85fd6615-de89-48f4-909c-989432fd5a1f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-05 22:01:53,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/85fd6615-de89-48f4-909c-989432fd5a1f used request id req-a733e3f4-f7e0-44ed-bcc0-5543b1581fe1 2018-11-05 22:01:53,178 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 85fd6615-de89-48f4-909c-989432fd5a1f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-05 22:01:53,178 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 85fd6615-de89-48f4-909c-989432fd5a1f does not exist Neutron server returns request_ids: ['req-a733e3f4-f7e0-44ed-bcc0-5543b1581fe1'] 2018-11-05 22:01:53,178 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c176eea2-e000-4ea5-b832-11544d03de27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bc5be11378b7d73e7c7e55389506e4a3fd71b5" 2018-11-05 22:01:53,204 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-5a899857-846d-430a-8d46-a4322ded8b95 Date: Mon, 05 Nov 2018 22:01:53 GMT RESP BODY: {"NeutronError": {"message": "Security group c176eea2-e000-4ea5-b832-11544d03de27 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-05 22:01:53,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c176eea2-e000-4ea5-b832-11544d03de27 used request id req-5a899857-846d-430a-8d46-a4322ded8b95 2018-11-05 22:01:53,205 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group c176eea2-e000-4ea5-b832-11544d03de27 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-05 22:01:53,205 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group c176eea2-e000-4ea5-b832-11544d03de27 does not exist Neutron server returns request_ids: ['req-5a899857-846d-430a-8d46-a4322ded8b95'] 2018-11-05 22:01:53,206 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a1e8442a-e8cd-45d-user1 2018-11-05 22:01:53,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/dd58a298aed544499875890b5936059e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80bcb76699573bfc344915409e2fc0fe14300b0" 2018-11-05 22:01:53,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a66cc745-86a4-4134-9bfc-8f590f92b656 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:53,429 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/dd58a298aed544499875890b5936059e used request id req-a66cc745-86a4-4134-9bfc-8f590f92b656 2018-11-05 22:01:53,430 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a1e8442a-e8cd-45d-user2 2018-11-05 22:01:53,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/485eac5574e34fb2bdca4911bc0a7e1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4346738adab989c393878bbb3f0f2cdb442c1c9d" 2018-11-05 22:01:53,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47f3e4b8-53b9-4a16-88e0-eee5ad4dda43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:53,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/485eac5574e34fb2bdca4911bc0a7e1b used request id req-47f3e4b8-53b9-4a16-88e0-eee5ad4dda43 2018-11-05 22:01:53,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:53,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-06b6ddd0-5918-4e14-b4a7-0373acab1649 Date: Mon, 05 Nov 2018 22:01:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:45Z", "updated_at": "2018-11-05T22:01:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "revision_number": 0, "id": "0a1c4d50-b734-414f-b766-74ab4220046a", "remote_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "revision_number": 0, "id": "7d1f8628-e65d-44ad-9992-f71d713b3f01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "revision_number": 0, "id": "8e297d51-b75f-4185-b8cb-04b6b9f1c931", "remote_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "revision_number": 0, "id": "f0f70f17-943f-4ccb-849d-539e19ad851d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1"}], "revision_number": 4, "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:01:53,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-06b6ddd0-5918-4e14-b4a7-0373acab1649 2018-11-05 22:01:53,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:53,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c3f740-7163-42e4-923d-78e977caf16d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:01:53,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-72c3f740-7163-42e4-923d-78e977caf16d 2018-11-05 22:01:53,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:54,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1eb801-15a8-4a71-abdc-8acec94f6ad4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1"}, "enabled": true, "id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a1e8442a-e8cd-45d-name"}} 2018-11-05 22:01:54,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1 used request id req-cc1eb801-15a8-4a71-abdc-8acec94f6ad4 2018-11-05 22:01:54,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af70f9bd-3086-4e35-a0b2-935d507b9fdc 2018-11-05 22:01:54,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=af70f9bd-3086-4e35-a0b2-935d507b9fdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:54,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8c4bf9bf-7fa9-43c2-94cf-1c7d4416afe8 Date: Mon, 05 Nov 2018 22:01:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:45Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "0a1c4d50-b734-414f-b766-74ab4220046a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:45Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "7d1f8628-e65d-44ad-9992-f71d713b3f01"}, {"remote_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:45Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "8e297d51-b75f-4185-b8cb-04b6b9f1c931"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:01:45Z", "security_group_id": "af70f9bd-3086-4e35-a0b2-935d507b9fdc", "port_range_min": null, "revision_number": 0, "tenant_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "created_at": "2018-11-05T22:01:45Z", "project_id": "53c9ddf136cf45f2ad4ceb6af31d44e1", "id": "f0f70f17-943f-4ccb-849d-539e19ad851d"}]} 2018-11-05 22:01:54,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=af70f9bd-3086-4e35-a0b2-935d507b9fdc used request id req-8c4bf9bf-7fa9-43c2-94cf-1c7d4416afe8 2018-11-05 22:01:54,209 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:01:54,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/af70f9bd-3086-4e35-a0b2-935d507b9fdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:55,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f8e1d11-d170-49be-ace7-668510214559 Content-Length: 0 Date: Mon, 05 Nov 2018 22:01:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:01:55,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/af70f9bd-3086-4e35-a0b2-935d507b9fdc used request id req-3f8e1d11-d170-49be-ace7-668510214559 2018-11-05 22:01:55,287 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name 2018-11-05 22:01:55,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:55,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d16002-8a19-4ba6-bf36-c0ab4064ab0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:55,461 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/53c9ddf136cf45f2ad4ceb6af31d44e1 used request id req-c6d16002-8a19-4ba6-bf36-c0ab4064ab0f 2018-11-05 22:01:55,462 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-a1e8442a-e8cd-45d-name-role 2018-11-05 22:01:55,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:55,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50093880-3c68-4a95-80de-7a480eed7cff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:01:55,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1f4109d7c21045de8b7d5396cd67843e used request id req-50093880-3c68-4a95-80de-7a480eed7cff 2018-11-05 22:01:55,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f98642ca3a84cdb418499450af80f70e8b5b19a" 2018-11-05 22:01:55,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b6aaf3-366b-4757-95a0-623aefd91078 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:01:55,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e6b6aaf3-366b-4757-95a0-623aefd91078 2018-11-05 22:01:55,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:01:56,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_RhBDHUESHuuhQvARYNZbg"], "issued_at": "2018-11-05T22:01:56.000000Z"}} 2018-11-05 22:01:56,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" 2018-11-05 22:01:56,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f8d4ae2-8121-4acf-affb-fce7054042f9 Date: Mon, 05 Nov 2018 22:01:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:01:56,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7f8d4ae2-8121-4acf-affb-fce7054042f9 2018-11-05 22:01:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242"}' 2018-11-05 22:01:57,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39 X-Openstack-Request-Id: req-df8c22fa-7d3d-4047-afaa-1b16c42e27d9 Date: Mon, 05 Nov 2018 22:01:57 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:01:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:01:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39", "min_disk": 0, "protected": false, "id": "87145d73-144d-4c09-a3b3-8601532f5e39", "file": "/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:01:57,401 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-df8c22fa-7d3d-4047-afaa-1b16c42e27d9 2018-11-05 22:01:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" -d '' 2018-11-05 22:02:00,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac42708e-8923-4e34-98f8-fad6c8238c96 Date: Mon, 05 Nov 2018 22:02:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:02:00,821 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39/file used request id req-ac42708e-8923-4e34-98f8-fad6c8238c96 2018-11-05 22:02:00,821 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:02:00,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" 2018-11-05 22:02:01,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-744404dc-8b0c-4ffd-98aa-625d3cbb7aa9 Date: Mon, 05 Nov 2018 22:02:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:01:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:02:00Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/87145d73-144d-4c09-a3b3-8601532f5e39/snap", "metadata": {}}], "self": "/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39", "min_disk": 0, "protected": false, "id": "87145d73-144d-4c09-a3b3-8601532f5e39", "file": "/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/87145d73-144d-4c09-a3b3-8601532f5e39/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:02:01,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39 used request id req-744404dc-8b0c-4ffd-98aa-625d3cbb7aa9 2018-11-05 22:02:01,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" 2018-11-05 22:02:02,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-35817218-8615-4019-b93b-0c4301e1632b Date: Mon, 05 Nov 2018 22:02:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:02:02,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-35817218-8615-4019-b93b-0c4301e1632b 2018-11-05 22:02:02,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" 2018-11-05 22:02:02,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-9f1dbaea-9852-431f-9c07-4218da40ad99 Date: Mon, 05 Nov 2018 22:02:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:01:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:02:00Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/87145d73-144d-4c09-a3b3-8601532f5e39/snap", "metadata": {}}], "self": "/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39", "min_disk": 0, "protected": false, "id": "87145d73-144d-4c09-a3b3-8601532f5e39", "file": "/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/87145d73-144d-4c09-a3b3-8601532f5e39/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242"} 2018-11-05 22:02:02,705 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242 used request id req-9f1dbaea-9852-431f-9c07-4218da40ad99 2018-11-05 22:02:02,706 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-9d6e326f-c9f9-457c-aeed-3dea8ca06242 2018-11-05 22:02:02,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6946642d7d44c96caa629f0b37b32ad60fc42bf9" 2018-11-05 22:02:04,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fac276a2-5a5e-40f1-88c7-aec5392bb6ef Date: Mon, 05 Nov 2018 22:02:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:02:04,483 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/87145d73-144d-4c09-a3b3-8601532f5e39 used request id req-fac276a2-5a5e-40f1-88c7-aec5392bb6ef 2018-11-05 22:02:04,484 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-05 22:02:04,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:04,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["bpzzQmSaQFCSSVrs7G4PBA"], "issued_at": "2018-11-05T22:02:04.000000Z"}} 2018-11-05 22:02:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:04,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f9fcd1-f4cc-4b2c-827b-34fcce929e7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:04,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-62f9fcd1-f4cc-4b2c-827b-34fcce929e7f 2018-11-05 22:02:04,980 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net 2018-11-05 22:02:04,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" -d '{"network": {"name": "NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:05,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-98f9a0bd-536f-4f93-a9c2-5758b559e02c Date: Mon, 05 Nov 2018 22:02:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"deea2426-3b78-4ba4-8bd6-6c5433763d29","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:05Z","is_default":false,"provider:segmentation_id":85,"name":"NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:05Z","mtu":1450}} 2018-11-05 22:02:05,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-98f9a0bd-536f-4f93-a9c2-5758b559e02c 2018-11-05 22:02:05,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=deea2426-3b78-4ba4-8bd6-6c5433763d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:06,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-44efbc09-affd-4fbe-adb2-14267e87e59b Date: Mon, 05 Nov 2018 22:02:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"deea2426-3b78-4ba4-8bd6-6c5433763d29","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:05Z","provider:segmentation_id":85,"name":"NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:06,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=deea2426-3b78-4ba4-8bd6-6c5433763d29 used request id req-44efbc09-affd-4fbe-adb2-14267e87e59b 2018-11-05 22:02:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=deea2426-3b78-4ba4-8bd6-6c5433763d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:06,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4f75f4d6-0c6d-4d10-a971-e2b6bd41c86f Date: Mon, 05 Nov 2018 22:02:06 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:06,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=deea2426-3b78-4ba4-8bd6-6c5433763d29 used request id req-4f75f4d6-0c6d-4d10-a971-e2b6bd41c86f 2018-11-05 22:02:06,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=deea2426-3b78-4ba4-8bd6-6c5433763d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:07,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6bc1c348-d919-4f36-a363-050ee2073c23 Date: Mon, 05 Nov 2018 22:02:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"deea2426-3b78-4ba4-8bd6-6c5433763d29","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:05Z","provider:segmentation_id":85,"name":"NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:07,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=deea2426-3b78-4ba4-8bd6-6c5433763d29 used request id req-6bc1c348-d919-4f36-a363-050ee2073c23 2018-11-05 22:02:07,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=deea2426-3b78-4ba4-8bd6-6c5433763d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:07,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7fc8a5b7-462e-441f-87f3-36e97bff072e Date: Mon, 05 Nov 2018 22:02:07 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:07,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=deea2426-3b78-4ba4-8bd6-6c5433763d29 used request id req-7fc8a5b7-462e-441f-87f3-36e97bff072e 2018-11-05 22:02:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:08,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-53fca342-d9d4-487f-9da8-2948866b4acf Date: Mon, 05 Nov 2018 22:02:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"deea2426-3b78-4ba4-8bd6-6c5433763d29","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:05Z","provider:segmentation_id":85,"name":"NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:08,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net used request id req-53fca342-d9d4-487f-9da8-2948866b4acf 2018-11-05 22:02:08,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:02:08,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:02:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:02:08,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:08,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101a7419-ba2e-41d6-b86b-103c348b42bd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:08,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-101a7419-ba2e-41d6-b86b-103c348b42bd 2018-11-05 22:02:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=deea2426-3b78-4ba4-8bd6-6c5433763d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:08,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f529ee02-1c03-49c6-8990-3a953cbfafcd Date: Mon, 05 Nov 2018 22:02:08 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:08,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=deea2426-3b78-4ba4-8bd6-6c5433763d29 used request id req-f529ee02-1c03-49c6-8990-3a953cbfafcd 2018-11-05 22:02:08,339 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-04cdfda9-6487-4360-941a-b55954354f5c-pub-net 2018-11-05 22:02:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/deea2426-3b78-4ba4-8bd6-6c5433763d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bc3c015abf34c9ab7f481f6cc0d0c81ae6f13c" 2018-11-05 22:02:09,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fba66d9-c14d-4385-96ee-c47b68e383fb Date: Mon, 05 Nov 2018 22:02:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:09,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/deea2426-3b78-4ba4-8bd6-6c5433763d29 used request id req-9fba66d9-c14d-4385-96ee-c47b68e383fb 2018-11-05 22:02:09,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:10,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["7HLjKdgzS4y8nQD1Szhj8g"], "issued_at": "2018-11-05T22:02:10.000000Z"}} 2018-11-05 22:02:10,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d0bd9004fab142091c8936d2f40e11aae6826d" 2018-11-05 22:02:10,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76dbf43d-07a2-4cac-a7cf-7683759b6eb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:10,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-76dbf43d-07a2-4cac-a7cf-7683759b6eb8 2018-11-05 22:02:10,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:10,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["rT4KVpqsQNSMK1ivCKU4hg"], "issued_at": "2018-11-05T22:02:10.000000Z"}} 2018-11-05 22:02:10,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad20752912d1df60a2c011ee3b96e858879bae26" 2018-11-05 22:02:10,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ed9d2e-6e07-444c-9410-145ebf236ae0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:10,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-90ed9d2e-6e07-444c-9410-145ebf236ae0 2018-11-05 22:02:10,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:11,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["oq9EjNPMTQW_q_B9_3OLJw"], "issued_at": "2018-11-05T22:02:11.000000Z"}} 2018-11-05 22:02:11,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:11,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4521cfc-7425-46e7-90a9-494be33b230d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:11,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f4521cfc-7425-46e7-90a9-494be33b230d 2018-11-05 22:02:11,257 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net 2018-11-05 22:02:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" -d '{"network": {"name": "NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:11,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-12b5ab4a-0864-4e97-b53d-f583a9fa52f2 Date: Mon, 05 Nov 2018 22:02:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:11Z","is_default":false,"provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:11Z","mtu":1450}} 2018-11-05 22:02:11,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-12b5ab4a-0864-4e97-b53d-f583a9fa52f2 2018-11-05 22:02:11,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:11,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-219783ef-8a3b-4a74-a73b-43fa45683b16 Date: Mon, 05 Nov 2018 22:02:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:11Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:11Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:11,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-219783ef-8a3b-4a74-a73b-43fa45683b16 2018-11-05 22:02:11,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:12,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4754cc11-301b-4924-b3d8-2fdf935ea982 Date: Mon, 05 Nov 2018 22:02:12 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:12,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-4754cc11-301b-4924-b3d8-2fdf935ea982 2018-11-05 22:02:12,170 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet 2018-11-05 22:02:12,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" -d '{"subnets": [{"ip_version": 4, "network_id": "6df76edb-a703-41d9-ae56-2e1e93fb3d08", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]}' 2018-11-05 22:02:12,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-02d7c76d-dc0c-47a4-8cdf-9a17b308aaa0 Date: Mon, 05 Nov 2018 22:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:12,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-02d7c76d-dc0c-47a4-8cdf-9a17b308aaa0 2018-11-05 22:02:12,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4980baf5-b71d-460e-90a5-711476f8f86b Date: Mon, 05 Nov 2018 22:02:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["e720704a-1df1-4f59-83c6-97646a04091c"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:12Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:11Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:13,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-4980baf5-b71d-460e-90a5-711476f8f86b 2018-11-05 22:02:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fc790ec5-4343-4f64-b9ae-cae889962db4 Date: Mon, 05 Nov 2018 22:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:13,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-fc790ec5-4343-4f64-b9ae-cae889962db4 2018-11-05 22:02:13,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e02f711a-a24d-449a-83b7-50c4fb57799f Date: Mon, 05 Nov 2018 22:02:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["e720704a-1df1-4f59-83c6-97646a04091c"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:12Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:11Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:13,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net used request id req-e02f711a-a24d-449a-83b7-50c4fb57799f 2018-11-05 22:02:13,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:02:13,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:02:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:02:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680adcdc-2fe8-416b-8b77-f26edc55e940 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:13,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-680adcdc-2fe8-416b-8b77-f26edc55e940 2018-11-05 22:02:13,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-baf4f909-1598-47ea-a11b-36ae24d16ae4 Date: Mon, 05 Nov 2018 22:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:13,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-baf4f909-1598-47ea-a11b-36ae24d16ae4 2018-11-05 22:02:13,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08&name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8700c59e-dc6a-4d45-a3bf-2b3de4aae70e Date: Mon, 05 Nov 2018 22:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:13,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08&name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet used request id req-8700c59e-dc6a-4d45-a3bf-2b3de4aae70e 2018-11-05 22:02:13,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08&name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:13,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c7779ac8-772d-467c-90da-740192fdbf78 Date: Mon, 05 Nov 2018 22:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:13,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08&name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet used request id req-c7779ac8-772d-467c-90da-740192fdbf78 2018-11-05 22:02:13,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:14,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0d40d29a-488a-45a1-8691-e57e2cb17930 Date: Mon, 05 Nov 2018 22:02:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:14,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-0d40d29a-488a-45a1-8691-e57e2cb17930 2018-11-05 22:02:14,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:14,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-26d053a7-fffb-4ef0-8821-e2016b4d94e8 Date: Mon, 05 Nov 2018 22:02:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6df76edb-a703-41d9-ae56-2e1e93fb3d08","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:12Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"e720704a-1df1-4f59-83c6-97646a04091c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet"}]} 2018-11-05 22:02:14,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet used request id req-26d053a7-fffb-4ef0-8821-e2016b4d94e8 2018-11-05 22:02:14,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:14,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f69a533-a6db-4cb5-bec8-440d01dbeb25 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:14,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-9f69a533-a6db-4cb5-bec8-440d01dbeb25 2018-11-05 22:02:14,190 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet 2018-11-05 22:02:14,190 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-subnet 2018-11-05 22:02:14,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/e720704a-1df1-4f59-83c6-97646a04091c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:17,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb547edf-161d-4450-8f4b-5557e3b8ef00 Date: Mon, 05 Nov 2018 22:02:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:17,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e720704a-1df1-4f59-83c6-97646a04091c used request id req-eb547edf-161d-4450-8f4b-5557e3b8ef00 2018-11-05 22:02:17,096 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a2b2db6e-ff71-44a3-8977-d31713d65c9f-pub-net 2018-11-05 22:02:17,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6df76edb-a703-41d9-ae56-2e1e93fb3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff17ec21fe33b9bb8ccef33f3cb764b4b7bfb1bf" 2018-11-05 22:02:18,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2c89850-65f7-4a52-bf23-cc5ac39db013 Date: Mon, 05 Nov 2018 22:02:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:18,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6df76edb-a703-41d9-ae56-2e1e93fb3d08 used request id req-a2c89850-65f7-4a52-bf23-cc5ac39db013 2018-11-05 22:02:18,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:19,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["vKweN7_XQTWMRYi6sz6p2Q"], "issued_at": "2018-11-05T22:02:19.000000Z"}} 2018-11-05 22:02:19,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a5e97dc55a15da68febc2f9f3d2d83b6ee9d81" 2018-11-05 22:02:19,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a4b61f-7752-4a46-afb5-2e9d5a467ce4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:19,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01a4b61f-7752-4a46-afb5-2e9d5a467ce4 2018-11-05 22:02:19,220 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-net 2018-11-05 22:02:19,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a5e97dc55a15da68febc2f9f3d2d83b6ee9d81" -d '{"network": {"name": "NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:19,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6c8ba915-b7cc-41ec-a731-8b6b6d4319e5 Date: Mon, 05 Nov 2018 22:02:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:19Z","is_default":false,"provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:19Z","mtu":1450}} 2018-11-05 22:02:19,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6c8ba915-b7cc-41ec-a731-8b6b6d4319e5 2018-11-05 22:02:19,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a5e97dc55a15da68febc2f9f3d2d83b6ee9d81" 2018-11-05 22:02:20,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-130e37e6-091f-4baf-802c-74fc7591e98d Date: Mon, 05 Nov 2018 22:02:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:19Z","provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:19Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:20,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f used request id req-130e37e6-091f-4baf-802c-74fc7591e98d 2018-11-05 22:02:20,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a5e97dc55a15da68febc2f9f3d2d83b6ee9d81" 2018-11-05 22:02:20,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0413a738-7eac-4d88-939e-139469b4bd67 Date: Mon, 05 Nov 2018 22:02:20 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:20,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f used request id req-0413a738-7eac-4d88-939e-139469b4bd67 2018-11-05 22:02:20,863 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-subnet 2018-11-05 22:02:20,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a5e97dc55a15da68febc2f9f3d2d83b6ee9d81" -d '{"subnets": [{"ip_version": 4, "network_id": "07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f", "cidr": "", "name": "NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-subnet"}]}' 2018-11-05 22:02:21,031 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-ff46e4a6-cd52-4700-81bb-db985a48bc1b Date: Mon, 05 Nov 2018 22:02:21 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-05 22:02:21,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ff46e4a6-cd52-4700-81bb-db985a48bc1b 2018-11-05 22:02:21,031 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-05 22:02:21,031 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-subnet] for network [NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-net] 2018-11-05 22:02:21,032 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-4f4633e5-9e0a-44be-a024-ff34d756cb9e-pub-net 2018-11-05 22:02:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a5e97dc55a15da68febc2f9f3d2d83b6ee9d81" 2018-11-05 22:02:21,896 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-140b821f-9d6f-4d0e-824d-ee4f290231b6 Date: Mon, 05 Nov 2018 22:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:21,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/07d72a75-4ae9-4f98-b915-e6bcbe2f2c0f used request id req-140b821f-9d6f-4d0e-824d-ee4f290231b6 2018-11-05 22:02:21,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:22,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Jwsuv3BHSye6f8xDJwJsWg"], "issued_at": "2018-11-05T22:02:22.000000Z"}} 2018-11-05 22:02:22,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:22,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dca7c174-63ad-4e79-ba03-c0159fd04989 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:22,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dca7c174-63ad-4e79-ba03-c0159fd04989 2018-11-05 22:02:22,345 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net 2018-11-05 22:02:22,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" -d '{"network": {"name": "NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:22,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-86c796dc-d12c-485c-aba0-da0f02f13ffb Date: Mon, 05 Nov 2018 22:02:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f9ca6f76-5818-44ad-9485-808a2660ebee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:22Z","is_default":false,"provider:segmentation_id":28,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:22Z","mtu":1450}} 2018-11-05 22:02:22,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-86c796dc-d12c-485c-aba0-da0f02f13ffb 2018-11-05 22:02:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:23,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4ff3ef7b-3af9-4ace-ae59-69068f62eb33 Date: Mon, 05 Nov 2018 22:02:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f9ca6f76-5818-44ad-9485-808a2660ebee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:22Z","provider:segmentation_id":28,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:22Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:23,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-4ff3ef7b-3af9-4ace-ae59-69068f62eb33 2018-11-05 22:02:23,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:23,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fc97a435-9f91-4c81-9b8d-f0f1a731e5b4 Date: Mon, 05 Nov 2018 22:02:23 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:23,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-fc97a435-9f91-4c81-9b8d-f0f1a731e5b4 2018-11-05 22:02:23,214 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet 2018-11-05 22:02:23,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" -d '{"subnets": [{"ip_version": 4, "network_id": "f9ca6f76-5818-44ad-9485-808a2660ebee", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]}' 2018-11-05 22:02:23,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b7978675-6b28-4416-bc2e-414c9dab7b84 Date: Mon, 05 Nov 2018 22:02:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9ca6f76-5818-44ad-9485-808a2660ebee","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:23Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:23Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"130fe29d-45bc-40a7-955a-445f6984135d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]} 2018-11-05 22:02:23,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b7978675-6b28-4416-bc2e-414c9dab7b84 2018-11-05 22:02:23,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bfef7a61-14c8-405e-bd6c-375f7ae09fc3 Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f9ca6f76-5818-44ad-9485-808a2660ebee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["130fe29d-45bc-40a7-955a-445f6984135d"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:23Z","provider:segmentation_id":28,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:22Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:24,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-bfef7a61-14c8-405e-bd6c-375f7ae09fc3 2018-11-05 22:02:24,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1ce2d3f6-a153-4784-9f74-a40aca7dc767 Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9ca6f76-5818-44ad-9485-808a2660ebee","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:23Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"130fe29d-45bc-40a7-955a-445f6984135d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]} 2018-11-05 22:02:24,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-1ce2d3f6-a153-4784-9f74-a40aca7dc767 2018-11-05 22:02:24,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1aeb7a09-7a13-4639-9a12-00c15f3b0415 Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f9ca6f76-5818-44ad-9485-808a2660ebee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["130fe29d-45bc-40a7-955a-445f6984135d"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:23Z","provider:segmentation_id":28,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:22Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:24,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net used request id req-1aeb7a09-7a13-4639-9a12-00c15f3b0415 2018-11-05 22:02:24,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:02:24,514 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:02:24,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ceebc9b-7cb4-4c77-b275-b9034c4f96c1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:24,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-3ceebc9b-7cb4-4c77-b275-b9034c4f96c1 2018-11-05 22:02:24,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dc94f4b6-5814-4c8b-9d94-e1005875cced Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9ca6f76-5818-44ad-9485-808a2660ebee","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:23Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"130fe29d-45bc-40a7-955a-445f6984135d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]} 2018-11-05 22:02:24,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-dc94f4b6-5814-4c8b-9d94-e1005875cced 2018-11-05 22:02:24,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee&name=NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-32fda152-dae8-486c-a31b-cc1c4fb8132d Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9ca6f76-5818-44ad-9485-808a2660ebee","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:23Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"130fe29d-45bc-40a7-955a-445f6984135d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]} 2018-11-05 22:02:24,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee&name=NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet used request id req-32fda152-dae8-486c-a31b-cc1c4fb8132d 2018-11-05 22:02:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee&name=NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e72491ea-f119-4428-a91b-69750e64a955 Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9ca6f76-5818-44ad-9485-808a2660ebee","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:23Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"130fe29d-45bc-40a7-955a-445f6984135d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]} 2018-11-05 22:02:24,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee&name=NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet used request id req-e72491ea-f119-4428-a91b-69750e64a955 2018-11-05 22:02:24,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:24,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5056cfbd-8037-4f5b-b01b-5e7db87b97ce Date: Mon, 05 Nov 2018 22:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9ca6f76-5818-44ad-9485-808a2660ebee","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:23Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"130fe29d-45bc-40a7-955a-445f6984135d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet"}]} 2018-11-05 22:02:24,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-5056cfbd-8037-4f5b-b01b-5e7db87b97ce 2018-11-05 22:02:24,976 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet 2018-11-05 22:02:24,976 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-subnet 2018-11-05 22:02:24,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/130fe29d-45bc-40a7-955a-445f6984135d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:26,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81c164f7-3b86-4045-b4d4-70899348960b Date: Mon, 05 Nov 2018 22:02:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:26,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/130fe29d-45bc-40a7-955a-445f6984135d used request id req-81c164f7-3b86-4045-b4d4-70899348960b 2018-11-05 22:02:26,175 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-bfd82a40-70b9-4dba-aa3b-7b5badd92599-pub-net 2018-11-05 22:02:26,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f9ca6f76-5818-44ad-9485-808a2660ebee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81cef109796667a41f9474c678f4bdb652c0fff" 2018-11-05 22:02:27,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4bc31018-7f9f-4f19-805f-34ddfe45faa8 Date: Mon, 05 Nov 2018 22:02:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:27,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f9ca6f76-5818-44ad-9485-808a2660ebee used request id req-4bc31018-7f9f-4f19-805f-34ddfe45faa8 2018-11-05 22:02:27,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:28,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["rEB9djn_TtuAMZN7932ZzQ"], "issued_at": "2018-11-05T22:02:28.000000Z"}} 2018-11-05 22:02:28,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6101d3430d4326c106d96e2d6303c8e8d19d5ff2" 2018-11-05 22:02:28,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326741ac-d587-4d7a-8c8b-0b5434c0f79e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:28,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-326741ac-d587-4d7a-8c8b-0b5434c0f79e 2018-11-05 22:02:28,329 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-net 2018-11-05 22:02:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6101d3430d4326c106d96e2d6303c8e8d19d5ff2" -d '{"network": {"name": "NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:28,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-36e685fe-e14e-4a51-ac07-7e59b2de7cb8 Date: Mon, 05 Nov 2018 22:02:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ae34c42-7066-48d7-8749-ed762c7f05ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:28Z","is_default":false,"provider:segmentation_id":14,"name":"NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:28Z","mtu":1450}} 2018-11-05 22:02:28,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-36e685fe-e14e-4a51-ac07-7e59b2de7cb8 2018-11-05 22:02:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9ae34c42-7066-48d7-8749-ed762c7f05ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6101d3430d4326c106d96e2d6303c8e8d19d5ff2" 2018-11-05 22:02:28,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-92af9d42-cc4b-430d-a858-d8016334ad15 Date: Mon, 05 Nov 2018 22:02:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9ae34c42-7066-48d7-8749-ed762c7f05ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:28Z","provider:segmentation_id":14,"name":"NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:28Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:28,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9ae34c42-7066-48d7-8749-ed762c7f05ba used request id req-92af9d42-cc4b-430d-a858-d8016334ad15 2018-11-05 22:02:28,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9ae34c42-7066-48d7-8749-ed762c7f05ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6101d3430d4326c106d96e2d6303c8e8d19d5ff2" 2018-11-05 22:02:29,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a0771b41-9c5d-4617-8b33-4b45215db429 Date: Mon, 05 Nov 2018 22:02:29 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:29,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9ae34c42-7066-48d7-8749-ed762c7f05ba used request id req-a0771b41-9c5d-4617-8b33-4b45215db429 2018-11-05 22:02:29,369 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-subnet 2018-11-05 22:02:29,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6101d3430d4326c106d96e2d6303c8e8d19d5ff2" -d '{"subnets": [{"ip_version": 4, "network_id": "9ae34c42-7066-48d7-8749-ed762c7f05ba", "cidr": null, "name": "NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-subnet"}]}' 2018-11-05 22:02:29,594 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-467f8264-7e79-4bb8-ae8e-628db89135ab Date: Mon, 05 Nov 2018 22:02:29 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-05 22:02:29,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-467f8264-7e79-4bb8-ae8e-628db89135ab 2018-11-05 22:02:29,594 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-05 22:02:29,594 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-subnet] for network [NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-net] 2018-11-05 22:02:29,594 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-67fcd0b6-be67-4258-98f9-a05280f19bb2-pub-net 2018-11-05 22:02:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9ae34c42-7066-48d7-8749-ed762c7f05ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6101d3430d4326c106d96e2d6303c8e8d19d5ff2" 2018-11-05 22:02:30,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c017a90c-9dcb-4baf-8986-cbc9b0933dc1 Date: Mon, 05 Nov 2018 22:02:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:30,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9ae34c42-7066-48d7-8749-ed762c7f05ba used request id req-c017a90c-9dcb-4baf-8986-cbc9b0933dc1 2018-11-05 22:02:30,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:30,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["YjLpu1LAQo6ehljQ_RxJGA"], "issued_at": "2018-11-05T22:02:30.000000Z"}} 2018-11-05 22:02:30,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:30,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cc0fa6f-94c8-4eec-a9ac-1bc4e1a815e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:30,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7cc0fa6f-94c8-4eec-a9ac-1bc4e1a815e5 2018-11-05 22:02:30,934 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net 2018-11-05 22:02:30,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" -d '{"network": {"name": "NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:31,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-3943d599-f6b5-41d2-a512-de464525fadc Date: Mon, 05 Nov 2018 22:02:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:31Z","is_default":false,"provider:segmentation_id":9,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:31Z","mtu":1450}} 2018-11-05 22:02:31,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3943d599-f6b5-41d2-a512-de464525fadc 2018-11-05 22:02:31,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:31,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-4e5b24b5-01d7-45df-ad05-78316ebc815e Date: Mon, 05 Nov 2018 22:02:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:31Z","provider:segmentation_id":9,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:31Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:31,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 used request id req-4e5b24b5-01d7-45df-ad05-78316ebc815e 2018-11-05 22:02:31,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:31,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-123c6b49-6b66-466b-bcd7-501048503915 Date: Mon, 05 Nov 2018 22:02:31 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:31,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 used request id req-123c6b49-6b66-466b-bcd7-501048503915 2018-11-05 22:02:31,840 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet 2018-11-05 22:02:31,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" -d '{"subnets": [{"ip_version": 4, "network_id": "f641f0ec-2d6a-4d60-9e6c-fe5296f585c1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet"}]}' 2018-11-05 22:02:32,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8acdde01-bf62-4fa8-9252-0f17f0fe226d Date: Mon, 05 Nov 2018 22:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:32Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"482e18b5-fb82-41ba-a3f3-0b1f584698d7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet"}]} 2018-11-05 22:02:32,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-8acdde01-bf62-4fa8-9252-0f17f0fe226d 2018-11-05 22:02:32,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:32,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e79c46af-b456-4741-b2f9-9c6742e8b6f4 Date: Mon, 05 Nov 2018 22:02:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["482e18b5-fb82-41ba-a3f3-0b1f584698d7"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:32Z","provider:segmentation_id":9,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:31Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:32,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 used request id req-e79c46af-b456-4741-b2f9-9c6742e8b6f4 2018-11-05 22:02:32,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:32,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-49f67bee-28ed-46f2-a2bb-2907576b570b Date: Mon, 05 Nov 2018 22:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:32Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"482e18b5-fb82-41ba-a3f3-0b1f584698d7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet"}]} 2018-11-05 22:02:32,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 used request id req-49f67bee-28ed-46f2-a2bb-2907576b570b 2018-11-05 22:02:32,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:33,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-5834c3b8-8145-4229-ab42-43928fa8eadc Date: Mon, 05 Nov 2018 22:02:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["482e18b5-fb82-41ba-a3f3-0b1f584698d7"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:32Z","provider:segmentation_id":9,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:31Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:33,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net used request id req-5834c3b8-8145-4229-ab42-43928fa8eadc 2018-11-05 22:02:33,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:02:33,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:02:33,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:33,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91b7440-dd73-43d4-a655-df3473127cbf Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:33,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-c91b7440-dd73-43d4-a655-df3473127cbf 2018-11-05 22:02:33,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:33,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d2c9c862-79bd-4418-8c2d-910889b101b8 Date: Mon, 05 Nov 2018 22:02:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f641f0ec-2d6a-4d60-9e6c-fe5296f585c1","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:32Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"482e18b5-fb82-41ba-a3f3-0b1f584698d7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet"}]} 2018-11-05 22:02:33,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 used request id req-d2c9c862-79bd-4418-8c2d-910889b101b8 2018-11-05 22:02:33,320 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet 2018-11-05 22:02:33,320 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-subnet 2018-11-05 22:02:33,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/482e18b5-fb82-41ba-a3f3-0b1f584698d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:35,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d29ea1f-22a8-4d81-9f42-83d92bc38e65 Date: Mon, 05 Nov 2018 22:02:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:35,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/482e18b5-fb82-41ba-a3f3-0b1f584698d7 used request id req-0d29ea1f-22a8-4d81-9f42-83d92bc38e65 2018-11-05 22:02:35,369 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-ae418eb5-175c-4a0e-a409-2bc1acfe5a89-pub-net 2018-11-05 22:02:35,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4bee76a028dd4142f97df6032bee49f06dee57" 2018-11-05 22:02:37,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a12df992-051a-41ca-8f33-ea4eac1d885c Date: Mon, 05 Nov 2018 22:02:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:37,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f641f0ec-2d6a-4d60-9e6c-fe5296f585c1 used request id req-a12df992-051a-41ca-8f33-ea4eac1d885c 2018-11-05 22:02:37,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:37,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["oUiEY9XWQvqI_jZWnnd1Eg"], "issued_at": "2018-11-05T22:02:37.000000Z"}} 2018-11-05 22:02:37,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:37,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3fcff8f-df8b-4c4f-be48-b36e742719ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:37,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d3fcff8f-df8b-4c4f-be48-b36e742719ff 2018-11-05 22:02:37,790 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net 2018-11-05 22:02:37,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" -d '{"network": {"name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:38,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-c91fa456-b9bb-4f91-bd45-c8451755a800 Date: Mon, 05 Nov 2018 22:02:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:38Z","is_default":false,"provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:38Z","mtu":1450}} 2018-11-05 22:02:38,283 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c91fa456-b9bb-4f91-bd45-c8451755a800 2018-11-05 22:02:38,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:38,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-806ff4cb-63da-4476-8d62-e32c5f50862e Date: Mon, 05 Nov 2018 22:02:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:38Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:38Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:38,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 used request id req-806ff4cb-63da-4476-8d62-e32c5f50862e 2018-11-05 22:02:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:38,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-837c09a4-3e02-465c-a591-388429af80e9 Date: Mon, 05 Nov 2018 22:02:38 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:38,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 used request id req-837c09a4-3e02-465c-a591-388429af80e9 2018-11-05 22:02:38,756 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet 2018-11-05 22:02:38,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" -d '{"subnets": [{"ip_version": 4, "network_id": "5fa0ddfa-f025-47f1-8805-eeb96eff45c2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet"}]}' 2018-11-05 22:02:39,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e18d500a-28c7-4b0a-b21e-fa962c1a94ab Date: Mon, 05 Nov 2018 22:02:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:39Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:39Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"852af0e6-3653-4dd8-8b27-ef1dbe38d4f2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet"}]} 2018-11-05 22:02:39,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e18d500a-28c7-4b0a-b21e-fa962c1a94ab 2018-11-05 22:02:39,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:39,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-bce6ffc7-e699-41da-a34e-484111bf41e9 Date: Mon, 05 Nov 2018 22:02:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["852af0e6-3653-4dd8-8b27-ef1dbe38d4f2"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:39Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:38Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:39,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 used request id req-bce6ffc7-e699-41da-a34e-484111bf41e9 2018-11-05 22:02:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:40,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d343f458-172b-43bb-a76c-e5e45479184e Date: Mon, 05 Nov 2018 22:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:39Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"852af0e6-3653-4dd8-8b27-ef1dbe38d4f2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet"}]} 2018-11-05 22:02:40,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 used request id req-d343f458-172b-43bb-a76c-e5e45479184e 2018-11-05 22:02:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:40,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-decd7144-7414-4ea2-897c-cc24027eea92 Date: Mon, 05 Nov 2018 22:02:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["852af0e6-3653-4dd8-8b27-ef1dbe38d4f2"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:39Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:38Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:40,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net used request id req-decd7144-7414-4ea2-897c-cc24027eea92 2018-11-05 22:02:40,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:02:40,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:02:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:02:40,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:40,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbf86c4-720b-48de-8e99-3e7caeb272e2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:40,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-3fbf86c4-720b-48de-8e99-3e7caeb272e2 2018-11-05 22:02:40,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:40,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ec2c52b0-6d22-451c-a817-1a642c09fbcf Date: Mon, 05 Nov 2018 22:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:39Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"852af0e6-3653-4dd8-8b27-ef1dbe38d4f2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet"}]} 2018-11-05 22:02:40,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2 used request id req-ec2c52b0-6d22-451c-a817-1a642c09fbcf 2018-11-05 22:02:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2&name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:40,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5a9ac313-ca84-44da-a039-ebc464cc2e21 Date: Mon, 05 Nov 2018 22:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa0ddfa-f025-47f1-8805-eeb96eff45c2","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:39Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"852af0e6-3653-4dd8-8b27-ef1dbe38d4f2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet"}]} 2018-11-05 22:02:40,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5fa0ddfa-f025-47f1-8805-eeb96eff45c2&name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet used request id req-5a9ac313-ca84-44da-a039-ebc464cc2e21 2018-11-05 22:02:40,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:02:40,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:40,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["kJ9wwxYKTH-O7ennH6aCkQ"], "issued_at": "2018-11-05T22:02:40.000000Z"}} 2018-11-05 22:02:40,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb68a87c912de23eeeee33eee50721bed137ce96" 2018-11-05 22:02:41,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ba8b08-6161-4f41-9419-1b334f8a9154 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:41,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5ba8b08-6161-4f41-9419-1b334f8a9154 2018-11-05 22:02:41,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:41,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69bbcdf8-ac2c-4f46-8a64-0c4b37dd6c30 Date: Mon, 05 Nov 2018 22:02:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:02:41,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-69bbcdf8-ac2c-4f46-8a64-0c4b37dd6c30 2018-11-05 22:02:41,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:41,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4215e2e8-e655-4a9f-b77b-15e220aff8e3 Date: Mon, 05 Nov 2018 22:02:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:02:41,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-4215e2e8-e655-4a9f-b77b-15e220aff8e3 2018-11-05 22:02:41,216 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router 2018-11-05 22:02:41,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router", "admin_state_up": true}}' 2018-11-05 22:02:45,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-8c6a4fb8-b2a7-4b74-8689-4eddfd9cb6a9 Date: Mon, 05 Nov 2018 22:02:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:44Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "ee10f1ff-730b-421b-a297-baddcce7e35b", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}} 2018-11-05 22:02:45,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-8c6a4fb8-b2a7-4b74-8689-4eddfd9cb6a9 2018-11-05 22:02:45,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ee10f1ff-730b-421b-a297-baddcce7e35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:45,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-34383c0c-ff6f-49d5-ac19-521c625d55ef Date: Mon, 05 Nov 2018 22:02:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.204"}],"id":"a745beb2-78c5-4141-a3d0-97d627363fd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:20:58","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ee10f1ff-730b-421b-a297-baddcce7e35b","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:44Z","binding:vnic_type":"normal"}]} 2018-11-05 22:02:45,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ee10f1ff-730b-421b-a297-baddcce7e35b used request id req-34383c0c-ff6f-49d5-ac19-521c625d55ef 2018-11-05 22:02:45,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:45,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0a3ec448-2028-4a71-8a48-c23ef107e157 Date: Mon, 05 Nov 2018 22:02:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:02:45,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-0a3ec448-2028-4a71-8a48-c23ef107e157 2018-11-05 22:02:45,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:46,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-004588e1-c652-4a0c-a798-51462d4ebfa3 Date: Mon, 05 Nov 2018 22:02:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:43Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:42Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:44Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "ee10f1ff-730b-421b-a297-baddcce7e35b", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}]} 2018-11-05 22:02:46,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router used request id req-004588e1-c652-4a0c-a798-51462d4ebfa3 2018-11-05 22:02:46,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:46,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991c8ed2-a642-43a0-a59a-a072ca03bd12 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:46,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-991c8ed2-a642-43a0-a59a-a072ca03bd12 2018-11-05 22:02:46,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:46,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a169c442-d384-497e-a6e5-26bc71e4c1e6 Date: Mon, 05 Nov 2018 22:02:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.201"}],"id":"afd04226-6670-4302-9830-879b0443fa52","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:10:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:43Z","binding:vnic_type":"normal"}]} 2018-11-05 22:02:46,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 used request id req-a169c442-d384-497e-a6e5-26bc71e4c1e6 2018-11-05 22:02:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:46,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1959438d-578e-46cb-83a7-95812f440a94 Date: Mon, 05 Nov 2018 22:02:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:02:46,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-1959438d-578e-46cb-83a7-95812f440a94 2018-11-05 22:02:46,545 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router 2018-11-05 22:02:46,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ee10f1ff-730b-421b-a297-baddcce7e35b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" -d '{"subnet_id": "852af0e6-3653-4dd8-8b27-ef1dbe38d4f2"}' 2018-11-05 22:02:47,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-570cdb19-8b1e-4561-b1d8-48e7c373eed1 Date: Mon, 05 Nov 2018 22:02:47 GMT RESP BODY: {"network_id": "5fa0ddfa-f025-47f1-8805-eeb96eff45c2", "tenant_id": "4514395712c64d95859941d968816975", "subnet_id": "852af0e6-3653-4dd8-8b27-ef1dbe38d4f2", "subnet_ids": ["852af0e6-3653-4dd8-8b27-ef1dbe38d4f2"], "port_id": "08613447-8c06-4333-aadb-45ae9dd6de56", "id": "ee10f1ff-730b-421b-a297-baddcce7e35b"} 2018-11-05 22:02:47,784 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ee10f1ff-730b-421b-a297-baddcce7e35b/add_router_interface used request id req-570cdb19-8b1e-4561-b1d8-48e7c373eed1 2018-11-05 22:02:47,784 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router 2018-11-05 22:02:47,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ee10f1ff-730b-421b-a297-baddcce7e35b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" -d '{"subnet_id": "852af0e6-3653-4dd8-8b27-ef1dbe38d4f2"}' 2018-11-05 22:02:48,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-774fb712-8b1d-42f3-acde-2c5f42efe006 Date: Mon, 05 Nov 2018 22:02:48 GMT RESP BODY: {"network_id": "5fa0ddfa-f025-47f1-8805-eeb96eff45c2", "tenant_id": "4514395712c64d95859941d968816975", "subnet_id": "852af0e6-3653-4dd8-8b27-ef1dbe38d4f2", "subnet_ids": ["852af0e6-3653-4dd8-8b27-ef1dbe38d4f2"], "port_id": "08613447-8c06-4333-aadb-45ae9dd6de56", "id": "ee10f1ff-730b-421b-a297-baddcce7e35b"} 2018-11-05 22:02:48,782 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ee10f1ff-730b-421b-a297-baddcce7e35b/remove_router_interface used request id req-774fb712-8b1d-42f3-acde-2c5f42efe006 2018-11-05 22:02:48,782 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router 2018-11-05 22:02:48,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/ee10f1ff-730b-421b-a297-baddcce7e35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:49,931 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4167aedc-3682-4101-8248-6905d1bc6259 Content-Length: 0 Date: Mon, 05 Nov 2018 22:02:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:49,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ee10f1ff-730b-421b-a297-baddcce7e35b used request id req-4167aedc-3682-4101-8248-6905d1bc6259 2018-11-05 22:02:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:50,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-37589961-4e45-454c-aa58-d7033d2fb079 Date: Mon, 05 Nov 2018 22:02:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:43Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:42Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}]} 2018-11-05 22:02:50,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router used request id req-37589961-4e45-454c-aa58-d7033d2fb079 2018-11-05 22:02:50,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:50,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6646d59e-97fa-43a4-8004-d582a3ac4e3b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:50,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-6646d59e-97fa-43a4-8004-d582a3ac4e3b 2018-11-05 22:02:50,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:50,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f2dea01c-3885-49d0-8545-3635d7f3aa9a Date: Mon, 05 Nov 2018 22:02:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.201"}],"id":"afd04226-6670-4302-9830-879b0443fa52","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:10:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:43Z","binding:vnic_type":"normal"}]} 2018-11-05 22:02:50,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 used request id req-f2dea01c-3885-49d0-8545-3635d7f3aa9a 2018-11-05 22:02:50,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:50,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a4572ad6-d57e-4c9f-b2cf-be134d6232b4 Date: Mon, 05 Nov 2018 22:02:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:02:50,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-a4572ad6-d57e-4c9f-b2cf-be134d6232b4 2018-11-05 22:02:50,422 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet 2018-11-05 22:02:50,423 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-subnet 2018-11-05 22:02:50,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/852af0e6-3653-4dd8-8b27-ef1dbe38d4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:52,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3f2a767-319d-4085-a22b-37d9f0c84f6a Date: Mon, 05 Nov 2018 22:02:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:52,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/852af0e6-3653-4dd8-8b27-ef1dbe38d4f2 used request id req-e3f2a767-319d-4085-a22b-37d9f0c84f6a 2018-11-05 22:02:52,462 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-net 2018-11-05 22:02:52,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/5fa0ddfa-f025-47f1-8805-eeb96eff45c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc1db0e23a2e6691d3f90de8f3831de8cdff45a" 2018-11-05 22:02:53,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-848d485e-6d8b-4d48-bfc1-72bc3dbc7f14 Date: Mon, 05 Nov 2018 22:02:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:02:53,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5fa0ddfa-f025-47f1-8805-eeb96eff45c2 used request id req-848d485e-6d8b-4d48-bfc1-72bc3dbc7f14 2018-11-05 22:02:53,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:54,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["cs-cJ4raS_6H1s3de9U84w"], "issued_at": "2018-11-05T22:02:54.000000Z"}} 2018-11-05 22:02:54,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:54,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b1b84f-a3fe-4bdb-bb59-7d398b397b86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:54,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-36b1b84f-a3fe-4bdb-bb59-7d398b397b86 2018-11-05 22:02:54,223 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net 2018-11-05 22:02:54,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" -d '{"network": {"name": "NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net", "admin_state_up": true}}' 2018-11-05 22:02:54,685 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5e2f1a22-da08-47ea-a7d1-fd65d838dc0c Date: Mon, 05 Nov 2018 22:02:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:54Z","is_default":false,"provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:54Z","mtu":1450}} 2018-11-05 22:02:54,685 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5e2f1a22-da08-47ea-a7d1-fd65d838dc0c 2018-11-05 22:02:54,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0fcd25c6-4874-4a11-b687-3cbf711b960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:54,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9f630e9c-4f40-44b1-86d4-25640281db40 Date: Mon, 05 Nov 2018 22:02:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:02:54Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:54Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:54,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0fcd25c6-4874-4a11-b687-3cbf711b960f used request id req-9f630e9c-4f40-44b1-86d4-25640281db40 2018-11-05 22:02:54,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0fcd25c6-4874-4a11-b687-3cbf711b960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:55,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d31b7351-35c1-42b5-a25a-5cff0ade6d2a Date: Mon, 05 Nov 2018 22:02:55 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:02:55,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0fcd25c6-4874-4a11-b687-3cbf711b960f used request id req-d31b7351-35c1-42b5-a25a-5cff0ade6d2a 2018-11-05 22:02:55,139 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet 2018-11-05 22:02:55,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" -d '{"subnets": [{"ip_version": 4, "network_id": "0fcd25c6-4874-4a11-b687-3cbf711b960f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet"}]}' 2018-11-05 22:02:55,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6807c45f-23a9-4094-bb2a-23af8892cd19 Date: Mon, 05 Nov 2018 22:02:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:55Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:55Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"24a56534-72fb-4d2a-9011-17c2a8d9136d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet"}]} 2018-11-05 22:02:55,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6807c45f-23a9-4094-bb2a-23af8892cd19 2018-11-05 22:02:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0fcd25c6-4874-4a11-b687-3cbf711b960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:55,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fd8dbd43-5664-45a4-9229-82033b8a81ca Date: Mon, 05 Nov 2018 22:02:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["24a56534-72fb-4d2a-9011-17c2a8d9136d"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:55Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:54Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:55,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0fcd25c6-4874-4a11-b687-3cbf711b960f used request id req-fd8dbd43-5664-45a4-9229-82033b8a81ca 2018-11-05 22:02:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0fcd25c6-4874-4a11-b687-3cbf711b960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:55,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b42a8c15-3c8f-4690-b6d8-c0baa7998bdf Date: Mon, 05 Nov 2018 22:02:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:55Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"24a56534-72fb-4d2a-9011-17c2a8d9136d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet"}]} 2018-11-05 22:02:55,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0fcd25c6-4874-4a11-b687-3cbf711b960f used request id req-b42a8c15-3c8f-4690-b6d8-c0baa7998bdf 2018-11-05 22:02:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:56,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fd5e1b29-0a94-46f3-ae5c-b63bce9d4d9e Date: Mon, 05 Nov 2018 22:02:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["24a56534-72fb-4d2a-9011-17c2a8d9136d"],"description":"","tags":[],"updated_at":"2018-11-05T22:02:55Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:54Z","provider:network_type":"vxlan"}]} 2018-11-05 22:02:56,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net used request id req-fd5e1b29-0a94-46f3-ae5c-b63bce9d4d9e 2018-11-05 22:02:56,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:02:56,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:02:56,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:56,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e8268f-7d5b-4524-9402-c42163b83da5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:02:56,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-e6e8268f-7d5b-4524-9402-c42163b83da5 2018-11-05 22:02:56,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0fcd25c6-4874-4a11-b687-3cbf711b960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:56,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a70e45b6-fe3b-4005-b789-ed517b30336f Date: Mon, 05 Nov 2018 22:02:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fcd25c6-4874-4a11-b687-3cbf711b960f","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:02:55Z","dns_nameservers":[],"updated_at":"2018-11-05T22:02:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"24a56534-72fb-4d2a-9011-17c2a8d9136d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet"}]} 2018-11-05 22:02:56,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0fcd25c6-4874-4a11-b687-3cbf711b960f used request id req-a70e45b6-fe3b-4005-b789-ed517b30336f 2018-11-05 22:02:56,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:02:56,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:02:56,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["RYovAexnQJaxQ36JbrQ8GQ"], "issued_at": "2018-11-05T22:02:56.000000Z"}} 2018-11-05 22:02:56,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa9ae76b3566ebce492a1bbdc33800367baff9b3" 2018-11-05 22:02:56,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683c6b31-2e6c-454d-a84e-f0cae61e0403 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:02:56,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-683c6b31-2e6c-454d-a84e-f0cae61e0403 2018-11-05 22:02:56,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:57,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f7801d48-93ed-4515-a507-88bc413f5c9c Date: Mon, 05 Nov 2018 22:02:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:02:57,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-f7801d48-93ed-4515-a507-88bc413f5c9c 2018-11-05 22:02:57,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:58,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-82ed71b1-de7f-4936-af44-56540d87e456 Date: Mon, 05 Nov 2018 22:02:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:02:58,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-82ed71b1-de7f-4936-af44-56540d87e456 2018-11-05 22:02:58,001 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router 2018-11-05 22:02:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router", "admin_state_up": true}}' 2018-11-05 22:02:59,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ad1fd36f-c1a9-4e32-860e-a3f4857976d4 Date: Mon, 05 Nov 2018 22:02:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:59Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "126ee5ab-8d50-4a2f-985e-5f4f66560c13", "name": "NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router"}} 2018-11-05 22:02:59,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-ad1fd36f-c1a9-4e32-860e-a3f4857976d4 2018-11-05 22:02:59,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=126ee5ab-8d50-4a2f-985e-5f4f66560c13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:59,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-29766c08-27a9-4f4c-90d6-0de3d40d4de0 Date: Mon, 05 Nov 2018 22:02:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:58Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.200"}],"id":"0b6a36c3-526f-4b5f-b538-367387a63d3d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:23:b1:44","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"126ee5ab-8d50-4a2f-985e-5f4f66560c13","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:58Z","binding:vnic_type":"normal"}]} 2018-11-05 22:02:59,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=126ee5ab-8d50-4a2f-985e-5f4f66560c13 used request id req-29766c08-27a9-4f4c-90d6-0de3d40d4de0 2018-11-05 22:02:59,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:59,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6bb1b4c1-b544-4fd3-9652-8eca88f00d51 Date: Mon, 05 Nov 2018 22:02:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:02:59,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-6bb1b4c1-b544-4fd3-9652-8eca88f00d51 2018-11-05 22:02:59,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:02:59,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9f48643c-1fec-4a98-9255-48617ee2fa19 Date: Mon, 05 Nov 2018 22:02:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:59Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "126ee5ab-8d50-4a2f-985e-5f4f66560c13", "name": "NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router"}]} 2018-11-05 22:02:59,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router used request id req-9f48643c-1fec-4a98-9255-48617ee2fa19 2018-11-05 22:02:59,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:00,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584a511a-850c-4ba1-a2e9-f256a21bda24 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:00,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-584a511a-850c-4ba1-a2e9-f256a21bda24 2018-11-05 22:03:00,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=126ee5ab-8d50-4a2f-985e-5f4f66560c13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:00,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c2b9b2fc-1567-41b8-95c6-eaaaef003eb9 Date: Mon, 05 Nov 2018 22:03:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:58Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.200"}],"id":"0b6a36c3-526f-4b5f-b538-367387a63d3d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:23:b1:44","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"126ee5ab-8d50-4a2f-985e-5f4f66560c13","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:58Z","binding:vnic_type":"normal"}]} 2018-11-05 22:03:00,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=126ee5ab-8d50-4a2f-985e-5f4f66560c13 used request id req-c2b9b2fc-1567-41b8-95c6-eaaaef003eb9 2018-11-05 22:03:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:00,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4c7408b3-626b-46d7-a4ce-0a54d3f5be6e Date: Mon, 05 Nov 2018 22:03:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:03:00,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-4c7408b3-626b-46d7-a4ce-0a54d3f5be6e 2018-11-05 22:03:00,164 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet 2018-11-05 22:03:00,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/24a56534-72fb-4d2a-9011-17c2a8d9136d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:02,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11b37b7b-3e94-47f8-9b63-d4c806597be1 Date: Mon, 05 Nov 2018 22:03:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:02,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/24a56534-72fb-4d2a-9011-17c2a8d9136d used request id req-11b37b7b-3e94-47f8-9b63-d4c806597be1 2018-11-05 22:03:02,464 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router 2018-11-05 22:03:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/126ee5ab-8d50-4a2f-985e-5f4f66560c13/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" -d '{"subnet_id": "24a56534-72fb-4d2a-9011-17c2a8d9136d"}' 2018-11-05 22:03:02,808 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-5cb05b5d-e4b3-422d-9c46-d5ddd32bb6a1 Date: Mon, 05 Nov 2018 22:03:02 GMT RESP BODY: {"NeutronError": {"message": "Subnet 24a56534-72fb-4d2a-9011-17c2a8d9136d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-05 22:03:02,808 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/126ee5ab-8d50-4a2f-985e-5f4f66560c13/add_router_interface used request id req-5cb05b5d-e4b3-422d-9c46-d5ddd32bb6a1 2018-11-05 22:03:02,809 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 24a56534-72fb-4d2a-9011-17c2a8d9136d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-05 22:03:02,809 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router 2018-11-05 22:03:02,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/126ee5ab-8d50-4a2f-985e-5f4f66560c13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:03,887 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5e152ff-193b-4655-87c6-5e3cb7c25bf6 Content-Length: 0 Date: Mon, 05 Nov 2018 22:03:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:03,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/126ee5ab-8d50-4a2f-985e-5f4f66560c13 used request id req-f5e152ff-193b-4655-87c6-5e3cb7c25bf6 2018-11-05 22:03:03,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:04,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b75d548f-2131-4338-bb79-20dec126d52b Date: Mon, 05 Nov 2018 22:03:04 GMT RESP BODY: {"routers": []} 2018-11-05 22:03:04,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-router used request id req-b75d548f-2131-4338-bb79-20dec126d52b 2018-11-05 22:03:04,085 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet 2018-11-05 22:03:04,085 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-subnet 2018-11-05 22:03:04,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/24a56534-72fb-4d2a-9011-17c2a8d9136d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:04,274 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-e4a243e5-91a9-467e-be42-1631e109194b Date: Mon, 05 Nov 2018 22:03:04 GMT RESP BODY: {"NeutronError": {"message": "Subnet 24a56534-72fb-4d2a-9011-17c2a8d9136d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-05 22:03:04,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/24a56534-72fb-4d2a-9011-17c2a8d9136d used request id req-e4a243e5-91a9-467e-be42-1631e109194b 2018-11-05 22:03:04,275 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 24a56534-72fb-4d2a-9011-17c2a8d9136d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-05 22:03:04,275 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c29d77f7-d351-4cb8-a089-4a09a9c75938-pub-net 2018-11-05 22:03:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0fcd25c6-4874-4a11-b687-3cbf711b960f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b06137598be33f846414311900703b5febb5b1" 2018-11-05 22:03:05,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1b41949-f2b4-4893-b489-e2c4b38a4d97 Date: Mon, 05 Nov 2018 22:03:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:05,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0fcd25c6-4874-4a11-b687-3cbf711b960f used request id req-d1b41949-f2b4-4893-b489-e2c4b38a4d97 2018-11-05 22:03:05,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:05,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["xjj9AS5gSfGLOupYGqPJtg"], "issued_at": "2018-11-05T22:03:05.000000Z"}} 2018-11-05 22:03:05,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:05,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6fca94b-2c72-478f-b62a-747bd6f90a36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:05,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d6fca94b-2c72-478f-b62a-747bd6f90a36 2018-11-05 22:03:05,713 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net 2018-11-05 22:03:05,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" -d '{"network": {"name": "NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net", "admin_state_up": true}}' 2018-11-05 22:03:06,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-97bcb1d2-5ba5-41ac-8270-20bbbaa66db4 Date: Mon, 05 Nov 2018 22:03:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d3974aa0-c9ec-41bd-8146-12993e131877","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:06Z","is_default":false,"provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:06Z","mtu":1450}} 2018-11-05 22:03:06,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-97bcb1d2-5ba5-41ac-8270-20bbbaa66db4 2018-11-05 22:03:06,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d3974aa0-c9ec-41bd-8146-12993e131877 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:06,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e4b8628e-1766-4afc-b1dc-784e6b0fa564 Date: Mon, 05 Nov 2018 22:03:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d3974aa0-c9ec-41bd-8146-12993e131877","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:06Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:06Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:06,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d3974aa0-c9ec-41bd-8146-12993e131877 used request id req-e4b8628e-1766-4afc-b1dc-784e6b0fa564 2018-11-05 22:03:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:06,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ee7b9944-0218-48e7-a97d-70ff42b22444 Date: Mon, 05 Nov 2018 22:03:06 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:03:06,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877 used request id req-ee7b9944-0218-48e7-a97d-70ff42b22444 2018-11-05 22:03:06,883 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet 2018-11-05 22:03:06,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" -d '{"subnets": [{"ip_version": 4, "network_id": "d3974aa0-c9ec-41bd-8146-12993e131877", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet"}]}' 2018-11-05 22:03:07,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bc5bd1f2-53fa-4b4e-9a82-2decc4e0dd38 Date: Mon, 05 Nov 2018 22:03:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3974aa0-c9ec-41bd-8146-12993e131877","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:07Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"3f0a3025-3308-4611-bb1c-0921087a8d7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet"}]} 2018-11-05 22:03:07,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-bc5bd1f2-53fa-4b4e-9a82-2decc4e0dd38 2018-11-05 22:03:07,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d3974aa0-c9ec-41bd-8146-12993e131877 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:07,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9e292c54-f2d8-4091-bb3c-377874be1da4 Date: Mon, 05 Nov 2018 22:03:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3974aa0-c9ec-41bd-8146-12993e131877","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["3f0a3025-3308-4611-bb1c-0921087a8d7a"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:07Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:06Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:07,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d3974aa0-c9ec-41bd-8146-12993e131877 used request id req-9e292c54-f2d8-4091-bb3c-377874be1da4 2018-11-05 22:03:07,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:07,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-16358357-9d42-41b7-965c-40891c32939e Date: Mon, 05 Nov 2018 22:03:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3974aa0-c9ec-41bd-8146-12993e131877","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:07Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"3f0a3025-3308-4611-bb1c-0921087a8d7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet"}]} 2018-11-05 22:03:07,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877 used request id req-16358357-9d42-41b7-965c-40891c32939e 2018-11-05 22:03:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:08,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ee1066c6-2c14-43d8-9ad6-8936cf110c37 Date: Mon, 05 Nov 2018 22:03:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3974aa0-c9ec-41bd-8146-12993e131877","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["3f0a3025-3308-4611-bb1c-0921087a8d7a"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:07Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:06Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:08,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net used request id req-ee1066c6-2c14-43d8-9ad6-8936cf110c37 2018-11-05 22:03:08,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:08,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:08,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e41e6a-8e84-4c23-a016-e46fd4f78655 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:08,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-a7e41e6a-8e84-4c23-a016-e46fd4f78655 2018-11-05 22:03:08,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:08,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67907d73-bdb6-41d9-aa86-92e87c889e6e Date: Mon, 05 Nov 2018 22:03:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3974aa0-c9ec-41bd-8146-12993e131877","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:07Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"3f0a3025-3308-4611-bb1c-0921087a8d7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet"}]} 2018-11-05 22:03:08,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877 used request id req-67907d73-bdb6-41d9-aa86-92e87c889e6e 2018-11-05 22:03:08,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877&name=NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:08,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7524ffad-0821-4294-a55a-b0b64d3c89c3 Date: Mon, 05 Nov 2018 22:03:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3974aa0-c9ec-41bd-8146-12993e131877","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:07Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"3f0a3025-3308-4611-bb1c-0921087a8d7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet"}]} 2018-11-05 22:03:08,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3974aa0-c9ec-41bd-8146-12993e131877&name=NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet used request id req-7524ffad-0821-4294-a55a-b0b64d3c89c3 2018-11-05 22:03:08,622 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet 2018-11-05 22:03:08,622 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-subnet 2018-11-05 22:03:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/3f0a3025-3308-4611-bb1c-0921087a8d7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:10,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7018894c-96a1-4a76-b73d-b2d341903ab8 Date: Mon, 05 Nov 2018 22:03:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:10,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3f0a3025-3308-4611-bb1c-0921087a8d7a used request id req-7018894c-96a1-4a76-b73d-b2d341903ab8 2018-11-05 22:03:10,905 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-69582ccf-b441-4768-9dad-7b213c88b5cf-pub-net 2018-11-05 22:03:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d3974aa0-c9ec-41bd-8146-12993e131877 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d601d30e4f5e13cb78396db73a007e74133954" 2018-11-05 22:03:12,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7cd397d6-1319-467b-9665-e529851fa698 Date: Mon, 05 Nov 2018 22:03:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:12,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d3974aa0-c9ec-41bd-8146-12993e131877 used request id req-7cd397d6-1319-467b-9665-e529851fa698 2018-11-05 22:03:12,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:12,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["TwJw-RDzSHOs1_-QIR96_g"], "issued_at": "2018-11-05T22:03:12.000000Z"}} 2018-11-05 22:03:12,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:12,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1a71b1-0c22-4c87-9d1c-405f4fccb62b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:12,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2a1a71b1-0c22-4c87-9d1c-405f4fccb62b 2018-11-05 22:03:12,779 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net 2018-11-05 22:03:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" -d '{"network": {"name": "NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net", "admin_state_up": true}}' 2018-11-05 22:03:13,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-5b587e3b-f153-4893-82c9-b294a97ae8f6 Date: Mon, 05 Nov 2018 22:03:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cf02b733-6231-491d-8390-c959d228b34a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:13Z","is_default":false,"provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:12Z","mtu":1450}} 2018-11-05 22:03:13,187 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5b587e3b-f153-4893-82c9-b294a97ae8f6 2018-11-05 22:03:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cf02b733-6231-491d-8390-c959d228b34a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:13,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-6814fbc8-dbfe-45cb-a7e7-acc7435c8e4a Date: Mon, 05 Nov 2018 22:03:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cf02b733-6231-491d-8390-c959d228b34a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:13Z","provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:12Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:13,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cf02b733-6231-491d-8390-c959d228b34a used request id req-6814fbc8-dbfe-45cb-a7e7-acc7435c8e4a 2018-11-05 22:03:13,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf02b733-6231-491d-8390-c959d228b34a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:13,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4d6af471-821c-4cdd-afd2-d3784509e4bf Date: Mon, 05 Nov 2018 22:03:13 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:03:13,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf02b733-6231-491d-8390-c959d228b34a used request id req-4d6af471-821c-4cdd-afd2-d3784509e4bf 2018-11-05 22:03:13,583 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet 2018-11-05 22:03:13,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" -d '{"subnets": [{"ip_version": 4, "network_id": "cf02b733-6231-491d-8390-c959d228b34a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet"}]}' 2018-11-05 22:03:14,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a1bfed5-4c5c-46ce-af45-a73ecc3dfeb8 Date: Mon, 05 Nov 2018 22:03:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf02b733-6231-491d-8390-c959d228b34a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:13Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"ab2a373c-6a21-43fc-91a7-f541cf14fe90","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet"}]} 2018-11-05 22:03:14,265 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3a1bfed5-4c5c-46ce-af45-a73ecc3dfeb8 2018-11-05 22:03:14,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cf02b733-6231-491d-8390-c959d228b34a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:14,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9601b390-de60-4a2f-94e7-e23ede3dc1e7 Date: Mon, 05 Nov 2018 22:03:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf02b733-6231-491d-8390-c959d228b34a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["ab2a373c-6a21-43fc-91a7-f541cf14fe90"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:13Z","provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:12Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:14,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cf02b733-6231-491d-8390-c959d228b34a used request id req-9601b390-de60-4a2f-94e7-e23ede3dc1e7 2018-11-05 22:03:14,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf02b733-6231-491d-8390-c959d228b34a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:14,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-574b435f-0d53-4b71-9ec1-6ad86a02c7b4 Date: Mon, 05 Nov 2018 22:03:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf02b733-6231-491d-8390-c959d228b34a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:13Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"ab2a373c-6a21-43fc-91a7-f541cf14fe90","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet"}]} 2018-11-05 22:03:14,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf02b733-6231-491d-8390-c959d228b34a used request id req-574b435f-0d53-4b71-9ec1-6ad86a02c7b4 2018-11-05 22:03:14,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:15,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-1369f470-8071-45c9-9956-468806b142ae Date: Mon, 05 Nov 2018 22:03:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf02b733-6231-491d-8390-c959d228b34a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["ab2a373c-6a21-43fc-91a7-f541cf14fe90"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:13Z","provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:12Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:15,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net used request id req-1369f470-8071-45c9-9956-468806b142ae 2018-11-05 22:03:15,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:15,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:15,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:15,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df72b7b7-64ac-4262-81bb-705cf34ddbb3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:15,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-df72b7b7-64ac-4262-81bb-705cf34ddbb3 2018-11-05 22:03:15,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf02b733-6231-491d-8390-c959d228b34a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:15,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-62c2a468-0d8b-41fa-97cd-fd85da2c8065 Date: Mon, 05 Nov 2018 22:03:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf02b733-6231-491d-8390-c959d228b34a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:13Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"ab2a373c-6a21-43fc-91a7-f541cf14fe90","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet"}]} 2018-11-05 22:03:15,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf02b733-6231-491d-8390-c959d228b34a used request id req-62c2a468-0d8b-41fa-97cd-fd85da2c8065 2018-11-05 22:03:15,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:03:15,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:16,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["oxA3OHjpSPOGIRzb5Oj5vA"], "issued_at": "2018-11-05T22:03:16.000000Z"}} 2018-11-05 22:03:16,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b87ba3c09714e88ddebd906fc9b740404db91" 2018-11-05 22:03:16,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79070839-ac76-4e68-8fe7-064ce4e39b56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:16,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-79070839-ac76-4e68-8fe7-064ce4e39b56 2018-11-05 22:03:16,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:16,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b8d50fb3-32ae-4e8f-8812-4c4b81c29eac Date: Mon, 05 Nov 2018 22:03:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:03:16,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-b8d50fb3-32ae-4e8f-8812-4c4b81c29eac 2018-11-05 22:03:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:16,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3f5c9dd0-e57d-425a-8311-c7fe584de397 Date: Mon, 05 Nov 2018 22:03:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:03:16,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-3f5c9dd0-e57d-425a-8311-c7fe584de397 2018-11-05 22:03:16,626 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router 2018-11-05 22:03:16,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router", "admin_state_up": true}}' 2018-11-05 22:03:17,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-5028a324-97b1-46ff-aded-cfee9405c0af Date: Mon, 05 Nov 2018 22:03:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:03:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:03:17Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "560ed77d-1a9c-4fee-94a2-6424ac6b08ce", "name": "NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router"}} 2018-11-05 22:03:17,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-5028a324-97b1-46ff-aded-cfee9405c0af 2018-11-05 22:03:17,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=560ed77d-1a9c-4fee-94a2-6424ac6b08ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:18,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-266d30bc-2091-4a2a-8287-417418d38a9f Date: Mon, 05 Nov 2018 22:03:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.209"}],"id":"1e6046ca-e750-4ed4-8b74-7528ae57401b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ad:e3:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"560ed77d-1a9c-4fee-94a2-6424ac6b08ce","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:03:17Z","binding:vnic_type":"normal"}]} 2018-11-05 22:03:18,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=560ed77d-1a9c-4fee-94a2-6424ac6b08ce used request id req-266d30bc-2091-4a2a-8287-417418d38a9f 2018-11-05 22:03:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:18,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b5b96d16-4116-48dd-a949-12ea31ae1dc8 Date: Mon, 05 Nov 2018 22:03:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:03:18,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-b5b96d16-4116-48dd-a949-12ea31ae1dc8 2018-11-05 22:03:18,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:18,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1927ac37-c297-4771-b4a2-b501d3f82d36 Date: Mon, 05 Nov 2018 22:03:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:03:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:03:17Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "560ed77d-1a9c-4fee-94a2-6424ac6b08ce", "name": "NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router"}]} 2018-11-05 22:03:18,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router used request id req-1927ac37-c297-4771-b4a2-b501d3f82d36 2018-11-05 22:03:18,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:19,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20ce0db-4934-433d-85bf-f5263100db86 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:19,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-d20ce0db-4934-433d-85bf-f5263100db86 2018-11-05 22:03:19,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=560ed77d-1a9c-4fee-94a2-6424ac6b08ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:19,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-13b5a504-2fd9-4b4b-80e1-eac5ea7dbaaf Date: Mon, 05 Nov 2018 22:03:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.209"}],"id":"1e6046ca-e750-4ed4-8b74-7528ae57401b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ad:e3:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"560ed77d-1a9c-4fee-94a2-6424ac6b08ce","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:03:17Z","binding:vnic_type":"normal"}]} 2018-11-05 22:03:19,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=560ed77d-1a9c-4fee-94a2-6424ac6b08ce used request id req-13b5a504-2fd9-4b4b-80e1-eac5ea7dbaaf 2018-11-05 22:03:19,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:19,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-34e0d394-a3f5-46e7-81b9-c5013d98db29 Date: Mon, 05 Nov 2018 22:03:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:03:19,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-34e0d394-a3f5-46e7-81b9-c5013d98db29 2018-11-05 22:03:19,257 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router 2018-11-05 22:03:19,257 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router 2018-11-05 22:03:19,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/560ed77d-1a9c-4fee-94a2-6424ac6b08ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:20,517 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df018212-caaf-4816-a7f8-db08d705a4b0 Content-Length: 0 Date: Mon, 05 Nov 2018 22:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:20,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/560ed77d-1a9c-4fee-94a2-6424ac6b08ce used request id req-df018212-caaf-4816-a7f8-db08d705a4b0 2018-11-05 22:03:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:20,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2367dd45-395f-425f-a298-4b3a241cd746 Date: Mon, 05 Nov 2018 22:03:20 GMT RESP BODY: {"routers": []} 2018-11-05 22:03:20,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-router used request id req-2367dd45-395f-425f-a298-4b3a241cd746 2018-11-05 22:03:20,587 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet 2018-11-05 22:03:20,587 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-subnet 2018-11-05 22:03:20,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/ab2a373c-6a21-43fc-91a7-f541cf14fe90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:22,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e50d5ea7-2edf-41bf-b685-cbbe20a21ca0 Date: Mon, 05 Nov 2018 22:03:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:22,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ab2a373c-6a21-43fc-91a7-f541cf14fe90 used request id req-e50d5ea7-2edf-41bf-b685-cbbe20a21ca0 2018-11-05 22:03:22,588 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7f809745-a964-43a2-b69a-6ff2380e5c27-pub-net 2018-11-05 22:03:22,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/cf02b733-6231-491d-8390-c959d228b34a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99637ad38513e4a8049db56de2a6f9923d787984" 2018-11-05 22:03:24,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ab5db6e-e85a-4aa0-88ff-c2cd701ae995 Date: Mon, 05 Nov 2018 22:03:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:24,472 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cf02b733-6231-491d-8390-c959d228b34a used request id req-2ab5db6e-e85a-4aa0-88ff-c2cd701ae995 2018-11-05 22:03:24,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:24,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["oLEjSAUJTZmORAMe11pPdA"], "issued_at": "2018-11-05T22:03:24.000000Z"}} 2018-11-05 22:03:24,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:24,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ae8482-fa56-442c-a6a7-863ad0595025 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:24,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-50ae8482-fa56-442c-a6a7-863ad0595025 2018-11-05 22:03:24,940 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net 2018-11-05 22:03:24,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" -d '{"network": {"name": "NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net", "admin_state_up": true}}' 2018-11-05 22:03:25,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-64b8b48f-f709-4d4d-ab8a-152134580ca2 Date: Mon, 05 Nov 2018 22:03:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:25Z","is_default":false,"provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:25Z","mtu":1450}} 2018-11-05 22:03:25,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-64b8b48f-f709-4d4d-ab8a-152134580ca2 2018-11-05 22:03:25,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:25,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4fadcb92-ff1d-405a-9ccf-c09ddd53f6a3 Date: Mon, 05 Nov 2018 22:03:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:25Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:25Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:25,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-4fadcb92-ff1d-405a-9ccf-c09ddd53f6a3 2018-11-05 22:03:25,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:25,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4877197e-1f99-4345-9237-41b661d92274 Date: Mon, 05 Nov 2018 22:03:25 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:03:25,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-4877197e-1f99-4345-9237-41b661d92274 2018-11-05 22:03:25,732 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet 2018-11-05 22:03:25,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" -d '{"subnets": [{"ip_version": 4, "network_id": "38f13084-d4ef-488c-8ff7-e9ec4594f240", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]}' 2018-11-05 22:03:26,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f4458476-3ffb-4c6e-94d6-85a32f0e34e8 Date: Mon, 05 Nov 2018 22:03:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:26,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-f4458476-3ffb-4c6e-94d6-85a32f0e34e8 2018-11-05 22:03:26,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:26,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6e0f0205-c414-43a4-b5ae-73808b16a993 Date: Mon, 05 Nov 2018 22:03:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["18a0ed32-1d36-4bf6-aded-c8d193075155"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:26Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:25Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:26,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-6e0f0205-c414-43a4-b5ae-73808b16a993 2018-11-05 22:03:26,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:26,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cffee69d-870b-4949-88d0-d28aa9582464 Date: Mon, 05 Nov 2018 22:03:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:26,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-cffee69d-870b-4949-88d0-d28aa9582464 2018-11-05 22:03:26,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:26,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-966c5c0e-f269-401c-aa2a-b024072517b3 Date: Mon, 05 Nov 2018 22:03:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["18a0ed32-1d36-4bf6-aded-c8d193075155"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:26Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:25Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:26,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net used request id req-966c5c0e-f269-401c-aa2a-b024072517b3 2018-11-05 22:03:26,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:26,915 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:26,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:26,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba390c2-da02-4f2b-a6f0-eff74396313e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:26,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-1ba390c2-da02-4f2b-a6f0-eff74396313e 2018-11-05 22:03:27,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:27,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-97845513-df76-4145-84ce-0422486e2412 Date: Mon, 05 Nov 2018 22:03:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:27,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-97845513-df76-4145-84ce-0422486e2412 2018-11-05 22:03:27,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240&name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:27,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c928ed28-74d8-4382-8391-6783a403cdce Date: Mon, 05 Nov 2018 22:03:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:27,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240&name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet used request id req-c928ed28-74d8-4382-8391-6783a403cdce 2018-11-05 22:03:27,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:03:27,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:27,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Yp_wTpdeTVO7XapvhDbM_g"], "issued_at": "2018-11-05T22:03:27.000000Z"}} 2018-11-05 22:03:27,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cf6a1f09b9675a6d11b1d9144a178ec1f94a2b" 2018-11-05 22:03:27,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23bc3e6e-b6fc-4d0f-8864-f2e5d9ebdd74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:27,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-23bc3e6e-b6fc-4d0f-8864-f2e5d9ebdd74 2018-11-05 22:03:27,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:28,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bc113642-1684-4fa1-ad3c-bde565e744bd Date: Mon, 05 Nov 2018 22:03:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["18a0ed32-1d36-4bf6-aded-c8d193075155"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:26Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:25Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:28,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net used request id req-bc113642-1684-4fa1-ad3c-bde565e744bd 2018-11-05 22:03:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:28,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2b0e2791-c844-4965-b679-91abbda7a1e2 Date: Mon, 05 Nov 2018 22:03:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:28,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-2b0e2791-c844-4965-b679-91abbda7a1e2 2018-11-05 22:03:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:28,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3e084aad-eddf-4d0b-937c-15cd432fbe4b Date: Mon, 05 Nov 2018 22:03:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["18a0ed32-1d36-4bf6-aded-c8d193075155"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:26Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:25Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:28,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net used request id req-3e084aad-eddf-4d0b-937c-15cd432fbe4b 2018-11-05 22:03:28,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:28,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:28,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cf6a1f09b9675a6d11b1d9144a178ec1f94a2b" 2018-11-05 22:03:28,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c7e825-1912-42a5-bdc1-6fecfbd5689c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:28,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-69c7e825-1912-42a5-bdc1-6fecfbd5689c 2018-11-05 22:03:28,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:28,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6eddc77b-a955-4961-a555-d569de16e18e Date: Mon, 05 Nov 2018 22:03:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:28,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-6eddc77b-a955-4961-a555-d569de16e18e 2018-11-05 22:03:28,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240&name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:29,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-80a11e7e-cdf2-4ad5-aba1-b2a080927a68 Date: Mon, 05 Nov 2018 22:03:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"18a0ed32-1d36-4bf6-aded-c8d193075155","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet"}]} 2018-11-05 22:03:29,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38f13084-d4ef-488c-8ff7-e9ec4594f240&name=NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet used request id req-80a11e7e-cdf2-4ad5-aba1-b2a080927a68 2018-11-05 22:03:29,206 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net 2018-11-05 22:03:29,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" -d '{"port": {"network_id": "38f13084-d4ef-488c-8ff7-e9ec4594f240", "fixed_ips": [{"subnet_id": "18a0ed32-1d36-4bf6-aded-c8d193075155", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-port", "admin_state_up": true}}' 2018-11-05 22:03:29,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-2c05e2db-647e-43bd-82b6-70a088536df2 Date: Mon, 05 Nov 2018 22:03:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:29Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18a0ed32-1d36-4bf6-aded-c8d193075155","ip_address":"10.55.1.100"}],"id":"24f0bd46-e420-43df-bc09-cd3485a85ec3","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e9:1c:ce","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-port","admin_state_up":true,"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:29Z","binding:vnic_type":"normal"}} 2018-11-05 22:03:29,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-2c05e2db-647e-43bd-82b6-70a088536df2 2018-11-05 22:03:29,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:30,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4930 X-Openstack-Request-Id: req-7429493d-e254-4245-a66e-9b1e310d18fb Date: Mon, 05 Nov 2018 22:03:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"18a0ed32-1d36-4bf6-aded-c8d193075155","ip_address":"10.55.1.2"}],"id":"06cf8573-8f68-4ac3-b246-d02cd80ba91c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:0e:65","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-38f13084-d4ef-488c-8ff7-e9ec4594f240","name":"","admin_state_up":true,"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:29Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"18a0ed32-1d36-4bf6-aded-c8d193075155","ip_address":"10.55.1.100"}],"id":"24f0bd46-e420-43df-bc09-cd3485a85ec3","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e9:1c:ce","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-port","admin_state_up":true,"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"18a0ed32-1d36-4bf6-aded-c8d193075155","ip_address":"10.55.1.3"}],"id":"2ce9e888-6634-476a-a070-d613e441e810","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:9c:7d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-38f13084-d4ef-488c-8ff7-e9ec4594f240","name":"","admin_state_up":true,"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.202"}],"id":"3d193e44-8ff5-4971-aaf4-66fcbe7c714b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:a0:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"18a0ed32-1d36-4bf6-aded-c8d193075155","ip_address":"10.55.1.4"}],"id":"8e1a70c2-3120-401d-b9d8-4b7988043b70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:37:de","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-38f13084-d4ef-488c-8ff7-e9ec4594f240","name":"","admin_state_up":true,"network_id":"38f13084-d4ef-488c-8ff7-e9ec4594f240","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.201"}],"id":"afd04226-6670-4302-9830-879b0443fa52","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:10:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:43Z","binding:vnic_type":"normal"}]} 2018-11-05 22:03:30,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7429493d-e254-4245-a66e-9b1e310d18fb 2018-11-05 22:03:30,154 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-port 2018-11-05 22:03:30,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/24f0bd46-e420-43df-bc09-cd3485a85ec3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:30,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1cb4536-066e-4250-82fe-0a22d1f09aeb Date: Mon, 05 Nov 2018 22:03:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:30,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/24f0bd46-e420-43df-bc09-cd3485a85ec3 used request id req-d1cb4536-066e-4250-82fe-0a22d1f09aeb 2018-11-05 22:03:30,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet 2018-11-05 22:03:30,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-subnet 2018-11-05 22:03:30,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/18a0ed32-1d36-4bf6-aded-c8d193075155 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:32,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a3ade74-0da1-425d-8275-2dd7103209cb Date: Mon, 05 Nov 2018 22:03:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:32,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/18a0ed32-1d36-4bf6-aded-c8d193075155 used request id req-6a3ade74-0da1-425d-8275-2dd7103209cb 2018-11-05 22:03:32,522 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c6a7589d-1784-44e7-80f5-90b3f7818e4b-pub-net 2018-11-05 22:03:32,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/38f13084-d4ef-488c-8ff7-e9ec4594f240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe327cd55678cddcf67b90eb706a18e134427f9" 2018-11-05 22:03:33,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b06b4ff-4d80-4597-a758-f9148eb0e8e4 Date: Mon, 05 Nov 2018 22:03:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:33,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/38f13084-d4ef-488c-8ff7-e9ec4594f240 used request id req-0b06b4ff-4d80-4597-a758-f9148eb0e8e4 2018-11-05 22:03:33,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:34,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["TLxOzB3PTPGTeuWeAHVkmQ"], "issued_at": "2018-11-05T22:03:34.000000Z"}} 2018-11-05 22:03:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:34,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc16265-1e06-49c9-aa5c-5c6f90d4bcbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:34,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5cc16265-1e06-49c9-aa5c-5c6f90d4bcbe 2018-11-05 22:03:34,327 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net 2018-11-05 22:03:34,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" -d '{"network": {"name": "NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net", "admin_state_up": true}}' 2018-11-05 22:03:34,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6dc93385-cc54-47cb-aa1f-d6e958449981 Date: Mon, 05 Nov 2018 22:03:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:34Z","is_default":false,"provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:34Z","mtu":1450}} 2018-11-05 22:03:34,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6dc93385-cc54-47cb-aa1f-d6e958449981 2018-11-05 22:03:34,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:35,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-70af10fc-e23b-4c0c-8f1c-a50b79d71abc Date: Mon, 05 Nov 2018 22:03:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:34Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:34Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:35,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-70af10fc-e23b-4c0c-8f1c-a50b79d71abc 2018-11-05 22:03:35,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:35,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-76817626-2de8-4927-89b8-c3759fa1a5a1 Date: Mon, 05 Nov 2018 22:03:35 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:03:35,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-76817626-2de8-4927-89b8-c3759fa1a5a1 2018-11-05 22:03:35,259 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet 2018-11-05 22:03:35,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" -d '{"subnets": [{"ip_version": 4, "network_id": "9a25913e-3fcc-4d15-9bce-8c26d4064e47", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]}' 2018-11-05 22:03:36,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3adc5d8a-25f7-43dd-93c1-0af130b0b1cd Date: Mon, 05 Nov 2018 22:03:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:36,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3adc5d8a-25f7-43dd-93c1-0af130b0b1cd 2018-11-05 22:03:36,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:36,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-60fa942d-4b67-4d58-a638-89121528981e Date: Mon, 05 Nov 2018 22:03:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["067e66a3-be66-440d-ae1b-61e2792e9185"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:35Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:34Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:36,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-60fa942d-4b67-4d58-a638-89121528981e 2018-11-05 22:03:36,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:36,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e301a00-c0a9-46d2-a887-9ac75d47c1e5 Date: Mon, 05 Nov 2018 22:03:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:36,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-0e301a00-c0a9-46d2-a887-9ac75d47c1e5 2018-11-05 22:03:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:36,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3a72c939-45c6-400e-aed1-8dcc84dfddca Date: Mon, 05 Nov 2018 22:03:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["067e66a3-be66-440d-ae1b-61e2792e9185"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:35Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:34Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:36,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net used request id req-3a72c939-45c6-400e-aed1-8dcc84dfddca 2018-11-05 22:03:36,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:36,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:36,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:36,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916ca49d-7a46-4fce-9811-581f9c2853d8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:36,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-916ca49d-7a46-4fce-9811-581f9c2853d8 2018-11-05 22:03:36,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:36,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b3a2d92c-41a1-4350-8bee-d7521fad5264 Date: Mon, 05 Nov 2018 22:03:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:36,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-b3a2d92c-41a1-4350-8bee-d7521fad5264 2018-11-05 22:03:36,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47&name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:36,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-55acd41b-4b4e-4291-a998-474a7eb93d0c Date: Mon, 05 Nov 2018 22:03:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:36,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47&name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet used request id req-55acd41b-4b4e-4291-a998-474a7eb93d0c 2018-11-05 22:03:36,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:03:36,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:37,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_5wDn9L1Qhua2kwN8wNAMw"], "issued_at": "2018-11-05T22:03:37.000000Z"}} 2018-11-05 22:03:37,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb66c79fc1bd6c8b9c46198b6fe1d670f6b29463" 2018-11-05 22:03:37,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddb7c0eb-6702-4c52-b2d9-6eda80216a33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:37,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ddb7c0eb-6702-4c52-b2d9-6eda80216a33 2018-11-05 22:03:37,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:37,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bec5de07-7fd1-4610-836f-0483fb0dc12a Date: Mon, 05 Nov 2018 22:03:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["067e66a3-be66-440d-ae1b-61e2792e9185"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:35Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:34Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:37,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net used request id req-bec5de07-7fd1-4610-836f-0483fb0dc12a 2018-11-05 22:03:37,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:37,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d125f729-b5df-4425-9013-d747184a94c1 Date: Mon, 05 Nov 2018 22:03:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:37,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-d125f729-b5df-4425-9013-d747184a94c1 2018-11-05 22:03:37,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:37,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b4cbb6b1-987c-4c14-866f-69b5522b8e35 Date: Mon, 05 Nov 2018 22:03:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["067e66a3-be66-440d-ae1b-61e2792e9185"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:35Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:34Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:37,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net used request id req-b4cbb6b1-987c-4c14-866f-69b5522b8e35 2018-11-05 22:03:37,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:37,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:37,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb66c79fc1bd6c8b9c46198b6fe1d670f6b29463" 2018-11-05 22:03:38,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3e142f-e77f-4fd0-beb7-8143d988b6de Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:38,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-9f3e142f-e77f-4fd0-beb7-8143d988b6de 2018-11-05 22:03:38,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:38,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e99ed62f-51a0-4cf6-b16f-2fdcb2b8b9bc Date: Mon, 05 Nov 2018 22:03:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:38,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-e99ed62f-51a0-4cf6-b16f-2fdcb2b8b9bc 2018-11-05 22:03:38,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47&name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:38,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81b9a196-7a72-4149-8fef-76c2e331216e Date: Mon, 05 Nov 2018 22:03:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:35Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"067e66a3-be66-440d-ae1b-61e2792e9185","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet"}]} 2018-11-05 22:03:38,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9a25913e-3fcc-4d15-9bce-8c26d4064e47&name=NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet used request id req-81b9a196-7a72-4149-8fef-76c2e331216e 2018-11-05 22:03:38,485 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net 2018-11-05 22:03:38,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" -d '{"port": {"network_id": "9a25913e-3fcc-4d15-9bce-8c26d4064e47", "fixed_ips": [{"subnet_id": "067e66a3-be66-440d-ae1b-61e2792e9185", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-port", "admin_state_up": true}}' 2018-11-05 22:03:39,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-37fa03cd-6754-4d79-829d-9b8fac96400a Date: Mon, 05 Nov 2018 22:03:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:38Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"067e66a3-be66-440d-ae1b-61e2792e9185","ip_address":"10.55.1.100"}],"id":"4ac4fdf3-9899-4b6b-b658-29dce23ff45a","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:66:7b","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-port","admin_state_up":true,"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:38Z","binding:vnic_type":"normal"}} 2018-11-05 22:03:39,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-37fa03cd-6754-4d79-829d-9b8fac96400a 2018-11-05 22:03:39,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:39,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4930 X-Openstack-Request-Id: req-514a077b-9c5d-411f-8286-11ee623f6d85 Date: Mon, 05 Nov 2018 22:03:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.202"}],"id":"3d193e44-8ff5-4971-aaf4-66fcbe7c714b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:a0:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"067e66a3-be66-440d-ae1b-61e2792e9185","ip_address":"10.55.1.3"}],"id":"4388d194-c1a9-4fdb-840e-557ab9672e74","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:8a:74","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9a25913e-3fcc-4d15-9bce-8c26d4064e47","name":"","admin_state_up":true,"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:38Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"067e66a3-be66-440d-ae1b-61e2792e9185","ip_address":"10.55.1.100"}],"id":"4ac4fdf3-9899-4b6b-b658-29dce23ff45a","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:66:7b","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-port","admin_state_up":true,"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:38Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"067e66a3-be66-440d-ae1b-61e2792e9185","ip_address":"10.55.1.4"}],"id":"6369e660-cba7-4ad6-98fa-02b55838e406","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:d6:8d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9a25913e-3fcc-4d15-9bce-8c26d4064e47","name":"","admin_state_up":true,"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.201"}],"id":"afd04226-6670-4302-9830-879b0443fa52","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:10:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:03:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"067e66a3-be66-440d-ae1b-61e2792e9185","ip_address":"10.55.1.2"}],"id":"ec745529-e32c-4eb4-9d59-4811c64da876","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:de:ac","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9a25913e-3fcc-4d15-9bce-8c26d4064e47","name":"","admin_state_up":true,"network_id":"9a25913e-3fcc-4d15-9bce-8c26d4064e47","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:36Z","binding:vnic_type":"normal"}]} 2018-11-05 22:03:39,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-514a077b-9c5d-411f-8286-11ee623f6d85 2018-11-05 22:03:39,153 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-port 2018-11-05 22:03:39,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/4ac4fdf3-9899-4b6b-b658-29dce23ff45a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:39,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0def17e9-9342-4028-a4b5-36379f856d28 Date: Mon, 05 Nov 2018 22:03:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:39,651 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/4ac4fdf3-9899-4b6b-b658-29dce23ff45a used request id req-0def17e9-9342-4028-a4b5-36379f856d28 2018-11-05 22:03:39,651 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet 2018-11-05 22:03:39,651 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-subnet 2018-11-05 22:03:39,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/067e66a3-be66-440d-ae1b-61e2792e9185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:41,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d780c1c-d8c8-4cce-bf4d-78f8fcc2277a Date: Mon, 05 Nov 2018 22:03:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:41,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/067e66a3-be66-440d-ae1b-61e2792e9185 used request id req-5d780c1c-d8c8-4cce-bf4d-78f8fcc2277a 2018-11-05 22:03:41,982 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3f754d75-4816-4cf8-b9e4-9b5c0097d033-pub-net 2018-11-05 22:03:41,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9a25913e-3fcc-4d15-9bce-8c26d4064e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d16a05c9886d600e3cbed1823b80d8e9e98b59c4" 2018-11-05 22:03:43,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-416676d9-14d7-48f2-b176-0941833374b8 Date: Mon, 05 Nov 2018 22:03:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:43,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9a25913e-3fcc-4d15-9bce-8c26d4064e47 used request id req-416676d9-14d7-48f2-b176-0941833374b8 2018-11-05 22:03:43,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:43,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["8yw5PKigSbqyn9bJpzEPwA"], "issued_at": "2018-11-05T22:03:43.000000Z"}} 2018-11-05 22:03:43,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:43,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8831b847-79e8-4ec2-8b50-dbe87abfec65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:43,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8831b847-79e8-4ec2-8b50-dbe87abfec65 2018-11-05 22:03:43,918 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net 2018-11-05 22:03:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" -d '{"network": {"name": "NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net", "admin_state_up": true}}' 2018-11-05 22:03:44,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-9b274cf8-ae28-40ba-a179-c38f506723ea Date: Mon, 05 Nov 2018 22:03:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:44Z","is_default":false,"provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:44Z","mtu":1450}} 2018-11-05 22:03:44,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9b274cf8-ae28-40ba-a179-c38f506723ea 2018-11-05 22:03:44,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:44,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6e260da7-6b90-48e9-b9f8-f4cef91427b2 Date: Mon, 05 Nov 2018 22:03:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:44Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:44Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:44,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-6e260da7-6b90-48e9-b9f8-f4cef91427b2 2018-11-05 22:03:44,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:44,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51868c9d-4c12-481d-99d2-02fbae53aba2 Date: Mon, 05 Nov 2018 22:03:44 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:03:44,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-51868c9d-4c12-481d-99d2-02fbae53aba2 2018-11-05 22:03:44,732 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet 2018-11-05 22:03:44,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" -d '{"subnets": [{"ip_version": 4, "network_id": "cb108c60-60b9-4869-9dc8-7c9fe6ea0a06", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]}' 2018-11-05 22:03:45,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a9baf93d-21c3-48db-bbee-fe11a313bca9 Date: Mon, 05 Nov 2018 22:03:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:45,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a9baf93d-21c3-48db-bbee-fe11a313bca9 2018-11-05 22:03:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:45,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ac58ba7a-0eff-4f39-8b8d-57471ee1d9df Date: Mon, 05 Nov 2018 22:03:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fcce2135-238e-4add-b117-f182497b0d0a"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:45Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:44Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:45,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-ac58ba7a-0eff-4f39-8b8d-57471ee1d9df 2018-11-05 22:03:45,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:45,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d2da0b4c-6b3d-403f-adfd-ea71e52cf218 Date: Mon, 05 Nov 2018 22:03:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:45,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-d2da0b4c-6b3d-403f-adfd-ea71e52cf218 2018-11-05 22:03:45,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:45,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-be8baba9-c5e2-4c8d-bf44-95694b2a8a5d Date: Mon, 05 Nov 2018 22:03:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fcce2135-238e-4add-b117-f182497b0d0a"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:45Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:44Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:45,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net used request id req-be8baba9-c5e2-4c8d-bf44-95694b2a8a5d 2018-11-05 22:03:45,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:45,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:45,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:46,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2393f51-7ba6-4fa1-aded-610f2df5d6d2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:46,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-d2393f51-7ba6-4fa1-aded-610f2df5d6d2 2018-11-05 22:03:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:46,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-454b5eac-4627-49bd-8a2f-8b9132fa0f1f Date: Mon, 05 Nov 2018 22:03:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:46,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-454b5eac-4627-49bd-8a2f-8b9132fa0f1f 2018-11-05 22:03:46,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06&name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:46,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fc9a2836-e0c6-4177-8a6a-3e1ff98b010e Date: Mon, 05 Nov 2018 22:03:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:46,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06&name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet used request id req-fc9a2836-e0c6-4177-8a6a-3e1ff98b010e 2018-11-05 22:03:46,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:03:46,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:46,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["KEpnSgVrRFapuUxyYytgFg"], "issued_at": "2018-11-05T22:03:46.000000Z"}} 2018-11-05 22:03:46,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f5fb5c085fb4fe2e5c92f94c99ddaac9e64657" 2018-11-05 22:03:46,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f463b1d0-81cd-4ddb-a86f-f464a6b63122 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:46,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f463b1d0-81cd-4ddb-a86f-f464a6b63122 2018-11-05 22:03:46,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:46,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6015134f-1f00-414f-8169-b0bf74f8fb64 Date: Mon, 05 Nov 2018 22:03:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fcce2135-238e-4add-b117-f182497b0d0a"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:45Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:44Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:46,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net used request id req-6015134f-1f00-414f-8169-b0bf74f8fb64 2018-11-05 22:03:46,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:47,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6ea405a-dd93-4e66-993a-cd77f9ac94f2 Date: Mon, 05 Nov 2018 22:03:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:47,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-a6ea405a-dd93-4e66-993a-cd77f9ac94f2 2018-11-05 22:03:47,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:47,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ad5645ca-5c90-4ffb-b3c4-49d6d236bf02 Date: Mon, 05 Nov 2018 22:03:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fcce2135-238e-4add-b117-f182497b0d0a"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:45Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:44Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:47,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net used request id req-ad5645ca-5c90-4ffb-b3c4-49d6d236bf02 2018-11-05 22:03:47,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:47,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:47,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f5fb5c085fb4fe2e5c92f94c99ddaac9e64657" 2018-11-05 22:03:47,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9807b7fd-6eb7-4750-bb06-2306a1815153 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:47,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-9807b7fd-6eb7-4750-bb06-2306a1815153 2018-11-05 22:03:47,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:47,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08b7399a-b59e-478a-aadd-e95740f2a4ce Date: Mon, 05 Nov 2018 22:03:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:47,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-08b7399a-b59e-478a-aadd-e95740f2a4ce 2018-11-05 22:03:47,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06&name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:47,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e5391bc1-e982-4b2c-88b0-3b1d1106e729 Date: Mon, 05 Nov 2018 22:03:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb108c60-60b9-4869-9dc8-7c9fe6ea0a06","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:45Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"fcce2135-238e-4add-b117-f182497b0d0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet"}]} 2018-11-05 22:03:47,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb108c60-60b9-4869-9dc8-7c9fe6ea0a06&name=NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet used request id req-e5391bc1-e982-4b2c-88b0-3b1d1106e729 2018-11-05 22:03:47,788 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net 2018-11-05 22:03:47,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" -d '{"port": {"network_id": "cb108c60-60b9-4869-9dc8-7c9fe6ea0a06", "fixed_ips": [{"subnet_id": "fcce2135-238e-4add-b117-f182497b0d0a", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-port", "admin_state_up": true}}' 2018-11-05 22:03:47,805 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-e631de54-1375-493b-acd8-94c27dcd63c5 Date: Mon, 05 Nov 2018 22:03:47 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-05 22:03:47,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e631de54-1375-493b-acd8-94c27dcd63c5 2018-11-05 22:03:47,806 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-05 22:03:47,806 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet 2018-11-05 22:03:47,806 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-subnet 2018-11-05 22:03:47,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/fcce2135-238e-4add-b117-f182497b0d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:50,115 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-622c3020-b89f-4f9e-9e62-797f92877189 Date: Mon, 05 Nov 2018 22:03:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:50,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fcce2135-238e-4add-b117-f182497b0d0a used request id req-622c3020-b89f-4f9e-9e62-797f92877189 2018-11-05 22:03:50,115 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7465594f-5b47-4736-a329-1b29c263b02f-pub-net 2018-11-05 22:03:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85fba5b44c3e3b307d93de20fbac145df8582ac9" 2018-11-05 22:03:51,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1676a2c3-9ceb-4eff-8be9-5e4946af4898 Date: Mon, 05 Nov 2018 22:03:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:51,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cb108c60-60b9-4869-9dc8-7c9fe6ea0a06 used request id req-1676a2c3-9ceb-4eff-8be9-5e4946af4898 2018-11-05 22:03:51,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:52,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["YUDECFyeTTGDTfvGdvYlrg"], "issued_at": "2018-11-05T22:03:52.000000Z"}} 2018-11-05 22:03:52,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:52,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105321bd-631a-4f14-9fd8-01a9886733c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:52,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-105321bd-631a-4f14-9fd8-01a9886733c9 2018-11-05 22:03:52,165 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net 2018-11-05 22:03:52,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" -d '{"network": {"name": "NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net", "admin_state_up": true}}' 2018-11-05 22:03:52,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a1a5acd8-0b1c-4a6b-9f44-43795e69e827 Date: Mon, 05 Nov 2018 22:03:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:52Z","is_default":false,"provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:52Z","mtu":1450}} 2018-11-05 22:03:52,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a1a5acd8-0b1c-4a6b-9f44-43795e69e827 2018-11-05 22:03:52,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:52,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c1041c1d-8140-41bc-bc2b-a6be1d856a99 Date: Mon, 05 Nov 2018 22:03:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:03:52Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:52Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:52,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-c1041c1d-8140-41bc-bc2b-a6be1d856a99 2018-11-05 22:03:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:53,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1a711017-9b44-47df-bdbb-62a5eb8c00ff Date: Mon, 05 Nov 2018 22:03:53 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:03:53,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-1a711017-9b44-47df-bdbb-62a5eb8c00ff 2018-11-05 22:03:53,182 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet 2018-11-05 22:03:53,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" -d '{"subnets": [{"ip_version": 4, "network_id": "6eef9dd3-f6d7-4444-a31e-3cc598f542b4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]}' 2018-11-05 22:03:53,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-092f98d6-f31c-4497-bada-f2c863c6d462 Date: Mon, 05 Nov 2018 22:03:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:53,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-092f98d6-f31c-4497-bada-f2c863c6d462 2018-11-05 22:03:53,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:54,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2a8f303c-4cc4-45c7-a698-9b5b84938640 Date: Mon, 05 Nov 2018 22:03:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["c3422738-b3bb-4514-b730-3fc50ee25310"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:53Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:52Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:54,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-2a8f303c-4cc4-45c7-a698-9b5b84938640 2018-11-05 22:03:54,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:54,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-03022cd7-72ba-47e6-a5c6-489cea30bbc3 Date: Mon, 05 Nov 2018 22:03:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:54,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-03022cd7-72ba-47e6-a5c6-489cea30bbc3 2018-11-05 22:03:54,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:54,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dda5a475-eda8-491e-89b6-46a55fbb92dc Date: Mon, 05 Nov 2018 22:03:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["c3422738-b3bb-4514-b730-3fc50ee25310"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:53Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:52Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:54,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net used request id req-dda5a475-eda8-491e-89b6-46a55fbb92dc 2018-11-05 22:03:54,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:54,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:54,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:54,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc258dd-9c9d-424a-98f8-ff62871b2c23 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:54,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-9fc258dd-9c9d-424a-98f8-ff62871b2c23 2018-11-05 22:03:54,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:54,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4ec17f52-4d00-4e14-9374-dfa0450f00ba Date: Mon, 05 Nov 2018 22:03:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:54,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-4ec17f52-4d00-4e14-9374-dfa0450f00ba 2018-11-05 22:03:54,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4&name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:54,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-16d4ddd9-91b7-43a5-b815-053992030a78 Date: Mon, 05 Nov 2018 22:03:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:54,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4&name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet used request id req-16d4ddd9-91b7-43a5-b815-053992030a78 2018-11-05 22:03:54,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:03:54,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:03:55,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ZJ116ok2QTWEJLKwAUzUvg"], "issued_at": "2018-11-05T22:03:55.000000Z"}} 2018-11-05 22:03:55,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f87041180487623e250cc8ba62494b335d2f377" 2018-11-05 22:03:55,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6764d003-d020-4499-88ec-fef278a49fc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:03:55,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6764d003-d020-4499-88ec-fef278a49fc0 2018-11-05 22:03:55,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:55,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ef4a2bac-a1dd-4048-a5e0-c24f209db06e Date: Mon, 05 Nov 2018 22:03:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["c3422738-b3bb-4514-b730-3fc50ee25310"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:53Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:52Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:55,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net used request id req-ef4a2bac-a1dd-4048-a5e0-c24f209db06e 2018-11-05 22:03:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:55,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-77324019-12a8-4fc4-856c-be674833a5d6 Date: Mon, 05 Nov 2018 22:03:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:55,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-77324019-12a8-4fc4-856c-be674833a5d6 2018-11-05 22:03:55,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:55,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a68f0701-991f-4365-9109-47991d4b88aa Date: Mon, 05 Nov 2018 22:03:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["c3422738-b3bb-4514-b730-3fc50ee25310"],"description":"","tags":[],"updated_at":"2018-11-05T22:03:53Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:52Z","provider:network_type":"vxlan"}]} 2018-11-05 22:03:55,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net used request id req-a68f0701-991f-4365-9109-47991d4b88aa 2018-11-05 22:03:55,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:03:55,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:03:55,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f87041180487623e250cc8ba62494b335d2f377" 2018-11-05 22:03:55,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c14c21d-373d-4f4c-9b89-4e3ca71f07f9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:03:55,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-1c14c21d-373d-4f4c-9b89-4e3ca71f07f9 2018-11-05 22:03:55,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:56,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a5107df0-3225-437d-b7eb-80377ed16c79 Date: Mon, 05 Nov 2018 22:03:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:56,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-a5107df0-3225-437d-b7eb-80377ed16c79 2018-11-05 22:03:56,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4&name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:56,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e2036304-6ebc-4898-b01e-acef98d4c460 Date: Mon, 05 Nov 2018 22:03:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eef9dd3-f6d7-4444-a31e-3cc598f542b4","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:03:53Z","dns_nameservers":[],"updated_at":"2018-11-05T22:03:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"c3422738-b3bb-4514-b730-3fc50ee25310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet"}]} 2018-11-05 22:03:56,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6eef9dd3-f6d7-4444-a31e-3cc598f542b4&name=NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet used request id req-e2036304-6ebc-4898-b01e-acef98d4c460 2018-11-05 22:03:56,107 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net 2018-11-05 22:03:56,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" -d '{"port": {"network_id": "6eef9dd3-f6d7-4444-a31e-3cc598f542b4", "fixed_ips": [{"subnet_id": "c3422738-b3bb-4514-b730-3fc50ee25310", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-port", "admin_state_up": true}}' 2018-11-05 22:03:56,486 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-44574311-7775-42b2-b4df-7672484835fc Date: Mon, 05 Nov 2018 22:03:56 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-05 22:03:56,487 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-44574311-7775-42b2-b4df-7672484835fc 2018-11-05 22:03:56,487 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-05 22:03:56,487 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet 2018-11-05 22:03:56,487 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-subnet 2018-11-05 22:03:56,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c3422738-b3bb-4514-b730-3fc50ee25310 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:58,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27e0c279-82c1-4022-bf38-0ce6431c7581 Date: Mon, 05 Nov 2018 22:03:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:58,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c3422738-b3bb-4514-b730-3fc50ee25310 used request id req-27e0c279-82c1-4022-bf38-0ce6431c7581 2018-11-05 22:03:58,530 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-97579232-b118-4d13-ab8a-3c6ee55facf5-pub-net 2018-11-05 22:03:58,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6eef9dd3-f6d7-4444-a31e-3cc598f542b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68c041b52c33350fd9997295b407a779a427746" 2018-11-05 22:03:59,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00bc53a1-4f7e-4bc0-8846-c47c70f1f93c Date: Mon, 05 Nov 2018 22:03:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:03:59,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6eef9dd3-f6d7-4444-a31e-3cc598f542b4 used request id req-00bc53a1-4f7e-4bc0-8846-c47c70f1f93c 2018-11-05 22:03:59,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:00,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Wc4V1JNzR6SroVHJHEWtDQ"], "issued_at": "2018-11-05T22:04:00.000000Z"}} 2018-11-05 22:04:00,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:00,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-effa7949-0f48-4874-9746-0c375676c33b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:00,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-effa7949-0f48-4874-9746-0c375676c33b 2018-11-05 22:04:00,319 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net 2018-11-05 22:04:00,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" -d '{"network": {"name": "NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net", "admin_state_up": true}}' 2018-11-05 22:04:00,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e6dadd8b-228a-4481-89a1-1bef27419107 Date: Mon, 05 Nov 2018 22:04:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:04:00Z","is_default":false,"provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:00Z","mtu":1450}} 2018-11-05 22:04:00,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e6dadd8b-228a-4481-89a1-1bef27419107 2018-11-05 22:04:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:01,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-09c3af17-2def-4428-a146-7d73fe618362 Date: Mon, 05 Nov 2018 22:04:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:04:00Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:00Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:01,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-09c3af17-2def-4428-a146-7d73fe618362 2018-11-05 22:04:01,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:01,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b56be855-bb5f-4440-b66d-b9e3c91aafa1 Date: Mon, 05 Nov 2018 22:04:01 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:04:01,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-b56be855-bb5f-4440-b66d-b9e3c91aafa1 2018-11-05 22:04:01,253 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet 2018-11-05 22:04:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" -d '{"subnets": [{"ip_version": 4, "network_id": "6853cce7-aefa-450e-b54a-d2b82a338b2a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]}' 2018-11-05 22:04:01,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e382963b-601f-47cf-8e87-99a04529123e Date: Mon, 05 Nov 2018 22:04:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:01,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e382963b-601f-47cf-8e87-99a04529123e 2018-11-05 22:04:01,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:02,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4544b0f0-8416-4845-b78f-a407752f9f4e Date: Mon, 05 Nov 2018 22:04:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["2980b403-7d80-4da2-8652-185f129b0827"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:01Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:00Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:02,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-4544b0f0-8416-4845-b78f-a407752f9f4e 2018-11-05 22:04:02,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:02,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-00832a8d-d242-4d48-a52a-30ef1aad8db1 Date: Mon, 05 Nov 2018 22:04:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:02,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-00832a8d-d242-4d48-a52a-30ef1aad8db1 2018-11-05 22:04:02,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:02,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5541326c-4210-483c-8452-5edbd87b467e Date: Mon, 05 Nov 2018 22:04:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["2980b403-7d80-4da2-8652-185f129b0827"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:01Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:00Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:02,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net used request id req-5541326c-4210-483c-8452-5edbd87b467e 2018-11-05 22:04:02,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:02,734 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:02,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:02,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15be9fac-f47b-4ea1-aa1c-29cc7cb6e924 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:02,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-15be9fac-f47b-4ea1-aa1c-29cc7cb6e924 2018-11-05 22:04:02,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:02,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d4cd110-d881-4432-916e-330ec082772b Date: Mon, 05 Nov 2018 22:04:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:02,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-1d4cd110-d881-4432-916e-330ec082772b 2018-11-05 22:04:02,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a&name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:03,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-426a6bf5-a619-4bf5-8f8b-554c9e0634b3 Date: Mon, 05 Nov 2018 22:04:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:03,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a&name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet used request id req-426a6bf5-a619-4bf5-8f8b-554c9e0634b3 2018-11-05 22:04:03,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:04:03,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:03,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["C6qhKiTEQzqv7MAfNlWRpg"], "issued_at": "2018-11-05T22:04:03.000000Z"}} 2018-11-05 22:04:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca853ec039cd186c9c6789bd6553ffe2fb3e8a28" 2018-11-05 22:04:03,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b481a469-08b3-4f87-92d9-312b3612df39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:03,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b481a469-08b3-4f87-92d9-312b3612df39 2018-11-05 22:04:03,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:03,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0b9f8f4f-db87-474b-ae86-c7f05bec5a8b Date: Mon, 05 Nov 2018 22:04:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["2980b403-7d80-4da2-8652-185f129b0827"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:01Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:00Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:03,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net used request id req-0b9f8f4f-db87-474b-ae86-c7f05bec5a8b 2018-11-05 22:04:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:04,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4af7b5ab-1f71-4ea2-ac79-7e90399d7562 Date: Mon, 05 Nov 2018 22:04:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:04,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-4af7b5ab-1f71-4ea2-ac79-7e90399d7562 2018-11-05 22:04:04,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:04,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-11b0bc7f-8667-4317-8050-da39132b1dc0 Date: Mon, 05 Nov 2018 22:04:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["2980b403-7d80-4da2-8652-185f129b0827"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:01Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:00Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:04,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net used request id req-11b0bc7f-8667-4317-8050-da39132b1dc0 2018-11-05 22:04:04,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:04,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:04,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca853ec039cd186c9c6789bd6553ffe2fb3e8a28" 2018-11-05 22:04:04,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147bf1c3-6158-40d8-8a4d-6570b9e2df33 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:04,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-147bf1c3-6158-40d8-8a4d-6570b9e2df33 2018-11-05 22:04:04,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:04,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-775bfd93-0450-4f49-87e3-ddb9942061c2 Date: Mon, 05 Nov 2018 22:04:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:04,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-775bfd93-0450-4f49-87e3-ddb9942061c2 2018-11-05 22:04:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a&name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:04,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7e0f937d-6b94-497e-985e-5e0401cb0dcb Date: Mon, 05 Nov 2018 22:04:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6853cce7-aefa-450e-b54a-d2b82a338b2a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:01Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"2980b403-7d80-4da2-8652-185f129b0827","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet"}]} 2018-11-05 22:04:04,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6853cce7-aefa-450e-b54a-d2b82a338b2a&name=NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet used request id req-7e0f937d-6b94-497e-985e-5e0401cb0dcb 2018-11-05 22:04:04,713 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net 2018-11-05 22:04:04,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" -d '{"port": {"network_id": "6853cce7-aefa-450e-b54a-d2b82a338b2a", "fixed_ips": [{"subnet_id": "2980b403-7d80-4da2-8652-185f129b0827", "ip_address": null}], "name": "NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-port", "admin_state_up": true}}' 2018-11-05 22:04:04,730 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-6f7e2f4d-21a7-4f75-b160-db82cbfadaa0 Date: Mon, 05 Nov 2018 22:04:04 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-05 22:04:04,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-6f7e2f4d-21a7-4f75-b160-db82cbfadaa0 2018-11-05 22:04:04,730 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-05 22:04:04,731 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet 2018-11-05 22:04:04,731 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-subnet 2018-11-05 22:04:04,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/2980b403-7d80-4da2-8652-185f129b0827 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:06,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53892cfa-70c1-41f0-8668-7ed11a3b3593 Date: Mon, 05 Nov 2018 22:04:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:06,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2980b403-7d80-4da2-8652-185f129b0827 used request id req-53892cfa-70c1-41f0-8668-7ed11a3b3593 2018-11-05 22:04:06,876 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-dff0243f-a057-4c02-9362-55322af373b2-pub-net 2018-11-05 22:04:06,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6853cce7-aefa-450e-b54a-d2b82a338b2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63a83922e7d2bdb1fea2cfd831795d692573bc9" 2018-11-05 22:04:08,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2cef354-5bbd-417b-b3bd-f7bcc7f73fbd Date: Mon, 05 Nov 2018 22:04:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:08,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6853cce7-aefa-450e-b54a-d2b82a338b2a used request id req-a2cef354-5bbd-417b-b3bd-f7bcc7f73fbd 2018-11-05 22:04:08,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:08,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_4XOW5l_TPiEHP9g6yjOUg"], "issued_at": "2018-11-05T22:04:08.000000Z"}} 2018-11-05 22:04:08,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:08,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838d8dde-8deb-4f82-bfc0-b616516e736d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:08,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-838d8dde-8deb-4f82-bfc0-b616516e736d 2018-11-05 22:04:08,826 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net 2018-11-05 22:04:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" -d '{"network": {"name": "NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net", "admin_state_up": true}}' 2018-11-05 22:04:09,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0fbc6d31-e336-4252-b15d-ffa85173189d Date: Mon, 05 Nov 2018 22:04:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"322a6aed-9a09-48ee-b043-49785b44762d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:04:09Z","is_default":false,"provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","mtu":1450}} 2018-11-05 22:04:09,254 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0fbc6d31-e336-4252-b15d-ffa85173189d 2018-11-05 22:04:09,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:09,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-09bd2617-0ca1-4364-96f5-02189bf0f086 Date: Mon, 05 Nov 2018 22:04:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"322a6aed-9a09-48ee-b043-49785b44762d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:04:09Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:09,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-09bd2617-0ca1-4364-96f5-02189bf0f086 2018-11-05 22:04:09,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:09,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7c0b8883-4f69-4fb6-9fab-dad5ce200698 Date: Mon, 05 Nov 2018 22:04:09 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:04:09,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-7c0b8883-4f69-4fb6-9fab-dad5ce200698 2018-11-05 22:04:09,680 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet 2018-11-05 22:04:09,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" -d '{"subnets": [{"ip_version": 4, "network_id": "322a6aed-9a09-48ee-b043-49785b44762d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]}' 2018-11-05 22:04:10,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eeafa019-74d3-46dc-9d82-f70acb8f58d8 Date: Mon, 05 Nov 2018 22:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:10,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-eeafa019-74d3-46dc-9d82-f70acb8f58d8 2018-11-05 22:04:10,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:10,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f3873a74-6573-464f-b18c-2f79bdf40c0c Date: Mon, 05 Nov 2018 22:04:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"322a6aed-9a09-48ee-b043-49785b44762d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["277b977e-d6a7-49df-95f0-570c81ba545e"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:09Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:10,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-f3873a74-6573-464f-b18c-2f79bdf40c0c 2018-11-05 22:04:10,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:10,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2f9ba145-5633-43dd-9a1a-caeb4db9c44c Date: Mon, 05 Nov 2018 22:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:10,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-2f9ba145-5633-43dd-9a1a-caeb4db9c44c 2018-11-05 22:04:10,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:11,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0b34d7ad-04b8-46e3-845e-fbcdb806e7b8 Date: Mon, 05 Nov 2018 22:04:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"322a6aed-9a09-48ee-b043-49785b44762d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["277b977e-d6a7-49df-95f0-570c81ba545e"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:09Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:11,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net used request id req-0b34d7ad-04b8-46e3-845e-fbcdb806e7b8 2018-11-05 22:04:11,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:11,122 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:11,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1983374-86cb-4c20-a52b-4b13d050e361 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:11,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-b1983374-86cb-4c20-a52b-4b13d050e361 2018-11-05 22:04:11,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:11,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4481904b-52cb-4a97-8b64-57fae34499ee Date: Mon, 05 Nov 2018 22:04:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:11,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-4481904b-52cb-4a97-8b64-57fae34499ee 2018-11-05 22:04:11,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d&name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:11,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5dce53f1-8ff6-4b61-826c-b81cd467b93d Date: Mon, 05 Nov 2018 22:04:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:11,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d&name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet used request id req-5dce53f1-8ff6-4b61-826c-b81cd467b93d 2018-11-05 22:04:11,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:04:11,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:12,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["4KSzC4-oTSSWvoxVOq59Uw"], "issued_at": "2018-11-05T22:04:12.000000Z"}} 2018-11-05 22:04:12,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff65b1c0e2a575f668b382e51bc911057743b1c" 2018-11-05 22:04:12,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e772f09-a8d9-49c3-a5fd-b3e9af3fb261 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:12,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e772f09-a8d9-49c3-a5fd-b3e9af3fb261 2018-11-05 22:04:12,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:12,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-90e7c0f5-c210-4a48-9f2a-f9cba31984af Date: Mon, 05 Nov 2018 22:04:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"322a6aed-9a09-48ee-b043-49785b44762d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["277b977e-d6a7-49df-95f0-570c81ba545e"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:09Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:12,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net used request id req-90e7c0f5-c210-4a48-9f2a-f9cba31984af 2018-11-05 22:04:12,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:12,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8e5f2ddc-8830-4ba5-89db-423c9fc6e345 Date: Mon, 05 Nov 2018 22:04:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:12,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-8e5f2ddc-8830-4ba5-89db-423c9fc6e345 2018-11-05 22:04:12,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:12,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-be4feb92-634d-46ea-9abe-d30bae8854bf Date: Mon, 05 Nov 2018 22:04:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"322a6aed-9a09-48ee-b043-49785b44762d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["277b977e-d6a7-49df-95f0-570c81ba545e"],"description":"","tags":[],"updated_at":"2018-11-05T22:04:09Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:04:12,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net used request id req-be4feb92-634d-46ea-9abe-d30bae8854bf 2018-11-05 22:04:12,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:12,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:12,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff65b1c0e2a575f668b382e51bc911057743b1c" 2018-11-05 22:04:12,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc0cabf-9573-4fad-ab3c-dc2ba38f9414 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:12,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-2cc0cabf-9573-4fad-ab3c-dc2ba38f9414 2018-11-05 22:04:12,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:12,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e9daecb5-8a6d-47f4-9c51-13f5142bea98 Date: Mon, 05 Nov 2018 22:04:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:12,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d used request id req-e9daecb5-8a6d-47f4-9c51-13f5142bea98 2018-11-05 22:04:12,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d&name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:12,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c5aa2af3-3bb2-4d84-b7d6-a0de42e5d2d8 Date: Mon, 05 Nov 2018 22:04:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:09Z","dns_nameservers":[],"updated_at":"2018-11-05T22:04:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4514395712c64d95859941d968816975","id":"277b977e-d6a7-49df-95f0-570c81ba545e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet"}]} 2018-11-05 22:04:12,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=322a6aed-9a09-48ee-b043-49785b44762d&name=NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet used request id req-c5aa2af3-3bb2-4d84-b7d6-a0de42e5d2d8 2018-11-05 22:04:12,905 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net 2018-11-05 22:04:12,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" -d '{"port": {"network_id": "322a6aed-9a09-48ee-b043-49785b44762d", "fixed_ips": [{"subnet_id": "277b977e-d6a7-49df-95f0-570c81ba545e", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-11-05 22:04:13,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-d2cf8a6b-dec1-4b7e-896d-0610a511d744 Date: Mon, 05 Nov 2018 22:04:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:13Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"277b977e-d6a7-49df-95f0-570c81ba545e","ip_address":"10.55.1.100"}],"id":"d360e804-9cbf-4e1c-b59f-fc869b6b5b34","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:0d:da","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:13Z","binding:vnic_type":"normal"}} 2018-11-05 22:04:13,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-d2cf8a6b-dec1-4b7e-896d-0610a511d744 2018-11-05 22:04:13,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/d360e804-9cbf-4e1c-b59f-fc869b6b5b34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:13,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-661339b1-7bcd-4e2d-bf92-bb748a662e84 Date: Mon, 05 Nov 2018 22:04:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:13Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"277b977e-d6a7-49df-95f0-570c81ba545e","ip_address":"10.55.1.100"}],"id":"d360e804-9cbf-4e1c-b59f-fc869b6b5b34","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:0d:da","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"322a6aed-9a09-48ee-b043-49785b44762d","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:04:13Z","binding:vnic_type":"normal"}} 2018-11-05 22:04:13,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/d360e804-9cbf-4e1c-b59f-fc869b6b5b34 used request id req-661339b1-7bcd-4e2d-bf92-bb748a662e84 2018-11-05 22:04:13,998 - neutron_utils - INFO - Deleting port with name 2018-11-05 22:04:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/d360e804-9cbf-4e1c-b59f-fc869b6b5b34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:14,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c46dee48-0eca-4480-bc2b-620df1e43718 Date: Mon, 05 Nov 2018 22:04:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:14,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/d360e804-9cbf-4e1c-b59f-fc869b6b5b34 used request id req-c46dee48-0eca-4480-bc2b-620df1e43718 2018-11-05 22:04:14,579 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet 2018-11-05 22:04:14,579 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-subnet 2018-11-05 22:04:14,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/277b977e-d6a7-49df-95f0-570c81ba545e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:16,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-098c00a8-92b1-4710-858a-837cc9731306 Date: Mon, 05 Nov 2018 22:04:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:16,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/277b977e-d6a7-49df-95f0-570c81ba545e used request id req-098c00a8-92b1-4710-858a-837cc9731306 2018-11-05 22:04:16,811 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6e200f45-9264-4e39-9ce5-6c62e25dde40-pub-net 2018-11-05 22:04:16,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/322a6aed-9a09-48ee-b043-49785b44762d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3afa3073e9a2078ad4fa064845f270178973324" 2018-11-05 22:04:18,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8bb2a068-5130-45d4-829d-96231f6b45f1 Date: Mon, 05 Nov 2018 22:04:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:18,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/322a6aed-9a09-48ee-b043-49785b44762d used request id req-8bb2a068-5130-45d4-829d-96231f6b45f1 2018-11-05 22:04:18,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:18,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ZV7ISvoIQpiOd7X8BFfN_A"], "issued_at": "2018-11-05T22:04:18.000000Z"}} 2018-11-05 22:04:18,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0597e1514e64d361c09e0d8347a9213401449eaf" 2018-11-05 22:04:18,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c90e57fd-2be8-4c42-8cf0-272db4ef9013 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:18,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c90e57fd-2be8-4c42-8cf0-272db4ef9013 2018-11-05 22:04:18,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:04:18,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:19,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["lHNXOHPOTUGUXefzRuVdbw"], "issued_at": "2018-11-05T22:04:19.000000Z"}} 2018-11-05 22:04:19,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d79736c7ee66f5804242f47875cf4d3f332c637" 2018-11-05 22:04:19,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860412bd-23e4-41e0-805e-1092c4e17a64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:19,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-860412bd-23e4-41e0-805e-1092c4e17a64 2018-11-05 22:04:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3dc89878-0adb-4dd9-b52d-45789732d901-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0597e1514e64d361c09e0d8347a9213401449eaf" 2018-11-05 22:04:19,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-eaa9ad28-cb49-4dae-b0ef-ddecb79cb0f5 Date: Mon, 05 Nov 2018 22:04:19 GMT RESP BODY: {"networks":[]} 2018-11-05 22:04:19,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3dc89878-0adb-4dd9-b52d-45789732d901-pub-net used request id req-eaa9ad28-cb49-4dae-b0ef-ddecb79cb0f5 2018-11-05 22:04:19,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:19,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["V7jqPMv6TQShqUkcWiyQyQ"], "issued_at": "2018-11-05T22:04:19.000000Z"}} 2018-11-05 22:04:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:20,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-685588ca-296f-4b76-a45b-b7ead232d7d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:20,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-685588ca-296f-4b76-a45b-b7ead232d7d4 2018-11-05 22:04:20,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:04:20,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:20,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["UMSOD68QTYmJJkwsa6v3Lw"], "issued_at": "2018-11-05T22:04:20.000000Z"}} 2018-11-05 22:04:20,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bd7cc42ce4dcda28dae013d46a09fd52793b2d" 2018-11-05 22:04:20,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38737402-b19d-4b5f-bd10-d7300cf12b8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:20,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38737402-b19d-4b5f-bd10-d7300cf12b8e 2018-11-05 22:04:20,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:20,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0924fd07-270d-42e4-9ef0-b9146d834e85 Date: Mon, 05 Nov 2018 22:04:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:04:20,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-0924fd07-270d-42e4-9ef0-b9146d834e85 2018-11-05 22:04:20,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:20,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fef90915-176a-4010-8c4a-0b186036cdb0 Date: Mon, 05 Nov 2018 22:04:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:04:20,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-fef90915-176a-4010-8c4a-0b186036cdb0 2018-11-05 22:04:20,971 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router 2018-11-05 22:04:20,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router", "admin_state_up": true}}' 2018-11-05 22:04:27,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-c8c24aee-1840-42b1-90dd-017a66fb9018 Date: Mon, 05 Nov 2018 22:04:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:27Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "6231f757-6348-4fd6-be75-ac451cc8aa02", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}} 2018-11-05 22:04:27,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-c8c24aee-1840-42b1-90dd-017a66fb9018 2018-11-05 22:04:27,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=6231f757-6348-4fd6-be75-ac451cc8aa02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:27,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-010b56e9-73f7-4bce-bb6b-57861b4aa9ec Date: Mon, 05 Nov 2018 22:04:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.205"}],"id":"996c8ae4-3106-4cd7-948d-14a5839469fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:26:4f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6231f757-6348-4fd6-be75-ac451cc8aa02","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:26Z","binding:vnic_type":"normal"}]} 2018-11-05 22:04:27,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=6231f757-6348-4fd6-be75-ac451cc8aa02 used request id req-010b56e9-73f7-4bce-bb6b-57861b4aa9ec 2018-11-05 22:04:27,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:27,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c0822d69-7560-412b-a885-85aa16e3fb73 Date: Mon, 05 Nov 2018 22:04:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:04:27,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-c0822d69-7560-412b-a885-85aa16e3fb73 2018-11-05 22:04:27,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:27,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3263 X-Openstack-Request-Id: req-57314526-5ca0-4db9-990d-0f80ef8f53eb Date: Mon, 05 Nov 2018 22:04:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:22Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "012a3ebf-6ce4-44fc-b616-dbd241130f01", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:24Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "11d548a1-89f1-4c56-b610-ee42581fefb2", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:27Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "6231f757-6348-4fd6-be75-ac451cc8aa02", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:25Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "e79d9747-a636-43a5-a6bc-d8f5a801cad8", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:23Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "f79e713a-b527-406f-a642-99b2c7bbf843", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}]} 2018-11-05 22:04:27,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router used request id req-57314526-5ca0-4db9-990d-0f80ef8f53eb 2018-11-05 22:04:27,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:27,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:27,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:28,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6128c40c-0b7a-4cb0-ae90-18a16c31187a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:28,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-6128c40c-0b7a-4cb0-ae90-18a16c31187a 2018-11-05 22:04:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=012a3ebf-6ce4-44fc-b616-dbd241130f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:28,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ed8e66d8-fd5d-443a-94de-6aecbb25918f Date: Mon, 05 Nov 2018 22:04:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.209"}],"id":"3134b814-7bce-44d4-a713-3ab812726837","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:f7:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"012a3ebf-6ce4-44fc-b616-dbd241130f01","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:21Z","binding:vnic_type":"normal"}]} 2018-11-05 22:04:28,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=012a3ebf-6ce4-44fc-b616-dbd241130f01 used request id req-ed8e66d8-fd5d-443a-94de-6aecbb25918f 2018-11-05 22:04:28,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:28,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-58aea53d-edf7-4ad0-99ca-7423e785721a Date: Mon, 05 Nov 2018 22:04:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:04:28,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-58aea53d-edf7-4ad0-99ca-7423e785721a 2018-11-05 22:04:28,428 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router 2018-11-05 22:04:28,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/6231f757-6348-4fd6-be75-ac451cc8aa02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:29,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8e8f16e-89ad-46f9-981d-a005928b276e Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:29,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6231f757-6348-4fd6-be75-ac451cc8aa02 used request id req-b8e8f16e-89ad-46f9-981d-a005928b276e 2018-11-05 22:04:29,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:29,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2613 X-Openstack-Request-Id: req-b3f63c3d-6f00-450b-9725-e859aad7f7e3 Date: Mon, 05 Nov 2018 22:04:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:22Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "012a3ebf-6ce4-44fc-b616-dbd241130f01", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:24Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "11d548a1-89f1-4c56-b610-ee42581fefb2", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:25Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "e79d9747-a636-43a5-a6bc-d8f5a801cad8", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:23Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "f79e713a-b527-406f-a642-99b2c7bbf843", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}]} 2018-11-05 22:04:29,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router used request id req-b3f63c3d-6f00-450b-9725-e859aad7f7e3 2018-11-05 22:04:29,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:29,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02aeb315-5132-4e38-8029-e29fc3c30ee6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:29,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-02aeb315-5132-4e38-8029-e29fc3c30ee6 2018-11-05 22:04:29,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=012a3ebf-6ce4-44fc-b616-dbd241130f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:30,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-22757ecb-e910-4d18-93e0-3a2c980eec1b Date: Mon, 05 Nov 2018 22:04:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.209"}],"id":"3134b814-7bce-44d4-a713-3ab812726837","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:f7:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"012a3ebf-6ce4-44fc-b616-dbd241130f01","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:21Z","binding:vnic_type":"normal"}]} 2018-11-05 22:04:30,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=012a3ebf-6ce4-44fc-b616-dbd241130f01 used request id req-22757ecb-e910-4d18-93e0-3a2c980eec1b 2018-11-05 22:04:30,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02da517719de92327896278b3c9da75928ad7f0f" 2018-11-05 22:04:30,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7a9364f6-34c7-4f56-9787-94125628c55e Date: Mon, 05 Nov 2018 22:04:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:04:30,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-7a9364f6-34c7-4f56-9787-94125628c55e 2018-11-05 22:04:30,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:30,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["T9tMbtNuTwaKHKyfXwfDVw"], "issued_at": "2018-11-05T22:04:30.000000Z"}} 2018-11-05 22:04:30,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:30,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d619e3f9-2eb3-4c78-87f6-28f61e0e5e0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:30,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d619e3f9-2eb3-4c78-87f6-28f61e0e5e0a 2018-11-05 22:04:30,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:04:30,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:31,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["3xs2e7CeQGSHRCZ4lFQdig"], "issued_at": "2018-11-05T22:04:31.000000Z"}} 2018-11-05 22:04:31,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a8e0078052e8372aba9ace334d2383c73a27fef" 2018-11-05 22:04:31,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917f38e9-7d10-4da5-8dd9-4886009f373b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:31,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-917f38e9-7d10-4da5-8dd9-4886009f373b 2018-11-05 22:04:31,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:31,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2d7d21e8-0992-4600-a3ae-5fd83c0fec94 Date: Mon, 05 Nov 2018 22:04:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:04:31,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-2d7d21e8-0992-4600-a3ae-5fd83c0fec94 2018-11-05 22:04:31,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:31,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0026628f-c263-49e4-83e6-9b8f02fb3b8e Date: Mon, 05 Nov 2018 22:04:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:04:31,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-0026628f-c263-49e4-83e6-9b8f02fb3b8e 2018-11-05 22:04:31,787 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router 2018-11-05 22:04:31,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router", "admin_state_up": true}}' 2018-11-05 22:04:36,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-eeae2448-f619-4b83-b7f9-4bf0deced966 Date: Mon, 05 Nov 2018 22:04:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:36Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "3fe9bed4-57c3-4e95-b915-518acaa70ea7", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}} 2018-11-05 22:04:36,334 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-eeae2448-f619-4b83-b7f9-4bf0deced966 2018-11-05 22:04:36,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3fe9bed4-57c3-4e95-b915-518acaa70ea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:36,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ddfe0472-9fa4-4d6e-b6df-7cb31c502b55 Date: Mon, 05 Nov 2018 22:04:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.216"}],"id":"42e1db67-7685-4a0c-8b20-526f2cf42e11","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:c2:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3fe9bed4-57c3-4e95-b915-518acaa70ea7","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:35Z","binding:vnic_type":"normal"}]} 2018-11-05 22:04:36,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3fe9bed4-57c3-4e95-b915-518acaa70ea7 used request id req-ddfe0472-9fa4-4d6e-b6df-7cb31c502b55 2018-11-05 22:04:36,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:36,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3a39c597-6d9b-4a3a-91ba-3121b1115664 Date: Mon, 05 Nov 2018 22:04:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:04:36,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-3a39c597-6d9b-4a3a-91ba-3121b1115664 2018-11-05 22:04:36,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:36,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2613 X-Openstack-Request-Id: req-bdd7b919-2475-4385-8db3-92279cf58893 Date: Mon, 05 Nov 2018 22:04:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:34Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "10365078-8bcb-4a15-a06b-36758449706c", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:36Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "3fe9bed4-57c3-4e95-b915-518acaa70ea7", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:32Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "99b37fbf-22a3-45a6-b28c-ee66c86ec728", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:33Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "fbf3b821-d8b6-4590-8139-776d48c255ef", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}]} 2018-11-05 22:04:36,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router used request id req-bdd7b919-2475-4385-8db3-92279cf58893 2018-11-05 22:04:36,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:36,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:36,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:36,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9769990f-6bce-4962-bdf6-2d8579c23e81 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:36,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-9769990f-6bce-4962-bdf6-2d8579c23e81 2018-11-05 22:04:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=10365078-8bcb-4a15-a06b-36758449706c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:37,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7a3bf6ef-8d6f-4d7e-bfb8-ee0dd8c3d09b Date: Mon, 05 Nov 2018 22:04:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.214"}],"id":"ea286962-e3e2-4015-894a-6b7cdbb33c9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ca:c6:dd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"10365078-8bcb-4a15-a06b-36758449706c","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:34Z","binding:vnic_type":"normal"}]} 2018-11-05 22:04:37,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=10365078-8bcb-4a15-a06b-36758449706c used request id req-7a3bf6ef-8d6f-4d7e-bfb8-ee0dd8c3d09b 2018-11-05 22:04:37,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:37,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4ec48654-dcb0-4831-b07d-3d8c9b0e033b Date: Mon, 05 Nov 2018 22:04:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:04:37,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-4ec48654-dcb0-4831-b07d-3d8c9b0e033b 2018-11-05 22:04:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:37,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b68d85af-a524-4883-9f53-826044d323b8 Date: Mon, 05 Nov 2018 22:04:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:04:37,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-b68d85af-a524-4883-9f53-826044d323b8 2018-11-05 22:04:37,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:37,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-871d26a4-04d1-4272-b2e0-7806e2b36c3e Date: Mon, 05 Nov 2018 22:04:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:04:37,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-871d26a4-04d1-4272-b2e0-7806e2b36c3e 2018-11-05 22:04:37,636 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router 2018-11-05 22:04:37,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/3fe9bed4-57c3-4e95-b915-518acaa70ea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:38,846 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bb56e65-ca12-4c5d-8b20-e91810b81c30 Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:38,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3fe9bed4-57c3-4e95-b915-518acaa70ea7 used request id req-0bb56e65-ca12-4c5d-8b20-e91810b81c30 2018-11-05 22:04:38,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:38,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-c5c3f9ca-55b1-43f6-b19b-bbaef0834224 Date: Mon, 05 Nov 2018 22:04:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:34Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "10365078-8bcb-4a15-a06b-36758449706c", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:32Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "99b37fbf-22a3-45a6-b28c-ee66c86ec728", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:33Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "fbf3b821-d8b6-4590-8139-776d48c255ef", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}]} 2018-11-05 22:04:38,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router used request id req-c5c3f9ca-55b1-43f6-b19b-bbaef0834224 2018-11-05 22:04:38,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:39,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3beb670c-3437-4165-9e26-59c74218c71b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:39,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-3beb670c-3437-4165-9e26-59c74218c71b 2018-11-05 22:04:39,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=10365078-8bcb-4a15-a06b-36758449706c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:39,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3931bc96-f714-4236-8417-50d444e10be1 Date: Mon, 05 Nov 2018 22:04:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.214"}],"id":"ea286962-e3e2-4015-894a-6b7cdbb33c9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ca:c6:dd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"10365078-8bcb-4a15-a06b-36758449706c","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:34Z","binding:vnic_type":"normal"}]} 2018-11-05 22:04:39,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=10365078-8bcb-4a15-a06b-36758449706c used request id req-3931bc96-f714-4236-8417-50d444e10be1 2018-11-05 22:04:39,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45eb24ec55dbd2abaca5f5d7c0cecc9fcdd53441" 2018-11-05 22:04:39,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-12cfdbc5-4625-413a-b3c2-06fc13736380 Date: Mon, 05 Nov 2018 22:04:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}} 2018-11-05 22:04:39,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7b0b806f-b9b6-4056-84ae-8b0d7bbf1712 used request id req-12cfdbc5-4625-413a-b3c2-06fc13736380 2018-11-05 22:04:39,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:39,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["06k1scLSRzGKNjrZYg6z_A"], "issued_at": "2018-11-05T22:04:39.000000Z"}} 2018-11-05 22:04:39,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" 2018-11-05 22:04:39,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd31247c-c203-4835-95bf-06f248b86c15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:39,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd31247c-c203-4835-95bf-06f248b86c15 2018-11-05 22:04:39,865 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name 2018-11-05 22:04:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name"}}' 2018-11-05 22:04:40,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-b9a2fd00-efca-4d20-981d-54cb4719154a Date: Mon, 05 Nov 2018 22:04:40 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:40Z", "updated_at": "2018-11-05T22:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "revision_number": 0, "id": "602af00c-3683-449d-83a9-9e6a8e3fc2e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "revision_number": 0, "id": "9dd8c07f-0aa4-4f7c-ae70-0e1e0e7f6eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "name": "NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name"}} 2018-11-05 22:04:40,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-b9a2fd00-efca-4d20-981d-54cb4719154a 2018-11-05 22:04:40,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 2018-11-05 22:04:40,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" 2018-11-05 22:04:40,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-253f285d-8115-4a63-8d3a-4056f3be3c43 Date: Mon, 05 Nov 2018 22:04:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:40Z", "project_id": "4514395712c64d95859941d968816975", "id": "602af00c-3683-449d-83a9-9e6a8e3fc2e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:40Z", "project_id": "4514395712c64d95859941d968816975", "id": "9dd8c07f-0aa4-4f7c-ae70-0e1e0e7f6eb5"}]} 2018-11-05 22:04:40,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 used request id req-253f285d-8115-4a63-8d3a-4056f3be3c43 2018-11-05 22:04:40,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" 2018-11-05 22:04:40,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-5b64458f-a3b6-414f-a823-3d0416dc9a21 Date: Mon, 05 Nov 2018 22:04:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:40Z", "updated_at": "2018-11-05T22:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "revision_number": 0, "id": "602af00c-3683-449d-83a9-9e6a8e3fc2e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "revision_number": 0, "id": "9dd8c07f-0aa4-4f7c-ae70-0e1e0e7f6eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "name": "NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name"}]} 2018-11-05 22:04:40,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name used request id req-5b64458f-a3b6-414f-a823-3d0416dc9a21 2018-11-05 22:04:40,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 2018-11-05 22:04:40,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" 2018-11-05 22:04:40,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be804e8f-0e4b-4e20-b83b-1abe1709856d Date: Mon, 05 Nov 2018 22:04:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:40Z", "project_id": "4514395712c64d95859941d968816975", "id": "602af00c-3683-449d-83a9-9e6a8e3fc2e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:40Z", "security_group_id": "10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:40Z", "project_id": "4514395712c64d95859941d968816975", "id": "9dd8c07f-0aa4-4f7c-ae70-0e1e0e7f6eb5"}]} 2018-11-05 22:04:40,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 used request id req-be804e8f-0e4b-4e20-b83b-1abe1709856d 2018-11-05 22:04:40,643 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name 2018-11-05 22:04:40,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" 2018-11-05 22:04:40,984 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2775176a-8047-4cb5-9558-04252881447b Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:40,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/10a8e6b8-e80a-43f3-8ed9-569a9c9df5c8 used request id req-2775176a-8047-4cb5-9558-04252881447b 2018-11-05 22:04:40,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca26bc72c8cf72d2133a431e2267dd554819ac9" 2018-11-05 22:04:41,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-18469552-ce52-44ba-be64-6f9830181a46 Date: Mon, 05 Nov 2018 22:04:41 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:04:41,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e351deac-11f2-4843-b492-8b69fcf28ee6name used request id req-18469552-ce52-44ba-be64-6f9830181a46 2018-11-05 22:04:41,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:41,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["0sBO8cGpR4uIXD2iIXbU_g"], "issued_at": "2018-11-05T22:04:41.000000Z"}} 2018-11-05 22:04:41,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0600ac5120707bf02f49a14530699e02d2ffb27b" 2018-11-05 22:04:41,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3886be-c114-4b19-a831-3a68aa3eeeae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:41,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aa3886be-c114-4b19-a831-3a68aa3eeeae 2018-11-05 22:04:41,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:42,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["72p_wusuRmWurOeTbKDGiQ"], "issued_at": "2018-11-05T22:04:42.000000Z"}} 2018-11-05 22:04:42,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a98a43f7d70cbf9c67796a4cfbe516d72fbf8a7" 2018-11-05 22:04:42,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97455362-bd5f-467f-8bab-30e8f3b37607 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:42,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-97455362-bd5f-467f-8bab-30e8f3b37607 2018-11-05 22:04:42,153 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname 2018-11-05 22:04:42,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a98a43f7d70cbf9c67796a4cfbe516d72fbf8a7" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname", "description": "hello group"}}' 2018-11-05 22:04:42,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9b3847a8-8f40-45ad-b50d-775a67875a91 Date: Mon, 05 Nov 2018 22:04:42 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:42Z", "updated_at": "2018-11-05T22:04:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "revision_number": 0, "id": "2059debb-b888-47fa-bed0-6be3e882f5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "revision_number": 0, "id": "2753542b-31f5-424f-a6e3-e92c154fa1c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "name": "NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname"}} 2018-11-05 22:04:42,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-9b3847a8-8f40-45ad-b50d-775a67875a91 2018-11-05 22:04:42,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca31e8e7-ed20-452c-99e9-120bfa7108fa 2018-11-05 22:04:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ca31e8e7-ed20-452c-99e9-120bfa7108fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a98a43f7d70cbf9c67796a4cfbe516d72fbf8a7" 2018-11-05 22:04:42,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cb147121-5139-46ea-8c9c-bcff1e2ac0a8 Date: Mon, 05 Nov 2018 22:04:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:42Z", "project_id": "4514395712c64d95859941d968816975", "id": "2059debb-b888-47fa-bed0-6be3e882f5f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:42Z", "project_id": "4514395712c64d95859941d968816975", "id": "2753542b-31f5-424f-a6e3-e92c154fa1c9"}]} 2018-11-05 22:04:42,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ca31e8e7-ed20-452c-99e9-120bfa7108fa used request id req-cb147121-5139-46ea-8c9c-bcff1e2ac0a8 2018-11-05 22:04:42,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a98a43f7d70cbf9c67796a4cfbe516d72fbf8a7" 2018-11-05 22:04:42,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-786b45fc-69df-46d4-b517-2654d80e8996 Date: Mon, 05 Nov 2018 22:04:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:42Z", "updated_at": "2018-11-05T22:04:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "revision_number": 0, "id": "2753542b-31f5-424f-a6e3-e92c154fa1c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "revision_number": 0, "id": "2059debb-b888-47fa-bed0-6be3e882f5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "name": "NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname"}]} 2018-11-05 22:04:42,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname&description=hello+group used request id req-786b45fc-69df-46d4-b517-2654d80e8996 2018-11-05 22:04:42,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca31e8e7-ed20-452c-99e9-120bfa7108fa 2018-11-05 22:04:42,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ca31e8e7-ed20-452c-99e9-120bfa7108fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a98a43f7d70cbf9c67796a4cfbe516d72fbf8a7" 2018-11-05 22:04:43,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd628f3b-96eb-4d97-b95e-ed6f1cdb5221 Date: Mon, 05 Nov 2018 22:04:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:42Z", "project_id": "4514395712c64d95859941d968816975", "id": "2059debb-b888-47fa-bed0-6be3e882f5f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:42Z", "security_group_id": "ca31e8e7-ed20-452c-99e9-120bfa7108fa", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:42Z", "project_id": "4514395712c64d95859941d968816975", "id": "2753542b-31f5-424f-a6e3-e92c154fa1c9"}]} 2018-11-05 22:04:43,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ca31e8e7-ed20-452c-99e9-120bfa7108fa used request id req-cd628f3b-96eb-4d97-b95e-ed6f1cdb5221 2018-11-05 22:04:43,129 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a0f6b0d3-8a6a-4174-8e8f-98c534bd5c0dname 2018-11-05 22:04:43,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ca31e8e7-ed20-452c-99e9-120bfa7108fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a98a43f7d70cbf9c67796a4cfbe516d72fbf8a7" 2018-11-05 22:04:43,546 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc7c3688-378b-400c-8e44-ed3d120acb6e Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:43,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ca31e8e7-ed20-452c-99e9-120bfa7108fa used request id req-cc7c3688-378b-400c-8e44-ed3d120acb6e 2018-11-05 22:04:43,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:43,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["J1RYlIdYSmW4Ph4ZO0tY-w"], "issued_at": "2018-11-05T22:04:43.000000Z"}} 2018-11-05 22:04:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:44,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65a8898-6d43-42de-ad19-d231309214fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:44,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d65a8898-6d43-42de-ad19-d231309214fa 2018-11-05 22:04:44,019 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname 2018-11-05 22:04:44,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname", "description": "hello group"}}' 2018-11-05 22:04:44,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b2213aa3-f873-43e5-a67a-be305fe36db4 Date: Mon, 05 Nov 2018 22:04:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "updated_at": "2018-11-05T22:04:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "349255d5-0500-4602-94ea-106aa58b7afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "a526f077-8c56-47cf-9cef-f8370e3c2772", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "name": "NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname"}} 2018-11-05 22:04:44,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-b2213aa3-f873-43e5-a67a-be305fe36db4 2018-11-05 22:04:44,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c 2018-11-05 22:04:44,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:44,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c4284a1-2c63-46f8-a749-a21b0f9e8ce1 Date: Mon, 05 Nov 2018 22:04:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "349255d5-0500-4602-94ea-106aa58b7afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "a526f077-8c56-47cf-9cef-f8370e3c2772"}]} 2018-11-05 22:04:44,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-9c4284a1-2c63-46f8-a749-a21b0f9e8ce1 2018-11-05 22:04:44,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c 2018-11-05 22:04:44,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:44,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-02a80c9c-b936-4961-9398-df87c9cc8dcd Date: Mon, 05 Nov 2018 22:04:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "349255d5-0500-4602-94ea-106aa58b7afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "a526f077-8c56-47cf-9cef-f8370e3c2772"}]} 2018-11-05 22:04:44,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-02a80c9c-b936-4961-9398-df87c9cc8dcd 2018-11-05 22:04:44,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:44,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfcce288-c4ff-4dbf-b869-6903ecc4ab66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:44,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cfcce288-c4ff-4dbf-b869-6903ecc4ab66 2018-11-05 22:04:44,880 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname 2018-11-05 22:04:44,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:44,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-b3c043f6-9ff1-4c64-aeed-b645c8d71b84 Date: Mon, 05 Nov 2018 22:04:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "updated_at": "2018-11-05T22:04:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "349255d5-0500-4602-94ea-106aa58b7afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "a526f077-8c56-47cf-9cef-f8370e3c2772", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "name": "NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname"}]} 2018-11-05 22:04:44,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname used request id req-b3c043f6-9ff1-4c64-aeed-b645c8d71b84 2018-11-05 22:04:44,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:04:44,962 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:04:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:04:44,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:44,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f7e95b6-c324-45cc-abd6-4af3680b02a2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:04:44,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-0f7e95b6-c324-45cc-abd6-4af3680b02a2 2018-11-05 22:04:44,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c 2018-11-05 22:04:44,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:45,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-99d048d3-48ce-42d8-ae69-1d26411b3912 Date: Mon, 05 Nov 2018 22:04:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "349255d5-0500-4602-94ea-106aa58b7afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "a526f077-8c56-47cf-9cef-f8370e3c2772"}]} 2018-11-05 22:04:45,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-99d048d3-48ce-42d8-ae69-1d26411b3912 2018-11-05 22:04:45,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c"}}' 2018-11-05 22:04:45,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-cc42c03e-961c-4e51-aaf9-0e0f43a73c9e Date: Mon, 05 Nov 2018 22:04:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:45Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:45Z", "project_id": "4514395712c64d95859941d968816975", "id": "ab1878d7-83ee-405d-bf76-f3d5f9506bdf"}} 2018-11-05 22:04:45,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-cc42c03e-961c-4e51-aaf9-0e0f43a73c9e 2018-11-05 22:04:45,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:45,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-891782ab-f979-475a-8fae-5b28a6a6daf5 Date: Mon, 05 Nov 2018 22:04:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "updated_at": "2018-11-05T22:04:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:45Z", "revision_number": 0, "id": "ab1878d7-83ee-405d-bf76-f3d5f9506bdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:45Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "a526f077-8c56-47cf-9cef-f8370e3c2772", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "349255d5-0500-4602-94ea-106aa58b7afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 3, "project_id": "4514395712c64d95859941d968816975", "id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "name": "NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname"}]} 2018-11-05 22:04:45,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname&description=hello+group used request id req-891782ab-f979-475a-8fae-5b28a6a6daf5 2018-11-05 22:04:45,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c 2018-11-05 22:04:45,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:45,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-1217a640-2fea-4ec4-a0ea-d104bc79ea2d Date: Mon, 05 Nov 2018 22:04:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "349255d5-0500-4602-94ea-106aa58b7afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "a526f077-8c56-47cf-9cef-f8370e3c2772"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:45Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:45Z", "project_id": "4514395712c64d95859941d968816975", "id": "ab1878d7-83ee-405d-bf76-f3d5f9506bdf"}]} 2018-11-05 22:04:45,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-1217a640-2fea-4ec4-a0ea-d104bc79ea2d 2018-11-05 22:04:45,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c 2018-11-05 22:04:45,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:45,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-da997e81-3c22-4ea7-b55f-15d0bab203ff Date: Mon, 05 Nov 2018 22:04:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "349255d5-0500-4602-94ea-106aa58b7afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "a526f077-8c56-47cf-9cef-f8370e3c2772"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:45Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:45Z", "project_id": "4514395712c64d95859941d968816975", "id": "ab1878d7-83ee-405d-bf76-f3d5f9506bdf"}]} 2018-11-05 22:04:45,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-da997e81-3c22-4ea7-b55f-15d0bab203ff 2018-11-05 22:04:45,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:45,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-7d141e28-2d36-471f-9b84-0050bc3faad0 Date: Mon, 05 Nov 2018 22:04:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "updated_at": "2018-11-05T22:04:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:45Z", "revision_number": 0, "id": "ab1878d7-83ee-405d-bf76-f3d5f9506bdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:45Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "a526f077-8c56-47cf-9cef-f8370e3c2772", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "revision_number": 0, "id": "349255d5-0500-4602-94ea-106aa58b7afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 3, "project_id": "4514395712c64d95859941d968816975", "id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "name": "NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname"}]} 2018-11-05 22:04:45,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname&description=hello+group used request id req-7d141e28-2d36-471f-9b84-0050bc3faad0 2018-11-05 22:04:45,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c 2018-11-05 22:04:45,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:46,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-240944ff-0cd9-4530-802d-d65dc7d97ffb Date: Mon, 05 Nov 2018 22:04:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "349255d5-0500-4602-94ea-106aa58b7afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:44Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:44Z", "project_id": "4514395712c64d95859941d968816975", "id": "a526f077-8c56-47cf-9cef-f8370e3c2772"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:45Z", "security_group_id": "4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:45Z", "project_id": "4514395712c64d95859941d968816975", "id": "ab1878d7-83ee-405d-bf76-f3d5f9506bdf"}]} 2018-11-05 22:04:46,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-240944ff-0cd9-4530-802d-d65dc7d97ffb 2018-11-05 22:04:46,165 - neutron_utils - INFO - Deleting security group rule with ID - 349255d5-0500-4602-94ea-106aa58b7afc 2018-11-05 22:04:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/349255d5-0500-4602-94ea-106aa58b7afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:46,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b519adc-ec46-4e93-8f71-05c73388e978 Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:46,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/349255d5-0500-4602-94ea-106aa58b7afc used request id req-0b519adc-ec46-4e93-8f71-05c73388e978 2018-11-05 22:04:46,299 - neutron_utils - INFO - Deleting security group rule with ID - a526f077-8c56-47cf-9cef-f8370e3c2772 2018-11-05 22:04:46,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/a526f077-8c56-47cf-9cef-f8370e3c2772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:46,400 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16f3b650-1101-49f8-a3d5-72b5efb325e9 Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:46,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/a526f077-8c56-47cf-9cef-f8370e3c2772 used request id req-16f3b650-1101-49f8-a3d5-72b5efb325e9 2018-11-05 22:04:46,400 - neutron_utils - INFO - Deleting security group rule with ID - ab1878d7-83ee-405d-bf76-f3d5f9506bdf 2018-11-05 22:04:46,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ab1878d7-83ee-405d-bf76-f3d5f9506bdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:46,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fede5e42-2bcb-4264-9f6f-79d51983ca42 Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:46,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ab1878d7-83ee-405d-bf76-f3d5f9506bdf used request id req-fede5e42-2bcb-4264-9f6f-79d51983ca42 2018-11-05 22:04:46,506 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3ce113dc-5b80-41f2-bb52-f71be762340fname 2018-11-05 22:04:46,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1019fa3ba1ef55a8070ab88d6670cdf69c596a" 2018-11-05 22:04:46,812 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c007e141-592a-4bd2-87bf-2a49a8e3e266 Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:46,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4e2a5fdd-90f8-4820-8e91-c9d3c6d6161c used request id req-c007e141-592a-4bd2-87bf-2a49a8e3e266 2018-11-05 22:04:46,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:47,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["YXoH_dzVSUSAlcJQK9ZmBg"], "issued_at": "2018-11-05T22:04:47.000000Z"}} 2018-11-05 22:04:47,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:47,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56ec01d-4519-4857-a987-b9afb08e646f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:47,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b56ec01d-4519-4857-a987-b9afb08e646f 2018-11-05 22:04:47,279 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-1 2018-11-05 22:04:47,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-1", "description": "hello group"}}' 2018-11-05 22:04:47,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-c7e4a3cc-f201-430e-8b06-54f289fd4d10 Date: Mon, 05 Nov 2018 22:04:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:47Z", "updated_at": "2018-11-05T22:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "revision_number": 0, "id": "4fb48578-28bc-475f-a18d-3c4f346464ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "revision_number": 0, "id": "f58008e7-d78c-414e-9e05-8b19a13f5498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "name": "NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-1"}} 2018-11-05 22:04:47,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-c7e4a3cc-f201-430e-8b06-54f289fd4d10 2018-11-05 22:04:47,656 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bab0636-8c64-479d-9167-92b7180f5ef4 2018-11-05 22:04:47,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6bab0636-8c64-479d-9167-92b7180f5ef4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:47,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3faf6f14-8faa-4f11-bcdc-c06456588e70 Date: Mon, 05 Nov 2018 22:04:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:47Z", "project_id": "4514395712c64d95859941d968816975", "id": "4fb48578-28bc-475f-a18d-3c4f346464ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:47Z", "project_id": "4514395712c64d95859941d968816975", "id": "f58008e7-d78c-414e-9e05-8b19a13f5498"}]} 2018-11-05 22:04:47,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6bab0636-8c64-479d-9167-92b7180f5ef4 used request id req-3faf6f14-8faa-4f11-bcdc-c06456588e70 2018-11-05 22:04:47,845 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-2 2018-11-05 22:04:47,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-2", "description": "hello group"}}' 2018-11-05 22:04:48,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-764e8216-8bbd-42b6-97c6-b48e13f27497 Date: Mon, 05 Nov 2018 22:04:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:48Z", "updated_at": "2018-11-05T22:04:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "revision_number": 0, "id": "145f15ab-72e8-4354-bef7-1f78f207c3cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "revision_number": 0, "id": "ec7b145e-4ffd-4ad7-ae46-3e0be4676527", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "617becdd-4513-4416-b10a-6c43be748e27", "name": "NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-2"}} 2018-11-05 22:04:48,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-764e8216-8bbd-42b6-97c6-b48e13f27497 2018-11-05 22:04:48,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 617becdd-4513-4416-b10a-6c43be748e27 2018-11-05 22:04:48,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=617becdd-4513-4416-b10a-6c43be748e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:48,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f31e262b-1ad6-469e-9c8a-466cebcabe20 Date: Mon, 05 Nov 2018 22:04:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:48Z", "project_id": "4514395712c64d95859941d968816975", "id": "145f15ab-72e8-4354-bef7-1f78f207c3cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:48Z", "project_id": "4514395712c64d95859941d968816975", "id": "ec7b145e-4ffd-4ad7-ae46-3e0be4676527"}]} 2018-11-05 22:04:48,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=617becdd-4513-4416-b10a-6c43be748e27 used request id req-f31e262b-1ad6-469e-9c8a-466cebcabe20 2018-11-05 22:04:48,438 - neutron_utils - INFO - Retrieving security group with ID - 6bab0636-8c64-479d-9167-92b7180f5ef4 2018-11-05 22:04:48,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=6bab0636-8c64-479d-9167-92b7180f5ef4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:48,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-5c74e17e-b420-4161-b948-6fde20ad5f9b Date: Mon, 05 Nov 2018 22:04:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:47Z", "updated_at": "2018-11-05T22:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "revision_number": 0, "id": "4fb48578-28bc-475f-a18d-3c4f346464ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "revision_number": 0, "id": "f58008e7-d78c-414e-9e05-8b19a13f5498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "name": "NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-1"}]} 2018-11-05 22:04:48,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=6bab0636-8c64-479d-9167-92b7180f5ef4 used request id req-5c74e17e-b420-4161-b948-6fde20ad5f9b 2018-11-05 22:04:48,650 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bab0636-8c64-479d-9167-92b7180f5ef4 2018-11-05 22:04:48,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6bab0636-8c64-479d-9167-92b7180f5ef4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:48,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-43d288d8-69d2-4993-a41c-dc870fea15b8 Date: Mon, 05 Nov 2018 22:04:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:47Z", "project_id": "4514395712c64d95859941d968816975", "id": "4fb48578-28bc-475f-a18d-3c4f346464ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:47Z", "security_group_id": "6bab0636-8c64-479d-9167-92b7180f5ef4", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:47Z", "project_id": "4514395712c64d95859941d968816975", "id": "f58008e7-d78c-414e-9e05-8b19a13f5498"}]} 2018-11-05 22:04:48,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6bab0636-8c64-479d-9167-92b7180f5ef4 used request id req-43d288d8-69d2-4993-a41c-dc870fea15b8 2018-11-05 22:04:48,823 - neutron_utils - INFO - Retrieving security group with ID - 617becdd-4513-4416-b10a-6c43be748e27 2018-11-05 22:04:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=617becdd-4513-4416-b10a-6c43be748e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:48,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-54a81e1e-da54-4495-9047-2a7c1ad18365 Date: Mon, 05 Nov 2018 22:04:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:48Z", "updated_at": "2018-11-05T22:04:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "revision_number": 0, "id": "145f15ab-72e8-4354-bef7-1f78f207c3cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "revision_number": 0, "id": "ec7b145e-4ffd-4ad7-ae46-3e0be4676527", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 2, "project_id": "4514395712c64d95859941d968816975", "id": "617becdd-4513-4416-b10a-6c43be748e27", "name": "NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-2"}]} 2018-11-05 22:04:48,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=617becdd-4513-4416-b10a-6c43be748e27 used request id req-54a81e1e-da54-4495-9047-2a7c1ad18365 2018-11-05 22:04:48,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 617becdd-4513-4416-b10a-6c43be748e27 2018-11-05 22:04:48,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=617becdd-4513-4416-b10a-6c43be748e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:49,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-52daed9f-9c34-4420-9cab-f29a47d5f3df Date: Mon, 05 Nov 2018 22:04:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:48Z", "project_id": "4514395712c64d95859941d968816975", "id": "145f15ab-72e8-4354-bef7-1f78f207c3cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:04:48Z", "security_group_id": "617becdd-4513-4416-b10a-6c43be748e27", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:48Z", "project_id": "4514395712c64d95859941d968816975", "id": "ec7b145e-4ffd-4ad7-ae46-3e0be4676527"}]} 2018-11-05 22:04:49,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=617becdd-4513-4416-b10a-6c43be748e27 used request id req-52daed9f-9c34-4420-9cab-f29a47d5f3df 2018-11-05 22:04:49,045 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-1 2018-11-05 22:04:49,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/6bab0636-8c64-479d-9167-92b7180f5ef4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:49,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2df71042-9957-4d66-9bfa-143e65ec8e86 Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:49,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/6bab0636-8c64-479d-9167-92b7180f5ef4 used request id req-2df71042-9957-4d66-9bfa-143e65ec8e86 2018-11-05 22:04:49,201 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-589f494c-389b-4ae9-abfd-6f8200cf24baname-2 2018-11-05 22:04:49,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/617becdd-4513-4416-b10a-6c43be748e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b32c733a9dcc8e7bc10541a22199781dc8f93f9" 2018-11-05 22:04:49,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf210768-853e-4260-87c9-cb7f5f7cbd4f Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:49,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/617becdd-4513-4416-b10a-6c43be748e27 used request id req-bf210768-853e-4260-87c9-cb7f5f7cbd4f 2018-11-05 22:04:49,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:49,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["GHKELDwXQni22DftM4kS1Q"], "issued_at": "2018-11-05T22:04:49.000000Z"}} 2018-11-05 22:04:49,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:49,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2c484f-8d47-4c1a-a497-4e017de6a9ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:49,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cd2c484f-8d47-4c1a-a497-4e017de6a9ea 2018-11-05 22:04:49,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:50,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-87c0845a-3523-424a-9ed4-2f642a9fce20 Date: Mon, 05 Nov 2018 22:04:50 GMT RESP BODY: {"floatingips": []} 2018-11-05 22:04:50,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-87c0845a-3523-424a-9ed4-2f642a9fce20 2018-11-05 22:04:50,143 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-05 22:04:50,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:50,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-72e61ac4-78db-4ba0-8f9a-244f02b5eda0 Date: Mon, 05 Nov 2018 22:04:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:04:50,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-72e61ac4-78db-4ba0-8f9a-244f02b5eda0 2018-11-05 22:04:50,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:50,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-42bb094e-e44d-418f-826f-51cdc5e5d367 Date: Mon, 05 Nov 2018 22:04:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:04:50,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-42bb094e-e44d-418f-826f-51cdc5e5d367 2018-11-05 22:04:50,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" -d '{"floatingip": {"floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}' 2018-11-05 22:04:52,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-198c468c-d449-4e6f-b5ed-68f18d513f05 Date: Mon, 05 Nov 2018 22:04:52 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-05T22:04:51Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": null, "id": "0988592d-4a55-467f-ad60-99e56cc2ecda", "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:51Z", "project_id": "4514395712c64d95859941d968816975"}} 2018-11-05 22:04:52,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-198c468c-d449-4e6f-b5ed-68f18d513f05 2018-11-05 22:04:52,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:52,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-421b92d8-bedd-45ed-983e-6383b4c9e302 Date: Mon, 05 Nov 2018 22:04:52 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-05T22:04:51Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": null, "id": "0988592d-4a55-467f-ad60-99e56cc2ecda", "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:51Z", "project_id": "4514395712c64d95859941d968816975"}]} 2018-11-05 22:04:52,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-421b92d8-bedd-45ed-983e-6383b4c9e302 2018-11-05 22:04:52,443 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.204 2018-11-05 22:04:52,443 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.204 2018-11-05 22:04:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips?ip=0988592d-4a55-467f-ad60-99e56cc2ecda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:52,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-4a68e9b6-9d40-40f4-a481-e1f900cf4d15 Date: Mon, 05 Nov 2018 22:04:52 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-05T22:04:51Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": null, "id": "0988592d-4a55-467f-ad60-99e56cc2ecda", "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:51Z", "project_id": "4514395712c64d95859941d968816975"}]} 2018-11-05 22:04:52,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips?ip=0988592d-4a55-467f-ad60-99e56cc2ecda used request id req-4a68e9b6-9d40-40f4-a481-e1f900cf4d15 2018-11-05 22:04:52,468 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-11-05 22:04:52,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/0988592d-4a55-467f-ad60-99e56cc2ecda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ee20c83d764192cf274db59046416b6bc1d8c6" 2018-11-05 22:04:52,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af4887fd-9044-4a0b-814d-1bf84b4aaa5f Content-Length: 0 Date: Mon, 05 Nov 2018 22:04:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:04:52,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/0988592d-4a55-467f-ad60-99e56cc2ecda used request id req-af4887fd-9044-4a0b-814d-1bf84b4aaa5f 2018-11-05 22:04:52,960 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:04:53,070 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 2018-11-05 22:04:53,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:53,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["NfZMD69kS7Cy4Fl9ec75dQ"], "issued_at": "2018-11-05T22:04:53.000000Z"}} 2018-11-05 22:04:53,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce609074ac7149a56c5026ec1748a37c0397a52" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDxN6swnU9CcXznfxtwqU+EK9tULDdsn4tAQi2zRP+ciXV8dSXTMPQtGOOUOqoLthyIZljr7OPpZRPvbQiflMniP2JzV2ObsvDFFOsOyHwe3BGYEjKatVONMx2EX+xWvNa1UVYqfM1yzyQ4OllpXKjs3iWGmGo8eObItPw+WgGrW3ehSPi3KIgHcJjSZA1ljnHRzMXkZf3NXJTFyhaOQAryNS/8Dpo27ReDBpub2b+GjUVfANQ800Zl7W+DxI9iAfCdS2ccvi1baG2GoGLqAz9Xc2hqgBh9x/Rza4uvD0tkbNOeCN6LbmiPWKUHwAx290UioJcspgyHKiB5r0dg5D9", "name": "NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12"}}' 2018-11-05 22:04:53,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-de282e8e-25d5-4b59-8fbe-8118b321cecc x-compute-request-id: req-de282e8e-25d5-4b59-8fbe-8118b321cecc Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDxN6swnU9CcXznfxtwqU+EK9tULDdsn4tAQi2zRP+ciXV8dSXTMPQtGOOUOqoLthyIZljr7OPpZRPvbQiflMniP2JzV2ObsvDFFOsOyHwe3BGYEjKatVONMx2EX+xWvNa1UVYqfM1yzyQ4OllpXKjs3iWGmGo8eObItPw+WgGrW3ehSPi3KIgHcJjSZA1ljnHRzMXkZf3NXJTFyhaOQAryNS/8Dpo27ReDBpub2b+GjUVfANQ800Zl7W+DxI9iAfCdS2ccvi1baG2GoGLqAz9Xc2hqgBh9x/Rza4uvD0tkbNOeCN6LbmiPWKUHwAx290UioJcspgyHKiB5r0dg5D9", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12", "fingerprint": "fa:3c:af:da:9d:6b:de:d9:ac:94:b0:b2:ea:30:d4:91"}} 2018-11-05 22:04:53,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-de282e8e-25d5-4b59-8fbe-8118b321cecc 2018-11-05 22:04:53,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce609074ac7149a56c5026ec1748a37c0397a52" 2018-11-05 22:04:53,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-eca4fdc9-90c4-4b98-8a66-bec6cb772338 x-compute-request-id: req-eca4fdc9-90c4-4b98-8a66-bec6cb772338 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDxN6swnU9CcXznfxtwqU+EK9tULDdsn4tAQi2zRP+ciXV8dSXTMPQtGOOUOqoLthyIZljr7OPpZRPvbQiflMniP2JzV2ObsvDFFOsOyHwe3BGYEjKatVONMx2EX+xWvNa1UVYqfM1yzyQ4OllpXKjs3iWGmGo8eObItPw+WgGrW3ehSPi3KIgHcJjSZA1ljnHRzMXkZf3NXJTFyhaOQAryNS/8Dpo27ReDBpub2b+GjUVfANQ800Zl7W+DxI9iAfCdS2ccvi1baG2GoGLqAz9Xc2hqgBh9x/Rza4uvD0tkbNOeCN6LbmiPWKUHwAx290UioJcspgyHKiB5r0dg5D9", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12", "deleted": false, "created_at": "2018-11-05T22:04:53.000000", "updated_at": null, "fingerprint": "fa:3c:af:da:9d:6b:de:d9:ac:94:b0:b2:ea:30:d4:91", "deleted_at": null, "id": 3}} 2018-11-05 22:04:53,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 used request id req-eca4fdc9-90c4-4b98-8a66-bec6cb772338 2018-11-05 22:04:53,744 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 2018-11-05 22:04:53,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce609074ac7149a56c5026ec1748a37c0397a52" 2018-11-05 22:04:53,812 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:04:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7caead97-e8ff-4199-aa76-14ca60d92f6f x-compute-request-id: req-7caead97-e8ff-4199-aa76-14ca60d92f6f Content-Length: 0 Content-Type: application/json 2018-11-05 22:04:53,812 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 used request id req-7caead97-e8ff-4199-aa76-14ca60d92f6f 2018-11-05 22:04:53,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce609074ac7149a56c5026ec1748a37c0397a52" 2018-11-05 22:04:53,832 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:04:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a5f3d67c-9572-49a2-9afa-c12625ab7498 x-compute-request-id: req-a5f3d67c-9572-49a2-9afa-c12625ab7498 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 not found for user 2e6427811fe34ae5bfc8c2b3ee4fd8a5", "code": 404}} 2018-11-05 22:04:53,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 used request id req-a5f3d67c-9572-49a2-9afa-c12625ab7498 2018-11-05 22:04:53,832 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 2018-11-05 22:04:53,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce609074ac7149a56c5026ec1748a37c0397a52" 2018-11-05 22:04:54,040 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:04:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6974e08c-28f3-4294-9eff-641299054f2d x-compute-request-id: req-6974e08c-28f3-4294-9eff-641299054f2d Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 not found for user 2e6427811fe34ae5bfc8c2b3ee4fd8a5", "code": 404}} 2018-11-05 22:04:54,040 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-50c4788a-92ef-4ebb-8a75-b582e64eca12 used request id req-6974e08c-28f3-4294-9eff-641299054f2d 2018-11-05 22:04:54,041 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:04:54,273 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c.pub 2018-11-05 22:04:54,273 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c 2018-11-05 22:04:54,273 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c.pub 2018-11-05 22:04:54,273 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c 2018-11-05 22:04:54,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:54,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Ml5hYByDTJeT9lQnuF7yOQ"], "issued_at": "2018-11-05T22:04:54.000000Z"}} 2018-11-05 22:04:54,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d086dfaa1d91d20df8cdfb4c6da5dd79f24e3d15" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl+UzmROos3P4zSDyIeJJgCCoOZvVd+czSSpfVja/IeywQj3R20g1mRVGCrvbkGQLB5MFlSpNizlvwgYA5qGtxYOVX7yKsH+M/cnQBMQHdr6GmRVdq0DbMz6hIa5qwjbnSIFoVAxk1yrQXb2WtlZvMJzmV0t1OOLAEjGTTrd60kKDCeRdtsPB1HI39iwKtTI/O17rDmVUxVlBQwpdcGAI0xKMZ1D98bn7Wj/NJVuTGEkf4TgfGt3QjjUZJAN0felLhYCS+bpTPqEbR3NHlw4dJV8VR3G9RjdWiCKzUTP2o0gVecwf1Uu0g8xMyfasU3VAIVwuhpSi6IP0GbwzAWRMB", "name": "NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c"}}' 2018-11-05 22:04:55,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-cc886d47-a6f7-4654-ab3c-7d30bbed98cb x-compute-request-id: req-cc886d47-a6f7-4654-ab3c-7d30bbed98cb Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl+UzmROos3P4zSDyIeJJgCCoOZvVd+czSSpfVja/IeywQj3R20g1mRVGCrvbkGQLB5MFlSpNizlvwgYA5qGtxYOVX7yKsH+M/cnQBMQHdr6GmRVdq0DbMz6hIa5qwjbnSIFoVAxk1yrQXb2WtlZvMJzmV0t1OOLAEjGTTrd60kKDCeRdtsPB1HI39iwKtTI/O17rDmVUxVlBQwpdcGAI0xKMZ1D98bn7Wj/NJVuTGEkf4TgfGt3QjjUZJAN0felLhYCS+bpTPqEbR3NHlw4dJV8VR3G9RjdWiCKzUTP2o0gVecwf1Uu0g8xMyfasU3VAIVwuhpSi6IP0GbwzAWRMB", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c", "fingerprint": "64:e6:68:54:95:53:ad:b7:ea:77:7d:0a:49:aa:25:1d"}} 2018-11-05 22:04:55,442 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-cc886d47-a6f7-4654-ab3c-7d30bbed98cb 2018-11-05 22:04:55,443 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c 2018-11-05 22:04:55,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d086dfaa1d91d20df8cdfb4c6da5dd79f24e3d15" 2018-11-05 22:04:55,489 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:04:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-333e6ae4-0b12-4c56-9f52-8478c2c73d28 x-compute-request-id: req-333e6ae4-0b12-4c56-9f52-8478c2c73d28 Content-Length: 0 Content-Type: application/json 2018-11-05 22:04:55,489 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-93813efe-d61b-4baf-96b5-8650aee0ca3c used request id req-333e6ae4-0b12-4c56-9f52-8478c2c73d28 2018-11-05 22:04:55,490 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:04:55,566 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5 2018-11-05 22:04:55,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:55,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["39z7YER2RYq9eJBokBwrIQ"], "issued_at": "2018-11-05T22:04:55.000000Z"}} 2018-11-05 22:04:55,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5fc99d64e0665c7fa6469de30b4ec6bfc4a411" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNVcj8nlrh7S9RNKndVm7aQ974Sr5WtXRLx6YHMItJIwfm2dxPB+O7d1nmG1BH2jwu2A3xLM62TY5lkSLqw4Np1XY3+eFbPQyPNgWjYBDk3AS41RE40YMKrUI7vVYzr5ME6Bog6ToIwRcGPfSdnyrSSZYAeozop/PBLdyujNpX2nJErPM1VmMMRGGsWnAjhNxEBM/xjkHpaNGkLrC0Hvv2Z/JOodv9ynoohV1Wx36UcQf0MJLJt3V2GgM3v42btJMJ/X9GM41IR17ngWEBIWPXOX3NP0TMnk+us4UwQnJ13rEVQ4VI6zEliizHdKsGYHCu7BNm79CYajElgyIqjxcr", "name": "NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5"}}' 2018-11-05 22:04:56,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-5e98004c-e358-4e55-ad1c-f2a18bda283f x-compute-request-id: req-5e98004c-e358-4e55-ad1c-f2a18bda283f Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNVcj8nlrh7S9RNKndVm7aQ974Sr5WtXRLx6YHMItJIwfm2dxPB+O7d1nmG1BH2jwu2A3xLM62TY5lkSLqw4Np1XY3+eFbPQyPNgWjYBDk3AS41RE40YMKrUI7vVYzr5ME6Bog6ToIwRcGPfSdnyrSSZYAeozop/PBLdyujNpX2nJErPM1VmMMRGGsWnAjhNxEBM/xjkHpaNGkLrC0Hvv2Z/JOodv9ynoohV1Wx36UcQf0MJLJt3V2GgM3v42btJMJ/X9GM41IR17ngWEBIWPXOX3NP0TMnk+us4UwQnJ13rEVQ4VI6zEliizHdKsGYHCu7BNm79CYajElgyIqjxcr", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5", "fingerprint": "7a:33:de:2c:1e:f1:76:b4:bf:ec:82:64:2d:b4:c2:6c"}} 2018-11-05 22:04:56,610 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-5e98004c-e358-4e55-ad1c-f2a18bda283f 2018-11-05 22:04:56,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5fc99d64e0665c7fa6469de30b4ec6bfc4a411" 2018-11-05 22:04:56,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69dd52aa-a6e4-4642-8bf2-1ea70d0bba8c x-compute-request-id: req-69dd52aa-a6e4-4642-8bf2-1ea70d0bba8c Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNVcj8nlrh7S9RNKndVm7aQ974Sr5WtXRLx6YHMItJIwfm2dxPB+O7d1nmG1BH2jwu2A3xLM62TY5lkSLqw4Np1XY3+eFbPQyPNgWjYBDk3AS41RE40YMKrUI7vVYzr5ME6Bog6ToIwRcGPfSdnyrSSZYAeozop/PBLdyujNpX2nJErPM1VmMMRGGsWnAjhNxEBM/xjkHpaNGkLrC0Hvv2Z/JOodv9ynoohV1Wx36UcQf0MJLJt3V2GgM3v42btJMJ/X9GM41IR17ngWEBIWPXOX3NP0TMnk+us4UwQnJ13rEVQ4VI6zEliizHdKsGYHCu7BNm79CYajElgyIqjxcr", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5", "deleted": false, "created_at": "2018-11-05T22:04:56.000000", "updated_at": null, "fingerprint": "7a:33:de:2c:1e:f1:76:b4:bf:ec:82:64:2d:b4:c2:6c", "deleted_at": null, "id": 9}} 2018-11-05 22:04:56,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5 used request id req-69dd52aa-a6e4-4642-8bf2-1ea70d0bba8c 2018-11-05 22:04:56,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5fc99d64e0665c7fa6469de30b4ec6bfc4a411" 2018-11-05 22:04:56,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-216be447-9707-438f-a224-8af008fdd5df x-compute-request-id: req-216be447-9707-438f-a224-8af008fdd5df Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNVcj8nlrh7S9RNKndVm7aQ974Sr5WtXRLx6YHMItJIwfm2dxPB+O7d1nmG1BH2jwu2A3xLM62TY5lkSLqw4Np1XY3+eFbPQyPNgWjYBDk3AS41RE40YMKrUI7vVYzr5ME6Bog6ToIwRcGPfSdnyrSSZYAeozop/PBLdyujNpX2nJErPM1VmMMRGGsWnAjhNxEBM/xjkHpaNGkLrC0Hvv2Z/JOodv9ynoohV1Wx36UcQf0MJLJt3V2GgM3v42btJMJ/X9GM41IR17ngWEBIWPXOX3NP0TMnk+us4UwQnJ13rEVQ4VI6zEliizHdKsGYHCu7BNm79CYajElgyIqjxcr", "name": "NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5", "fingerprint": "7a:33:de:2c:1e:f1:76:b4:bf:ec:82:64:2d:b4:c2:6c"}}]} 2018-11-05 22:04:56,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-216be447-9707-438f-a224-8af008fdd5df 2018-11-05 22:04:56,764 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5 2018-11-05 22:04:56,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5fc99d64e0665c7fa6469de30b4ec6bfc4a411" 2018-11-05 22:04:56,812 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fe792372-415b-400c-b6d6-69366178bd00 x-compute-request-id: req-fe792372-415b-400c-b6d6-69366178bd00 Content-Length: 0 Content-Type: application/json 2018-11-05 22:04:56,812 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-90c16f04-004b-45dd-8657-3a87d350bec5 used request id req-fe792372-415b-400c-b6d6-69366178bd00 2018-11-05 22:04:56,813 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:04:56,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:57,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["85Wr8yHJTuGebydN3HIM-w"], "issued_at": "2018-11-05T22:04:57.000000Z"}} 2018-11-05 22:04:57,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5929544d99f89a3b4fd933da159697cf4314b98" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id", "swap": 2}}' 2018-11-05 22:04:57,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-8ab961af-31de-471c-9f17-0fd14e2d4645 x-compute-request-id: req-8ab961af-31de-471c-9f17-0fd14e2d4645 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id", "name": "NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-05 22:04:57,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8ab961af-31de-471c-9f17-0fd14e2d4645 2018-11-05 22:04:57,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5929544d99f89a3b4fd933da159697cf4314b98" 2018-11-05 22:04:57,798 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:04: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-757bb57a-48c6-4a7f-a7a2-9d57e8746cfd x-compute-request-id: req-757bb57a-48c6-4a7f-a7a2-9d57e8746cfd Content-Length: 0 Content-Type: application/json 2018-11-05 22:04:57,798 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id used request id req-757bb57a-48c6-4a7f-a7a2-9d57e8746cfd 2018-11-05 22:04:57,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5929544d99f89a3b4fd933da159697cf4314b98" 2018-11-05 22:04:57,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-ca3e7d62-a77b-458e-bbae-96a22ea5ddea x-compute-request-id: req-ca3e7d62-a77b-458e-bbae-96a22ea5ddea Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:04:57,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ca3e7d62-a77b-458e-bbae-96a22ea5ddea 2018-11-05 22:04:57,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5929544d99f89a3b4fd933da159697cf4314b98" 2018-11-05 22:04:57,958 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:04: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-55fa67d1-f8dd-4a33-88f2-f2c04fa528c4 x-compute-request-id: req-55fa67d1-f8dd-4a33-88f2-f2c04fa528c4 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id could not be found.", "code": 404}} 2018-11-05 22:04:57,958 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-5d3c7ba8-c866-4db5-8daf-99e50ec327d0-id used request id req-55fa67d1-f8dd-4a33-88f2-f2c04fa528c4 2018-11-05 22:04:57,959 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:04:57,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:58,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_syc-N81T6-w0DoUhyQglw"], "issued_at": "2018-11-05T22:04:58.000000Z"}} 2018-11-05 22:04:58,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d855efe5999ff9734101b1aedad5ad1bfe7ce8b" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-id", "swap": 2}}' 2018-11-05 22:04:58,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04: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-c77789cd-bb66-476e-9377-fe68fae0b23d x-compute-request-id: req-c77789cd-bb66-476e-9377-fe68fae0b23d Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-id", "name": "NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-05 22:04:58,654 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c77789cd-bb66-476e-9377-fe68fae0b23d 2018-11-05 22:04:58,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d855efe5999ff9734101b1aedad5ad1bfe7ce8b" 2018-11-05 22:04:58,803 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4970a79e-6cfa-4b83-bb4c-84bec9101520 x-compute-request-id: req-4970a79e-6cfa-4b83-bb4c-84bec9101520 Content-Length: 0 Content-Type: application/json 2018-11-05 22:04:58,803 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d5966c73-6611-4626-b98c-f7629c91eea5-id used request id req-4970a79e-6cfa-4b83-bb4c-84bec9101520 2018-11-05 22:04:58,804 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:04:58,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:59,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ShifWa0MRdi0Jp84F2uvdw"], "issued_at": "2018-11-05T22:04:59.000000Z"}} 2018-11-05 22:04:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:04:59,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86825e9-594f-4578-be4e-9b378a2d44a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:59,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b86825e9-594f-4578-be4e-9b378a2d44a2 2018-11-05 22:04:59,277 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:04:59,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:04:59,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:04:59,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["1KqCqnr9S9-oB46o1bzzvQ"], "issued_at": "2018-11-05T22:04:59.000000Z"}} 2018-11-05 22:04:59,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:04:59,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b24313f-60ce-47ae-8345-468ad19284f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:04:59,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8b24313f-60ce-47ae-8345-468ad19284f6 2018-11-05 22:04:59,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:05:00,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-4c110bc9-a68f-4dbf-85f1-5e7856128d48 Date: Mon, 05 Nov 2018 22:05:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image"} 2018-11-05 22:05:00,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image used request id req-4c110bc9-a68f-4dbf-85f1-5e7856128d48 2018-11-05 22:05:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:05:00,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c591bb26-25f2-42af-99f7-b5824861d39c Date: Mon, 05 Nov 2018 22:05:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:05:00,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c591bb26-25f2-42af-99f7-b5824861d39c 2018-11-05 22:05:00,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image"}' 2018-11-05 22:05:01,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 X-Openstack-Request-Id: req-38c41ed0-efb8-4d40-af28-1f5e96afb091 Date: Mon, 05 Nov 2018 22:05:01 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:05:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:05:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "min_disk": 0, "protected": false, "id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "file": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:05:01,706 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-38c41ed0-efb8-4d40-af28-1f5e96afb091 2018-11-05 22:05:01,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" -d '' 2018-11-05 22:05:03,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-331fbf18-08cf-4c14-b9e7-2aeacd9e712e Date: Mon, 05 Nov 2018 22:05:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:05:03,659 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104/file used request id req-331fbf18-08cf-4c14-b9e7-2aeacd9e712e 2018-11-05 22:05:03,660 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:05:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:05:04,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-53623457-d2fe-4f3e-bf2d-958129078b08 Date: Mon, 05 Nov 2018 22:05:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:05:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:05:03Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/0ef9da1f-604c-4164-903f-a0c7bc329104/snap", "metadata": {}}], "self": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "min_disk": 0, "protected": false, "id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "file": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/0ef9da1f-604c-4164-903f-a0c7bc329104/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:05:04,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 used request id req-53623457-d2fe-4f3e-bf2d-958129078b08 2018-11-05 22:05:04,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:05:04,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-51e08952-a929-4692-95a6-09f3e586bfe6 Date: Mon, 05 Nov 2018 22:05:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:05:04,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-51e08952-a929-4692-95a6-09f3e586bfe6 2018-11-05 22:05:04,287 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image 2018-11-05 22:05:04,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:05:04,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-4f16aaaa-d8ea-4065-9ed9-5d33e6af9f7e Date: Mon, 05 Nov 2018 22:05:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:05:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:05:03Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/0ef9da1f-604c-4164-903f-a0c7bc329104/snap", "metadata": {}}], "self": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "min_disk": 0, "protected": false, "id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "file": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/0ef9da1f-604c-4164-903f-a0c7bc329104/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:05:04,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 used request id req-4f16aaaa-d8ea-4065-9ed9-5d33e6af9f7e 2018-11-05 22:05:04,919 - create_image - DEBUG - Instance status is - active 2018-11-05 22:05:04,919 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image 2018-11-05 22:05:04,919 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image 2018-11-05 22:05:04,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:05:04,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:05:05,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:05:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["C7ROpLe4SvaXYQc57q1uAg"], "issued_at": "2018-11-05T22:05:05.000000Z"}} 2018-11-05 22:05:05,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:05:05,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89046d86-05fe-4c7b-b6c5-16e8c92e9835 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:05:05,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-89046d86-05fe-4c7b-b6c5-16e8c92e9835 2018-11-05 22:05:05,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:05:05,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-342637cb-37ea-49d9-b875-86c4599f6a1d Date: Mon, 05 Nov 2018 22:05:05 GMT RESP BODY: {"networks":[]} 2018-11-05 22:05:05,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net used request id req-342637cb-37ea-49d9-b875-86c4599f6a1d 2018-11-05 22:05:05,558 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net 2018-11-05 22:05:05,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" -d '{"network": {"name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net", "admin_state_up": true}}' 2018-11-05 22:05:06,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b61a5694-f938-49b6-8d05-bd7004aa1406 Date: Mon, 05 Nov 2018 22:05:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:05:05Z","is_default":false,"provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","mtu":1450}} 2018-11-05 22:05:06,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b61a5694-f938-49b6-8d05-bd7004aa1406 2018-11-05 22:05:06,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:05:06,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b0101134-1354-4fb5-8119-95fae70a5d7c Date: Mon, 05 Nov 2018 22:05:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:05:05Z","provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:05:06,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-b0101134-1354-4fb5-8119-95fae70a5d7c 2018-11-05 22:05:06,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:05:06,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1ffbb052-aa3e-4f4e-8343-68ea1860ba78 Date: Mon, 05 Nov 2018 22:05:06 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:05:06,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-1ffbb052-aa3e-4f4e-8343-68ea1860ba78 2018-11-05 22:05:06,643 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet 2018-11-05 22:05:06,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" -d '{"subnets": [{"ip_version": 4, "network_id": "6a387e8a-d817-4d0c-9f2e-5806d9a76ebd", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]}' 2018-11-05 22:05:07,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1286b115-e870-43be-ac90-01eb05331d23 Date: Mon, 05 Nov 2018 22:05:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:06Z","dns_nameservers":[],"updated_at":"2018-11-05T22:05:06Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"f4af926f-8eb1-40ea-bf15-1096cec63393","subnetpool_id":null,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]} 2018-11-05 22:05:07,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-1286b115-e870-43be-ac90-01eb05331d23 2018-11-05 22:05:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:05:07,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d4fd2995-ef9c-4a89-8f47-d0f6a163a44b Date: Mon, 05 Nov 2018 22:05:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["f4af926f-8eb1-40ea-bf15-1096cec63393"],"description":"","tags":[],"updated_at":"2018-11-05T22:05:06Z","provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:05:07,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-d4fd2995-ef9c-4a89-8f47-d0f6a163a44b 2018-11-05 22:05:07,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:05:07,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-827c2b04-bfa3-411f-9d10-12a78cb869e3 Date: Mon, 05 Nov 2018 22:05:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:06Z","dns_nameservers":[],"updated_at":"2018-11-05T22:05:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"f4af926f-8eb1-40ea-bf15-1096cec63393","subnetpool_id":null,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]} 2018-11-05 22:05:07,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-827c2b04-bfa3-411f-9d10-12a78cb869e3 2018-11-05 22:05:07,669 - OpenStackNetwork - DEBUG - Network [6a387e8a-d817-4d0c-9f2e-5806d9a76ebd] created successfully 2018-11-05 22:05:07,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:05:07,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:05:08,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ESGg6shtTpKaHyOLseQdFw"], "issued_at": "2018-11-05T22:05:08.000000Z"}} 2018-11-05 22:05:08,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f024d1b5a4ce0eb444000bff9e7fbc0fe10e9dd1" 2018-11-05 22:05:08,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5eff1e-cc42-46f9-a40b-a0ddef727970 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:05:08,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f5eff1e-cc42-46f9-a40b-a0ddef727970 2018-11-05 22:05:08,128 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:05:08,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f024d1b5a4ce0eb444000bff9e7fbc0fe10e9dd1" 2018-11-05 22:05:08,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bd9d76f-6027-4ae9-8bc9-c184348fad02 x-compute-request-id: req-3bd9d76f-6027-4ae9-8bc9-c184348fad02 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:05:08,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3bd9d76f-6027-4ae9-8bc9-c184348fad02 2018-11-05 22:05:08,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f024d1b5a4ce0eb444000bff9e7fbc0fe10e9dd1" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:05:09,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-91f1033c-20b5-4a4d-a8d6-e75208e6dfa3 x-compute-request-id: req-91f1033c-20b5-4a4d-a8d6-e75208e6dfa3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:05:09,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-91f1033c-20b5-4a4d-a8d6-e75208e6dfa3 2018-11-05 22:05:09,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:05:09,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:05:09,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["NDQDfZvVSCG3Xz7ZiMx5ww"], "issued_at": "2018-11-05T22:05:09.000000Z"}} 2018-11-05 22:05:09,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a050b9cd52df0032a3ea8d4ac49f9e8029f60633" 2018-11-05 22:05:09,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e0252b-e058-4dbf-a6b4-c06021a33033 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:05:09,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20e0252b-e058-4dbf-a6b4-c06021a33033 2018-11-05 22:05:09,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:09,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f05059df-4281-462a-8275-b0066f112e19 Date: Mon, 05 Nov 2018 22:05:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["f4af926f-8eb1-40ea-bf15-1096cec63393"],"description":"","tags":[],"updated_at":"2018-11-05T22:05:06Z","provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:05:09,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net used request id req-f05059df-4281-462a-8275-b0066f112e19 2018-11-05 22:05:09,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:09,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-aef0dd84-8ff1-41e1-b401-e135dd10c175 Date: Mon, 05 Nov 2018 22:05:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:06Z","dns_nameservers":[],"updated_at":"2018-11-05T22:05:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"f4af926f-8eb1-40ea-bf15-1096cec63393","subnetpool_id":null,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]} 2018-11-05 22:05:09,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-aef0dd84-8ff1-41e1-b401-e135dd10c175 2018-11-05 22:05:09,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:10,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-cc941bda-1b3e-404f-9d83-15ada296a4bc Date: Mon, 05 Nov 2018 22:05:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["f4af926f-8eb1-40ea-bf15-1096cec63393"],"description":"","tags":[],"updated_at":"2018-11-05T22:05:06Z","provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:05:10,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net used request id req-cc941bda-1b3e-404f-9d83-15ada296a4bc 2018-11-05 22:05:10,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:05:10,220 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:05:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:05:10,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a050b9cd52df0032a3ea8d4ac49f9e8029f60633" 2018-11-05 22:05:10,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f60456b1-95dd-4cb0-be76-ad0965898be9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:05:10,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-f60456b1-95dd-4cb0-be76-ad0965898be9 2018-11-05 22:05:10,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:10,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9584f9a6-00b5-4231-93fe-1cea6b5b2405 Date: Mon, 05 Nov 2018 22:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:06Z","dns_nameservers":[],"updated_at":"2018-11-05T22:05:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"f4af926f-8eb1-40ea-bf15-1096cec63393","subnetpool_id":null,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]} 2018-11-05 22:05:10,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-9584f9a6-00b5-4231-93fe-1cea6b5b2405 2018-11-05 22:05:10,444 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net 2018-11-05 22:05:10,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" -d '{"port": {"network_id": "6a387e8a-d817-4d0c-9f2e-5806d9a76ebd", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port", "admin_state_up": true}}' 2018-11-05 22:05:11,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-e00fe603-87df-435e-92fd-c728c58fb96f Date: Mon, 05 Nov 2018 22:05:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:05:10Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4af926f-8eb1-40ea-bf15-1096cec63393","ip_address":"10.55.0.11"}],"id":"10f699fd-ed19-4875-949f-39de071dd69b","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6d:b9:7b","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port","admin_state_up":true,"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:10Z","binding:vnic_type":"normal"}} 2018-11-05 22:05:11,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e00fe603-87df-435e-92fd-c728c58fb96f 2018-11-05 22:05:11,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:11,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-8f0ee803-7e55-4fec-97d2-7cb54347df0a Date: Mon, 05 Nov 2018 22:05:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["f4af926f-8eb1-40ea-bf15-1096cec63393"],"description":"","tags":[],"updated_at":"2018-11-05T22:05:06Z","provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:05:11,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net used request id req-8f0ee803-7e55-4fec-97d2-7cb54347df0a 2018-11-05 22:05:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:05:11,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:05:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:05:11,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:11,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2093ca6-f061-424d-b56f-ce319fef4a8d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:05:11,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-c2093ca6-f061-424d-b56f-ce319fef4a8d 2018-11-05 22:05:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:11,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d3fef609-c03e-4ca1-90fc-7f1e7d21e1e1 Date: Mon, 05 Nov 2018 22:05:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:06Z","dns_nameservers":[],"updated_at":"2018-11-05T22:05:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"f4af926f-8eb1-40ea-bf15-1096cec63393","subnetpool_id":null,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]} 2018-11-05 22:05:11,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-d3fef609-c03e-4ca1-90fc-7f1e7d21e1e1 2018-11-05 22:05:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:11,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-b99c9553-182a-45a1-8a49-b59c6539c5c2 Date: Mon, 05 Nov 2018 22:05:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:05:10Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4af926f-8eb1-40ea-bf15-1096cec63393","ip_address":"10.55.0.11"}],"id":"10f699fd-ed19-4875-949f-39de071dd69b","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6d:b9:7b","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port","admin_state_up":true,"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:10Z","binding:vnic_type":"normal"}]} 2018-11-05 22:05:11,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port&admin_state_up=True used request id req-b99c9553-182a-45a1-8a49-b59c6539c5c2 2018-11-05 22:05:11,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:11,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8439eb4a-e42d-4cc8-87f8-972fc3f6df0c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:05:11,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-8439eb4a-e42d-4cc8-87f8-972fc3f6df0c 2018-11-05 22:05:11,982 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst 2018-11-05 22:05:11,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:12,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d57267b1-44ef-46e8-bf82-a55724a95da1 x-compute-request-id: req-d57267b1-44ef-46e8-bf82-a55724a95da1 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-flavor-name"}]} 2018-11-05 22:05:12,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d57267b1-44ef-46e8-bf82-a55724a95da1 2018-11-05 22:05:12,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:12,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10150b64-9a06-4d76-9cd9-09b4d6da70e5 x-compute-request-id: req-10150b64-9a06-4d76-9cd9-09b4d6da70e5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:05:12,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915 used request id req-10150b64-9a06-4d76-9cd9-09b4d6da70e5 2018-11-05 22:05:12,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:13,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-3fbd6e25-769e-4707-b9f7-868c35b459d8 Date: Mon, 05 Nov 2018 22:05:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:05:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:05:03Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/0ef9da1f-604c-4164-903f-a0c7bc329104/snap", "metadata": {}}], "self": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "min_disk": 0, "protected": false, "id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "file": "/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/0ef9da1f-604c-4164-903f-a0c7bc329104/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image"} 2018-11-05 22:05:13,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image used request id req-3fbd6e25-769e-4707-b9f7-868c35b459d8 2018-11-05 22:05:13,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:13,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2abf93da-dea3-4942-8e5c-5ee43df6156a Date: Mon, 05 Nov 2018 22:05:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:05:13,847 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2abf93da-dea3-4942-8e5c-5ee43df6156a 2018-11-05 22:05:13,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" -d '{"server": {"name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "imageRef": "0ef9da1f-604c-4164-903f-a0c7bc329104", "flavorRef": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "max_count": 1, "min_count": 1, "networks": [{"port": "10f699fd-ed19-4875-949f-39de071dd69b"}]}}' 2018-11-05 22:05:15,886 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:05: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-446e1d0c-1990-42f8-8282-322913ba539e x-compute-request-id: req-446e1d0c-1990-42f8-8282-322913ba539e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "adminPass": "MJCcidkcD3nM"}} 2018-11-05 22:05:15,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-446e1d0c-1990-42f8-8282-322913ba539e 2018-11-05 22:05:15,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:16,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-858bd89a-78c7-4aaf-bdc6-19c7d775aa22 x-compute-request-id: req-858bd89a-78c7-4aaf-bdc6-19c7d775aa22 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:16,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-858bd89a-78c7-4aaf-bdc6-19c7d775aa22 2018-11-05 22:05:16,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:16,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-d8031d0b-e8b7-4d8d-a5e9-c47d5667a7aa x-compute-request-id: req-d8031d0b-e8b7-4d8d-a5e9-c47d5667a7aa Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:16Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:16,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-d8031d0b-e8b7-4d8d-a5e9-c47d5667a7aa 2018-11-05 22:05:19,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:20,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-58f0a162-068e-48f9-b5b1-736cc822482a x-compute-request-id: req-58f0a162-068e-48f9-b5b1-736cc822482a Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:20,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-58f0a162-068e-48f9-b5b1-736cc822482a 2018-11-05 22:05:23,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:23,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16eecdbd-c8e0-49be-87f5-c8a8e4079682 x-compute-request-id: req-16eecdbd-c8e0-49be-87f5-c8a8e4079682 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:23,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-16eecdbd-c8e0-49be-87f5-c8a8e4079682 2018-11-05 22:05:26,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:27,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a69beecc-3faa-4979-833b-1b2ddc779784 x-compute-request-id: req-a69beecc-3faa-4979-833b-1b2ddc779784 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:27,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-a69beecc-3faa-4979-833b-1b2ddc779784 2018-11-05 22:05:30,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:31,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-afd48863-4ff0-45dd-b492-d54d350c43e5 x-compute-request-id: req-afd48863-4ff0-45dd-b492-d54d350c43e5 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:31,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-afd48863-4ff0-45dd-b492-d54d350c43e5 2018-11-05 22:05:34,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:35,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-70593341-c795-4dc1-9f7a-93b560964fa7 x-compute-request-id: req-70593341-c795-4dc1-9f7a-93b560964fa7 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:35,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-70593341-c795-4dc1-9f7a-93b560964fa7 2018-11-05 22:05:38,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:38,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-79947408-255e-45d1-a05e-cd3f3883a4c7 x-compute-request-id: req-79947408-255e-45d1-a05e-cd3f3883a4c7 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:38,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-79947408-255e-45d1-a05e-cd3f3883a4c7 2018-11-05 22:05:41,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:42,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-ea67d528-4765-4a2f-8608-fd0672fdee58 x-compute-request-id: req-ea67d528-4765-4a2f-8608-fd0672fdee58 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:42,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-ea67d528-4765-4a2f-8608-fd0672fdee58 2018-11-05 22:05:45,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:45,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-ca9737ad-911c-44b9-965e-530ac3596164 x-compute-request-id: req-ca9737ad-911c-44b9-965e-530ac3596164 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:45,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-ca9737ad-911c-44b9-965e-530ac3596164 2018-11-05 22:05:48,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:49,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-27945a74-0a5e-4425-ad61-7ffbce988625 x-compute-request-id: req-27945a74-0a5e-4425-ad61-7ffbce988625 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:48Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:49,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-27945a74-0a5e-4425-ad61-7ffbce988625 2018-11-05 22:05:52,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:53,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05: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-3f0101f6-0a38-4a17-ae5d-6b234601d0ff x-compute-request-id: req-3f0101f6-0a38-4a17-ae5d-6b234601d0ff Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:b9:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:48Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:53,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-3f0101f6-0a38-4a17-ae5d-6b234601d0ff 2018-11-05 22:05:56,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:56,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18411b61-bed2-423e-ae9a-2875342cf883 x-compute-request-id: req-18411b61-bed2-423e-ae9a-2875342cf883 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:b9:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-11-05T22:05:54.000000", "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:55Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:56,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-18411b61-bed2-423e-ae9a-2875342cf883 2018-11-05 22:05:56,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:57,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54340534-e798-4fbd-857d-c5819432af7a x-compute-request-id: req-54340534-e798-4fbd-857d-c5819432af7a Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:b9:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "rel": "bookmark"}], "image": {"id": "0ef9da1f-604c-4164-903f-a0c7bc329104", "links": [{"href": "http://172.30.9.23:8774/images/0ef9da1f-604c-4164-903f-a0c7bc329104", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-11-05T22:05:54.000000", "flavor": {"id": "7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "links": [{"href": "http://172.30.9.23:8774/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915", "rel": "bookmark"}]}, "id": "074bd792-efcd-4e7c-b4ab-9c1ee40a8acf", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:05:55Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-vm_inst", "created": "2018-11-05T22:05:15Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:05:57,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-54340534-e798-4fbd-857d-c5819432af7a 2018-11-05 22:05:57,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:57,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a89a7ee4-beb6-4070-a43c-56e7207c2f2a Date: Mon, 05 Nov 2018 22:05:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["f4af926f-8eb1-40ea-bf15-1096cec63393"],"description":"","tags":[],"updated_at":"2018-11-05T22:05:06Z","provider:segmentation_id":56,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:05Z","provider:network_type":"vxlan"}]} 2018-11-05 22:05:57,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net used request id req-a89a7ee4-beb6-4070-a43c-56e7207c2f2a 2018-11-05 22:05:57,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:58,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:05:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28fc1110-d62e-4b25-b02a-d8d8bdd47a92 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:05:58,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-28fc1110-d62e-4b25-b02a-d8d8bdd47a92 2018-11-05 22:05:58,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:58,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9c5506e8-5c77-4a6b-84b3-1de1e518181e Date: Mon, 05 Nov 2018 22:05:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:06Z","dns_nameservers":[],"updated_at":"2018-11-05T22:05:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"f4af926f-8eb1-40ea-bf15-1096cec63393","subnetpool_id":null,"name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet"}]} 2018-11-05 22:05:58,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-9c5506e8-5c77-4a6b-84b3-1de1e518181e 2018-11-05 22:05:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:58,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-962a992b-6f88-4601-aeaf-b3d26421e389 Date: Mon, 05 Nov 2018 22:05:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:05:50Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4af926f-8eb1-40ea-bf15-1096cec63393","ip_address":"10.55.0.11"}],"id":"10f699fd-ed19-4875-949f-39de071dd69b","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:b9:7b","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"074bd792-efcd-4e7c-b4ab-9c1ee40a8acf","name":"NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port","admin_state_up":true,"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:05:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4af926f-8eb1-40ea-bf15-1096cec63393","ip_address":"10.55.0.3"}],"id":"62adec1f-42b3-44b9-a173-2ebbc3d3caa9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:d3:7d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","name":"","admin_state_up":true,"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:05:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4af926f-8eb1-40ea-bf15-1096cec63393","ip_address":"10.55.0.2"}],"id":"af697538-b208-4e42-a5d6-394f0f0f8ac0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:74:ef","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","name":"","admin_state_up":true,"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:05:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4af926f-8eb1-40ea-bf15-1096cec63393","ip_address":"10.55.0.4"}],"id":"d7ca0f6a-ae72-4a21-b610-ee5f38267460","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:ea:9e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","name":"","admin_state_up":true,"network_id":"6a387e8a-d817-4d0c-9f2e-5806d9a76ebd","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:05:08Z","binding:vnic_type":"normal"}]} 2018-11-05 22:05:58,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-962a992b-6f88-4601-aeaf-b3d26421e389 2018-11-05 22:05:58,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:58,453 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:05:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0fe075ef-9308-40e8-93b8-4d6c62d203fd x-compute-request-id: req-0fe075ef-9308-40e8-93b8-4d6c62d203fd Content-Type: application/json 2018-11-05 22:05:58,453 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/074bd792-efcd-4e7c-b4ab-9c1ee40a8acf used request id req-0fe075ef-9308-40e8-93b8-4d6c62d203fd 2018-11-05 22:05:58,453 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-port 2018-11-05 22:05:58,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/10f699fd-ed19-4875-949f-39de071dd69b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f600157191d64b35cb4bc722e5fb4e3cb605746" 2018-11-05 22:05:58,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45c85024-b80e-4c85-b267-1f12ba9eec85 Date: Mon, 05 Nov 2018 22:05:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:05:58,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/10f699fd-ed19-4875-949f-39de071dd69b used request id req-45c85024-b80e-4c85-b267-1f12ba9eec85 2018-11-05 22:05:58,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f024d1b5a4ce0eb444000bff9e7fbc0fe10e9dd1" 2018-11-05 22:05:59,189 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:05: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-964cbb60-899c-435f-85f2-0ad6fe360f90 x-compute-request-id: req-964cbb60-899c-435f-85f2-0ad6fe360f90 Content-Length: 0 Content-Type: application/json 2018-11-05 22:05:59,189 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7270eccc-ab55-4a5c-9fa4-f77b1ec93915 used request id req-964cbb60-899c-435f-85f2-0ad6fe360f90 2018-11-05 22:05:59,190 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet 2018-11-05 22:05:59,190 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-subnet 2018-11-05 22:05:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f4af926f-8eb1-40ea-bf15-1096cec63393 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:06:01,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45ab296b-82ff-4676-aa42-a40e27aadc99 Date: Mon, 05 Nov 2018 22:06:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:06:01,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f4af926f-8eb1-40ea-bf15-1096cec63393 used request id req-45ab296b-82ff-4676-aa42-a40e27aadc99 2018-11-05 22:06:01,424 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-net 2018-11-05 22:06:01,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6a387e8a-d817-4d0c-9f2e-5806d9a76ebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f457399d169c9ecddf5f862f63a259476ae0fb22" 2018-11-05 22:06:02,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d04d2e8-e662-44da-a461-9d8fe55cb671 Date: Mon, 05 Nov 2018 22:06:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:06:02,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6a387e8a-d817-4d0c-9f2e-5806d9a76ebd used request id req-4d04d2e8-e662-44da-a461-9d8fe55cb671 2018-11-05 22:06:02,937 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-4b102207-6d1d-4985-bda6-a79dcd211ad0-image 2018-11-05 22:06:02,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6150826218c6a05d006517466b5abdf42ecc5acd" 2018-11-05 22:06:05,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39222c90-61cb-406c-b933-6bdbf86f6fa0 Date: Mon, 05 Nov 2018 22:06:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:06:05,263 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0ef9da1f-604c-4164-903f-a0c7bc329104 used request id req-39222c90-61cb-406c-b933-6bdbf86f6fa0 2018-11-05 22:06:05,265 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:06:05,268 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:06:05,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:06:05,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:05,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["eQopqoMTRPuXwXneSc1XEA"], "issued_at": "2018-11-05T22:06:05.000000Z"}} 2018-11-05 22:06:05,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:06:05,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5012a105-5820-44af-a5c6-212301fbea0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:05,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5012a105-5820-44af-a5c6-212301fbea0d 2018-11-05 22:06:05,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:06:05,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-3814e063-0758-440a-a747-f3ded7aa7501 Date: Mon, 05 Nov 2018 22:06:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image"} 2018-11-05 22:06:05,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image used request id req-3814e063-0758-440a-a747-f3ded7aa7501 2018-11-05 22:06:05,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:06:06,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e832894-6f0d-4d04-a331-bc6c8d2c8653 Date: Mon, 05 Nov 2018 22:06:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:06:06,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4e832894-6f0d-4d04-a331-bc6c8d2c8653 2018-11-05 22:06:06,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image"}' 2018-11-05 22:06:06,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 X-Openstack-Request-Id: req-9c8a51d4-c52d-4886-9021-9d28a91686e1 Date: Mon, 05 Nov 2018 22:06:06 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:06:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:06:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "min_disk": 0, "protected": false, "id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "file": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:06:06,418 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9c8a51d4-c52d-4886-9021-9d28a91686e1 2018-11-05 22:06:06,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" -d '' 2018-11-05 22:06:07,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b494388e-378c-4f4d-a478-a05d05c01c02 Date: Mon, 05 Nov 2018 22:06:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:06:07,923 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/file used request id req-b494388e-378c-4f4d-a478-a05d05c01c02 2018-11-05 22:06:07,923 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:06:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:06:08,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-3e1b9590-6fb2-4910-ad27-aa029bedf086 Date: Mon, 05 Nov 2018 22:06:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:06:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:06:07Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/snap", "metadata": {}}], "self": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "min_disk": 0, "protected": false, "id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "file": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:06:08,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 used request id req-3e1b9590-6fb2-4910-ad27-aa029bedf086 2018-11-05 22:06:08,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:06:08,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ada7367f-2cf5-4d4f-880b-906720a73385 Date: Mon, 05 Nov 2018 22:06:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:06:08,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ada7367f-2cf5-4d4f-880b-906720a73385 2018-11-05 22:06:08,669 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image 2018-11-05 22:06:08,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:06:08,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-95351230-88d1-489d-b80d-a75e7bcef2b2 Date: Mon, 05 Nov 2018 22:06:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:06:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:06:07Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/snap", "metadata": {}}], "self": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "min_disk": 0, "protected": false, "id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "file": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:06:08,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 used request id req-95351230-88d1-489d-b80d-a75e7bcef2b2 2018-11-05 22:06:08,689 - create_image - DEBUG - Instance status is - active 2018-11-05 22:06:08,689 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image 2018-11-05 22:06:08,690 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image 2018-11-05 22:06:08,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:06:08,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:09,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["MLMCrmXQSFWjt5XuuGk7Hw"], "issued_at": "2018-11-05T22:06:09.000000Z"}} 2018-11-05 22:06:09,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:06:09,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4cdce2b-27b9-43a2-b072-0a4154e414d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:09,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a4cdce2b-27b9-43a2-b072-0a4154e414d4 2018-11-05 22:06:09,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:06:09,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b1c85aea-b245-4cac-9fca-b6d80bcdcfe7 Date: Mon, 05 Nov 2018 22:06:09 GMT RESP BODY: {"networks":[]} 2018-11-05 22:06:09,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-b1c85aea-b245-4cac-9fca-b6d80bcdcfe7 2018-11-05 22:06:09,325 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net 2018-11-05 22:06:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net", "admin_state_up": true}}' 2018-11-05 22:06:09,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-32709d92-3f2e-4490-82e0-49fd72ea4ce4 Date: Mon, 05 Nov 2018 22:06:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:06:09Z","is_default":false,"provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","mtu":1450}} 2018-11-05 22:06:09,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-32709d92-3f2e-4490-82e0-49fd72ea4ce4 2018-11-05 22:06:09,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:06:09,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-19822cab-299d-4500-bde3-3749ff75d76f Date: Mon, 05 Nov 2018 22:06:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:06:09Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:09,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-19822cab-299d-4500-bde3-3749ff75d76f 2018-11-05 22:06:09,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:06:10,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a9211364-0897-4816-be5a-5d610c7fe995 Date: Mon, 05 Nov 2018 22:06:10 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:06:10,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-a9211364-0897-4816-be5a-5d610c7fe995 2018-11-05 22:06:10,021 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet 2018-11-05 22:06:10,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" -d '{"subnets": [{"ip_version": 4, "network_id": "a80146a8-d0ab-407b-942c-357ab37fd78a", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]}' 2018-11-05 22:06:10,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35b30ae7-cde7-4ece-89b9-0e0de0d49272 Date: Mon, 05 Nov 2018 22:06:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:10,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-35b30ae7-cde7-4ece-89b9-0e0de0d49272 2018-11-05 22:06:10,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:06:11,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bda8d6d5-c37d-4211-af6d-72041844266d Date: Mon, 05 Nov 2018 22:06:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:11,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-bda8d6d5-c37d-4211-af6d-72041844266d 2018-11-05 22:06:11,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:06:11,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-31004b4c-bcee-4e8d-b2a1-2ba4b468dc41 Date: Mon, 05 Nov 2018 22:06:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:11,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-31004b4c-bcee-4e8d-b2a1-2ba4b468dc41 2018-11-05 22:06:11,323 - OpenStackNetwork - DEBUG - Network [a80146a8-d0ab-407b-942c-357ab37fd78a] created successfully 2018-11-05 22:06:11,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:06:11,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:11,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["PDlufx_lTvivvJH2Fr4new"], "issued_at": "2018-11-05T22:06:11.000000Z"}} 2018-11-05 22:06:11,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b07a71df578f2f9ded29d713bd984a32a3eddb" 2018-11-05 22:06:11,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96553515-a549-4004-aab8-667f128339f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:11,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-96553515-a549-4004-aab8-667f128339f6 2018-11-05 22:06:11,789 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:06:11,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b07a71df578f2f9ded29d713bd984a32a3eddb" 2018-11-05 22:06:12,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77559ae3-5859-4ddd-962f-b2ae6d790ba4 x-compute-request-id: req-77559ae3-5859-4ddd-962f-b2ae6d790ba4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:06:12,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-77559ae3-5859-4ddd-962f-b2ae6d790ba4 2018-11-05 22:06:12,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b07a71df578f2f9ded29d713bd984a32a3eddb" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:06:12,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bfd0c58-6843-41c9-8488-49db5d84e2a7 x-compute-request-id: req-0bfd0c58-6843-41c9-8488-49db5d84e2a7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:06:12,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0bfd0c58-6843-41c9-8488-49db5d84e2a7 2018-11-05 22:06:12,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:06:12,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:12,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["H6KP6EQ-QGGKuFllZ70jnA"], "issued_at": "2018-11-05T22:06:12.000000Z"}} 2018-11-05 22:06:12,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:06:13,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f985b7-4768-445e-910f-690e9aee890a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:13,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c6f985b7-4768-445e-910f-690e9aee890a 2018-11-05 22:06:13,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:06:13,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:13 GMT Server: Apache x-compute-request-id: req-92a0e648-8543-48df-a577-4c637f3201dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-92a0e648-8543-48df-a577-4c637f3201dd Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-05 22:06:13,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail used request id req-92a0e648-8543-48df-a577-4c637f3201dd 2018-11-05 22:06:13,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-05 22:06:14,829 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:06:13 GMT Server: Apache x-compute-request-id: req-df19cae9-8ae5-4f30-8589-178bcb8cd70b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-df19cae9-8ae5-4f30-8589-178bcb8cd70b Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-05T22:06:14.702474", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1}} 2018-11-05 22:06:14,830 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes used request id req-df19cae9-8ae5-4f30-8589-178bcb8cd70b 2018-11-05 22:06:14,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:06:15,584 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:14 GMT Server: Apache x-compute-request-id: req-529fa0ba-ac92-4030-8fdf-6803956aa424 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-529fa0ba-ac92-4030-8fdf-6803956aa424 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:15.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:06:15,584 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-529fa0ba-ac92-4030-8fdf-6803956aa424 2018-11-05 22:06:15,584 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac 2018-11-05 22:06:15,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:06:16,335 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:15 GMT Server: Apache x-compute-request-id: req-e6b87596-d55a-4714-b434-e52e7f15b9b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6b87596-d55a-4714-b434-e52e7f15b9b2 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:15.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:06:16,335 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-e6b87596-d55a-4714-b434-e52e7f15b9b2 2018-11-05 22:06:16,335 - create_volume - DEBUG - Instance status is - creating 2018-11-05 22:06:16,335 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-05 22:06:19,339 - create_volume - DEBUG - Volume status query timeout in 296.246100903 2018-11-05 22:06:19,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:06:20,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:19 GMT Server: Apache x-compute-request-id: req-e613f45f-f354-40e9-8c05-2acbc6b2eedd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e613f45f-f354-40e9-8c05-2acbc6b2eedd Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:17.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:06:20,160 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-e613f45f-f354-40e9-8c05-2acbc6b2eedd 2018-11-05 22:06:20,161 - create_volume - DEBUG - Instance status is - available 2018-11-05 22:06:20,161 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac 2018-11-05 22:06:20,161 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac 2018-11-05 22:06:20,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:06:20,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:20,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Q_jWYr5cQYe58YARFlIftQ"], "issued_at": "2018-11-05T22:06:20.000000Z"}} 2018-11-05 22:06:20,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:20,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831c0ce7-745d-4aa8-a4d4-8da27c2c54ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:20,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-831c0ce7-745d-4aa8-a4d4-8da27c2c54ba 2018-11-05 22:06:20,628 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:06:20,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:20,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2af912-a1ac-406b-8dad-98bd1bc8e243 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:20,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fe2af912-a1ac-406b-8dad-98bd1bc8e243 2018-11-05 22:06:20,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:20,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-37899d23-ab53-4aa6-ae2c-cb3552c399f0 Date: Mon, 05 Nov 2018 22:06:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:20,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-37899d23-ab53-4aa6-ae2c-cb3552c399f0 2018-11-05 22:06:20,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:06:20,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:06:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:06:20,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:21,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a38a9d4-e680-42ff-ad3d-c3392db0a55a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:21,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-4a38a9d4-e680-42ff-ad3d-c3392db0a55a 2018-11-05 22:06:21,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:21,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-25352c2f-f69f-4ea8-82c4-c985fb14b355 Date: Mon, 05 Nov 2018 22:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:21,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-25352c2f-f69f-4ea8-82c4-c985fb14b355 2018-11-05 22:06:21,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:21,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4c6b36b7-08be-4fce-ab21-091bbb204267 Date: Mon, 05 Nov 2018 22:06:21 GMT RESP BODY: {"ports":[]} 2018-11-05 22:06:21,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port&admin_state_up=True used request id req-4c6b36b7-08be-4fce-ab21-091bbb204267 2018-11-05 22:06:21,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:21,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-d1e81aa5-b4be-4c99-ad36-6f47acd8e129 x-compute-request-id: req-d1e81aa5-b4be-4c99-ad36-6f47acd8e129 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 22:06:21,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst used request id req-d1e81aa5-b4be-4c99-ad36-6f47acd8e129 2018-11-05 22:06:21,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:21,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e5242cab-19c7-46c1-bdf8-5cce14d515bf Date: Mon, 05 Nov 2018 22:06:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:21,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-e5242cab-19c7-46c1-bdf8-5cce14d515bf 2018-11-05 22:06:21,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:22,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dd94be-3ca3-4e41-89eb-8554ef3210af Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:22,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-98dd94be-3ca3-4e41-89eb-8554ef3210af 2018-11-05 22:06:22,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:22,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-44fd540d-6200-476f-8fb8-283a9be7d315 Date: Mon, 05 Nov 2018 22:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:22,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-44fd540d-6200-476f-8fb8-283a9be7d315 2018-11-05 22:06:22,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:22,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-427426df-ca0b-41ab-bf2e-ae4239bbf566 Date: Mon, 05 Nov 2018 22:06:22 GMT RESP BODY: {"ports":[]} 2018-11-05 22:06:22,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port&admin_state_up=True used request id req-427426df-ca0b-41ab-bf2e-ae4239bbf566 2018-11-05 22:06:22,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:06:22,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:22,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["aB9GxTX8RWCaEBVbvlqz-A"], "issued_at": "2018-11-05T22:06:22.000000Z"}} 2018-11-05 22:06:22,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851aa881c1324c84702eb484194b40d20bd2a1f6" 2018-11-05 22:06:22,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd375f8c-9f27-4c3f-9354-465cff83093f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:22,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd375f8c-9f27-4c3f-9354-465cff83093f 2018-11-05 22:06:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:23,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9a3a2c59-97e2-417e-bcff-88e955f3f3cf Date: Mon, 05 Nov 2018 22:06:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:23,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-9a3a2c59-97e2-417e-bcff-88e955f3f3cf 2018-11-05 22:06:23,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:23,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4d75b78a-1e76-4f61-9b53-30c004285dd1 Date: Mon, 05 Nov 2018 22:06:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:23,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-4d75b78a-1e76-4f61-9b53-30c004285dd1 2018-11-05 22:06:23,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:23,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d12049b8-9d1a-40cc-90c4-880e3e17e7f4 Date: Mon, 05 Nov 2018 22:06:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:23,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-d12049b8-9d1a-40cc-90c4-880e3e17e7f4 2018-11-05 22:06:23,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:06:23,324 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:06:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:06:23,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851aa881c1324c84702eb484194b40d20bd2a1f6" 2018-11-05 22:06:23,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fccc79-252a-4c16-adcb-c8937df4aea8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:23,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-77fccc79-252a-4c16-adcb-c8937df4aea8 2018-11-05 22:06:23,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:23,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2e1d295d-52e2-403d-9138-8dde8287b3b2 Date: Mon, 05 Nov 2018 22:06:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:23,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-2e1d295d-52e2-403d-9138-8dde8287b3b2 2018-11-05 22:06:23,531 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net 2018-11-05 22:06:23,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" -d '{"port": {"network_id": "a80146a8-d0ab-407b-942c-357ab37fd78a", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port", "admin_state_up": true}}' 2018-11-05 22:06:24,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-1586bfba-5ae7-4966-8228-7af4b9f70580 Date: Mon, 05 Nov 2018 22:06:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:23Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"}} 2018-11-05 22:06:24,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1586bfba-5ae7-4966-8228-7af4b9f70580 2018-11-05 22:06:24,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:24,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5057dd43-5010-4817-8fec-c8c5761d8731 Date: Mon, 05 Nov 2018 22:06:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:24,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-5057dd43-5010-4817-8fec-c8c5761d8731 2018-11-05 22:06:24,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:24,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363fb7bb-f64b-455e-8d58-e3b0ff21c02b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:24,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-363fb7bb-f64b-455e-8d58-e3b0ff21c02b 2018-11-05 22:06:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:24,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-632767fc-d317-4d5f-8b39-df09c4dbfc11 Date: Mon, 05 Nov 2018 22:06:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:24,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-632767fc-d317-4d5f-8b39-df09c4dbfc11 2018-11-05 22:06:24,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:24,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-2397e7f6-c240-4ea1-b9fb-48e16ed464b0 Date: Mon, 05 Nov 2018 22:06:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:23Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:24,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port&admin_state_up=True used request id req-2397e7f6-c240-4ea1-b9fb-48e16ed464b0 2018-11-05 22:06:24,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:25,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68740a09-07bc-48b6-975a-f95d4f4dcbd4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:25,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-68740a09-07bc-48b6-975a-f95d4f4dcbd4 2018-11-05 22:06:25,079 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst 2018-11-05 22:06:25,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:25,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-3095abcb-920c-4bbd-b32d-04fdd38e2f25 x-compute-request-id: req-3095abcb-920c-4bbd-b32d-04fdd38e2f25 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-flavor"}]} 2018-11-05 22:06:25,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3095abcb-920c-4bbd-b32d-04fdd38e2f25 2018-11-05 22:06:25,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:25,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-099e9fd1-306d-4a4e-ae87-eb6dedb02e8a x-compute-request-id: req-099e9fd1-306d-4a4e-ae87-eb6dedb02e8a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:06:25,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848 used request id req-099e9fd1-306d-4a4e-ae87-eb6dedb02e8a 2018-11-05 22:06:25,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:25,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-807dc0d8-94d8-4a75-9330-bfa020c99f74 Date: Mon, 05 Nov 2018 22:06:25 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:06:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:06:07Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/snap", "metadata": {}}], "self": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "min_disk": 0, "protected": false, "id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "file": "/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image"} 2018-11-05 22:06:25,769 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image used request id req-807dc0d8-94d8-4a75-9330-bfa020c99f74 2018-11-05 22:06:25,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:26,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93c43a1e-d051-44a0-a3c7-4dcb07700932 Date: Mon, 05 Nov 2018 22:06:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:06:26,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-93c43a1e-d051-44a0-a3c7-4dcb07700932 2018-11-05 22:06:26,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "imageRef": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "flavorRef": "96a30a0e-1e25-49b0-ae38-be480bda4848", "max_count": 1, "min_count": 1, "networks": [{"port": "64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc"}]}}' 2018-11-05 22:06:28,413 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:06: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-6a227378-24e1-4ae4-8d3c-56693d3f7215 x-compute-request-id: req-6a227378-24e1-4ae4-8d3c-56693d3f7215 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "adminPass": "hFNXMF4bBB4k"}} 2018-11-05 22:06:28,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6a227378-24e1-4ae4-8d3c-56693d3f7215 2018-11-05 22:06:28,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:29,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-247ec1b6-916d-4531-8355-a88d121d3c2c x-compute-request-id: req-247ec1b6-916d-4531-8355-a88d121d3c2c Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:29,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-247ec1b6-916d-4531-8355-a88d121d3c2c 2018-11-05 22:06:29,328 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst 2018-11-05 22:06:29,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:29,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c7683fe-0cfd-4a8c-88b7-ea340567efaf x-compute-request-id: req-9c7683fe-0cfd-4a8c-88b7-ea340567efaf Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:29,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-9c7683fe-0cfd-4a8c-88b7-ea340567efaf 2018-11-05 22:06:29,707 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst] is - BUILD 2018-11-05 22:06:29,707 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:06:32,709 - create_instance - DEBUG - VM status query timeout in 896.619078159 2018-11-05 22:06:32,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:33,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-b5bf388e-2478-4026-a697-0fc3dd0b08e3 x-compute-request-id: req-b5bf388e-2478-4026-a697-0fc3dd0b08e3 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:31Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:33,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-b5bf388e-2478-4026-a697-0fc3dd0b08e3 2018-11-05 22:06:33,005 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst] is - BUILD 2018-11-05 22:06:33,005 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:06:36,008 - create_instance - DEBUG - VM status query timeout in 893.319852114 2018-11-05 22:06:36,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:36,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ee00bfa-bc69-48e1-b206-84e30769ed3d x-compute-request-id: req-2ee00bfa-bc69-48e1-b206-84e30769ed3d Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:35Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:36,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-2ee00bfa-bc69-48e1-b206-84e30769ed3d 2018-11-05 22:06:36,746 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst] is - ACTIVE 2018-11-05 22:06:36,747 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:06:36,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:37,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68fe5058-31a7-4ed4-9a17-44f3f0641e81 x-compute-request-id: req-68fe5058-31a7-4ed4-9a17-44f3f0641e81 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:35Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:37,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-68fe5058-31a7-4ed4-9a17-44f3f0641e81 2018-11-05 22:06:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:37,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f6a30a6c-3088-4018-8384-aec669bfca18 Date: Mon, 05 Nov 2018 22:06:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:37,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-f6a30a6c-3088-4018-8384-aec669bfca18 2018-11-05 22:06:37,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:38,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16688358-0684-4456-aba8-66f176723025 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:38,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-16688358-0684-4456-aba8-66f176723025 2018-11-05 22:06:38,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:38,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bb286223-3ca7-487c-848c-bc21a609547d Date: Mon, 05 Nov 2018 22:06:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:38,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-bb286223-3ca7-487c-848c-bc21a609547d 2018-11-05 22:06:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:38,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-8fc598c5-e0dd-4509-8b5f-43378360bb38 Date: Mon, 05 Nov 2018 22:06:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:38,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-8fc598c5-e0dd-4509-8b5f-43378360bb38 2018-11-05 22:06:38,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:06:38,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["668k4FiYSWydCLMXw63QJg"], "issued_at": "2018-11-05T22:06:38.000000Z"}} 2018-11-05 22:06:38,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:38,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51f1223-e5e8-43df-9a78-2fc1a4f2aa40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:38,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b51f1223-e5e8-43df-9a78-2fc1a4f2aa40 2018-11-05 22:06:38,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:38,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-dcf83d97-864a-42bf-865f-ea6f9069b191 x-compute-request-id: req-dcf83d97-864a-42bf-865f-ea6f9069b191 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:35Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:38,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-dcf83d97-864a-42bf-865f-ea6f9069b191 2018-11-05 22:06:38,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:39,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a0d1e780-dc8e-4f28-85cd-d67db08767db Date: Mon, 05 Nov 2018 22:06:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:39,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-a0d1e780-dc8e-4f28-85cd-d67db08767db 2018-11-05 22:06:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:39,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65a2350-ebce-4979-a1e0-5ed6730b9d39 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:39,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-d65a2350-ebce-4979-a1e0-5ed6730b9d39 2018-11-05 22:06:39,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:39,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-393383c3-591c-4aca-ac12-d112b2489bf0 Date: Mon, 05 Nov 2018 22:06:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:39,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-393383c3-591c-4aca-ac12-d112b2489bf0 2018-11-05 22:06:39,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:39,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9b38e93e-b9ce-4608-834e-9c377428c143 Date: Mon, 05 Nov 2018 22:06:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:39,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-9b38e93e-b9ce-4608-834e-9c377428c143 2018-11-05 22:06:39,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" -d '{"volumeAttachment": {"volumeId": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}}' 2018-11-05 22:06:41,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1c766bf-fd86-4c41-a7ed-f77c7670c8d0 x-compute-request-id: req-c1c766bf-fd86-4c41-a7ed-f77c7670c8d0 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "3150671b-f95e-4ba1-a906-f152cd5026e5", "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "volumeId": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}} 2018-11-05 22:06:41,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5/os-volume_attachments used request id req-c1c766bf-fd86-4c41-a7ed-f77c7670c8d0 2018-11-05 22:06:41,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:42,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-ddff7296-5cd3-4bd0-b395-78df1bb21e72 x-compute-request-id: req-ddff7296-5cd3-4bd0-b395-78df1bb21e72 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:35Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}], "metadata": {}}} 2018-11-05 22:06:42,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-ddff7296-5cd3-4bd0-b395-78df1bb21e72 2018-11-05 22:06:42,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:42,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e4b3055b-4e6e-4edd-88e1-d34d86c9946b Date: Mon, 05 Nov 2018 22:06:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:42,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-e4b3055b-4e6e-4edd-88e1-d34d86c9946b 2018-11-05 22:06:42,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:06:42,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:06:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:06:42,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:43,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb2358b-6857-4a81-aeb1-5a0ccabe8805 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:43,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-0fb2358b-6857-4a81-aeb1-5a0ccabe8805 2018-11-05 22:06:43,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:43,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd8beca0-fd04-4ae0-b251-f0d2d1e34138 Date: Mon, 05 Nov 2018 22:06:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:43,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-dd8beca0-fd04-4ae0-b251-f0d2d1e34138 2018-11-05 22:06:43,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:43,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-0046c894-c153-4a27-bca8-5610e91b4a49 Date: Mon, 05 Nov 2018 22:06:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:43,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-0046c894-c153-4a27-bca8-5610e91b4a49 2018-11-05 22:06:43,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:44,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:43 GMT Server: Apache x-compute-request-id: req-366c0429-8362-4e1a-b05f-b8884f96506f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-366c0429-8362-4e1a-b05f-b8884f96506f Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:41.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:06:44,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-366c0429-8362-4e1a-b05f-b8884f96506f 2018-11-05 22:06:47,225 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-366c0429-8362-4e1a-b05f-b8884f96506f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:47,992 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:47 GMT Server: Apache x-compute-request-id: req-59a62965-7e57-4128-b30c-74860f6937fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59a62965-7e57-4128-b30c-74860f6937fe Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "attachment_id": "206c82fa-1a6c-43e5-8391-b8c3268b5079", "attached_at": "2018-11-05T22:06:45.000000", "host_name": null, "volume_id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "device": "/dev/vdb", "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:45.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:06:47,992 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-59a62965-7e57-4128-b30c-74860f6937fe 2018-11-05 22:06:47,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:48,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56eb84de-f6ee-4e1b-8e6d-f2a3f4bf00fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:06:48,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56eb84de-f6ee-4e1b-8e6d-f2a3f4bf00fe 2018-11-05 22:06:48,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:48,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-1e9df613-6f1d-4728-a71c-fb3bc6504208 x-compute-request-id: req-1e9df613-6f1d-4728-a71c-fb3bc6504208 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}], "metadata": {}}} 2018-11-05 22:06:48,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-1e9df613-6f1d-4728-a71c-fb3bc6504208 2018-11-05 22:06:48,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:49,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-57571f40-91cd-4b7b-839b-cf636b1cb5aa Date: Mon, 05 Nov 2018 22:06:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:49,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-57571f40-91cd-4b7b-839b-cf636b1cb5aa 2018-11-05 22:06:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:49,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7298ca95-70fb-471a-9dee-0608f5d3d6cb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:49,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-7298ca95-70fb-471a-9dee-0608f5d3d6cb 2018-11-05 22:06:49,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:49,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0f5ca287-8352-45c6-80e0-3eabe62e9f26 Date: Mon, 05 Nov 2018 22:06:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:49,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-0f5ca287-8352-45c6-80e0-3eabe62e9f26 2018-11-05 22:06:49,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:49,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-40d8ca13-c7d6-47a9-bd25-b843fac4e342 Date: Mon, 05 Nov 2018 22:06:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:49,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-40d8ca13-c7d6-47a9-bd25-b843fac4e342 2018-11-05 22:06:49,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:50,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-9dbc6503-4597-4def-ba12-f10f8c0b358b x-compute-request-id: req-9dbc6503-4597-4def-ba12-f10f8c0b358b Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}], "metadata": {}}} 2018-11-05 22:06:50,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-9dbc6503-4597-4def-ba12-f10f8c0b358b 2018-11-05 22:06:50,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:50,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ae91aeda-ff85-4534-bd40-4d60bf597399 Date: Mon, 05 Nov 2018 22:06:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:50,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-ae91aeda-ff85-4534-bd40-4d60bf597399 2018-11-05 22:06:50,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:50,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1e09405-d26e-4a7c-90ed-120a243be4c5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:50,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-a1e09405-d26e-4a7c-90ed-120a243be4c5 2018-11-05 22:06:50,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:50,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e741304c-6705-4daa-bd98-f8f410bfaa2e Date: Mon, 05 Nov 2018 22:06:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:50,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-e741304c-6705-4daa-bd98-f8f410bfaa2e 2018-11-05 22:06:50,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:50,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-8f5ae71d-e934-4c80-ae2a-ea2a6ec510f7 Date: Mon, 05 Nov 2018 22:06:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:50,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-8f5ae71d-e934-4c80-ae2a-ea2a6ec510f7 2018-11-05 22:06:50,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:51,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-4611daeb-bbdc-4daf-bc1e-7082ab4ffe11 x-compute-request-id: req-4611daeb-bbdc-4daf-bc1e-7082ab4ffe11 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}], "metadata": {}}} 2018-11-05 22:06:51,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-4611daeb-bbdc-4daf-bc1e-7082ab4ffe11 2018-11-05 22:06:51,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:51,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a9f6c63b-dfc6-448a-9a40-944d528e13b6 Date: Mon, 05 Nov 2018 22:06:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:51,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-a9f6c63b-dfc6-448a-9a40-944d528e13b6 2018-11-05 22:06:51,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:51,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaaba45a-39b7-40aa-b498-cc763eb78413 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:51,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-aaaba45a-39b7-40aa-b498-cc763eb78413 2018-11-05 22:06:51,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:51,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-346ffa63-cde9-46fd-b6ed-ce83d0c68757 Date: Mon, 05 Nov 2018 22:06:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:51,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-346ffa63-cde9-46fd-b6ed-ce83d0c68757 2018-11-05 22:06:51,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:06:51,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-87375077-ff77-4d29-8f40-e2ab2a1c9842 Date: Mon, 05 Nov 2018 22:06:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:51,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-87375077-ff77-4d29-8f40-e2ab2a1c9842 2018-11-05 22:06:51,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5/os-volume_attachments/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:53,733 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:06: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-d94e19e2-7d38-4edd-adec-38fa107fab4a x-compute-request-id: req-d94e19e2-7d38-4edd-adec-38fa107fab4a Content-Length: 0 Content-Type: application/json 2018-11-05 22:06:53,733 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5/os-volume_attachments/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-d94e19e2-7d38-4edd-adec-38fa107fab4a 2018-11-05 22:06:53,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:54,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-27b7a005-4dd2-4e76-8633-b014eefd1e87 x-compute-request-id: req-27b7a005-4dd2-4e76-8633-b014eefd1e87 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041"}], "metadata": {}}} 2018-11-05 22:06:54,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-27b7a005-4dd2-4e76-8633-b014eefd1e87 2018-11-05 22:06:54,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:54,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a046e356-4cc9-454a-a04b-a9a22b43dcf7 Date: Mon, 05 Nov 2018 22:06:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:54,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-a046e356-4cc9-454a-a04b-a9a22b43dcf7 2018-11-05 22:06:54,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:54,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba985421-cb8f-456d-96c7-125ceef98d72 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:54,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-ba985421-cb8f-456d-96c7-125ceef98d72 2018-11-05 22:06:54,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:54,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ad41822-3f5b-4670-83f4-a21b1d4a58bc Date: Mon, 05 Nov 2018 22:06:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:54,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-1ad41822-3f5b-4670-83f4-a21b1d4a58bc 2018-11-05 22:06:54,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:54,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-eadce488-7f3e-4152-89d0-8e2ad0ed57c2 Date: Mon, 05 Nov 2018 22:06:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:54,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-eadce488-7f3e-4152-89d0-8e2ad0ed57c2 2018-11-05 22:06:57,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:58,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-fce8075e-e1d5-41dc-8aa4-8b98b9fa306c x-compute-request-id: req-fce8075e-e1d5-41dc-8aa4-8b98b9fa306c Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:06:58,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-fce8075e-e1d5-41dc-8aa4-8b98b9fa306c 2018-11-05 22:06:58,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:58,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-72224c04-49f6-4443-a778-3fbdb1850d20 Date: Mon, 05 Nov 2018 22:06:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:06:58,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-72224c04-49f6-4443-a778-3fbdb1850d20 2018-11-05 22:06:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:58,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e991859-6ec1-4a45-a017-ecb493121d9e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:06:58,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-1e991859-6ec1-4a45-a017-ecb493121d9e 2018-11-05 22:06:58,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:58,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-045ae2fe-881a-4364-99a2-7960de0cbe78 Date: Mon, 05 Nov 2018 22:06:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:06:58,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-045ae2fe-881a-4364-99a2-7960de0cbe78 2018-11-05 22:06:58,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:59,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-aee9f494-1b68-48cb-a9ed-924767b494a9 Date: Mon, 05 Nov 2018 22:06:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:06:59,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-aee9f494-1b68-48cb-a9ed-924767b494a9 2018-11-05 22:06:59,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-366c0429-8362-4e1a-b05f-b8884f96506f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:06:59,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06:59 GMT Server: Apache x-compute-request-id: req-d5a98280-ee45-40f2-a803-1765eb7b563b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5a98280-ee45-40f2-a803-1765eb7b563b Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:53.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:06:59,792 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-d5a98280-ee45-40f2-a803-1765eb7b563b 2018-11-05 22:06:59,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:00,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:06: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-64dd0983-14b7-4f7d-b55e-635edcf342ee x-compute-request-id: req-64dd0983-14b7-4f7d-b55e-635edcf342ee Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:00,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-64dd0983-14b7-4f7d-b55e-635edcf342ee 2018-11-05 22:07:00,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:00,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0896ac57-72d6-4c16-887f-4e494e7f2beb Date: Mon, 05 Nov 2018 22:07:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:00,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-0896ac57-72d6-4c16-887f-4e494e7f2beb 2018-11-05 22:07:00,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:00,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e221532c-dcd0-4b14-aa7d-2cc5d76f41af Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:00,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-e221532c-dcd0-4b14-aa7d-2cc5d76f41af 2018-11-05 22:07:00,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:00,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b1f4d255-0ea5-45b8-a0f2-78d26c24c6d5 Date: Mon, 05 Nov 2018 22:07:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:07:00,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-b1f4d255-0ea5-45b8-a0f2-78d26c24c6d5 2018-11-05 22:07:00,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:00,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-a1eb2034-b3f1-4a18-b5dc-90410b1adc21 Date: Mon, 05 Nov 2018 22:07:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:07:00,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-a1eb2034-b3f1-4a18-b5dc-90410b1adc21 2018-11-05 22:07:00,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:07:01,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-7aab7fbe-0944-408f-bed1-011efc50366b x-compute-request-id: req-7aab7fbe-0944-408f-bed1-011efc50366b Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:06:44Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:01,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-7aab7fbe-0944-408f-bed1-011efc50366b 2018-11-05 22:07:01,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:07:01,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-aec31c3b-c283-42b8-ba21-064a7a927500 Date: Mon, 05 Nov 2018 22:07:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a80146a8-d0ab-407b-942c-357ab37fd78a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["6894ea60-2846-4a9f-a4ee-a3f013814afd"],"description":"","tags":[],"updated_at":"2018-11-05T22:06:10Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:09Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:01,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net used request id req-aec31c3b-c283-42b8-ba21-064a7a927500 2018-11-05 22:07:01,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:07:01,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b6418d-c19f-4616-9c91-98f9316a0c79 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:01,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-c1b6418d-c19f-4616-9c91-98f9316a0c79 2018-11-05 22:07:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:07:01,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6d6c2595-0bad-4884-89ae-ae062efc1e19 Date: Mon, 05 Nov 2018 22:07:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","dns_nameservers":[],"updated_at":"2018-11-05T22:06:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet"}]} 2018-11-05 22:07:01,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-6d6c2595-0bad-4884-89ae-ae062efc1e19 2018-11-05 22:07:01,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a7eecfd96fd8f73fe02eb24dd0f3b283feef33" 2018-11-05 22:07:02,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c02fb45f-68b4-48e9-b9b6-e64b81804ca9 Date: Mon, 05 Nov 2018 22:07:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.7"}],"id":"64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b1:00","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3150671b-f95e-4ba1-a906-f152cd5026e5","name":"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.4"}],"id":"672f5dec-7cc2-4888-8b74-3807fb5538b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:5a:b6","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.2"}],"id":"9f26ce12-ad02-4251-b710-1acad58540ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:3e:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:06:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6894ea60-2846-4a9f-a4ee-a3f013814afd","ip_address":"10.55.0.3"}],"id":"bde1d5a7-971e-4194-b8db-03938db9e602","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:bb:cc","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a80146a8-d0ab-407b-942c-357ab37fd78a","name":"","admin_state_up":true,"network_id":"a80146a8-d0ab-407b-942c-357ab37fd78a","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:06:11Z","binding:vnic_type":"normal"}]} 2018-11-05 22:07:02,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-c02fb45f-68b4-48e9-b9b6-e64b81804ca9 2018-11-05 22:07:02,163 - create_instance - INFO - Deleting Port with ID - 64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc 2018-11-05 22:07:02,164 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-port 2018-11-05 22:07:02,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:02,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35391055-9a76-4bc6-a311-d5347c4be9d9 Date: Mon, 05 Nov 2018 22:07:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:07:02,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/64fd77e1-5df7-4c62-9aa4-ee4e70ee99bc used request id req-35391055-9a76-4bc6-a311-d5347c4be9d9 2018-11-05 22:07:02,637 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst 2018-11-05 22:07:02,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:02,873 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:07:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0152ffac-488e-4242-b3f0-e7e21ca13342 x-compute-request-id: req-0152ffac-488e-4242-b3f0-e7e21ca13342 Content-Type: application/json 2018-11-05 22:07:02,874 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-0152ffac-488e-4242-b3f0-e7e21ca13342 2018-11-05 22:07:02,874 - create_instance - INFO - Checking deletion status 2018-11-05 22:07:02,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:03,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-45d26e35-dcf3-436f-a2dc-d89f8ce74fd2 x-compute-request-id: req-45d26e35-dcf3-436f-a2dc-d89f8ce74fd2 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b1:00", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:02Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:03,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-45d26e35-dcf3-436f-a2dc-d89f8ce74fd2 2018-11-05 22:07:03,844 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst] is - ACTIVE 2018-11-05 22:07:03,845 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:07:06,848 - create_instance - DEBUG - VM status query timeout in 296.026198149 2018-11-05 22:07:06,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:07,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-668544a5-2720-437c-b126-8e66446c271c x-compute-request-id: req-668544a5-2720-437c-b126-8e66446c271c Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:02Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:07,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-668544a5-2720-437c-b126-8e66446c271c 2018-11-05 22:07:07,665 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst] is - ACTIVE 2018-11-05 22:07:07,666 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:07:10,669 - create_instance - DEBUG - VM status query timeout in 292.205197096 2018-11-05 22:07:10,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:10,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-f4930bf6-1df4-4818-9390-5863ec2f4219 x-compute-request-id: req-f4930bf6-1df4-4818-9390-5863ec2f4219 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3150671b-f95e-4ba1-a906-f152cd5026e5", "rel": "bookmark"}], "image": {"id": "a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "links": [{"href": "http://172.30.9.23:8774/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-05T22:06:34.000000", "flavor": {"id": "96a30a0e-1e25-49b0-ae38-be480bda4848", "links": [{"href": "http://172.30.9.23:8774/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848", "rel": "bookmark"}]}, "id": "3150671b-f95e-4ba1-a906-f152cd5026e5", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:10Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst", "created": "2018-11-05T22:06:28Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:10,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-f4930bf6-1df4-4818-9390-5863ec2f4219 2018-11-05 22:07:10,912 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst] is - ACTIVE 2018-11-05 22:07:10,912 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:07:13,915 - create_instance - DEBUG - VM status query timeout in 288.95906496 2018-11-05 22:07:13,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7449f15dfb78bf6ddc69084e8e6c44e68cdf38f9" 2018-11-05 22:07:13,958 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:07: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-d936f997-c935-4a94-a432-c4e1c319e708 x-compute-request-id: req-d936f997-c935-4a94-a432-c4e1c319e708 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3150671b-f95e-4ba1-a906-f152cd5026e5 could not be found.", "code": 404}} 2018-11-05 22:07:13,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3150671b-f95e-4ba1-a906-f152cd5026e5 used request id req-d936f997-c935-4a94-a432-c4e1c319e708 2018-11-05 22:07:13,959 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3150671b-f95e-4ba1-a906-f152cd5026e5 could not be found. (HTTP 404) (Request-ID: req-d936f997-c935-4a94-a432-c4e1c319e708) 2018-11-05 22:07:13,959 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-vm_inst 2018-11-05 22:07:13,963 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:07:14,702 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:13 GMT Server: Apache x-compute-request-id: req-c9308cbb-599b-4869-b40a-3e0e78e50ebc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9308cbb-599b-4869-b40a-3e0e78e50ebc Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:06:53.000000", "replication_status": null, "snapshot_id": null, "id": "0aa85ada-24db-41d2-8ce1-4a9d911d7041", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac", "bootable": "false", "created_at": "2018-11-05T22:06:14.000000", "volume_type": null}} 2018-11-05 22:07:14,702 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-c9308cbb-599b-4869-b40a-3e0e78e50ebc 2018-11-05 22:07:14,702 - create_volume - DEBUG - Instance status is - available 2018-11-05 22:07:14,703 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac 2018-11-05 22:07:14,703 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac 2018-11-05 22:07:14,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:07:15,520 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:07:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-995c7147-8145-425d-9d95-a1c6ec63fa0e 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-11-05 22:07:15,521 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-995c7147-8145-425d-9d95-a1c6ec63fa0e 2018-11-05 22:07:15,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-92a0e648-8543-48df-a577-4c637f3201dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ef3b90f2d8e6b93e7fdc0cd03d240fb74631f0" 2018-11-05 22:07:16,322 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:07:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d2c632a9-1f7c-4d1c-905f-be29adfb6db0 x-openstack-request-id: req-d2c632a9-1f7c-4d1c-905f-be29adfb6db0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0aa85ada-24db-41d2-8ce1-4a9d911d7041 could not be found.", "code": 404}} 2018-11-05 22:07:16,322 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/0aa85ada-24db-41d2-8ce1-4a9d911d7041 used request id req-d2c632a9-1f7c-4d1c-905f-be29adfb6db0 2018-11-05 22:07:16,323 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0aa85ada-24db-41d2-8ce1-4a9d911d7041 could not be found. (HTTP 404) (Request-ID: req-d2c632a9-1f7c-4d1c-905f-be29adfb6db0) 2018-11-05 22:07:16,323 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac 2018-11-05 22:07:16,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b07a71df578f2f9ded29d713bd984a32a3eddb" 2018-11-05 22:07:16,375 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:07:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-246b6341-c7a8-44ab-873c-6faabeb8288c x-compute-request-id: req-246b6341-c7a8-44ab-873c-6faabeb8288c Content-Length: 0 Content-Type: application/json 2018-11-05 22:07:16,375 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/96a30a0e-1e25-49b0-ae38-be480bda4848 used request id req-246b6341-c7a8-44ab-873c-6faabeb8288c 2018-11-05 22:07:16,376 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet 2018-11-05 22:07:16,376 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-subnet 2018-11-05 22:07:16,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6894ea60-2846-4a9f-a4ee-a3f013814afd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:07:18,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e286806e-b488-4939-8095-72ed1148d7e1 Date: Mon, 05 Nov 2018 22:07:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:07:18,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6894ea60-2846-4a9f-a4ee-a3f013814afd used request id req-e286806e-b488-4939-8095-72ed1148d7e1 2018-11-05 22:07:18,787 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-net 2018-11-05 22:07:18,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/a80146a8-d0ab-407b-942c-357ab37fd78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0387ea1beb122b686adbae3572dc20dd0fe1d6ae" 2018-11-05 22:07:20,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97c8d87f-edf7-4ee6-97c5-7cd2c8b54d63 Date: Mon, 05 Nov 2018 22:07:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:07:20,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a80146a8-d0ab-407b-942c-357ab37fd78a used request id req-97c8d87f-edf7-4ee6-97c5-7cd2c8b54d63 2018-11-05 22:07:20,078 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-2c662e6b-51cf-42bf-a502-6ededc629eac-image 2018-11-05 22:07:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d09ea374ac260fecc9fa9f92a3ab17d3d10ebde" 2018-11-05 22:07:21,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa90c3f7-01e1-4b3a-98ee-75adb8937669 Date: Mon, 05 Nov 2018 22:07:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:07:21,897 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a3637445-ac6a-4ecb-a811-cdbf46fc2f66 used request id req-fa90c3f7-01e1-4b3a-98ee-75adb8937669 2018-11-05 22:07:21,899 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:07:21,902 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:07:21,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:07:21,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:22,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["kG3N4atgRDq2nmmTeZpSdA"], "issued_at": "2018-11-05T22:07:22.000000Z"}} 2018-11-05 22:07:22,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:07:22,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e690d7c-83e8-4417-ab61-477b835a5c95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:22,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e690d7c-83e8-4417-ab61-477b835a5c95 2018-11-05 22:07:22,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:07:22,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-c7c9e7c2-aa8e-47b0-a813-19c418d9a15e Date: Mon, 05 Nov 2018 22:07:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image"} 2018-11-05 22:07:22,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image used request id req-c7c9e7c2-aa8e-47b0-a813-19c418d9a15e 2018-11-05 22:07:22,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:07:22,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6b509375-453a-464c-8f98-c64cd27dc974 Date: Mon, 05 Nov 2018 22:07:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:07:22,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6b509375-453a-464c-8f98-c64cd27dc974 2018-11-05 22:07:22,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image"}' 2018-11-05 22:07:23,535 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 X-Openstack-Request-Id: req-d42a5529-4735-4752-8469-540403da46e0 Date: Mon, 05 Nov 2018 22:07:23 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:07:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:07:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "min_disk": 0, "protected": false, "id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "file": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:07:23,535 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d42a5529-4735-4752-8469-540403da46e0 2018-11-05 22:07:23,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" -d '' 2018-11-05 22:07:24,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe5c1050-39cd-462a-821e-3b0172da5908 Date: Mon, 05 Nov 2018 22:07:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:07:24,852 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/file used request id req-fe5c1050-39cd-462a-821e-3b0172da5908 2018-11-05 22:07:24,852 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:07:24,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:07:25,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-6758cb84-a70c-43d1-a12e-8fe89e008b5a Date: Mon, 05 Nov 2018 22:07:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/snap", "metadata": {}}], "self": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "min_disk": 0, "protected": false, "id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "file": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:07:25,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 used request id req-6758cb84-a70c-43d1-a12e-8fe89e008b5a 2018-11-05 22:07:25,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:07:26,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f106c257-bf8c-4bad-b98e-7aea2ec01400 Date: Mon, 05 Nov 2018 22:07:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:07:26,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f106c257-bf8c-4bad-b98e-7aea2ec01400 2018-11-05 22:07:26,041 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image 2018-11-05 22:07:26,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:07:26,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-a7ad85f9-b0d6-4799-ae28-e2fcaa408e03 Date: Mon, 05 Nov 2018 22:07:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/snap", "metadata": {}}], "self": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "min_disk": 0, "protected": false, "id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "file": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:07:26,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 used request id req-a7ad85f9-b0d6-4799-ae28-e2fcaa408e03 2018-11-05 22:07:26,661 - create_image - DEBUG - Instance status is - active 2018-11-05 22:07:26,662 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image 2018-11-05 22:07:26,662 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image 2018-11-05 22:07:26,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:07:26,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:27,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["UGpz935HSrmZFA8h-Ep8lA"], "issued_at": "2018-11-05T22:07:27.000000Z"}} 2018-11-05 22:07:27,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:07:27,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0001c65-20e6-428b-b264-70f37eda7b76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:27,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d0001c65-20e6-428b-b264-70f37eda7b76 2018-11-05 22:07:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:07:27,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f8c57498-1091-48e3-b560-e8553ab56c55 Date: Mon, 05 Nov 2018 22:07:27 GMT RESP BODY: {"networks":[]} 2018-11-05 22:07:27,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-f8c57498-1091-48e3-b560-e8553ab56c55 2018-11-05 22:07:27,292 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net 2018-11-05 22:07:27,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net", "admin_state_up": true}}' 2018-11-05 22:07:27,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-21e79116-1f4d-405e-a3bf-cf246d1c242f Date: Mon, 05 Nov 2018 22:07:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:07:27Z","is_default":false,"provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","mtu":1450}} 2018-11-05 22:07:27,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-21e79116-1f4d-405e-a3bf-cf246d1c242f 2018-11-05 22:07:27,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:07:28,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8685cba7-fec2-481e-b28c-876ed8bb86e7 Date: Mon, 05 Nov 2018 22:07:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:07:27Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:28,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-8685cba7-fec2-481e-b28c-876ed8bb86e7 2018-11-05 22:07:28,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:07:28,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-626f84c2-44f0-4779-8331-b6e921b0f4cf Date: Mon, 05 Nov 2018 22:07:28 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:07:28,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-626f84c2-44f0-4779-8331-b6e921b0f4cf 2018-11-05 22:07:28,274 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet 2018-11-05 22:07:28,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" -d '{"subnets": [{"ip_version": 4, "network_id": "466855d3-1322-4988-9f53-8bc617d0e869", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]}' 2018-11-05 22:07:28,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8e6bca5a-e4bb-4996-8c1d-dd8830f151c5 Date: Mon, 05 Nov 2018 22:07:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:28,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-8e6bca5a-e4bb-4996-8c1d-dd8830f151c5 2018-11-05 22:07:28,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:07:29,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a9a6f77d-3de8-4dbd-9f4f-dc1f27e25516 Date: Mon, 05 Nov 2018 22:07:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:29,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-a9a6f77d-3de8-4dbd-9f4f-dc1f27e25516 2018-11-05 22:07:29,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:07:29,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8025a3f6-d921-40f4-aa06-530627d6ef0b Date: Mon, 05 Nov 2018 22:07:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:29,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-8025a3f6-d921-40f4-aa06-530627d6ef0b 2018-11-05 22:07:29,478 - OpenStackNetwork - DEBUG - Network [466855d3-1322-4988-9f53-8bc617d0e869] created successfully 2018-11-05 22:07:29,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:07:29,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:29,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["cL3duct4RBqj79Gclp3xEQ"], "issued_at": "2018-11-05T22:07:29.000000Z"}} 2018-11-05 22:07:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0f91882f5793878a509f76a20354494239a4f5" 2018-11-05 22:07:29,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168e9698-d2c9-4663-b14d-209d55cb4e8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:29,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-168e9698-d2c9-4663-b14d-209d55cb4e8e 2018-11-05 22:07:29,934 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:07:29,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0f91882f5793878a509f76a20354494239a4f5" 2018-11-05 22:07:30,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20e6cf2c-c0b9-451f-ad85-ae910310963f x-compute-request-id: req-20e6cf2c-c0b9-451f-ad85-ae910310963f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:07:30,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-20e6cf2c-c0b9-451f-ad85-ae910310963f 2018-11-05 22:07:30,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0f91882f5793878a509f76a20354494239a4f5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:07:30,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-c0850e10-4ba5-46be-9034-0c7480c7bb86 x-compute-request-id: req-c0850e10-4ba5-46be-9034-0c7480c7bb86 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:07:30,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c0850e10-4ba5-46be-9034-0c7480c7bb86 2018-11-05 22:07:30,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:07:30,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:31,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["xukfBmxWRBSzPGcjzWWylQ"], "issued_at": "2018-11-05T22:07:31.000000Z"}} 2018-11-05 22:07:31,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:07:31,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec63ef89-60a5-4aea-8cbd-076d58570284 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:31,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ec63ef89-60a5-4aea-8cbd-076d58570284 2018-11-05 22:07:31,372 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:07:32,198 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:31 GMT Server: Apache x-compute-request-id: req-5b8ce162-5729-4475-a7c3-6011fd8b4833 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b8ce162-5729-4475-a7c3-6011fd8b4833 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-05 22:07:32,199 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail used request id req-5b8ce162-5729-4475-a7c3-6011fd8b4833 2018-11-05 22:07:32,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-05 22:07:32,671 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:07:32 GMT Server: Apache x-compute-request-id: req-9ea2e149-5dd4-4766-9b1c-5fbdd21dfadb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ea2e149-5dd4-4766-9b1c-5fbdd21dfadb Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-05T22:07:32.453009", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "size": 1}} 2018-11-05 22:07:32,671 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes used request id req-9ea2e149-5dd4-4766-9b1c-5fbdd21dfadb 2018-11-05 22:07:32,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:07:33,549 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:32 GMT Server: Apache x-compute-request-id: req-2ab46422-7a8c-420f-befd-167646fe9ab8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ab46422-7a8c-420f-befd-167646fe9ab8 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:07:33.000000", "replication_status": null, "snapshot_id": null, "id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144", "bootable": "false", "created_at": "2018-11-05T22:07:32.000000", "volume_type": null}} 2018-11-05 22:07:33,549 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba used request id req-2ab46422-7a8c-420f-befd-167646fe9ab8 2018-11-05 22:07:33,550 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144 2018-11-05 22:07:33,553 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:07:33,746 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:33 GMT Server: Apache x-compute-request-id: req-72dc7b51-7d1f-426f-ab9d-69fec6f7ccd3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72dc7b51-7d1f-426f-ab9d-69fec6f7ccd3 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:07:33.000000", "replication_status": null, "snapshot_id": null, "id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144", "bootable": "false", "created_at": "2018-11-05T22:07:32.000000", "volume_type": null}} 2018-11-05 22:07:33,746 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba used request id req-72dc7b51-7d1f-426f-ab9d-69fec6f7ccd3 2018-11-05 22:07:33,746 - create_volume - DEBUG - Instance status is - available 2018-11-05 22:07:33,746 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144 2018-11-05 22:07:33,747 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144 2018-11-05 22:07:33,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:07:33,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:34,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["SBkKR8WDRwS7Ksh60RMagw"], "issued_at": "2018-11-05T22:07:34.000000Z"}} 2018-11-05 22:07:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:34,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17d3d2c6-88fa-44f3-81eb-2ff3a4933fcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:34,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-17d3d2c6-88fa-44f3-81eb-2ff3a4933fcd 2018-11-05 22:07:34,228 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:07:34,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:34,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69ee03b-2470-43a8-90bc-90ba1f3114b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:34,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b69ee03b-2470-43a8-90bc-90ba1f3114b9 2018-11-05 22:07:34,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:34,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f37dcfdf-31df-4872-9d96-6f8d1e884205 Date: Mon, 05 Nov 2018 22:07:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:34,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-f37dcfdf-31df-4872-9d96-6f8d1e884205 2018-11-05 22:07:34,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:07:34,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:07:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:07:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:34,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35dbbc0c-3c96-4204-847b-b18b88053c9b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:34,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-35dbbc0c-3c96-4204-847b-b18b88053c9b 2018-11-05 22:07:34,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:34,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e1684057-6323-44c7-a50f-0c783b36956b Date: Mon, 05 Nov 2018 22:07:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:34,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-e1684057-6323-44c7-a50f-0c783b36956b 2018-11-05 22:07:34,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:35,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-26925e59-1bb0-4583-8ce9-beae4a429e7f Date: Mon, 05 Nov 2018 22:07:35 GMT RESP BODY: {"ports":[]} 2018-11-05 22:07:35,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port&admin_state_up=True used request id req-26925e59-1bb0-4583-8ce9-beae4a429e7f 2018-11-05 22:07:35,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:35,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-80db72ad-f94e-44d4-ad50-487c5e77f8b7 x-compute-request-id: req-80db72ad-f94e-44d4-ad50-487c5e77f8b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 22:07:35,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst used request id req-80db72ad-f94e-44d4-ad50-487c5e77f8b7 2018-11-05 22:07:35,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:36,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c87bd755-96aa-4a4b-92b7-3e85e9c0d36f Date: Mon, 05 Nov 2018 22:07:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:36,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-c87bd755-96aa-4a4b-92b7-3e85e9c0d36f 2018-11-05 22:07:36,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:36,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e224543-c627-4278-8ec2-5af602c8ef58 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:36,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-1e224543-c627-4278-8ec2-5af602c8ef58 2018-11-05 22:07:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:36,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6493d8d4-46a3-4167-8dfb-854f4cb1dee5 Date: Mon, 05 Nov 2018 22:07:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:36,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-6493d8d4-46a3-4167-8dfb-854f4cb1dee5 2018-11-05 22:07:36,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:36,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8c850316-a624-4731-9e08-44084adfea90 Date: Mon, 05 Nov 2018 22:07:36 GMT RESP BODY: {"ports":[]} 2018-11-05 22:07:36,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port&admin_state_up=True used request id req-8c850316-a624-4731-9e08-44084adfea90 2018-11-05 22:07:36,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:07:36,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:36,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ek57-7_dRl6fUg-oavXK8Q"], "issued_at": "2018-11-05T22:07:36.000000Z"}} 2018-11-05 22:07:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19ab33e479145343ef399e9ef22471ba1910856" 2018-11-05 22:07:36,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25469dec-9bb6-4843-992d-7c34f460b8df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:36,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-25469dec-9bb6-4843-992d-7c34f460b8df 2018-11-05 22:07:36,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:37,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-53003238-efac-4045-a53f-e662fa0fb068 Date: Mon, 05 Nov 2018 22:07:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:37,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-53003238-efac-4045-a53f-e662fa0fb068 2018-11-05 22:07:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:37,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3806c6b0-757d-46d9-a341-ca1373ebd179 Date: Mon, 05 Nov 2018 22:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:37,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-3806c6b0-757d-46d9-a341-ca1373ebd179 2018-11-05 22:07:37,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:37,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7891bb1e-e668-4519-9628-63e8855b61a6 Date: Mon, 05 Nov 2018 22:07:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:37,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-7891bb1e-e668-4519-9628-63e8855b61a6 2018-11-05 22:07:37,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:07:37,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:07:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:07:37,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19ab33e479145343ef399e9ef22471ba1910856" 2018-11-05 22:07:37,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf746ca-e124-4930-b640-75e8ea0ca119 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:37,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-3bf746ca-e124-4930-b640-75e8ea0ca119 2018-11-05 22:07:37,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:37,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d55dc0e-679d-46b7-9bd3-60eb0c978d13 Date: Mon, 05 Nov 2018 22:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:37,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-3d55dc0e-679d-46b7-9bd3-60eb0c978d13 2018-11-05 22:07:37,758 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net 2018-11-05 22:07:37,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" -d '{"port": {"network_id": "466855d3-1322-4988-9f53-8bc617d0e869", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port", "admin_state_up": true}}' 2018-11-05 22:07:38,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-1ed00f4d-e686-4930-8da2-a534888c00d3 Date: Mon, 05 Nov 2018 22:07:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:38Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.11"}],"id":"398c2814-5f7f-48b9-b799-b5e1c806d8bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:25:90:9a","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:38Z","binding:vnic_type":"normal"}} 2018-11-05 22:07:38,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1ed00f4d-e686-4930-8da2-a534888c00d3 2018-11-05 22:07:38,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:38,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-327aa375-d148-4d6e-a8a0-0a2c44d78184 Date: Mon, 05 Nov 2018 22:07:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:38,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-327aa375-d148-4d6e-a8a0-0a2c44d78184 2018-11-05 22:07:38,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:38,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5d20f5-7555-4864-9c52-6a0c37e0199b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:38,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-4b5d20f5-7555-4864-9c52-6a0c37e0199b 2018-11-05 22:07:38,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:38,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a97637f1-2083-4c71-89d2-65654f0a13d6 Date: Mon, 05 Nov 2018 22:07:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:38,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-a97637f1-2083-4c71-89d2-65654f0a13d6 2018-11-05 22:07:38,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:39,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-c6627360-84e2-4903-a7e5-ef94df9ab669 Date: Mon, 05 Nov 2018 22:07:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:38Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.11"}],"id":"398c2814-5f7f-48b9-b799-b5e1c806d8bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:25:90:9a","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:38Z","binding:vnic_type":"normal"}]} 2018-11-05 22:07:39,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port&admin_state_up=True used request id req-c6627360-84e2-4903-a7e5-ef94df9ab669 2018-11-05 22:07:39,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:39,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cdec1b-dc6a-4b2a-941c-58998ef6fdbd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:39,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-22cdec1b-dc6a-4b2a-941c-58998ef6fdbd 2018-11-05 22:07:39,300 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst 2018-11-05 22:07:39,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:39,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc5b0a07-88fa-40e0-8c96-2cc817d0bfe7 x-compute-request-id: req-fc5b0a07-88fa-40e0-8c96-2cc817d0bfe7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-flavor"}]} 2018-11-05 22:07:39,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fc5b0a07-88fa-40e0-8c96-2cc817d0bfe7 2018-11-05 22:07:39,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:39,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f998a1f-1ab5-479c-bf8e-dcaa6d865fbb x-compute-request-id: req-7f998a1f-1ab5-479c-bf8e-dcaa6d865fbb Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:07:39,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e used request id req-7f998a1f-1ab5-479c-bf8e-dcaa6d865fbb 2018-11-05 22:07:39,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:39,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-16842cf9-41cb-4ad6-ba73-028d82cc2716 Date: Mon, 05 Nov 2018 22:07:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/snap", "metadata": {}}], "self": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "min_disk": 0, "protected": false, "id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "file": "/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d766e899-9900-4d2f-99d9-ea90ddf04d17/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image"} 2018-11-05 22:07:39,528 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image used request id req-16842cf9-41cb-4ad6-ba73-028d82cc2716 2018-11-05 22:07:39,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:39,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b026b8a5-1bb5-4b76-b3d9-b89c5687becc Date: Mon, 05 Nov 2018 22:07:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:07:39,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b026b8a5-1bb5-4b76-b3d9-b89c5687becc 2018-11-05 22:07:39,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "imageRef": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "flavorRef": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "max_count": 1, "min_count": 1, "networks": [{"port": "398c2814-5f7f-48b9-b799-b5e1c806d8bc"}]}}' 2018-11-05 22:07:42,325 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:07: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-4705f3f8-ea9c-4e8b-b936-6d4eed98d435 x-compute-request-id: req-4705f3f8-ea9c-4e8b-b936-6d4eed98d435 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "adminPass": "c7devsHrU2vr"}} 2018-11-05 22:07:42,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4705f3f8-ea9c-4e8b-b936-6d4eed98d435 2018-11-05 22:07:42,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:42,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-a43690e2-9848-4918-8dae-4e71b6890b9f x-compute-request-id: req-a43690e2-9848-4918-8dae-4e71b6890b9f Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:42,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-a43690e2-9848-4918-8dae-4e71b6890b9f 2018-11-05 22:07:42,645 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst 2018-11-05 22:07:42,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:43,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-8767d67d-89d7-44eb-9ad0-5d03e6741071 x-compute-request-id: req-8767d67d-89d7-44eb-9ad0-5d03e6741071 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:43,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-8767d67d-89d7-44eb-9ad0-5d03e6741071 2018-11-05 22:07:43,060 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - BUILD 2018-11-05 22:07:43,060 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:07:46,063 - create_instance - DEBUG - VM status query timeout in 896.582015038 2018-11-05 22:07:46,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:47,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-101e2ba3-e3c8-4e6b-bc3d-7a5a99aee93e x-compute-request-id: req-101e2ba3-e3c8-4e6b-bc3d-7a5a99aee93e Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:45Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:47,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-101e2ba3-e3c8-4e6b-bc3d-7a5a99aee93e 2018-11-05 22:07:47,352 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - BUILD 2018-11-05 22:07:47,352 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:07:50,355 - create_instance - DEBUG - VM status query timeout in 892.289613008 2018-11-05 22:07:50,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:51,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-7eafb472-bca7-4a6a-b36b-879531f7c608 x-compute-request-id: req-7eafb472-bca7-4a6a-b36b-879531f7c608 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:90:9a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:49Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:51,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-7eafb472-bca7-4a6a-b36b-879531f7c608 2018-11-05 22:07:51,184 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:07:51,184 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:07:51,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:51,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-895c17c4-c58f-4462-8589-d2ec5d25f12b x-compute-request-id: req-895c17c4-c58f-4462-8589-d2ec5d25f12b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:90:9a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:49Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:51,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-895c17c4-c58f-4462-8589-d2ec5d25f12b 2018-11-05 22:07:51,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:51,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2de35611-4183-41ed-945f-a8cbc3152a67 Date: Mon, 05 Nov 2018 22:07:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:51,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-2de35611-4183-41ed-945f-a8cbc3152a67 2018-11-05 22:07:51,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:51,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23b4df3-88dd-4690-a5e9-812b168645c3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:51,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-b23b4df3-88dd-4690-a5e9-812b168645c3 2018-11-05 22:07:51,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:51,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cab962b4-df2c-4cf1-b974-934650dfe9c1 Date: Mon, 05 Nov 2018 22:07:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:51,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-cab962b4-df2c-4cf1-b974-934650dfe9c1 2018-11-05 22:07:51,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:51,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-e3db51c4-cf9b-4e18-a5bc-09a198231e15 Date: Mon, 05 Nov 2018 22:07:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:46Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.11"}],"id":"398c2814-5f7f-48b9-b799-b5e1c806d8bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:90:9a","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ca6803a0-3ea9-4301-bf42-938fb3ebf8ad","name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.4"}],"id":"8a7d761d-620e-49ee-b633-869a6f3d7a9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:35:64","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-466855d3-1322-4988-9f53-8bc617d0e869","name":"","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.2"}],"id":"941504ce-af7a-433e-8561-e8eb9099858e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:8b:8d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-466855d3-1322-4988-9f53-8bc617d0e869","name":"","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.3"}],"id":"a96541d4-b047-428e-b529-0f37c80ab1ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:b5:12","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-466855d3-1322-4988-9f53-8bc617d0e869","name":"","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:29Z","binding:vnic_type":"normal"}]} 2018-11-05 22:07:51,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-e3db51c4-cf9b-4e18-a5bc-09a198231e15 2018-11-05 22:07:51,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:07:52,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["M7NRcAfxQPybT1UliulKmg"], "issued_at": "2018-11-05T22:07:52.000000Z"}} 2018-11-05 22:07:52,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de380820b88807bc909bf79e9da41a753ab026f" 2018-11-05 22:07:52,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f3ad027-b236-4edd-b08a-5ed9519caab4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:07:52,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3f3ad027-b236-4edd-b08a-5ed9519caab4 2018-11-05 22:07:52,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:53,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-9cb09fb3-7c7c-47aa-b404-b664e94eaefe x-compute-request-id: req-9cb09fb3-7c7c-47aa-b404-b664e94eaefe Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:90:9a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:49Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:07:53,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-9cb09fb3-7c7c-47aa-b404-b664e94eaefe 2018-11-05 22:07:53,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:53,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4157c5da-740e-4077-9717-043b001bdd8d Date: Mon, 05 Nov 2018 22:07:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"466855d3-1322-4988-9f53-8bc617d0e869","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["b4537e55-40a4-4e6c-9028-8c088a9b7a6a"],"description":"","tags":[],"updated_at":"2018-11-05T22:07:28Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:27Z","provider:network_type":"vxlan"}]} 2018-11-05 22:07:53,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net used request id req-4157c5da-740e-4077-9717-043b001bdd8d 2018-11-05 22:07:53,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:53,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943dcbc5-0cd3-4b37-a3a1-c159de0b3f15 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:07:53,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-943dcbc5-0cd3-4b37-a3a1-c159de0b3f15 2018-11-05 22:07:53,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:53,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-99031319-46eb-47dd-93be-446f81430457 Date: Mon, 05 Nov 2018 22:07:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:28Z","dns_nameservers":[],"updated_at":"2018-11-05T22:07:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet"}]} 2018-11-05 22:07:53,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-99031319-46eb-47dd-93be-446f81430457 2018-11-05 22:07:53,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:53,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-d2d32a68-8c73-407d-9342-fd87e139b267 Date: Mon, 05 Nov 2018 22:07:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:46Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.11"}],"id":"398c2814-5f7f-48b9-b799-b5e1c806d8bc","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:90:9a","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ca6803a0-3ea9-4301-bf42-938fb3ebf8ad","name":"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.4"}],"id":"8a7d761d-620e-49ee-b633-869a6f3d7a9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:35:64","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-466855d3-1322-4988-9f53-8bc617d0e869","name":"","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.2"}],"id":"941504ce-af7a-433e-8561-e8eb9099858e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:8b:8d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-466855d3-1322-4988-9f53-8bc617d0e869","name":"","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:07:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4537e55-40a4-4e6c-9028-8c088a9b7a6a","ip_address":"10.55.0.3"}],"id":"a96541d4-b047-428e-b529-0f37c80ab1ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:b5:12","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-466855d3-1322-4988-9f53-8bc617d0e869","name":"","admin_state_up":true,"network_id":"466855d3-1322-4988-9f53-8bc617d0e869","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:07:29Z","binding:vnic_type":"normal"}]} 2018-11-05 22:07:53,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=466855d3-1322-4988-9f53-8bc617d0e869 used request id req-d2d32a68-8c73-407d-9342-fd87e139b267 2018-11-05 22:07:53,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de380820b88807bc909bf79e9da41a753ab026f" -d '{"volumeAttachment": {"volumeId": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}}' 2018-11-05 22:07:55,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-0e1189b2-a998-4556-9b45-ccf94df0d816 x-compute-request-id: req-0e1189b2-a998-4556-9b45-ccf94df0d816 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "volumeId": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}} 2018-11-05 22:07:55,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad/os-volume_attachments used request id req-0e1189b2-a998-4556-9b45-ccf94df0d816 2018-11-05 22:07:55,705 - create_instance - INFO - Deleting Port with ID - 398c2814-5f7f-48b9-b799-b5e1c806d8bc 2018-11-05 22:07:55,705 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-port 2018-11-05 22:07:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/398c2814-5f7f-48b9-b799-b5e1c806d8bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:56,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48c0f446-7d15-47a9-9f1f-2fcdee173627 Date: Mon, 05 Nov 2018 22:07:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:07:56,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/398c2814-5f7f-48b9-b799-b5e1c806d8bc used request id req-48c0f446-7d15-47a9-9f1f-2fcdee173627 2018-11-05 22:07:56,302 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst 2018-11-05 22:07:56,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:56,540 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:07:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a61b4f3c-731c-447b-ad72-f565c9e9f70a x-compute-request-id: req-a61b4f3c-731c-447b-ad72-f565c9e9f70a Content-Type: application/json 2018-11-05 22:07:56,541 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-a61b4f3c-731c-447b-ad72-f565c9e9f70a 2018-11-05 22:07:56,541 - create_instance - INFO - Checking deletion status 2018-11-05 22:07:56,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:07:56,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af5f89df-837f-4218-8860-6e0c1e9a6bca x-compute-request-id: req-af5f89df-837f-4218-8860-6e0c1e9a6bca Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:90:9a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:07:56,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-af5f89df-837f-4218-8860-6e0c1e9a6bca 2018-11-05 22:07:56,810 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:07:56,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:07:59,813 - create_instance - DEBUG - VM status query timeout in 296.727829218 2018-11-05 22:07:59,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:00,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:07: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-3863e626-99b5-40c7-8f6d-368650a80223 x-compute-request-id: req-3863e626-99b5-40c7-8f6d-368650a80223 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:00,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-3863e626-99b5-40c7-8f6d-368650a80223 2018-11-05 22:08:00,212 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:00,213 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:03,216 - create_instance - DEBUG - VM status query timeout in 293.325446129 2018-11-05 22:08:03,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:03,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-12819dd6-dbd4-40f7-beac-70d9937ea314 x-compute-request-id: req-12819dd6-dbd4-40f7-beac-70d9937ea314 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:03,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-12819dd6-dbd4-40f7-beac-70d9937ea314 2018-11-05 22:08:03,478 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:03,478 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:06,482 - create_instance - DEBUG - VM status query timeout in 290.059505224 2018-11-05 22:08:06,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:06,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-a3a46974-f395-41c6-a9b9-70244e9de69d x-compute-request-id: req-a3a46974-f395-41c6-a9b9-70244e9de69d Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:06,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-a3a46974-f395-41c6-a9b9-70244e9de69d 2018-11-05 22:08:06,956 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:06,956 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:09,960 - create_instance - DEBUG - VM status query timeout in 286.581532001 2018-11-05 22:08:09,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:10,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-7a500f07-b410-46ac-9dd5-3f1d20ed4c9b x-compute-request-id: req-7a500f07-b410-46ac-9dd5-3f1d20ed4c9b Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:10,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-7a500f07-b410-46ac-9dd5-3f1d20ed4c9b 2018-11-05 22:08:10,227 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:10,227 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:13,230 - create_instance - DEBUG - VM status query timeout in 283.310883045 2018-11-05 22:08:13,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:13,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-3e519dc0-5e58-47d2-9786-ba49f868eacd x-compute-request-id: req-3e519dc0-5e58-47d2-9786-ba49f868eacd Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:13,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-3e519dc0-5e58-47d2-9786-ba49f868eacd 2018-11-05 22:08:13,661 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:13,661 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:16,664 - create_instance - DEBUG - VM status query timeout in 279.876701117 2018-11-05 22:08:16,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:16,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-e3de4553-b0eb-4a28-a9eb-1b79e23958fd x-compute-request-id: req-e3de4553-b0eb-4a28-a9eb-1b79e23958fd Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:16,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-e3de4553-b0eb-4a28-a9eb-1b79e23958fd 2018-11-05 22:08:16,946 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:16,946 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:19,949 - create_instance - DEBUG - VM status query timeout in 276.59198308 2018-11-05 22:08:19,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:20,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-71b3fc20-df17-4433-9401-98f88b0079d9 x-compute-request-id: req-71b3fc20-df17-4433-9401-98f88b0079d9 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:20,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-71b3fc20-df17-4433-9401-98f88b0079d9 2018-11-05 22:08:20,217 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:20,217 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:23,220 - create_instance - DEBUG - VM status query timeout in 273.321145058 2018-11-05 22:08:23,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:23,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57427950-4b7e-4c4b-86db-018ddd5d546a x-compute-request-id: req-57427950-4b7e-4c4b-86db-018ddd5d546a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:23,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-57427950-4b7e-4c4b-86db-018ddd5d546a 2018-11-05 22:08:23,473 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:23,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:26,477 - create_instance - DEBUG - VM status query timeout in 270.064584017 2018-11-05 22:08:26,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:26,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e70d108-059f-407c-9b26-fe2b712b17d9 x-compute-request-id: req-6e70d108-059f-407c-9b26-fe2b712b17d9 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:07:56Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:26,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-6e70d108-059f-407c-9b26-fe2b712b17d9 2018-11-05 22:08:26,750 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:26,750 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:29,753 - create_instance - DEBUG - VM status query timeout in 266.788174152 2018-11-05 22:08:29,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:30,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a4a8d1c-0f5d-4fbd-a80e-829cd8dea6fc x-compute-request-id: req-0a4a8d1c-0f5d-4fbd-a80e-829cd8dea6fc Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "rel": "bookmark"}], "image": {"id": "d766e899-9900-4d2f-99d9-ea90ddf04d17", "links": [{"href": "http://172.30.9.23:8774/images/d766e899-9900-4d2f-99d9-ea90ddf04d17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-05T22:07:49.000000", "flavor": {"id": "01d05e39-5cf6-4704-ba26-e385bd1e180e", "links": [{"href": "http://172.30.9.23:8774/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e", "rel": "bookmark"}]}, "id": "ca6803a0-3ea9-4301-bf42-938fb3ebf8ad", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:08:28Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst", "created": "2018-11-05T22:07:42Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba"}], "metadata": {}}} 2018-11-05 22:08:30,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-0a4a8d1c-0f5d-4fbd-a80e-829cd8dea6fc 2018-11-05 22:08:30,670 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst] is - ACTIVE 2018-11-05 22:08:30,670 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:08:33,671 - create_instance - DEBUG - VM status query timeout in 262.870115042 2018-11-05 22:08:33,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cc3eb2faa4cfe978f6948bc1666138992d67b6" 2018-11-05 22:08:33,850 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:08: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-b9b3f688-db31-4dae-ad9e-0800b927f5a0 x-compute-request-id: req-b9b3f688-db31-4dae-ad9e-0800b927f5a0 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ca6803a0-3ea9-4301-bf42-938fb3ebf8ad could not be found.", "code": 404}} 2018-11-05 22:08:33,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca6803a0-3ea9-4301-bf42-938fb3ebf8ad used request id req-b9b3f688-db31-4dae-ad9e-0800b927f5a0 2018-11-05 22:08:33,850 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ca6803a0-3ea9-4301-bf42-938fb3ebf8ad could not be found. (HTTP 404) (Request-ID: req-b9b3f688-db31-4dae-ad9e-0800b927f5a0) 2018-11-05 22:08:33,850 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-vm_inst 2018-11-05 22:08:33,854 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:08:34,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:33 GMT Server: Apache x-compute-request-id: req-e4a9b97b-ec37-4dc3-9a9b-966158dec2cc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4a9b97b-ec37-4dc3-9a9b-966158dec2cc Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:08:27.000000", "replication_status": null, "snapshot_id": null, "id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144", "bootable": "false", "created_at": "2018-11-05T22:07:32.000000", "volume_type": null}} 2018-11-05 22:08:34,618 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba used request id req-e4a9b97b-ec37-4dc3-9a9b-966158dec2cc 2018-11-05 22:08:34,618 - create_volume - DEBUG - Instance status is - available 2018-11-05 22:08:34,618 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144 2018-11-05 22:08:34,618 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144 2018-11-05 22:08:34,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:08:35,407 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:08:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ca0bff42-2d74-4c32-aaa4-ab043154fbff 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-11-05 22:08:35,408 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba used request id req-ca0bff42-2d74-4c32-aaa4-ab043154fbff 2018-11-05 22:08:35,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:08:35,614 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:35 GMT Server: Apache x-compute-request-id: req-6b61953c-787c-48b9-a93e-0077eb31ee91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b61953c-787c-48b9-a93e-0077eb31ee91 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:08:35.000000", "replication_status": null, "snapshot_id": null, "id": "537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144", "bootable": "false", "created_at": "2018-11-05T22:07:32.000000", "volume_type": null}} 2018-11-05 22:08:35,614 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba used request id req-6b61953c-787c-48b9-a93e-0077eb31ee91 2018-11-05 22:08:35,615 - create_volume - DEBUG - Instance status is - deleting 2018-11-05 22:08:35,615 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-05 22:08:38,618 - create_volume - DEBUG - Volume status query timeout in 56.78987813 2018-11-05 22:08:38,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8ce162-5729-4475-a7c3-6011fd8b4833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64adf8a754f41950cdb2444c28cfb41a9dc9f7bc" 2018-11-05 22:08:38,659 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:08:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e80cece2-8f14-43d6-93f8-1fa9fa03b214 x-openstack-request-id: req-e80cece2-8f14-43d6-93f8-1fa9fa03b214 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba could not be found.", "code": 404}} 2018-11-05 22:08:38,659 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba used request id req-e80cece2-8f14-43d6-93f8-1fa9fa03b214 2018-11-05 22:08:38,659 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 537d8d6c-c3f8-4f6a-8a9e-7756ef07f1ba could not be found. (HTTP 404) (Request-ID: req-e80cece2-8f14-43d6-93f8-1fa9fa03b214) 2018-11-05 22:08:38,659 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144 2018-11-05 22:08:38,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0f91882f5793878a509f76a20354494239a4f5" 2018-11-05 22:08:38,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-edb0101c-4fe7-45c5-8646-e478d562b1c8 x-compute-request-id: req-edb0101c-4fe7-45c5-8646-e478d562b1c8 Content-Length: 0 Content-Type: application/json 2018-11-05 22:08:38,707 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/01d05e39-5cf6-4704-ba26-e385bd1e180e used request id req-edb0101c-4fe7-45c5-8646-e478d562b1c8 2018-11-05 22:08:38,708 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet 2018-11-05 22:08:38,708 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-subnet 2018-11-05 22:08:38,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/b4537e55-40a4-4e6c-9028-8c088a9b7a6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:08:40,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b6ff84d-f6ed-4572-88f1-66e8e69a0de1 Date: Mon, 05 Nov 2018 22:08:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:08:40,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b4537e55-40a4-4e6c-9028-8c088a9b7a6a used request id req-8b6ff84d-f6ed-4572-88f1-66e8e69a0de1 2018-11-05 22:08:40,944 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-net 2018-11-05 22:08:40,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/466855d3-1322-4988-9f53-8bc617d0e869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fcf36c19e5b4165dcfdca28ddf99895371322f" 2018-11-05 22:08:42,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d049a335-f286-4936-a7fd-0d6a2949a0d2 Date: Mon, 05 Nov 2018 22:08:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:08:42,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/466855d3-1322-4988-9f53-8bc617d0e869 used request id req-d049a335-f286-4936-a7fd-0d6a2949a0d2 2018-11-05 22:08:42,638 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-90921b9c-d314-46d6-a675-829c7bf03144-image 2018-11-05 22:08:42,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9145b10ee2d685b46d0d7f65ac4e5b958325432a" 2018-11-05 22:08:44,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1fb6b3ef-d317-42c3-bdc8-26c0ceea8715 Date: Mon, 05 Nov 2018 22:08:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:08:44,593 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d766e899-9900-4d2f-99d9-ea90ddf04d17 used request id req-1fb6b3ef-d317-42c3-bdc8-26c0ceea8715 2018-11-05 22:08:44,594 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:08:44,597 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:08:44,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:08:44,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:08:44,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["jdfYVqs8Qaay8CLSrG92Ag"], "issued_at": "2018-11-05T22:08:44.000000Z"}} 2018-11-05 22:08:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:08:45,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-956d7a68-03a5-4a77-a1b4-fb6a86ce744d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:45,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-956d7a68-03a5-4a77-a1b4-fb6a86ce744d 2018-11-05 22:08:45,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:08:45,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-d6f943bc-0657-41b8-81c2-0fb7541e3416 Date: Mon, 05 Nov 2018 22:08:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image"} 2018-11-05 22:08:45,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image used request id req-d6f943bc-0657-41b8-81c2-0fb7541e3416 2018-11-05 22:08:45,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:08:45,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1c6ad898-8c20-4cfc-8819-bcee523f77c0 Date: Mon, 05 Nov 2018 22:08:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:08:45,402 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1c6ad898-8c20-4cfc-8819-bcee523f77c0 2018-11-05 22:08:45,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image"}' 2018-11-05 22:08:45,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 X-Openstack-Request-Id: req-a94ed12b-228e-46a8-8208-5cab49adf0e2 Date: Mon, 05 Nov 2018 22:08:45 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:08:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:08:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "min_disk": 0, "protected": false, "id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "file": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:08:45,717 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a94ed12b-228e-46a8-8208-5cab49adf0e2 2018-11-05 22:08:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" -d '' 2018-11-05 22:08:47,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64658a39-893a-44db-9dfc-4c78a3ebba49 Date: Mon, 05 Nov 2018 22:08:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:08:47,772 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/file used request id req-64658a39-893a-44db-9dfc-4c78a3ebba49 2018-11-05 22:08:47,772 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:08:47,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:08:47,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-1ada4daa-ee95-4786-8e1e-ff45a48cffa7 Date: Mon, 05 Nov 2018 22:08:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:08:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:08:47Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/snap", "metadata": {}}], "self": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "min_disk": 0, "protected": false, "id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "file": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:08:47,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 used request id req-1ada4daa-ee95-4786-8e1e-ff45a48cffa7 2018-11-05 22:08:47,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:08:47,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5c34b12-96f1-481b-afba-6a839717d048 Date: Mon, 05 Nov 2018 22:08:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:08:47,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c5c34b12-96f1-481b-afba-6a839717d048 2018-11-05 22:08:47,960 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image 2018-11-05 22:08:47,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:08:48,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-5c95d05e-8ee1-40fb-ac77-6674300e8da3 Date: Mon, 05 Nov 2018 22:08:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:08:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:08:47Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/snap", "metadata": {}}], "self": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "min_disk": 0, "protected": false, "id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "file": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:08:48,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 used request id req-5c95d05e-8ee1-40fb-ac77-6674300e8da3 2018-11-05 22:08:48,138 - create_image - DEBUG - Instance status is - active 2018-11-05 22:08:48,138 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image 2018-11-05 22:08:48,138 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image 2018-11-05 22:08:48,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:08:48,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:08:48,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:08:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["TdMC6yAASpic7-kyLX-_SQ"], "issued_at": "2018-11-05T22:08:48.000000Z"}} 2018-11-05 22:08:48,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:08:48,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20db95b6-3f4e-412d-a3ba-444a2f3cb95f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:48,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20db95b6-3f4e-412d-a3ba-444a2f3cb95f 2018-11-05 22:08:48,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:08:48,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-32e6776e-43b7-4292-8e68-a8b89bea6c05 Date: Mon, 05 Nov 2018 22:08:48 GMT RESP BODY: {"networks":[]} 2018-11-05 22:08:48,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-32e6776e-43b7-4292-8e68-a8b89bea6c05 2018-11-05 22:08:48,778 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net 2018-11-05 22:08:48,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net", "admin_state_up": true}}' 2018-11-05 22:08:49,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-4f518b95-ccc6-47de-8297-e12a92dcdd13 Date: Mon, 05 Nov 2018 22:08:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","is_default":false,"provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","mtu":1450}} 2018-11-05 22:08:49,195 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4f518b95-ccc6-47de-8297-e12a92dcdd13 2018-11-05 22:08:49,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:08:49,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aec27ea0-9143-4b91-a28c-317934d5de7e Date: Mon, 05 Nov 2018 22:08:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:49,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-aec27ea0-9143-4b91-a28c-317934d5de7e 2018-11-05 22:08:49,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:08:49,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-908809d0-8634-49cc-8676-6db420a964f8 Date: Mon, 05 Nov 2018 22:08:49 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:08:49,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-908809d0-8634-49cc-8676-6db420a964f8 2018-11-05 22:08:49,602 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet 2018-11-05 22:08:49,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" -d '{"subnets": [{"ip_version": 4, "network_id": "f4ac375f-9e72-42b6-801c-72e7994e67da", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]}' 2018-11-05 22:08:50,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cbdb0b8e-18f8-4a42-a14f-cbca8d049920 Date: Mon, 05 Nov 2018 22:08:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:50,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-cbdb0b8e-18f8-4a42-a14f-cbca8d049920 2018-11-05 22:08:50,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:08:50,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5f74492f-587d-45d9-8d72-2ff2bd48c5ae Date: Mon, 05 Nov 2018 22:08:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:50,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-5f74492f-587d-45d9-8d72-2ff2bd48c5ae 2018-11-05 22:08:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:08:50,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-abdada84-b726-45ee-b261-a9b69e80d9f1 Date: Mon, 05 Nov 2018 22:08:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:50,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-abdada84-b726-45ee-b261-a9b69e80d9f1 2018-11-05 22:08:50,629 - OpenStackNetwork - DEBUG - Network [f4ac375f-9e72-42b6-801c-72e7994e67da] created successfully 2018-11-05 22:08:50,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:08:50,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:08:51,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Ilc6yfk8RaONKZ6MbQ4fzQ"], "issued_at": "2018-11-05T22:08:51.000000Z"}} 2018-11-05 22:08:51,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee27deda945d905173a8df2521626646b3d9d3f" 2018-11-05 22:08:51,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943ee2c1-f4ad-4c7b-a47f-49d0255ace24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:51,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-943ee2c1-f4ad-4c7b-a47f-49d0255ace24 2018-11-05 22:08:51,084 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:08:51,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee27deda945d905173a8df2521626646b3d9d3f" 2018-11-05 22:08:51,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-a2692d09-faf3-4332-949e-97091f2b2a21 x-compute-request-id: req-a2692d09-faf3-4332-949e-97091f2b2a21 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:08:51,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a2692d09-faf3-4332-949e-97091f2b2a21 2018-11-05 22:08:51,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee27deda945d905173a8df2521626646b3d9d3f" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:08:51,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-c25a6576-62d9-4871-b14d-3504eecf24e4 x-compute-request-id: req-c25a6576-62d9-4871-b14d-3504eecf24e4 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:08:51,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c25a6576-62d9-4871-b14d-3504eecf24e4 2018-11-05 22:08:51,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:08:51,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:08:51,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["qOG5pmQPQ7yXxtfmSREG0g"], "issued_at": "2018-11-05T22:08:51.000000Z"}} 2018-11-05 22:08:51,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:08:51,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e55c59e-df61-4c92-930b-0fdfcfb4aeff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:51,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e55c59e-df61-4c92-930b-0fdfcfb4aeff 2018-11-05 22:08:51,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:08:52,646 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:51 GMT Server: Apache x-compute-request-id: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-05 22:08:52,647 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail used request id req-50d1ade3-a2bc-41f4-80ca-27e406ed847a 2018-11-05 22:08:52,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-05 22:08:53,663 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:08:52 GMT Server: Apache x-compute-request-id: req-ee2e6a53-0021-478a-9fbe-f31eeda5109e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee2e6a53-0021-478a-9fbe-f31eeda5109e Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-05T22:08:53.499652", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "size": 1}} 2018-11-05 22:08:53,663 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes used request id req-ee2e6a53-0021-478a-9fbe-f31eeda5109e 2018-11-05 22:08:53,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:08:54,390 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:53 GMT Server: Apache x-compute-request-id: req-051173aa-4632-474d-8c10-9dbb63781a94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-051173aa-4632-474d-8c10-9dbb63781a94 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:08:53.000000", "replication_status": null, "snapshot_id": null, "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4", "bootable": "false", "created_at": "2018-11-05T22:08:53.000000", "volume_type": null}} 2018-11-05 22:08:54,391 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-051173aa-4632-474d-8c10-9dbb63781a94 2018-11-05 22:08:54,391 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4 2018-11-05 22:08:54,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:08:54,594 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:54 GMT Server: Apache x-compute-request-id: req-72e9254d-ff3d-4d4a-8e3b-72455a5e2602 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72e9254d-ff3d-4d4a-8e3b-72455a5e2602 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:08:53.000000", "replication_status": null, "snapshot_id": null, "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4", "bootable": "false", "created_at": "2018-11-05T22:08:53.000000", "volume_type": null}} 2018-11-05 22:08:54,594 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-72e9254d-ff3d-4d4a-8e3b-72455a5e2602 2018-11-05 22:08:54,595 - create_volume - DEBUG - Instance status is - available 2018-11-05 22:08:54,595 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4 2018-11-05 22:08:54,595 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4 2018-11-05 22:08:54,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:08:54,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:08:54,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:08:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ZbwwUaTNS0eRWC7LHMai0g"], "issued_at": "2018-11-05T22:08:54.000000Z"}} 2018-11-05 22:08:54,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:55,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb5b8d2e-38a5-4ad0-8936-90cc6a7c35ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:55,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fb5b8d2e-38a5-4ad0-8936-90cc6a7c35ed 2018-11-05 22:08:55,078 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:08:55,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:55,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56401f8-4017-4574-820d-cbe9a6909daf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:55,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d56401f8-4017-4574-820d-cbe9a6909daf 2018-11-05 22:08:55,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:55,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-356b3654-acf8-4c0c-8917-8dfca895faef Date: Mon, 05 Nov 2018 22:08:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:55,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-356b3654-acf8-4c0c-8917-8dfca895faef 2018-11-05 22:08:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:08:55,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:08:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:55,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d296eb19-fa32-4458-acd0-e514c94002ac Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:08:55,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-d296eb19-fa32-4458-acd0-e514c94002ac 2018-11-05 22:08:55,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:55,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b400b6be-d2d7-4394-bc9c-aa090be336f5 Date: Mon, 05 Nov 2018 22:08:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:55,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-b400b6be-d2d7-4394-bc9c-aa090be336f5 2018-11-05 22:08:55,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:55,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1a9b768d-af18-4258-be1a-9da53e9bd2be Date: Mon, 05 Nov 2018 22:08:55 GMT RESP BODY: {"ports":[]} 2018-11-05 22:08:55,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port&admin_state_up=True used request id req-1a9b768d-af18-4258-be1a-9da53e9bd2be 2018-11-05 22:08:55,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:56,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa1c6c55-3ac1-4d51-aa14-a719d1953950 x-compute-request-id: req-fa1c6c55-3ac1-4d51-aa14-a719d1953950 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 22:08:56,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst used request id req-fa1c6c55-3ac1-4d51-aa14-a719d1953950 2018-11-05 22:08:56,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:56,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-56fe741d-9519-4aad-b308-59882b88920e Date: Mon, 05 Nov 2018 22:08:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:56,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-56fe741d-9519-4aad-b308-59882b88920e 2018-11-05 22:08:56,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:56,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831742e4-522b-425a-a3fd-2500f08e0b37 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:08:56,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-831742e4-522b-425a-a3fd-2500f08e0b37 2018-11-05 22:08:56,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:56,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8a3a968-c63b-47a3-819f-18449f45babf Date: Mon, 05 Nov 2018 22:08:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:56,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-a8a3a968-c63b-47a3-819f-18449f45babf 2018-11-05 22:08:56,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:56,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-be7f3c82-1c39-4200-8397-514832618046 Date: Mon, 05 Nov 2018 22:08:56 GMT RESP BODY: {"ports":[]} 2018-11-05 22:08:56,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port&admin_state_up=True used request id req-be7f3c82-1c39-4200-8397-514832618046 2018-11-05 22:08:56,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:08:56,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:08:57,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["-pNY55ZrQDqvLIjGG0aJdw"], "issued_at": "2018-11-05T22:08:57.000000Z"}} 2018-11-05 22:08:57,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58baf3f6cd16fa4e828094b1fcc2e065b28febe4" 2018-11-05 22:08:57,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75762ed5-991d-4527-81a5-6495a96cdde8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:08:57,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-75762ed5-991d-4527-81a5-6495a96cdde8 2018-11-05 22:08:57,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:57,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6637e0eb-9e65-42bc-b6ad-b145fb0212a8 Date: Mon, 05 Nov 2018 22:08:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:57,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-6637e0eb-9e65-42bc-b6ad-b145fb0212a8 2018-11-05 22:08:57,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:57,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d951def-c517-4555-af45-18406d01ab03 Date: Mon, 05 Nov 2018 22:08:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:57,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-7d951def-c517-4555-af45-18406d01ab03 2018-11-05 22:08:57,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:57,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-279435cd-f8c0-4f3b-a1b8-0d34de650a65 Date: Mon, 05 Nov 2018 22:08:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:57,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-279435cd-f8c0-4f3b-a1b8-0d34de650a65 2018-11-05 22:08:57,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:08:57,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:08:57,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58baf3f6cd16fa4e828094b1fcc2e065b28febe4" 2018-11-05 22:08:58,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15d2585-652b-4edf-bd93-c9f4e731c738 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:08:58,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-e15d2585-652b-4edf-bd93-c9f4e731c738 2018-11-05 22:08:58,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:58,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-822de10f-34d0-4bc7-976f-539146e6129b Date: Mon, 05 Nov 2018 22:08:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:58,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-822de10f-34d0-4bc7-976f-539146e6129b 2018-11-05 22:08:58,223 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net 2018-11-05 22:08:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" -d '{"port": {"network_id": "f4ac375f-9e72-42b6-801c-72e7994e67da", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port", "admin_state_up": true}}' 2018-11-05 22:08:58,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-129264bd-fbba-46a6-adb7-3d2b7f7b1929 Date: Mon, 05 Nov 2018 22:08:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:58Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"}} 2018-11-05 22:08:58,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-129264bd-fbba-46a6-adb7-3d2b7f7b1929 2018-11-05 22:08:58,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bc0962b6-edb2-4321-a7ad-3f0951dab84b Date: Mon, 05 Nov 2018 22:08:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:08:59,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-bc0962b6-edb2-4321-a7ad-3f0951dab84b 2018-11-05 22:08:59,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19a49e4-d078-4c88-ba64-f278e0ee7ef9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:08:59,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-d19a49e4-d078-4c88-ba64-f278e0ee7ef9 2018-11-05 22:08:59,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c39392b2-475a-47d4-a08d-7546e34cb162 Date: Mon, 05 Nov 2018 22:08:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:08:59,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-c39392b2-475a-47d4-a08d-7546e34cb162 2018-11-05 22:08:59,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-a1322263-356e-47b8-abc5-66e9c3bd60fe Date: Mon, 05 Nov 2018 22:08:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:58Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"}]} 2018-11-05 22:08:59,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port&admin_state_up=True used request id req-a1322263-356e-47b8-abc5-66e9c3bd60fe 2018-11-05 22:08:59,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46454ed7-5231-48a7-82f0-a4ab17687d7f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:08:59,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-46454ed7-5231-48a7-82f0-a4ab17687d7f 2018-11-05 22:08:59,328 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst 2018-11-05 22:08:59,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-c8df4390-9c5c-430a-bb8d-76ac0bd79015 x-compute-request-id: req-c8df4390-9c5c-430a-bb8d-76ac0bd79015 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-flavor"}]} 2018-11-05 22:08:59,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c8df4390-9c5c-430a-bb8d-76ac0bd79015 2018-11-05 22:08:59,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:08: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-486a2d82-03e6-4e3e-a707-977b2c04a086 x-compute-request-id: req-486a2d82-03e6-4e3e-a707-977b2c04a086 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:08:59,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056 used request id req-486a2d82-03e6-4e3e-a707-977b2c04a086 2018-11-05 22:08:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-245eae31-5998-4b09-a304-5522abf8df5b Date: Mon, 05 Nov 2018 22:08:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:08:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:08:47Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/snap", "metadata": {}}], "self": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "min_disk": 0, "protected": false, "id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "file": "/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image"} 2018-11-05 22:08:59,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image used request id req-245eae31-5998-4b09-a304-5522abf8df5b 2018-11-05 22:08:59,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:08:59,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6320c647-05f2-4279-8f95-68fabb5ecaeb Date: Mon, 05 Nov 2018 22:08:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:08:59,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6320c647-05f2-4279-8f95-68fabb5ecaeb 2018-11-05 22:08:59,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "imageRef": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "flavorRef": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "max_count": 1, "min_count": 1, "networks": [{"port": "691e71af-3e4f-4112-b54f-bc77e3e71e80"}]}}' 2018-11-05 22:09:01,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:08: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-d04a8d14-0733-41ab-84a4-1fe5db519ec1 x-compute-request-id: req-d04a8d14-0733-41ab-84a4-1fe5db519ec1 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "adminPass": "S6cQY7JvzJR9"}} 2018-11-05 22:09:01,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d04a8d14-0733-41ab-84a4-1fe5db519ec1 2018-11-05 22:09:01,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:02,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ff65c1b-b897-4129-a7e8-ed79697fd9a6 x-compute-request-id: req-4ff65c1b-b897-4129-a7e8-ed79697fd9a6 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:02,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-4ff65c1b-b897-4129-a7e8-ed79697fd9a6 2018-11-05 22:09:02,043 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst 2018-11-05 22:09:02,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:02,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-f8bfdeb7-e242-4448-8d04-56f346046fd1 x-compute-request-id: req-f8bfdeb7-e242-4448-8d04-56f346046fd1 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:02,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-f8bfdeb7-e242-4448-8d04-56f346046fd1 2018-11-05 22:09:02,473 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst] is - BUILD 2018-11-05 22:09:02,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:09:05,476 - create_instance - DEBUG - VM status query timeout in 896.566494942 2018-11-05 22:09:05,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:05,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-be7d4881-bb0b-4b00-b125-8c823b9b6463 x-compute-request-id: req-be7d4881-bb0b-4b00-b125-8c823b9b6463 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:05,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-be7d4881-bb0b-4b00-b125-8c823b9b6463 2018-11-05 22:09:05,853 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst] is - BUILD 2018-11-05 22:09:05,853 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:09:08,856 - create_instance - DEBUG - VM status query timeout in 893.186920881 2018-11-05 22:09:08,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:09,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-a7239da1-5393-4902-bbd1-1a565e2168e7 x-compute-request-id: req-a7239da1-5393-4902-bbd1-1a565e2168e7 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:06Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:09,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-a7239da1-5393-4902-bbd1-1a565e2168e7 2018-11-05 22:09:09,446 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst] is - BUILD 2018-11-05 22:09:09,446 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:09:12,449 - create_instance - DEBUG - VM status query timeout in 889.59372592 2018-11-05 22:09:12,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:13,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3649584-ea73-4a98-99e4-88ff2c7d3d8d x-compute-request-id: req-a3649584-ea73-4a98-99e4-88ff2c7d3d8d Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:09Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:13,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-a3649584-ea73-4a98-99e4-88ff2c7d3d8d 2018-11-05 22:09:13,363 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst] is - ACTIVE 2018-11-05 22:09:13,363 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:09:13,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:13,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-a4e07f17-8bca-4920-9f43-69ff29875ac5 x-compute-request-id: req-a4e07f17-8bca-4920-9f43-69ff29875ac5 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:09Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:13,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-a4e07f17-8bca-4920-9f43-69ff29875ac5 2018-11-05 22:09:13,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:14,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-be478570-e81e-4fec-b0ba-45a59f4719c4 Date: Mon, 05 Nov 2018 22:09:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:09:14,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-be478570-e81e-4fec-b0ba-45a59f4719c4 2018-11-05 22:09:14,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:14,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a916c91-f380-4f18-af3f-578695851a2b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:09:14,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-7a916c91-f380-4f18-af3f-578695851a2b 2018-11-05 22:09:14,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:14,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7eb031e8-3018-4145-ac72-b45732e4ff7b Date: Mon, 05 Nov 2018 22:09:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:09:14,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-7eb031e8-3018-4145-ac72-b45732e4ff7b 2018-11-05 22:09:14,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:14,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-cb3e10c7-10fa-4ac6-b6be-5e3b96e3f2f3 Date: Mon, 05 Nov 2018 22:09:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.2"}],"id":"0a5186f3-4ac8-4f30-81a4-adfbe59ae3fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:dc:c7","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.4"}],"id":"5560063d-a6c7-4838-b739-e680df6cc368","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8f:1d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3451b61b-0fd2-46c8-965a-da053c8563a8","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.3"}],"id":"c27f1343-6902-48fc-8367-a839493f081a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:51:59","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"}]} 2018-11-05 22:09:14,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-cb3e10c7-10fa-4ac6-b6be-5e3b96e3f2f3 2018-11-05 22:09:14,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:14,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["WwV0lHAwRZqDeTwDgCKcmg"], "issued_at": "2018-11-05T22:09:14.000000Z"}} 2018-11-05 22:09:14,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:14,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c19f7b5-a35d-4579-96ed-c432107e2c28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:14,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6c19f7b5-a35d-4579-96ed-c432107e2c28 2018-11-05 22:09:14,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:15,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-bd2f336c-cc53-4931-9fe9-47d15a7b6dfb x-compute-request-id: req-bd2f336c-cc53-4931-9fe9-47d15a7b6dfb Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:09Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:09:15,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-bd2f336c-cc53-4931-9fe9-47d15a7b6dfb 2018-11-05 22:09:15,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:15,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2f37936f-e37e-4566-a973-8c6268070ba6 Date: Mon, 05 Nov 2018 22:09:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:09:15,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-2f37936f-e37e-4566-a973-8c6268070ba6 2018-11-05 22:09:15,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:15,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7462fee6-c8a2-4ca6-a009-417b6806157b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:09:15,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-7462fee6-c8a2-4ca6-a009-417b6806157b 2018-11-05 22:09:15,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:15,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-87bcb426-bfc3-4d89-88a8-c71f270b849f Date: Mon, 05 Nov 2018 22:09:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:09:15,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-87bcb426-bfc3-4d89-88a8-c71f270b849f 2018-11-05 22:09:15,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:15,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b26d430c-7ae9-4a25-a45b-dd6948ee1f20 Date: Mon, 05 Nov 2018 22:09:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.2"}],"id":"0a5186f3-4ac8-4f30-81a4-adfbe59ae3fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:dc:c7","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.4"}],"id":"5560063d-a6c7-4838-b739-e680df6cc368","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8f:1d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3451b61b-0fd2-46c8-965a-da053c8563a8","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.3"}],"id":"c27f1343-6902-48fc-8367-a839493f081a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:51:59","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"}]} 2018-11-05 22:09:15,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-b26d430c-7ae9-4a25-a45b-dd6948ee1f20 2018-11-05 22:09:15,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" -d '{"volumeAttachment": {"volumeId": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}}' 2018-11-05 22:09:17,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-46c95f16-ab00-4c9c-ad9a-6ec6dc035285 x-compute-request-id: req-46c95f16-ab00-4c9c-ad9a-6ec6dc035285 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "3451b61b-0fd2-46c8-965a-da053c8563a8", "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "volumeId": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}} 2018-11-05 22:09:17,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8/os-volume_attachments used request id req-46c95f16-ab00-4c9c-ad9a-6ec6dc035285 2018-11-05 22:09:17,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:18,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-47d137ef-13e8-4953-97a1-5bf55f1235e8 x-compute-request-id: req-47d137ef-13e8-4953-97a1-5bf55f1235e8 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:09Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}], "metadata": {}}} 2018-11-05 22:09:18,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-47d137ef-13e8-4953-97a1-5bf55f1235e8 2018-11-05 22:09:18,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:18,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6ec8b129-0b90-4b95-9334-e68db33e16ea Date: Mon, 05 Nov 2018 22:09:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:09:18,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-6ec8b129-0b90-4b95-9334-e68db33e16ea 2018-11-05 22:09:18,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:09:18,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:09:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:09:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:18,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f16adb4-f321-48db-ab56-c92088cf887f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:09:18,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-0f16adb4-f321-48db-ab56-c92088cf887f 2018-11-05 22:09:18,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:18,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-feeeb322-66d8-4a8e-813e-0b4f5121e090 Date: Mon, 05 Nov 2018 22:09:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:09:18,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-feeeb322-66d8-4a8e-813e-0b4f5121e090 2018-11-05 22:09:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:19,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-1b4de108-c567-4686-92ed-a6d07c23e898 Date: Mon, 05 Nov 2018 22:09:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.2"}],"id":"0a5186f3-4ac8-4f30-81a4-adfbe59ae3fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:dc:c7","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.4"}],"id":"5560063d-a6c7-4838-b739-e680df6cc368","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8f:1d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3451b61b-0fd2-46c8-965a-da053c8563a8","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.3"}],"id":"c27f1343-6902-48fc-8367-a839493f081a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:51:59","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"}]} 2018-11-05 22:09:19,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-1b4de108-c567-4686-92ed-a6d07c23e898 2018-11-05 22:09:19,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:19,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bdf54f0-6d4e-4720-861a-5f10bb1aa223 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:19,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4bdf54f0-6d4e-4720-861a-5f10bb1aa223 2018-11-05 22:09:19,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:19,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-7362ee00-1f44-4ecb-97e4-57c816ccb888 x-compute-request-id: req-7362ee00-1f44-4ecb-97e4-57c816ccb888 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:19Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}], "metadata": {}}} 2018-11-05 22:09:19,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-7362ee00-1f44-4ecb-97e4-57c816ccb888 2018-11-05 22:09:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:19,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b12985bc-26ec-4f26-b9fe-946469c56d98 Date: Mon, 05 Nov 2018 22:09:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:09:19,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-b12985bc-26ec-4f26-b9fe-946469c56d98 2018-11-05 22:09:19,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:19,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf5b997-83d9-4bb3-bae7-a071b540d27e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:09:19,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-0bf5b997-83d9-4bb3-bae7-a071b540d27e 2018-11-05 22:09:19,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:19,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be39c71f-9655-4bb0-9404-ee0ef17086f9 Date: Mon, 05 Nov 2018 22:09:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:09:19,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-be39c71f-9655-4bb0-9404-ee0ef17086f9 2018-11-05 22:09:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:19,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-36977561-9c6e-4296-999d-8a344e8e4609 Date: Mon, 05 Nov 2018 22:09:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.2"}],"id":"0a5186f3-4ac8-4f30-81a4-adfbe59ae3fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:dc:c7","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.4"}],"id":"5560063d-a6c7-4838-b739-e680df6cc368","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8f:1d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3451b61b-0fd2-46c8-965a-da053c8563a8","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.3"}],"id":"c27f1343-6902-48fc-8367-a839493f081a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:51:59","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"}]} 2018-11-05 22:09:19,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-36977561-9c6e-4296-999d-8a344e8e4609 2018-11-05 22:09:19,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:21,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-4199d4c9-fc3b-459f-8dbc-7afe90abb9aa x-compute-request-id: req-4199d4c9-fc3b-459f-8dbc-7afe90abb9aa Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:19Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}], "metadata": {}}} 2018-11-05 22:09:21,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-4199d4c9-fc3b-459f-8dbc-7afe90abb9aa 2018-11-05 22:09:21,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:21,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e9a9aacf-0b28-4dcc-9466-399d5d1be001 Date: Mon, 05 Nov 2018 22:09:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:09:21,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-e9a9aacf-0b28-4dcc-9466-399d5d1be001 2018-11-05 22:09:21,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:21,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34b49381-e8db-4816-a6b5-a9cb74fee0f5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:09:21,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-34b49381-e8db-4816-a6b5-a9cb74fee0f5 2018-11-05 22:09:21,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:21,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-94cef4f8-5daa-4a81-96da-e8c6257df199 Date: Mon, 05 Nov 2018 22:09:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:09:21,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-94cef4f8-5daa-4a81-96da-e8c6257df199 2018-11-05 22:09:21,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:21,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-0bc328ff-54cf-4068-92ef-06a68d64fef5 Date: Mon, 05 Nov 2018 22:09:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.2"}],"id":"0a5186f3-4ac8-4f30-81a4-adfbe59ae3fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:dc:c7","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.4"}],"id":"5560063d-a6c7-4838-b739-e680df6cc368","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8f:1d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3451b61b-0fd2-46c8-965a-da053c8563a8","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.3"}],"id":"c27f1343-6902-48fc-8367-a839493f081a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:51:59","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"}]} 2018-11-05 22:09:21,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-0bc328ff-54cf-4068-92ef-06a68d64fef5 2018-11-05 22:09:21,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:22,455 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:21 GMT Server: Apache x-compute-request-id: req-6bedac02-a274-4029-a77f-9fd71dfa1377 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6bedac02-a274-4029-a77f-9fd71dfa1377 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "attachment_id": "f3b1c1f0-282e-43a8-b46a-acfe6199f1ef", "attached_at": "2018-11-05T22:09:19.000000", "host_name": null, "volume_id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "device": "/dev/vdb", "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:09:19.000000", "replication_status": null, "snapshot_id": null, "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4", "bootable": "false", "created_at": "2018-11-05T22:08:53.000000", "volume_type": null}} 2018-11-05 22:09:22,455 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-6bedac02-a274-4029-a77f-9fd71dfa1377 2018-11-05 22:09:22,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:23,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-57c4d891-248f-460f-aa4f-36fbeee98fcb x-compute-request-id: req-57c4d891-248f-460f-aa4f-36fbeee98fcb Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:f4:3e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:19Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}], "metadata": {}}} 2018-11-05 22:09:23,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-57c4d891-248f-460f-aa4f-36fbeee98fcb 2018-11-05 22:09:23,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:23,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e7ba48be-8736-4907-bccd-44b16692190a Date: Mon, 05 Nov 2018 22:09:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4ac375f-9e72-42b6-801c-72e7994e67da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["490cd8e0-3faf-4710-a2d2-7ac6faa154be"],"description":"","tags":[],"updated_at":"2018-11-05T22:08:49Z","provider:segmentation_id":54,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:48Z","provider:network_type":"vxlan"}]} 2018-11-05 22:09:23,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net used request id req-e7ba48be-8736-4907-bccd-44b16692190a 2018-11-05 22:09:23,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:23,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-887274e8-82be-46ca-872e-901bca135f30 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:09:23,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-887274e8-82be-46ca-872e-901bca135f30 2018-11-05 22:09:23,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:23,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-421f803b-e827-4673-889d-5d3f360b2537 Date: Mon, 05 Nov 2018 22:09:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:49Z","dns_nameservers":[],"updated_at":"2018-11-05T22:08:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet"}]} 2018-11-05 22:09:23,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-421f803b-e827-4673-889d-5d3f360b2537 2018-11-05 22:09:23,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:23,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-17d754ac-d7ba-4fa7-b71b-b302def52a67 Date: Mon, 05 Nov 2018 22:09:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.2"}],"id":"0a5186f3-4ac8-4f30-81a4-adfbe59ae3fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:dc:c7","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.4"}],"id":"5560063d-a6c7-4838-b739-e680df6cc368","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8f:1d","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.14"}],"id":"691e71af-3e4f-4112-b54f-bc77e3e71e80","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:f4:3e","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3451b61b-0fd2-46c8-965a-da053c8563a8","name":"NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:08:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"490cd8e0-3faf-4710-a2d2-7ac6faa154be","ip_address":"10.55.0.3"}],"id":"c27f1343-6902-48fc-8367-a839493f081a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:51:59","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4ac375f-9e72-42b6-801c-72e7994e67da","name":"","admin_state_up":true,"network_id":"f4ac375f-9e72-42b6-801c-72e7994e67da","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:08:51Z","binding:vnic_type":"normal"}]} 2018-11-05 22:09:23,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-17d754ac-d7ba-4fa7-b71b-b302def52a67 2018-11-05 22:09:23,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8/os-volume_attachments/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1e199663756d157c1d9c1aa145e784b40d1fcb" 2018-11-05 22:09:25,231 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ebb7248-000d-4463-926a-5839b17303fc x-compute-request-id: req-8ebb7248-000d-4463-926a-5839b17303fc Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:25,231 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8/os-volume_attachments/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-8ebb7248-000d-4463-926a-5839b17303fc 2018-11-05 22:09:25,232 - create_instance - INFO - Deleting Port with ID - 691e71af-3e4f-4112-b54f-bc77e3e71e80 2018-11-05 22:09:25,232 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-port 2018-11-05 22:09:25,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/691e71af-3e4f-4112-b54f-bc77e3e71e80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:25,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b46ca44d-e420-4a87-872b-a867a64f4279 Date: Mon, 05 Nov 2018 22:09:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:09:25,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/691e71af-3e4f-4112-b54f-bc77e3e71e80 used request id req-b46ca44d-e420-4a87-872b-a867a64f4279 2018-11-05 22:09:25,679 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst 2018-11-05 22:09:25,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:25,875 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:09: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-ef67f0a4-68c8-4176-824a-d6c5912aa166 x-compute-request-id: req-ef67f0a4-68c8-4176-824a-d6c5912aa166 Content-Type: application/json 2018-11-05 22:09:25,875 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-ef67f0a4-68c8-4176-824a-d6c5912aa166 2018-11-05 22:09:25,875 - create_instance - INFO - Checking deletion status 2018-11-05 22:09:25,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:26,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-a3e4d389-1e7d-4e44-866a-5a61fdd92d8b x-compute-request-id: req-a3e4d389-1e7d-4e44-866a-5a61fdd92d8b Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3451b61b-0fd2-46c8-965a-da053c8563a8", "rel": "bookmark"}], "image": {"id": "8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "links": [{"href": "http://172.30.9.23:8774/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-05T22:09:09.000000", "flavor": {"id": "25508ff3-92b3-4298-b8ac-ab2eb2e43056", "links": [{"href": "http://172.30.9.23:8774/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056", "rel": "bookmark"}]}, "id": "3451b61b-0fd2-46c8-965a-da053c8563a8", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:09:25Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst", "created": "2018-11-05T22:09:01Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [{"id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca"}], "metadata": {}}} 2018-11-05 22:09:26,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-a3e4d389-1e7d-4e44-866a-5a61fdd92d8b 2018-11-05 22:09:26,140 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst] is - ACTIVE 2018-11-05 22:09:26,140 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:09:29,143 - create_instance - DEBUG - VM status query timeout in 296.732071877 2018-11-05 22:09:29,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56cc4b23965e0e48d7973856706a4637705512a7" 2018-11-05 22:09:29,191 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eaa4a5bc-ae80-44d8-be74-b93835413809 x-compute-request-id: req-eaa4a5bc-ae80-44d8-be74-b93835413809 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3451b61b-0fd2-46c8-965a-da053c8563a8 could not be found.", "code": 404}} 2018-11-05 22:09:29,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3451b61b-0fd2-46c8-965a-da053c8563a8 used request id req-eaa4a5bc-ae80-44d8-be74-b93835413809 2018-11-05 22:09:29,192 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3451b61b-0fd2-46c8-965a-da053c8563a8 could not be found. (HTTP 404) (Request-ID: req-eaa4a5bc-ae80-44d8-be74-b93835413809) 2018-11-05 22:09:29,192 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-vm_inst 2018-11-05 22:09:29,196 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:09:29,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:29 GMT Server: Apache x-compute-request-id: req-2fab7439-8629-4b31-96fb-df7e7e7c8261 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2fab7439-8629-4b31-96fb-df7e7e7c8261 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:09:28.000000", "replication_status": null, "snapshot_id": null, "id": "a74136ff-86ff-4f56-a0da-3a3bec1d64ca", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4", "bootable": "false", "created_at": "2018-11-05T22:08:53.000000", "volume_type": null}} 2018-11-05 22:09:29,963 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-2fab7439-8629-4b31-96fb-df7e7e7c8261 2018-11-05 22:09:29,963 - create_volume - DEBUG - Instance status is - available 2018-11-05 22:09:29,963 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4 2018-11-05 22:09:29,963 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4 2018-11-05 22:09:29,966 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:09:30,186 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e17c7e4a-0444-474d-9379-bb68ab1014ca 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-11-05 22:09:30,186 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-e17c7e4a-0444-474d-9379-bb68ab1014ca 2018-11-05 22:09:30,189 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50d1ade3-a2bc-41f4-80ca-27e406ed847a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b0cda54abc4b380bf3f32fbefc559e7d91b06e" 2018-11-05 22:09:30,913 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:09:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d6482465-0306-4399-a700-775ded980ed3 x-openstack-request-id: req-d6482465-0306-4399-a700-775ded980ed3 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a74136ff-86ff-4f56-a0da-3a3bec1d64ca could not be found.", "code": 404}} 2018-11-05 22:09:30,914 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/a74136ff-86ff-4f56-a0da-3a3bec1d64ca used request id req-d6482465-0306-4399-a700-775ded980ed3 2018-11-05 22:09:30,914 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume a74136ff-86ff-4f56-a0da-3a3bec1d64ca could not be found. (HTTP 404) (Request-ID: req-d6482465-0306-4399-a700-775ded980ed3) 2018-11-05 22:09:30,914 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4 2018-11-05 22:09:30,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee27deda945d905173a8df2521626646b3d9d3f" 2018-11-05 22:09:30,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb2f67b0-9fef-4851-a6b6-828265f929ef x-compute-request-id: req-cb2f67b0-9fef-4851-a6b6-828265f929ef Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:30,965 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/25508ff3-92b3-4298-b8ac-ab2eb2e43056 used request id req-cb2f67b0-9fef-4851-a6b6-828265f929ef 2018-11-05 22:09:30,966 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet 2018-11-05 22:09:30,966 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-subnet 2018-11-05 22:09:30,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/490cd8e0-3faf-4710-a2d2-7ac6faa154be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:09:33,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f0ed5ad-acde-4d1e-bb8a-405ab1f6d024 Date: Mon, 05 Nov 2018 22:09:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:09:33,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/490cd8e0-3faf-4710-a2d2-7ac6faa154be used request id req-9f0ed5ad-acde-4d1e-bb8a-405ab1f6d024 2018-11-05 22:09:33,381 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-net 2018-11-05 22:09:33,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f4ac375f-9e72-42b6-801c-72e7994e67da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3e4001dca605ab590d9994a69542c53ab57492" 2018-11-05 22:09:34,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8662e78a-160c-46be-b159-7f832dcacbbb Date: Mon, 05 Nov 2018 22:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:09:34,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f4ac375f-9e72-42b6-801c-72e7994e67da used request id req-8662e78a-160c-46be-b159-7f832dcacbbb 2018-11-05 22:09:34,639 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-3a9c8719-f4d9-468a-912b-52234bff1aa4-image 2018-11-05 22:09:34,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}533c44be1f277156aaee4099b79a83a0a4a1000d" 2018-11-05 22:09:36,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-535678dd-a0a9-4245-bae4-1f55cce7f7a8 Date: Mon, 05 Nov 2018 22:09:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:09:36,921 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8d3a7622-b77f-47f9-984b-7f9b8fb4d0b5 used request id req-535678dd-a0a9-4245-bae4-1f55cce7f7a8 2018-11-05 22:09:36,923 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:36,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:36,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:37,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Ga49q4m4RkCMTkIuGRlhNA"], "issued_at": "2018-11-05T22:09:37.000000Z"}} 2018-11-05 22:09:37,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb0ec62a7cd0d99b58b397a55c8f9419d22611c" 2018-11-05 22:09:37,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59fcd5d9-d069-46ac-ad37-abac32fde62a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:37,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59fcd5d9-d069-46ac-ad37-abac32fde62a 2018-11-05 22:09:37,393 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:37,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb0ec62a7cd0d99b58b397a55c8f9419d22611c" 2018-11-05 22:09:37,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-6447c61a-ce50-490a-a2f4-57c808505e86 x-compute-request-id: req-6447c61a-ce50-490a-a2f4-57c808505e86 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:37,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6447c61a-ce50-490a-a2f4-57c808505e86 2018-11-05 22:09:37,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb0ec62a7cd0d99b58b397a55c8f9419d22611c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-740c8d4b-8200-4e0a-90f7-c282357fb1b4name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-05 22:09:37,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-4819b385-882f-4781-862c-c828bf25f4e7 x-compute-request-id: req-4819b385-882f-4781-862c-c828bf25f4e7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab758a14-80e8-48da-98fb-ab9f85b5352c", "name": "CreateFlavorTests-740c8d4b-8200-4e0a-90f7-c282357fb1b4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:37,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4819b385-882f-4781-862c-c828bf25f4e7 2018-11-05 22:09:37,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:38,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["PJGXigbNRq-BwYvGQphXXw"], "issued_at": "2018-11-05T22:09:38.000000Z"}} 2018-11-05 22:09:38,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8774cc0f8946a50c25fc547b3bfdf9abd3eed42" 2018-11-05 22:09:38,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-75368b09-977f-4385-9165-210c538094dd x-compute-request-id: req-75368b09-977f-4385-9165-210c538094dd Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab758a14-80e8-48da-98fb-ab9f85b5352c", "name": "CreateFlavorTests-740c8d4b-8200-4e0a-90f7-c282357fb1b4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:38,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c used request id req-75368b09-977f-4385-9165-210c538094dd 2018-11-05 22:09:38,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8774cc0f8946a50c25fc547b3bfdf9abd3eed42" 2018-11-05 22:09:38,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a656f479-b07b-49c3-8049-70019a1d8950 x-compute-request-id: req-a656f479-b07b-49c3-8049-70019a1d8950 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:09:38,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c/os-extra_specs used request id req-a656f479-b07b-49c3-8049-70019a1d8950 2018-11-05 22:09:38,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb0ec62a7cd0d99b58b397a55c8f9419d22611c" 2018-11-05 22:09:38,415 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea0fd82f-29f3-4c1c-9b39-4505bc8c6d34 x-compute-request-id: req-ea0fd82f-29f3-4c1c-9b39-4505bc8c6d34 Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:38,415 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ab758a14-80e8-48da-98fb-ab9f85b5352c used request id req-ea0fd82f-29f3-4c1c-9b39-4505bc8c6d34 2018-11-05 22:09:38,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8774cc0f8946a50c25fc547b3bfdf9abd3eed42" 2018-11-05 22:09:38,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f909ed30-8a33-4d41-b887-11d4c56d48c5 x-compute-request-id: req-f909ed30-8a33-4d41-b887-11d4c56d48c5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:38,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f909ed30-8a33-4d41-b887-11d4c56d48c5 2018-11-05 22:09:38,441 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:38,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:38,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:38,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_cBZhBWlT9iNZi5moTJSUQ"], "issued_at": "2018-11-05T22:09:38.000000Z"}} 2018-11-05 22:09:38,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0d3258d31c3831cb672c831d21ab9de02cef54" 2018-11-05 22:09:38,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a02abf-65cd-4d65-87b8-bd1e5d6eb1b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:38,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80a02abf-65cd-4d65-87b8-bd1e5d6eb1b4 2018-11-05 22:09:38,909 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:38,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0d3258d31c3831cb672c831d21ab9de02cef54" 2018-11-05 22:09:39,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4769704a-5da4-481a-ab26-c16cc637d7b5 x-compute-request-id: req-4769704a-5da4-481a-ab26-c16cc637d7b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:39,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4769704a-5da4-481a-ab26-c16cc637d7b5 2018-11-05 22:09:39,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0d3258d31c3831cb672c831d21ab9de02cef54" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-4e7b1e86-8650-45dc-ae68-8d5a07cc9e44name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-05 22:09:39,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b1ed383-b5b2-4c0c-9ab3-c056248b858f x-compute-request-id: req-7b1ed383-b5b2-4c0c-9ab3-c056248b858f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "baa8b6b6-f7e1-4a13-9e14-81d855c48da5", "name": "CreateFlavorTests-4e7b1e86-8650-45dc-ae68-8d5a07cc9e44name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:39,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7b1ed383-b5b2-4c0c-9ab3-c056248b858f 2018-11-05 22:09:39,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:39,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["1W6HTDqNQmKI46oXUIKzsA"], "issued_at": "2018-11-05T22:09:39.000000Z"}} 2018-11-05 22:09:39,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3916fc37ec57b055340cf9cf224ba9f5f543f36d" 2018-11-05 22:09:39,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45be921a-a963-41c7-99c2-802f340e7b1a x-compute-request-id: req-45be921a-a963-41c7-99c2-802f340e7b1a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "baa8b6b6-f7e1-4a13-9e14-81d855c48da5", "name": "CreateFlavorTests-4e7b1e86-8650-45dc-ae68-8d5a07cc9e44name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:39,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5 used request id req-45be921a-a963-41c7-99c2-802f340e7b1a 2018-11-05 22:09:39,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3916fc37ec57b055340cf9cf224ba9f5f543f36d" 2018-11-05 22:09:39,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-0c189b1f-ee6b-4512-8a8d-5a31a80a2752 x-compute-request-id: req-0c189b1f-ee6b-4512-8a8d-5a31a80a2752 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:09:39,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5/os-extra_specs used request id req-0c189b1f-ee6b-4512-8a8d-5a31a80a2752 2018-11-05 22:09:39,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3916fc37ec57b055340cf9cf224ba9f5f543f36d" 2018-11-05 22:09:39,730 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09: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-2c240ae4-4b1b-49e2-83c7-aa916a456f85 x-compute-request-id: req-2c240ae4-4b1b-49e2-83c7-aa916a456f85 Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:39,731 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5 used request id req-2c240ae4-4b1b-49e2-83c7-aa916a456f85 2018-11-05 22:09:39,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3916fc37ec57b055340cf9cf224ba9f5f543f36d" 2018-11-05 22:09:39,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-c94a1625-1a5d-4089-8c43-a55443dd1131 x-compute-request-id: req-c94a1625-1a5d-4089-8c43-a55443dd1131 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:39,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c94a1625-1a5d-4089-8c43-a55443dd1131 2018-11-05 22:09:39,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0d3258d31c3831cb672c831d21ab9de02cef54" 2018-11-05 22:09:39,782 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:09: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-a2d581b8-93ee-4a89-82ef-2bbc768951b4 x-compute-request-id: req-a2d581b8-93ee-4a89-82ef-2bbc768951b4 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor baa8b6b6-f7e1-4a13-9e14-81d855c48da5 could not be found.", "code": 404}} 2018-11-05 22:09:39,782 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/baa8b6b6-f7e1-4a13-9e14-81d855c48da5 used request id req-a2d581b8-93ee-4a89-82ef-2bbc768951b4 2018-11-05 22:09:39,783 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:39,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:39,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:40,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["XG4TEzNFRwOgV2iS9Y7d8Q"], "issued_at": "2018-11-05T22:09:40.000000Z"}} 2018-11-05 22:09:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd6c67bc99c1702c645ea15f23bd579157ba621" 2018-11-05 22:09:40,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e943813-1ba2-4f12-ab0f-cb0474a8ced2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:40,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9e943813-1ba2-4f12-ab0f-cb0474a8ced2 2018-11-05 22:09:40,254 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:40,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd6c67bc99c1702c645ea15f23bd579157ba621" 2018-11-05 22:09:40,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15dc63a1-fff2-4ecc-b877-b26d95afad23 x-compute-request-id: req-15dc63a1-fff2-4ecc-b877-b26d95afad23 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:40,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-15dc63a1-fff2-4ecc-b877-b26d95afad23 2018-11-05 22:09:40,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd6c67bc99c1702c645ea15f23bd579157ba621" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d9d76b6d-d1fa-44e0-a335-35a5d5baa605name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-05 22:09:40,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-259713be-65b1-4b94-8ab1-3ef813f067f5 x-compute-request-id: req-259713be-65b1-4b94-8ab1-3ef813f067f5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2abf0a28-ae85-4092-ab74-08f8cde53993", "name": "CreateFlavorTests-d9d76b6d-d1fa-44e0-a335-35a5d5baa605name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:40,508 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-259713be-65b1-4b94-8ab1-3ef813f067f5 2018-11-05 22:09:40,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:40,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["woOq-xutTGie7qAegSqGfw"], "issued_at": "2018-11-05T22:09:40.000000Z"}} 2018-11-05 22:09:40,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecba118fa4ad87a5b6caf9c42f56714b957e5924" 2018-11-05 22:09:41,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f522c59-f3fe-4597-bd09-329dab33f7ba x-compute-request-id: req-2f522c59-f3fe-4597-bd09-329dab33f7ba Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2abf0a28-ae85-4092-ab74-08f8cde53993", "name": "CreateFlavorTests-d9d76b6d-d1fa-44e0-a335-35a5d5baa605name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:41,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993 used request id req-2f522c59-f3fe-4597-bd09-329dab33f7ba 2018-11-05 22:09:41,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecba118fa4ad87a5b6caf9c42f56714b957e5924" 2018-11-05 22:09:41,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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 x-openstack-request-id: req-efbb9165-3ad6-4f97-9d4d-e02fcf8a002a x-compute-request-id: req-efbb9165-3ad6-4f97-9d4d-e02fcf8a002a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:09:41,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993/os-extra_specs used request id req-efbb9165-3ad6-4f97-9d4d-e02fcf8a002a 2018-11-05 22:09:41,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd6c67bc99c1702c645ea15f23bd579157ba621" 2018-11-05 22:09:41,108 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09: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 x-openstack-request-id: req-23c2b0e5-242f-4b78-a837-ce16f3ff4463 x-compute-request-id: req-23c2b0e5-242f-4b78-a837-ce16f3ff4463 Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:41,108 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2abf0a28-ae85-4092-ab74-08f8cde53993 used request id req-23c2b0e5-242f-4b78-a837-ce16f3ff4463 2018-11-05 22:09:41,109 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:41,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:41,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:41,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["MCV_A8htRQaPIxWkUF16bA"], "issued_at": "2018-11-05T22:09:41.000000Z"}} 2018-11-05 22:09:41,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ffe6819f230eaddc31a8b6f8b8d75891227c1b" 2018-11-05 22:09:41,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72394661-36e2-498f-aac8-94b9071ecbeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:41,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-72394661-36e2-498f-aac8-94b9071ecbeb 2018-11-05 22:09:41,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:41,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ffe6819f230eaddc31a8b6f8b8d75891227c1b" 2018-11-05 22:09:41,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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 x-openstack-request-id: req-2da91f26-c4f7-4e87-a393-45db074c331c x-compute-request-id: req-2da91f26-c4f7-4e87-a393-45db074c331c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:41,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2da91f26-c4f7-4e87-a393-45db074c331c 2018-11-05 22:09:41,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ffe6819f230eaddc31a8b6f8b8d75891227c1b" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-ea62ca4d-1cc6-4c23-aae8-d1720b9187adname", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-11-05 22:09:41,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-22e208f8-da7c-4f7c-8fa1-544e9d7e2093 x-compute-request-id: req-22e208f8-da7c-4f7c-8fa1-544e9d7e2093 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a66d0432-a59a-400c-a18c-47d3112a0414", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "a66d0432-a59a-400c-a18c-47d3112a0414", "name": "CreateFlavorTests-ea62ca4d-1cc6-4c23-aae8-d1720b9187adname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-05 22:09:41,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-22e208f8-da7c-4f7c-8fa1-544e9d7e2093 2018-11-05 22:09:41,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:42,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["3MvuJBz0QjGsJj-fuKPKeQ"], "issued_at": "2018-11-05T22:09:42.000000Z"}} 2018-11-05 22:09:42,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dae5a703aa21494d2bb9509eb4dc2519f60945" 2018-11-05 22:09:42,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-7e65b699-80e3-49b3-9a08-480320bbae79 x-compute-request-id: req-7e65b699-80e3-49b3-9a08-480320bbae79 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a66d0432-a59a-400c-a18c-47d3112a0414", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "a66d0432-a59a-400c-a18c-47d3112a0414", "name": "CreateFlavorTests-ea62ca4d-1cc6-4c23-aae8-d1720b9187adname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-05 22:09:42,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414 used request id req-7e65b699-80e3-49b3-9a08-480320bbae79 2018-11-05 22:09:42,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dae5a703aa21494d2bb9509eb4dc2519f60945" 2018-11-05 22:09:42,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-3fbc52bd-180c-4c23-b71a-508bbbaec6e5 x-compute-request-id: req-3fbc52bd-180c-4c23-b71a-508bbbaec6e5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:09:42,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414/os-extra_specs used request id req-3fbc52bd-180c-4c23-b71a-508bbbaec6e5 2018-11-05 22:09:42,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dae5a703aa21494d2bb9509eb4dc2519f60945" 2018-11-05 22:09:42,459 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09: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-2fd65821-3260-4d5a-9484-1eba644ddb67 x-compute-request-id: req-2fd65821-3260-4d5a-9484-1eba644ddb67 Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:42,459 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414 used request id req-2fd65821-3260-4d5a-9484-1eba644ddb67 2018-11-05 22:09:42,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dae5a703aa21494d2bb9509eb4dc2519f60945" 2018-11-05 22:09:42,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-7aba20a9-074a-456a-94b0-2cf15e76e45e x-compute-request-id: req-7aba20a9-074a-456a-94b0-2cf15e76e45e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:42,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7aba20a9-074a-456a-94b0-2cf15e76e45e 2018-11-05 22:09:42,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ffe6819f230eaddc31a8b6f8b8d75891227c1b" 2018-11-05 22:09:42,517 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:09: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-c6b8f153-5ca9-4136-bac2-d3561809a02c x-compute-request-id: req-c6b8f153-5ca9-4136-bac2-d3561809a02c Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor a66d0432-a59a-400c-a18c-47d3112a0414 could not be found.", "code": 404}} 2018-11-05 22:09:42,517 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a66d0432-a59a-400c-a18c-47d3112a0414 used request id req-c6b8f153-5ca9-4136-bac2-d3561809a02c 2018-11-05 22:09:42,518 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:42,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:42,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:42,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["YgpPMDKPTVqeKhhCzGSnMA"], "issued_at": "2018-11-05T22:09:42.000000Z"}} 2018-11-05 22:09:42,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0163518fa59d58e3be7374f6a4433e1ffc5ba24e" 2018-11-05 22:09:42,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d758445b-d22c-4e6f-b60b-7f28833000d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:42,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d758445b-d22c-4e6f-b60b-7f28833000d9 2018-11-05 22:09:42,993 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:42,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0163518fa59d58e3be7374f6a4433e1ffc5ba24e" 2018-11-05 22:09:43,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-a7d3c937-c826-49c7-b084-a53459a2c0d6 x-compute-request-id: req-a7d3c937-c826-49c7-b084-a53459a2c0d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:43,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a7d3c937-c826-49c7-b084-a53459a2c0d6 2018-11-05 22:09:43,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0163518fa59d58e3be7374f6a4433e1ffc5ba24e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-efabfec0-81d9-494f-a858-ff761f021127name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-05 22:09:43,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-ae1ac54a-13ba-4afa-9a90-952d9d51ba20 x-compute-request-id: req-ae1ac54a-13ba-4afa-9a90-952d9d51ba20 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2405f683-a9e5-4edc-b4aa-20053458b73c", "name": "CreateFlavorTests-efabfec0-81d9-494f-a858-ff761f021127name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:43,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae1ac54a-13ba-4afa-9a90-952d9d51ba20 2018-11-05 22:09:43,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:43,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["QJuYuHTGQx6qA4KXaBy4ww"], "issued_at": "2018-11-05T22:09:43.000000Z"}} 2018-11-05 22:09:43,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc98386ee56ed1684168bb7490ae6f73d3d82224" 2018-11-05 22:09:43,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-afefede8-4996-440a-b2e9-fcd210cec6f0 x-compute-request-id: req-afefede8-4996-440a-b2e9-fcd210cec6f0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2405f683-a9e5-4edc-b4aa-20053458b73c", "name": "CreateFlavorTests-efabfec0-81d9-494f-a858-ff761f021127name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:43,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c used request id req-afefede8-4996-440a-b2e9-fcd210cec6f0 2018-11-05 22:09:43,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc98386ee56ed1684168bb7490ae6f73d3d82224" 2018-11-05 22:09:43,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-69b0ef0c-524b-448f-b916-271fc5b09c69 x-compute-request-id: req-69b0ef0c-524b-448f-b916-271fc5b09c69 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:09:43,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c/os-extra_specs used request id req-69b0ef0c-524b-448f-b916-271fc5b09c69 2018-11-05 22:09:43,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:43,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:44,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Q_Xv7joCQRWw9KuDTu5Yxg"], "issued_at": "2018-11-05T22:09:44.000000Z"}} 2018-11-05 22:09:44,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f424c83ba3bb1f3158335953de2a7d8f310f664" 2018-11-05 22:09:44,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9699a071-8cc6-461b-860d-aa3ed7c39d1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:44,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9699a071-8cc6-461b-860d-aa3ed7c39d1c 2018-11-05 22:09:44,294 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:44,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f424c83ba3bb1f3158335953de2a7d8f310f664" 2018-11-05 22:09:44,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-fb6a4785-f65e-4c59-a9ef-4e0ec16fb3bf x-compute-request-id: req-fb6a4785-f65e-4c59-a9ef-4e0ec16fb3bf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2405f683-a9e5-4edc-b4aa-20053458b73c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "bookmark"}], "name": "CreateFlavorTests-efabfec0-81d9-494f-a858-ff761f021127name"}]} 2018-11-05 22:09:44,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fb6a4785-f65e-4c59-a9ef-4e0ec16fb3bf 2018-11-05 22:09:44,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f424c83ba3bb1f3158335953de2a7d8f310f664" 2018-11-05 22:09:44,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-3723e6b8-8db7-49e6-ae9c-99eb0f8c8a2f x-compute-request-id: req-3723e6b8-8db7-49e6-ae9c-99eb0f8c8a2f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2405f683-a9e5-4edc-b4aa-20053458b73c", "name": "CreateFlavorTests-efabfec0-81d9-494f-a858-ff761f021127name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:44,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c used request id req-3723e6b8-8db7-49e6-ae9c-99eb0f8c8a2f 2018-11-05 22:09:44,979 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-efabfec0-81d9-494f-a858-ff761f021127name 2018-11-05 22:09:44,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0163518fa59d58e3be7374f6a4433e1ffc5ba24e" 2018-11-05 22:09:45,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:09: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-5d6dfbb4-357c-44d6-a734-663255d08a2d x-compute-request-id: req-5d6dfbb4-357c-44d6-a734-663255d08a2d Content-Length: 0 Content-Type: application/json 2018-11-05 22:09:45,030 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2405f683-a9e5-4edc-b4aa-20053458b73c used request id req-5d6dfbb4-357c-44d6-a734-663255d08a2d 2018-11-05 22:09:45,032 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:09:45,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:45,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:45,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["AOdp6To1TaCyv-rDNXnBrg"], "issued_at": "2018-11-05T22:09:45.000000Z"}} 2018-11-05 22:09:45,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:09:45,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6988c036-87d9-472c-a1f0-6624a56635aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:45,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6988c036-87d9-472c-a1f0-6624a56635aa 2018-11-05 22:09:45,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:09:45,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-d78e140d-8285-4d8b-a220-c724a139d270 Date: Mon, 05 Nov 2018 22:09:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image"} 2018-11-05 22:09:45,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image used request id req-d78e140d-8285-4d8b-a220-c724a139d270 2018-11-05 22:09:45,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:09:45,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9d49244b-ee0c-4784-b949-737f46ac4cf3 Date: Mon, 05 Nov 2018 22:09:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:09:45,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9d49244b-ee0c-4784-b949-737f46ac4cf3 2018-11-05 22:09:45,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image"}' 2018-11-05 22:09:46,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a X-Openstack-Request-Id: req-f3a7818d-75a9-4182-b270-5da34f067280 Date: Mon, 05 Nov 2018 22:09:46 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:09:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:09:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "min_disk": 0, "protected": false, "id": "d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "file": "/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:09:46,075 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f3a7818d-75a9-4182-b270-5da34f067280 2018-11-05 22:09:46,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" -d '' 2018-11-05 22:09:47,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbbbcd65-e5dc-4a26-b52b-a25a876b7a40 Date: Mon, 05 Nov 2018 22:09:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:09:47,570 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/file used request id req-bbbbcd65-e5dc-4a26-b52b-a25a876b7a40 2018-11-05 22:09:47,570 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:09:47,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:09:48,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-b4a07c89-7955-44dd-a6c8-8cf70534cf0a Date: Mon, 05 Nov 2018 22:09:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:09:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:09:47Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/snap", "metadata": {}}], "self": "/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "min_disk": 0, "protected": false, "id": "d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "file": "/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:09:48,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a used request id req-b4a07c89-7955-44dd-a6c8-8cf70534cf0a 2018-11-05 22:09:48,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:09:48,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c7d4f6f2-c6ba-41f4-ab43-d724a656c0f2 Date: Mon, 05 Nov 2018 22:09:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:09:48,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c7d4f6f2-c6ba-41f4-ab43-d724a656c0f2 2018-11-05 22:09:48,760 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image 2018-11-05 22:09:48,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:09:49,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-6db3a400-6c4b-435e-8c9d-0704e8621cd5 Date: Mon, 05 Nov 2018 22:09:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:09:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:09:47Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/snap", "metadata": {}}], "self": "/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "min_disk": 0, "protected": false, "id": "d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "file": "/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:09:49,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a used request id req-6db3a400-6c4b-435e-8c9d-0704e8621cd5 2018-11-05 22:09:49,013 - create_image - DEBUG - Instance status is - active 2018-11-05 22:09:49,013 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image 2018-11-05 22:09:49,013 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image 2018-11-05 22:09:49,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:09:49,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:49,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["6XQRwAK5RhqI_DhulgFFCw"], "issued_at": "2018-11-05T22:09:49.000000Z"}} 2018-11-05 22:09:49,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cb81dc164704e18a3f2649b413011856684d4c" 2018-11-05 22:09:49,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8f13a93-a4cb-4ac9-9173-35629d6ee94c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:09:49,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8f13a93-a4cb-4ac9-9173-35629d6ee94c 2018-11-05 22:09:49,514 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:09:49,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cb81dc164704e18a3f2649b413011856684d4c" 2018-11-05 22:09:49,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d446f92c-dbaf-4846-8759-6cdc9ad7dc28 x-compute-request-id: req-d446f92c-dbaf-4846-8759-6cdc9ad7dc28 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:09:49,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d446f92c-dbaf-4846-8759-6cdc9ad7dc28 2018-11-05 22:09:49,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cb81dc164704e18a3f2649b413011856684d4c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:09:49,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09: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-04f15995-cf90-4921-aa3f-c787ccd74522 x-compute-request-id: req-04f15995-cf90-4921-aa3f-c787ccd74522 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf", "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:09:49,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-04f15995-cf90-4921-aa3f-c787ccd74522 2018-11-05 22:09:49,767 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:09:49,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:09:50,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:09:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["VAvfzA9iSsGeyQeNU6kCGg"], "issued_at": "2018-11-05T22:09:50.000000Z"}} 2018-11-05 22:09:50,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}}' 2018-11-05 22:09:53,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:09:50 GMT Server: Apache x-openstack-request-id: req-09760c03-0bfd-48ef-83d2-2efa63fcdcb8 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}]}} 2018-11-05 22:09:53,178 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-09760c03-0bfd-48ef-83d2-2efa63fcdcb8 2018-11-05 22:09:53,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:53,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:09:53 GMT Server: Apache x-openstack-request-id: req-2e323c6b-fc7a-4f89-99b1-4489da638e04 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:09:54,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:53 GMT Server: Apache x-openstack-request-id: req-73e08ccc-2e0b-476f-b9a3-5a072444b6e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:09:54,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-73e08ccc-2e0b-476f-b9a3-5a072444b6e2 2018-11-05 22:09:54,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:55,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:54 GMT Server: Apache x-openstack-request-id: req-77d72940-ccf9-4298-8e66-4c3ad9ed1f90 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "deletion_time": null, "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "updated_time": null, "project": "4514395712c64d95859941d968816975", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "tags": null}]} 2018-11-05 22:09:55,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1 used request id req-77d72940-ccf9-4298-8e66-4c3ad9ed1f90 2018-11-05 22:09:55,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:56,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:55 GMT Server: Apache x-openstack-request-id: req-77b26c21-1443-47c0-a1c9-fc27566244b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "deletion_time": null, "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "updated_time": null, "project": "4514395712c64d95859941d968816975", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "tags": null}]} 2018-11-05 22:09:56,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1 used request id req-77b26c21-1443-47c0-a1c9-fc27566244b1 2018-11-05 22:09:56,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:56,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:09:56 GMT Server: Apache x-openstack-request-id: req-d0c9e24f-9ba7-4c66-bf76-7392a5ab0202 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:09:56,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:56 GMT Server: Apache x-openstack-request-id: req-74aa07aa-2f73-4275-ab98-8b9cf5655875 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:09:56,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-74aa07aa-2f73-4275-ab98-8b9cf5655875 2018-11-05 22:09:56,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:57,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:09:56 GMT Server: Apache x-openstack-request-id: req-987ed2ff-bb95-457f-9923-ecc6c2a13eeb Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:09:57,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:57 GMT Server: Apache x-openstack-request-id: req-217cb2bc-6259-4efe-b658-d41accc990e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "539e1591-cf26-4af3-8245-5d9786ff38f5", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "bc442108-feb9-4350-8f0b-a7f7e0e2343e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-11-05T22:09:53Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-11-05 22:09:57,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources used request id req-217cb2bc-6259-4efe-b658-d41accc990e9 2018-11-05 22:09:57,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:57,893 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:09:57 GMT Server: Apache x-openstack-request-id: req-7c1d3861-ed26-40f9-8fb7-8a7ad727b6d9 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:09:58,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:57 GMT Server: Apache x-openstack-request-id: req-ef40960f-3d5d-46ab-acb5-a3c4d0ae54f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:09:58,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-ef40960f-3d5d-46ab-acb5-a3c4d0ae54f5 2018-11-05 22:09:58,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:09:59,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:09:58 GMT Server: Apache x-openstack-request-id: req-4de14770-ab74-40ab-9a0b-1d33e4130c85 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:00,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:09:59 GMT Server: Apache x-openstack-request-id: req-fc44c26d-bccf-4cc0-88b9-353da80c5def Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:00,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-fc44c26d-bccf-4cc0-88b9-353da80c5def 2018-11-05 22:10:03,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:03,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:03 GMT Server: Apache x-openstack-request-id: req-8c21c673-0c33-4eaf-abf6-8d37ab09b000 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:04,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:03 GMT Server: Apache x-openstack-request-id: req-91fd871b-596b-4b62-af7f-e07d08168eb8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:04,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-91fd871b-596b-4b62-af7f-e07d08168eb8 2018-11-05 22:10:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:08,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:07 GMT Server: Apache x-openstack-request-id: req-e69fa233-82e4-4f39-8da7-243298126e84 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:08,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:08 GMT Server: Apache x-openstack-request-id: req-1a5de4f4-4450-40f7-a7ca-e282154aa608 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1", "stack_user_project_id": "8fc46b87c4364156921f5bb7f6fe600f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:09:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "77003f5d-0c7f-4145-9293-b229ec6155d4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:08,355 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-1a5de4f4-4450-40f7-a7ca-e282154aa608 2018-11-05 22:10:08,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:09,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:08 GMT Server: Apache x-openstack-request-id: req-02770351-4a39-4c99-9afc-f1c8b8d65d10 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:09,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:09 GMT Server: Apache x-openstack-request-id: req-be3ef026-050a-4a63-8b58-80c55958590d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "539e1591-cf26-4af3-8245-5d9786ff38f5", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "bc442108-feb9-4350-8f0b-a7f7e0e2343e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e7e92f34-295b-4b6d-a811-3ed0f0fb06ea", "resource_type": "OS::Nova::Server"}]} 2018-11-05 22:10:09,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources used request id req-be3ef026-050a-4a63-8b58-80c55958590d 2018-11-05 22:10:09,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:09,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-69f43f80-210b-446b-98ca-d7755678c2fe Date: Mon, 05 Nov 2018 22:10:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["bc442108-feb9-4350-8f0b-a7f7e0e2343e"],"description":"","tags":[],"updated_at":"2018-11-05T22:09:54Z","provider:segmentation_id":98,"name":"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:53Z","provider:network_type":"vxlan"}]} 2018-11-05 22:10:09,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf used request id req-69f43f80-210b-446b-98ca-d7755678c2fe 2018-11-05 22:10:09,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:09,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-560c955e-3c95-4e47-bd60-419632b25d90 Date: Mon, 05 Nov 2018 22:10:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:54Z","dns_nameservers":[],"updated_at":"2018-11-05T22:09:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet"}]} 2018-11-05 22:10:09,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf used request id req-560c955e-3c95-4e47-bd60-419632b25d90 2018-11-05 22:10:09,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:09,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d36b0a9-4470-48b3-b9d0-0a6ed03ce5ff Date: Mon, 05 Nov 2018 22:10:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:54Z","dns_nameservers":[],"updated_at":"2018-11-05T22:09:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet"}]} 2018-11-05 22:10:09,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf used request id req-9d36b0a9-4470-48b3-b9d0-0a6ed03ce5ff 2018-11-05 22:10:09,810 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:10:09,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:09,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d508a36-ff5c-4588-ab33-11256c8f870b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:10:09,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1d508a36-ff5c-4588-ab33-11256c8f870b 2018-11-05 22:10:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:09,973 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:09 GMT Server: Apache x-openstack-request-id: req-4801a7d2-906c-4d34-a3ef-21bc0c9dfe90 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:10,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:09 GMT Server: Apache x-openstack-request-id: req-2b076587-69b4-46f9-8019-aaee9df31ebd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "539e1591-cf26-4af3-8245-5d9786ff38f5", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "bc442108-feb9-4350-8f0b-a7f7e0e2343e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e7e92f34-295b-4b6d-a811-3ed0f0fb06ea", "resource_type": "OS::Nova::Server"}]} 2018-11-05 22:10:10,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources used request id req-2b076587-69b4-46f9-8019-aaee9df31ebd 2018-11-05 22:10:10,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e7e92f34-295b-4b6d-a811-3ed0f0fb06ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10: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-c7bdaae0-33c8-423c-99ef-b9f8dab4787c x-compute-request-id: req-c7bdaae0-33c8-423c-99ef-b9f8dab4787c Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:7e:e8", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7e92f34-295b-4b6d-a811-3ed0f0fb06ea", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7e92f34-295b-4b6d-a811-3ed0f0fb06ea", "rel": "bookmark"}], "image": {"id": "d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "links": [{"href": "http://172.30.9.23:8774/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-11-05T22:10:05.000000", "flavor": {"id": "20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf", "links": [{"href": "http://172.30.9.23:8774/flavors/20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf", "rel": "bookmark"}]}, "id": "e7e92f34-295b-4b6d-a811-3ed0f0fb06ea", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:10:05Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-inst", "created": "2018-11-05T22:09:59Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:10:11,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7e92f34-295b-4b6d-a811-3ed0f0fb06ea used request id req-c7bdaae0-33c8-423c-99ef-b9f8dab4787c 2018-11-05 22:10:11,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-6c980427-6d64-4806-8aed-7b8f6df7afd1 Date: Mon, 05 Nov 2018 22:10:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["bc442108-feb9-4350-8f0b-a7f7e0e2343e"],"description":"","tags":[],"updated_at":"2018-11-05T22:09:54Z","provider:segmentation_id":98,"name":"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:53Z","provider:network_type":"vxlan"}]} 2018-11-05 22:10:11,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-net used request id req-6c980427-6d64-4806-8aed-7b8f6df7afd1 2018-11-05 22:10:11,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:10:11,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:10:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:10:11,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7c32c6-5f1f-4059-b199-cbb64a78621f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:10:11,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-ac7c32c6-5f1f-4059-b199-cbb64a78621f 2018-11-05 22:10:11,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1a15477a-4aa0-440e-9153-92db4b929d42 Date: Mon, 05 Nov 2018 22:10:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:54Z","dns_nameservers":[],"updated_at":"2018-11-05T22:09:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"4514395712c64d95859941d968816975","id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-subnet"}]} 2018-11-05 22:10:11,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf used request id req-1a15477a-4aa0-440e-9153-92db4b929d42 2018-11-05 22:10:11,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-b0ce5134-8174-4a2b-ae56-c615d1de77ee Date: Mon, 05 Nov 2018 22:10:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","ip_address":"10.0.0.2"}],"id":"1a4bb29b-102b-43a5-ac47-394749796652","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:19:18:a5","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","name":"","admin_state_up":true,"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","ip_address":"10.0.0.3"}],"id":"349f1901-6b97-468d-ae49-48f36686f83e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:94:81","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","name":"","admin_state_up":true,"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:09:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","ip_address":"10.0.0.4"}],"id":"410f82e5-3dc7-403e-bdc9-a844525d7b48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:a8:d3","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","name":"","admin_state_up":true,"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:10:03Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc442108-feb9-4350-8f0b-a7f7e0e2343e","ip_address":"10.0.0.10"}],"id":"539e1591-cf26-4af3-8245-5d9786ff38f5","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:7e:e8","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e7e92f34-295b-4b6d-a811-3ed0f0fb06ea","name":"HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1-server1_port-rht2e3yqlk6q","admin_state_up":true,"network_id":"7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:09:56Z","binding:vnic_type":"normal"}]} 2018-11-05 22:10:11,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf used request id req-b0ce5134-8174-4a2b-ae56-c615d1de77ee 2018-11-05 22:10:11,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:11 GMT Server: Apache x-openstack-request-id: req-b12982cf-c5a8-4e23-a8de-37ccaa66c330 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:11,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:11 GMT Server: Apache x-openstack-request-id: req-fb1b2d51-49e7-420c-9608-4a34ca026830 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "539e1591-cf26-4af3-8245-5d9786ff38f5", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "bc442108-feb9-4350-8f0b-a7f7e0e2343e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7ba9955b-1b65-4d6a-bbd5-0f0e2fb6accf", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-05T22:09:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:09:53Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e7e92f34-295b-4b6d-a811-3ed0f0fb06ea", "resource_type": "OS::Nova::Server"}]} 2018-11-05 22:10:11,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4/resources used request id req-fb1b2d51-49e7-420c-9608-4a34ca026830 2018-11-05 22:10:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/77003f5d-0c7f-4145-9293-b229ec6155d4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffcfcbf79d8088c91a1fa985a42018f4e467b36" 2018-11-05 22:10:11,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:11 GMT Server: Apache x-openstack-request-id: req-1b0a9b0f-a9e5-4c71-9b8d-f27390b39a29 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:12,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:10:11 GMT Server: Apache x-openstack-request-id: req-56c139ef-b8dc-4d53-91da-2c0f2e99e0fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:10:12,062 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-stack1/77003f5d-0c7f-4145-9293-b229ec6155d4 used request id req-56c139ef-b8dc-4d53-91da-2c0f2e99e0fb 2018-11-05 22:10:12,063 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-57f26a5c-4c2d-4c57-ba23-10c7bbfb9f0a-image 2018-11-05 22:10:12,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}107a996cfb987620e8a758d52a35416bca22beea" 2018-11-05 22:10:14,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-564e7fc5-bee1-4e92-85f8-ad91e7c7ac4c Date: Mon, 05 Nov 2018 22:10:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:10:14,284 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d0fc503e-47ef-4f21-a2ec-ca58544dec9a used request id req-564e7fc5-bee1-4e92-85f8-ad91e7c7ac4c 2018-11-05 22:10:14,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cb81dc164704e18a3f2649b413011856684d4c" 2018-11-05 22:10:14,324 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:10: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-476d36f2-0f31-4754-9637-7fbf295c135a x-compute-request-id: req-476d36f2-0f31-4754-9637-7fbf295c135a Content-Length: 0 Content-Type: application/json 2018-11-05 22:10:14,325 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/20a209f2-55a1-42d8-a9b9-c1cc32b2b9bf used request id req-476d36f2-0f31-4754-9637-7fbf295c135a 2018-11-05 22:10:14,327 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:10:14,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:10:14,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:10:14,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["1Ygsj0FVTRysouDdj374cA"], "issued_at": "2018-11-05T22:10:14.000000Z"}} 2018-11-05 22:10:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:10:14,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9f585b-75da-4be6-975b-0c49ea2599d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:10:14,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bc9f585b-75da-4be6-975b-0c49ea2599d9 2018-11-05 22:10:14,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:10:14,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-843729b5-80db-4213-bf11-700b1c4a8a50 Date: Mon, 05 Nov 2018 22:10:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image"} 2018-11-05 22:10:14,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image used request id req-843729b5-80db-4213-bf11-700b1c4a8a50 2018-11-05 22:10:14,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:10:15,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-26e1b2bb-d95b-495b-8a8e-6e6ab65079d7 Date: Mon, 05 Nov 2018 22:10:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:10:15,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-26e1b2bb-d95b-495b-8a8e-6e6ab65079d7 2018-11-05 22:10:15,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image"}' 2018-11-05 22:10:15,350 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 X-Openstack-Request-Id: req-fb76609e-8b9c-4cd1-b15a-a771809f02c4 Date: Mon, 05 Nov 2018 22:10:15 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:10:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:10:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0", "min_disk": 0, "protected": false, "id": "ed8f43c6-11dd-4f18-8b18-bb125c6077a0", "file": "/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:10:15,350 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-fb76609e-8b9c-4cd1-b15a-a771809f02c4 2018-11-05 22:10:15,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" -d '' 2018-11-05 22:10:17,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d6ee48c-1b6c-48b2-ab81-8b42eec304e8 Date: Mon, 05 Nov 2018 22:10:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:10:17,146 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/file used request id req-5d6ee48c-1b6c-48b2-ab81-8b42eec304e8 2018-11-05 22:10:17,146 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:10:17,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:10:17,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-d6c73e66-9df1-4243-8d5d-53d70fdc8675 Date: Mon, 05 Nov 2018 22:10:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:10:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:10:17Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/snap", "metadata": {}}], "self": "/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0", "min_disk": 0, "protected": false, "id": "ed8f43c6-11dd-4f18-8b18-bb125c6077a0", "file": "/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:10:17,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 used request id req-d6c73e66-9df1-4243-8d5d-53d70fdc8675 2018-11-05 22:10:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:10:17,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a3f82d44-2223-465d-9637-49d2f100be6f Date: Mon, 05 Nov 2018 22:10:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:10:17,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a3f82d44-2223-465d-9637-49d2f100be6f 2018-11-05 22:10:17,928 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image 2018-11-05 22:10:17,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:10:18,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-e0011061-fa2e-4328-8599-cf434fe7c283 Date: Mon, 05 Nov 2018 22:10:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:10:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:10:17Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/snap", "metadata": {}}], "self": "/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0", "min_disk": 0, "protected": false, "id": "ed8f43c6-11dd-4f18-8b18-bb125c6077a0", "file": "/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:10:18,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 used request id req-e0011061-fa2e-4328-8599-cf434fe7c283 2018-11-05 22:10:18,155 - create_image - DEBUG - Instance status is - active 2018-11-05 22:10:18,155 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image 2018-11-05 22:10:18,155 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image 2018-11-05 22:10:18,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:10:18,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:10:18,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:10:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["1XsYrqObSty90T5aNu2KIQ"], "issued_at": "2018-11-05T22:10:18.000000Z"}} 2018-11-05 22:10:18,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}081fdfd6dba994d38396336134b741382115b0fb" 2018-11-05 22:10:18,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6070b0a-1dbe-4e08-9f96-a04e18086885 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:10:18,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d6070b0a-1dbe-4e08-9f96-a04e18086885 2018-11-05 22:10:18,629 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:10:18,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}081fdfd6dba994d38396336134b741382115b0fb" 2018-11-05 22:10:18,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fecb749c-dd47-4056-b00b-c70ea9a3bf40 x-compute-request-id: req-fecb749c-dd47-4056-b00b-c70ea9a3bf40 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:10:18,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fecb749c-dd47-4056-b00b-c70ea9a3bf40 2018-11-05 22:10:18,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}081fdfd6dba994d38396336134b741382115b0fb" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:10:18,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f021626-ceb4-4b20-9b3d-f674a29e9651 x-compute-request-id: req-2f021626-ceb4-4b20-9b3d-f674a29e9651 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9befd8f9-e75f-4e33-a1a6-c0ed28e8cea1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9befd8f9-e75f-4e33-a1a6-c0ed28e8cea1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9befd8f9-e75f-4e33-a1a6-c0ed28e8cea1", "name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:10:18,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f021626-ceb4-4b20-9b3d-f674a29e9651 2018-11-05 22:10:18,887 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:10:18,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:10:19,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["YGIFVZVJQT6O6obm-1FMoA"], "issued_at": "2018-11-05T22:10:19.000000Z"}} 2018-11-05 22:10:19,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}}' 2018-11-05 22:10:22,477 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:10:19 GMT Server: Apache x-openstack-request-id: req-eda8f0bb-e7f0-42a6-9b0e-c8a63d0b3f8f Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}]}} 2018-11-05 22:10:22,477 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-eda8f0bb-e7f0-42a6-9b0e-c8a63d0b3f8f 2018-11-05 22:10:22,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:22,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:22 GMT Server: Apache x-openstack-request-id: req-d56936f8-53b4-4c92-aeb6-884df48ce3f6 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:22,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:22 GMT Server: Apache x-openstack-request-id: req-340e2e48-1916-436c-889d-8393d1b69199 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:22,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-340e2e48-1916-436c-889d-8393d1b69199 2018-11-05 22:10:22,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:23,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:22 GMT Server: Apache x-openstack-request-id: req-9c075829-ac2e-4b60-87c2-607193afba11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "deletion_time": null, "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "updated_time": null, "project": "4514395712c64d95859941d968816975", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "tags": null}]} 2018-11-05 22:10:23,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1 used request id req-9c075829-ac2e-4b60-87c2-607193afba11 2018-11-05 22:10:23,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:23,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:23 GMT Server: Apache x-openstack-request-id: req-483406f8-4048-448a-b1ec-520e39735413 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "deletion_time": null, "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "updated_time": null, "project": "4514395712c64d95859941d968816975", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "tags": null}]} 2018-11-05 22:10:23,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1 used request id req-483406f8-4048-448a-b1ec-520e39735413 2018-11-05 22:10:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:24,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:23 GMT Server: Apache x-openstack-request-id: req-07c300c8-96af-40a9-a863-e3a269eac595 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:24,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:24 GMT Server: Apache x-openstack-request-id: req-c5b8d4ad-fb94-4401-8d24-a9b178c12006 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:24,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-c5b8d4ad-fb94-4401-8d24-a9b178c12006 2018-11-05 22:10:24,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:25,148 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:24 GMT Server: Apache x-openstack-request-id: req-c48d4ed1-b527-4b5c-807e-12c05514a104 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:25,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:25 GMT Server: Apache x-openstack-request-id: req-c20737e1-a008-4337-878b-2b4b4cf3c69d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:25,272 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-c20737e1-a008-4337-878b-2b4b4cf3c69d 2018-11-05 22:10:28,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:28,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:28 GMT Server: Apache x-openstack-request-id: req-b5418a3f-28c4-4718-8156-2c7c8bac7893 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:28,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:28 GMT Server: Apache x-openstack-request-id: req-89d25792-b844-492f-a5fd-fcac5f71f840 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:28,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-89d25792-b844-492f-a5fd-fcac5f71f840 2018-11-05 22:10:31,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:31,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:31 GMT Server: Apache x-openstack-request-id: req-307ac0f4-42b7-40cc-b98c-2dd858451589 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:31,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:31 GMT Server: Apache x-openstack-request-id: req-1c547dcf-191d-4675-a780-c323a648c5aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:31,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-1c547dcf-191d-4675-a780-c323a648c5aa 2018-11-05 22:10:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:35,298 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:34 GMT Server: Apache x-openstack-request-id: req-3662ec5a-be47-4d3a-ade7-1f5a0a2cf0ea Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:35,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:35 GMT Server: Apache x-openstack-request-id: req-97ae3446-b0ad-4fb8-b6bc-0230ef7c775f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:35,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-97ae3446-b0ad-4fb8-b6bc-0230ef7c775f 2018-11-05 22:10:38,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:39,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:38 GMT Server: Apache x-openstack-request-id: req-be0847de-5631-4498-a6db-6077e11074ac Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:39,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:39 GMT Server: Apache x-openstack-request-id: req-e310ef3e-74ab-4e33-b2d1-085e176bb5e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1", "stack_user_project_id": "0a083b1199d8493a83edf742e981b22f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:10:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9e362e2b-1e3d-49e6-8cab-374e95206839", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:39,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-e310ef3e-74ab-4e33-b2d1-085e176bb5e5 2018-11-05 22:10:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}}' 2018-11-05 22:10:42,457 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:10:39 GMT Server: Apache x-openstack-request-id: req-d21b0c20-f4dc-4e7f-afe9-fd05d0390e91 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}]}} 2018-11-05 22:10:42,457 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-d21b0c20-f4dc-4e7f-afe9-fd05d0390e91 2018-11-05 22:10:42,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:42,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:42 GMT Server: Apache x-openstack-request-id: req-8da46b73-f83a-4f6e-b777-d559a0432e04 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:42,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:42 GMT Server: Apache x-openstack-request-id: req-deac808c-0087-4ff2-9c4d-50f11df3f7fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:42,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-deac808c-0087-4ff2-9c4d-50f11df3f7fb 2018-11-05 22:10:42,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:43,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:42 GMT Server: Apache x-openstack-request-id: req-f7da6c5a-c488-4399-b1f9-72762efa8ead Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "deletion_time": null, "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "updated_time": null, "project": "4514395712c64d95859941d968816975", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "tags": null}]} 2018-11-05 22:10:43,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2 used request id req-f7da6c5a-c488-4399-b1f9-72762efa8ead 2018-11-05 22:10:43,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:43,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:43 GMT Server: Apache x-openstack-request-id: req-2400d87d-c0bc-4d74-9db6-81d6812330d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "deletion_time": null, "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "updated_time": null, "project": "4514395712c64d95859941d968816975", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "tags": null}]} 2018-11-05 22:10:43,301 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2 used request id req-2400d87d-c0bc-4d74-9db6-81d6812330d4 2018-11-05 22:10:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:43,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:43 GMT Server: Apache x-openstack-request-id: req-5bdc37a1-8cf1-44c4-b880-102069a15b26 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:43,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:43 GMT Server: Apache x-openstack-request-id: req-01d5214d-4b46-42ab-b0fd-8e80a65c68b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:43,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-01d5214d-4b46-42ab-b0fd-8e80a65c68b7 2018-11-05 22:10:43,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:43,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:43 GMT Server: Apache x-openstack-request-id: req-5f0e811a-e7eb-43e9-8db9-74444c06d072 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:43,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:43 GMT Server: Apache x-openstack-request-id: req-001e004a-5269-4aef-b460-4471bb990179 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:43,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-001e004a-5269-4aef-b460-4471bb990179 2018-11-05 22:10:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:46,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:46 GMT Server: Apache x-openstack-request-id: req-7d5f081e-d28f-4e9f-ab98-9beda06cd252 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:46,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:46 GMT Server: Apache x-openstack-request-id: req-913f1e20-07b7-4c09-be65-dcf52845cd5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:46,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-913f1e20-07b7-4c09-be65-dcf52845cd5d 2018-11-05 22:10:49,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:50,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:49 GMT Server: Apache x-openstack-request-id: req-66dbd394-b3ad-420b-a19d-bd3c247f0ef3 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:50,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:50 GMT Server: Apache x-openstack-request-id: req-a2b0a289-120c-40ab-a326-ad4f070313c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:50,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-a2b0a289-120c-40ab-a326-ad4f070313c6 2018-11-05 22:10:53,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:54,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:53 GMT Server: Apache x-openstack-request-id: req-38fc441d-8dea-4693-8e4a-6372e21cc9cd Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:54,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:54 GMT Server: Apache x-openstack-request-id: req-96cf520d-ae53-47fd-b7a8-04360ddba14b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:54,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-96cf520d-ae53-47fd-b7a8-04360ddba14b 2018-11-05 22:10:57,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:10:57,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:10:57 GMT Server: Apache x-openstack-request-id: req-5718d7ce-9ac6-4a1b-8efb-afb9869aa211 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:10:57,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:10:57 GMT Server: Apache x-openstack-request-id: req-20e467a4-37b0-4100-9651-9d29c10f17bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:10:57,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-20e467a4-37b0-4100-9651-9d29c10f17bd 2018-11-05 22:11:00,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:00,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:00 GMT Server: Apache x-openstack-request-id: req-0138a6f3-f02e-43c0-8833-372a4dbccd94 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:01,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:00 GMT Server: Apache x-openstack-request-id: req-d121a5f0-7086-4290-9b8f-bdcaf539c7eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:01,375 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-d121a5f0-7086-4290-9b8f-bdcaf539c7eb 2018-11-05 22:11:04,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:04,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:04 GMT Server: Apache x-openstack-request-id: req-17c293f0-e9b7-4874-ac52-784b9454600f Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:05,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:04 GMT Server: Apache x-openstack-request-id: req-6e22f1f8-4ec6-47f1-ada4-b6c635fdb8ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:05,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-6e22f1f8-4ec6-47f1-ada4-b6c635fdb8ce 2018-11-05 22:11:08,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:08,145 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:08 GMT Server: Apache x-openstack-request-id: req-0fde97c7-be1f-4ed8-aab0-02b52437f73e Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:08,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:08 GMT Server: Apache x-openstack-request-id: req-cd2719e7-2eeb-46f1-8a3f-3d2b89f96d6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:08,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-cd2719e7-2eeb-46f1-8a3f-3d2b89f96d6d 2018-11-05 22:11:11,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:11,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:11 GMT Server: Apache x-openstack-request-id: req-9c651a88-3642-4de9-9a16-2717c7d9a699 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:11,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:11 GMT Server: Apache x-openstack-request-id: req-4d1c1b90-2fb2-470c-bfe4-184c7c7c9578 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:11,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-4d1c1b90-2fb2-470c-bfe4-184c7c7c9578 2018-11-05 22:11:14,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:14,977 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:14 GMT Server: Apache x-openstack-request-id: req-2ac60793-fc03-4c22-a169-5e89b8ea7380 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:15,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:14 GMT Server: Apache x-openstack-request-id: req-94abccad-5146-4cd7-ad4c-088d396414be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:15,051 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-94abccad-5146-4cd7-ad4c-088d396414be 2018-11-05 22:11:18,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:18,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:18 GMT Server: Apache x-openstack-request-id: req-3d2afa2f-b588-4fec-94fc-7cf82aed2f42 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:18,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:18 GMT Server: Apache x-openstack-request-id: req-488fa9b1-d76a-4b24-a139-6f3cdbca53ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:18,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-488fa9b1-d76a-4b24-a139-6f3cdbca53ae 2018-11-05 22:11:21,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:21,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:21 GMT Server: Apache x-openstack-request-id: req-f186f438-3d45-4f5a-ad40-a42bc90fa5ec Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:21,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:21 GMT Server: Apache x-openstack-request-id: req-a2f448cf-a026-479d-baaa-7228cca1df6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:21,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-a2f448cf-a026-479d-baaa-7228cca1df6a 2018-11-05 22:11:24,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:24,264 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:24 GMT Server: Apache x-openstack-request-id: req-d9c103b5-c418-4bf2-a7f1-ba4336c53055 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:24,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:24 GMT Server: Apache x-openstack-request-id: req-265d1a8d-dbc3-4776-8579-f143ad8a0c1e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:24,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-265d1a8d-dbc3-4776-8579-f143ad8a0c1e 2018-11-05 22:11:27,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:27,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:27 GMT Server: Apache x-openstack-request-id: req-8b7e8cf7-7113-4ff2-afee-4fdbab8b6c02 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:27,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:27 GMT Server: Apache x-openstack-request-id: req-d0fd8d53-e856-4b16-b9bc-f8169929b3e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:27,965 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-d0fd8d53-e856-4b16-b9bc-f8169929b3e5 2018-11-05 22:11:30,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:30,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:30 GMT Server: Apache x-openstack-request-id: req-52b5951b-2fe2-4f87-b128-0dec5aba987b Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:31,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:30 GMT Server: Apache x-openstack-request-id: req-80315d90-7121-4ed8-8ca6-334adc10989f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:31,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-80315d90-7121-4ed8-8ca6-334adc10989f 2018-11-05 22:11:34,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:34,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:34 GMT Server: Apache x-openstack-request-id: req-b9674a3f-bb05-4d58-a2ca-3b91bd7e3831 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:34,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:34 GMT Server: Apache x-openstack-request-id: req-ceaa71a7-3388-44b5-89fb-662ea5ad5c0e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2", "stack_user_project_id": "d6b6ba445fad4f68bc239835659a82d4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:10:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "46e106fe-38e6-4827-8e03-fa4467b92f40", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-05 22:11:34,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-ceaa71a7-3388-44b5-89fb-662ea5ad5c0e 2018-11-05 22:11:34,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/9e362e2b-1e3d-49e6-8cab-374e95206839 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:34,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:34 GMT Server: Apache x-openstack-request-id: req-ff3a0af2-88a1-4b72-8ca8-eaf79bb7217d Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:34,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:11:34 GMT Server: Apache x-openstack-request-id: req-e56a029a-300d-43ce-a5a5-f0e6827dc8f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:11:34,789 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack1/9e362e2b-1e3d-49e6-8cab-374e95206839 used request id req-e56a029a-300d-43ce-a5a5-f0e6827dc8f4 2018-11-05 22:11:34,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/46e106fe-38e6-4827-8e03-fa4467b92f40 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d3f1f0e461c6f0b81cd396a06c2e65bd05d4d4" 2018-11-05 22:11:34,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:34 GMT Server: Apache x-openstack-request-id: req-8d8205b4-1c2b-4486-8a2c-fb4d7c6d304c Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:34,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:11:34 GMT Server: Apache x-openstack-request-id: req-0c5477db-f1b2-4080-b24c-48f72765c40e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:11:34,893 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-stack2/46e106fe-38e6-4827-8e03-fa4467b92f40 used request id req-0c5477db-f1b2-4080-b24c-48f72765c40e 2018-11-05 22:11:34,893 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-03d4c89b-8a81-44fb-818b-baffe126d9a7-image 2018-11-05 22:11:34,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fedf840e645e6333ed2b60300c78342676b62e81" 2018-11-05 22:11:36,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb7fe8b8-36a3-49b3-8fbc-96bd8908801f Date: Mon, 05 Nov 2018 22:11:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:11:36,918 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ed8f43c6-11dd-4f18-8b18-bb125c6077a0 used request id req-eb7fe8b8-36a3-49b3-8fbc-96bd8908801f 2018-11-05 22:11:36,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/9befd8f9-e75f-4e33-a1a6-c0ed28e8cea1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}081fdfd6dba994d38396336134b741382115b0fb" 2018-11-05 22:11:37,456 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:11: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-f1cbdf39-b9b9-4289-a339-5684fe995832 x-compute-request-id: req-f1cbdf39-b9b9-4289-a339-5684fe995832 Content-Length: 0 Content-Type: application/json 2018-11-05 22:11:37,456 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9befd8f9-e75f-4e33-a1a6-c0ed28e8cea1 used request id req-f1cbdf39-b9b9-4289-a339-5684fe995832 2018-11-05 22:11:37,458 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:11:37,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:11:37,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:11:37,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:11:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["IOQ4OxPQT0CEHzA_SEdCFA"], "issued_at": "2018-11-05T22:11:37.000000Z"}} 2018-11-05 22:11:37,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:11:37,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a49c55-e867-4095-8cdd-c5286f28ef7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:11:37,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-79a49c55-e867-4095-8cdd-c5286f28ef7d 2018-11-05 22:11:37,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:11:38,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-13adf115-ef26-47ac-8056-fba2f97072dd Date: Mon, 05 Nov 2018 22:11:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"} 2018-11-05 22:11:38,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1 used request id req-13adf115-ef26-47ac-8056-fba2f97072dd 2018-11-05 22:11:38,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:11:38,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-969c988e-76da-4146-a14f-4bfa3fdf8936 Date: Mon, 05 Nov 2018 22:11:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:11:38,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-969c988e-76da-4146-a14f-4bfa3fdf8936 2018-11-05 22:11:38,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}' 2018-11-05 22:11:38,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 X-Openstack-Request-Id: req-9bb018e6-1a4e-4a27-9d3a-2272ac6cd6c5 Date: Mon, 05 Nov 2018 22:11:38 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66", "min_disk": 0, "protected": false, "id": "a6a051e2-a741-4c86-b1ee-7aa720917c66", "file": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:11:38,539 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9bb018e6-1a4e-4a27-9d3a-2272ac6cd6c5 2018-11-05 22:11:38,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" -d '' 2018-11-05 22:11:40,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c2b20467-d72f-4b40-9dd7-6d1e5101ff7d Date: Mon, 05 Nov 2018 22:11:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:11:40,266 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/file used request id req-c2b20467-d72f-4b40-9dd7-6d1e5101ff7d 2018-11-05 22:11:40,267 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:11:40,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:11:40,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a00189da-0d29-420f-ba40-30f019f71f16 Date: Mon, 05 Nov 2018 22:11:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:40Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/snap", "metadata": {}}], "self": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66", "min_disk": 0, "protected": false, "id": "a6a051e2-a741-4c86-b1ee-7aa720917c66", "file": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:11:40,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 used request id req-a00189da-0d29-420f-ba40-30f019f71f16 2018-11-05 22:11:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:11:40,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ced57570-da2e-4197-a3f4-3dd9292e8a1e Date: Mon, 05 Nov 2018 22:11:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:11:40,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ced57570-da2e-4197-a3f4-3dd9292e8a1e 2018-11-05 22:11:40,676 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1 2018-11-05 22:11:40,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:11:40,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-99b15f45-291b-482f-8e78-572ed0a8b00d Date: Mon, 05 Nov 2018 22:11:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:40Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/snap", "metadata": {}}], "self": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66", "min_disk": 0, "protected": false, "id": "a6a051e2-a741-4c86-b1ee-7aa720917c66", "file": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:11:40,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 used request id req-99b15f45-291b-482f-8e78-572ed0a8b00d 2018-11-05 22:11:40,844 - create_image - DEBUG - Instance status is - active 2018-11-05 22:11:40,844 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1 2018-11-05 22:11:40,844 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1 2018-11-05 22:11:40,845 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:11:40,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:11:40,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:11:41,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["-riBzJi4Sl-BBt-y9-o_5g"], "issued_at": "2018-11-05T22:11:41.000000Z"}} 2018-11-05 22:11:41,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:11:41,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d08277-2b26-4a68-86d0-114bb3fae7a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:11:41,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-41d08277-2b26-4a68-86d0-114bb3fae7a2 2018-11-05 22:11:41,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:11:41,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-c6853611-a92e-4024-9721-5837ac81cb87 Date: Mon, 05 Nov 2018 22:11:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2"} 2018-11-05 22:11:41,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2 used request id req-c6853611-a92e-4024-9721-5837ac81cb87 2018-11-05 22:11:41,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:11:41,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1340db3d-df4c-47b1-9251-9d1baf71808e Date: Mon, 05 Nov 2018 22:11:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:11:41,651 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1340db3d-df4c-47b1-9251-9d1baf71808e 2018-11-05 22:11:41,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2"}' 2018-11-05 22:11:41,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 X-Openstack-Request-Id: req-f602eb74-4250-40e9-8126-f4ff90dcb430 Date: Mon, 05 Nov 2018 22:11:41 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/e86021e4-16f0-4681-b840-96021550d265", "min_disk": 0, "protected": false, "id": "e86021e4-16f0-4681-b840-96021550d265", "file": "/v2/images/e86021e4-16f0-4681-b840-96021550d265/file", "checksum": null, "owner": "4514395712c64d95859941d968816975", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:11:41,913 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f602eb74-4250-40e9-8126-f4ff90dcb430 2018-11-05 22:11:41,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" -d '' 2018-11-05 22:11:43,818 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88151296-cda9-4c34-bce9-7e7dc01cb7a4 Date: Mon, 05 Nov 2018 22:11:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:11:43,818 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265/file used request id req-88151296-cda9-4c34-bce9-7e7dc01cb7a4 2018-11-05 22:11:43,819 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:11:43,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:11:43,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4a195441-3aa4-4ed2-bf52-f40c5a7a56cb Date: Mon, 05 Nov 2018 22:11:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:43Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "metadata": {}}], "self": "/v2/images/e86021e4-16f0-4681-b840-96021550d265", "min_disk": 0, "protected": false, "id": "e86021e4-16f0-4681-b840-96021550d265", "file": "/v2/images/e86021e4-16f0-4681-b840-96021550d265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:11:43,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 used request id req-4a195441-3aa4-4ed2-bf52-f40c5a7a56cb 2018-11-05 22:11:43,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:11:44,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e7967f8-d19b-403c-85bc-3e626d31a53f Date: Mon, 05 Nov 2018 22:11:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:11:44,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4e7967f8-d19b-403c-85bc-3e626d31a53f 2018-11-05 22:11:44,137 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2 2018-11-05 22:11:44,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:11:44,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a2c96dbd-ac0b-4377-b941-53bb05d9b9b5 Date: Mon, 05 Nov 2018 22:11:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:43Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "metadata": {}}], "self": "/v2/images/e86021e4-16f0-4681-b840-96021550d265", "min_disk": 0, "protected": false, "id": "e86021e4-16f0-4681-b840-96021550d265", "file": "/v2/images/e86021e4-16f0-4681-b840-96021550d265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:11:44,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 used request id req-a2c96dbd-ac0b-4377-b941-53bb05d9b9b5 2018-11-05 22:11:44,351 - create_image - DEBUG - Instance status is - active 2018-11-05 22:11:44,351 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2 2018-11-05 22:11:44,351 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2 2018-11-05 22:11:44,352 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:11:44,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:11:44,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["AWqI0jxET3-5hblLq4pgcw"], "issued_at": "2018-11-05T22:11:44.000000Z"}} 2018-11-05 22:11:44,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net"}}' 2018-11-05 22:11:48,452 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:11:44 GMT Server: Apache x-openstack-request-id: req-ae8e8584-9899-4f13-a80e-42af406ec017 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "2984d382-008f-4fc4-810d-ac57d3f06805", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}]}} 2018-11-05 22:11:48,452 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-ae8e8584-9899-4f13-a80e-42af406ec017 2018-11-05 22:11:48,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:11:48,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:48 GMT Server: Apache x-openstack-request-id: req-cc8aac02-af95-41db-be2d-56f82688c88a Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:48,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:48 GMT Server: Apache x-openstack-request-id: req-d178d1ab-7297-46e6-8639-8cd43359225f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:11:48,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-d178d1ab-7297-46e6-8639-8cd43359225f 2018-11-05 22:11:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:11:49,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:48 GMT Server: Apache x-openstack-request-id: req-362ae878-e315-449f-9a26-ea02fff8ff06 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:49 GMT Server: Apache x-openstack-request-id: req-a79e1fb5-062d-408b-a716-556f37768607 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:11:49,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-a79e1fb5-062d-408b-a716-556f37768607 2018-11-05 22:11:52,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:11:52,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:52 GMT Server: Apache x-openstack-request-id: req-c98b0264-a690-4d02-928a-db317ffa182e Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:53,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:52 GMT Server: Apache x-openstack-request-id: req-6db88f00-8984-4ca6-b1d8-71a2c6d86011 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:11:53,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-6db88f00-8984-4ca6-b1d8-71a2c6d86011 2018-11-05 22:11:56,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:11:56,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:56 GMT Server: Apache x-openstack-request-id: req-64d68d96-84e2-487b-950f-7d2b93c110b7 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:11:56,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:56 GMT Server: Apache x-openstack-request-id: req-411e3f80-de20-463a-b515-05f53fc43f2c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:11:56,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-411e3f80-de20-463a-b515-05f53fc43f2c 2018-11-05 22:11:59,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:11:59,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:11:59 GMT Server: Apache x-openstack-request-id: req-7b170362-1346-44cf-9607-245752362f1a Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:00,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:11:59 GMT Server: Apache x-openstack-request-id: req-b27f3ed4-62a1-42ec-a421-30cee60bf743 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:00,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-b27f3ed4-62a1-42ec-a421-30cee60bf743 2018-11-05 22:12:03,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:03,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:03 GMT Server: Apache x-openstack-request-id: req-3c6d3253-0e63-4996-9efe-f8cc9627fbc7 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:03,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:03 GMT Server: Apache x-openstack-request-id: req-80d6a541-91ee-4d85-99e6-9d2b76b90f33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:03,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-80d6a541-91ee-4d85-99e6-9d2b76b90f33 2018-11-05 22:12:06,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:06,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:06 GMT Server: Apache x-openstack-request-id: req-33fea69e-07fe-40bc-975b-926fe1eb1e7e Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:07,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:06 GMT Server: Apache x-openstack-request-id: req-91a1f381-a354-4c7e-8eb6-6181441601b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:07,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-91a1f381-a354-4c7e-8eb6-6181441601b3 2018-11-05 22:12:10,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:10,508 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:10 GMT Server: Apache x-openstack-request-id: req-8352b304-45df-4445-9d12-fcb6b81fc1c2 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:10,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:10 GMT Server: Apache x-openstack-request-id: req-cfde4508-b804-414a-89e8-f5aff88704b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:10,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-cfde4508-b804-414a-89e8-f5aff88704b1 2018-11-05 22:12:13,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:14,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:13 GMT Server: Apache x-openstack-request-id: req-191d4a4d-deb9-4ce3-b0e5-b52e5b2612c8 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:15,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:14 GMT Server: Apache x-openstack-request-id: req-c5555e40-5cd6-48f7-8b1c-1d3a86c22c69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:15,355 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-c5555e40-5cd6-48f7-8b1c-1d3a86c22c69 2018-11-05 22:12:18,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:18,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:18 GMT Server: Apache x-openstack-request-id: req-72ccbbca-a9f8-461a-b512-fd2503026bb1 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:18,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:18 GMT Server: Apache x-openstack-request-id: req-49e72a60-84a9-44fd-b3f1-3882145131cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:18,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-49e72a60-84a9-44fd-b3f1-3882145131cb 2018-11-05 22:12:18,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:18,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:18 GMT Server: Apache x-openstack-request-id: req-e995976a-72f2-49d8-aa3e-c19cdb198d65 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:18,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:18 GMT Server: Apache x-openstack-request-id: req-cb3bb1c2-0dad-4676-a082-ee5a00bd7361 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f92459e3-ffd4-4133-a774-6279f92e1bff", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b23b2e07-8648-48e6-8eb2-e7074b090bcd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "98ee0a1c-cdb2-46f5-944f-df6111fc9036", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a1bc1aae-3cff-4cbe-9bce-b844ccea4abc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4fc5ee1a-e00e-4d23-9505-4a11d0c0993e", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a:subnet_id=fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "99148723-6d8d-43b8-8efc-1abe5bcd0288", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e4437083-0fa3-4e8e-80e4-88817e9e82cf", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "615336f3-59ff-4850-bb57-1b107cec7caf", "resource_type": "OS::Neutron::Port"}]} 2018-11-05 22:12:18,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources used request id req-cb3bb1c2-0dad-4676-a082-ee5a00bd7361 2018-11-05 22:12:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:18,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:18 GMT Server: Apache x-openstack-request-id: req-95242a51-8f85-4ac2-8bd4-36d8be1f2ac0 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:19,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:18 GMT Server: Apache x-openstack-request-id: req-b1be4ea8-5e5a-4e03-aafa-7f9670807b9c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:19,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-b1be4ea8-5e5a-4e03-aafa-7f9670807b9c 2018-11-05 22:12:19,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:19,262 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:19 GMT Server: Apache x-openstack-request-id: req-fe773094-3a80-4e6b-af3b-2c9c78a55fbd Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:19,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:19 GMT Server: Apache x-openstack-request-id: req-1f1495f7-c170-40b8-869c-e7b339b01aba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f92459e3-ffd4-4133-a774-6279f92e1bff", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b23b2e07-8648-48e6-8eb2-e7074b090bcd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "98ee0a1c-cdb2-46f5-944f-df6111fc9036", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a1bc1aae-3cff-4cbe-9bce-b844ccea4abc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4fc5ee1a-e00e-4d23-9505-4a11d0c0993e", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a:subnet_id=fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "99148723-6d8d-43b8-8efc-1abe5bcd0288", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e4437083-0fa3-4e8e-80e4-88817e9e82cf", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "615336f3-59ff-4850-bb57-1b107cec7caf", "resource_type": "OS::Neutron::Port"}]} 2018-11-05 22:12:19,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources used request id req-1f1495f7-c170-40b8-869c-e7b339b01aba 2018-11-05 22:12:19,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:19,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-0f2e404c-d66d-4379-9a88-1ab705931a10 Date: Mon, 05 Nov 2018 22:12:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fe8b47b5-1c93-482e-ad0b-dbbf935208c9"],"description":"","tags":[],"updated_at":"2018-11-05T22:11:52Z","provider:segmentation_id":77,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:50Z","provider:network_type":"vxlan"}]} 2018-11-05 22:12:19,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-0f2e404c-d66d-4379-9a88-1ab705931a10 2018-11-05 22:12:19,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:19,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-985e7b45-e3fc-44f7-bf6a-544663e70057 Date: Mon, 05 Nov 2018 22:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:52Z","dns_nameservers":[],"updated_at":"2018-11-05T22:11:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"4514395712c64d95859941d968816975","id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet"}]} 2018-11-05 22:12:19,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-985e7b45-e3fc-44f7-bf6a-544663e70057 2018-11-05 22:12:19,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:19,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b5e37a4-dbca-42db-9667-a8baeb7e95e7 Date: Mon, 05 Nov 2018 22:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:52Z","dns_nameservers":[],"updated_at":"2018-11-05T22:11:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"4514395712c64d95859941d968816975","id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet"}]} 2018-11-05 22:12:19,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-2b5e37a4-dbca-42db-9667-a8baeb7e95e7 2018-11-05 22:12:19,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:12:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:19,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33c265c5-64e1-4f91-8f2f-cbf078af572a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:12:19,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33c265c5-64e1-4f91-8f2f-cbf078af572a 2018-11-05 22:12:19,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:19,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:19 GMT Server: Apache x-openstack-request-id: req-e7e3262c-cacb-4cde-8061-fbbca7bb72c7 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:19,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:19 GMT Server: Apache x-openstack-request-id: req-47dd7ec8-6562-40dc-a512-4f3fc44256e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f92459e3-ffd4-4133-a774-6279f92e1bff", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b23b2e07-8648-48e6-8eb2-e7074b090bcd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "98ee0a1c-cdb2-46f5-944f-df6111fc9036", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a1bc1aae-3cff-4cbe-9bce-b844ccea4abc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4fc5ee1a-e00e-4d23-9505-4a11d0c0993e", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a:subnet_id=fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "99148723-6d8d-43b8-8efc-1abe5bcd0288", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e4437083-0fa3-4e8e-80e4-88817e9e82cf", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "615336f3-59ff-4850-bb57-1b107cec7caf", "resource_type": "OS::Neutron::Port"}]} 2018-11-05 22:12:19,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources used request id req-47dd7ec8-6562-40dc-a512-4f3fc44256e9 2018-11-05 22:12:19,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/99148723-6d8d-43b8-8efc-1abe5bcd0288 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:20,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12: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-91744631-44d4-4469-af46-d77d0a04ab00 x-compute-request-id: req-91744631-44d4-4469-af46-d77d0a04ab00 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:20:be", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:20:be", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/99148723-6d8d-43b8-8efc-1abe5bcd0288", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/99148723-6d8d-43b8-8efc-1abe5bcd0288", "rel": "bookmark"}], "image": {"id": "a6a051e2-a741-4c86-b1ee-7aa720917c66", "links": [{"href": "http://172.30.9.23:8774/images/a6a051e2-a741-4c86-b1ee-7aa720917c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-11-05T22:12:14.000000", "flavor": {"id": "b23b2e07-8648-48e6-8eb2-e7074b090bcd", "links": [{"href": "http://172.30.9.23:8774/flavors/b23b2e07-8648-48e6-8eb2-e7074b090bcd", "rel": "bookmark"}]}, "id": "99148723-6d8d-43b8-8efc-1abe5bcd0288", "security_groups": [{"name": "security_group_name"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:12:14Z", "hostId": "e4f65f873b7b04025fc68f4198db24213f3dc290f5a3ccba54544d03", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "created": "2018-11-05T22:11:58Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:12:20,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/99148723-6d8d-43b8-8efc-1abe5bcd0288 used request id req-91744631-44d4-4469-af46-d77d0a04ab00 2018-11-05 22:12:20,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:20,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-85c67818-48b3-4395-be57-a3aafee44869 Date: Mon, 05 Nov 2018 22:12:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fe8b47b5-1c93-482e-ad0b-dbbf935208c9"],"description":"","tags":[],"updated_at":"2018-11-05T22:11:52Z","provider:segmentation_id":77,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:50Z","provider:network_type":"vxlan"}]} 2018-11-05 22:12:20,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net used request id req-85c67818-48b3-4395-be57-a3aafee44869 2018-11-05 22:12:20,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:12:20,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:12:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:12:20,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:20,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e14545-57f0-423c-9e79-b5e6ea5c01b7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:12:20,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-b0e14545-57f0-423c-9e79-b5e6ea5c01b7 2018-11-05 22:12:20,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:20,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3466726c-de8f-4b0c-9b5e-1289f44390fc Date: Mon, 05 Nov 2018 22:12:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:52Z","dns_nameservers":[],"updated_at":"2018-11-05T22:11:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"4514395712c64d95859941d968816975","id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet"}]} 2018-11-05 22:12:20,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-3466726c-de8f-4b0c-9b5e-1289f44390fc 2018-11-05 22:12:20,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:20,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5216 X-Openstack-Request-Id: req-fd91ca05-ad56-49ac-b0f9-c91167acc848 Date: Mon, 05 Nov 2018 22:12:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:12:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.5"}],"id":"615336f3-59ff-4850-bb57-1b107cec7caf","security_groups":["a1bc1aae-3cff-4cbe-9bce-b844ccea4abc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:20:be","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"99148723-6d8d-43b8-8efc-1abe5bcd0288","name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack-port1-nv64vuqgi63t","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.8"}],"id":"62da5737-bb6c-48e0-b52e-5230b4ff83f9","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:b8:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e4437083-0fa3-4e8e-80e4-88817e9e82cf","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.2"}],"id":"6f0604d5-6c13-45af-a205-642416d45b6b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:ce:fe","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-98ee0a1c-cdb2-46f5-944f-df6111fc9036","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.4"}],"id":"abc729c6-6174-4235-8844-d4ac4f03c654","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:33:c3","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-98ee0a1c-cdb2-46f5-944f-df6111fc9036","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:58Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.1"}],"id":"d1db50e9-09a7-4c00-b405-26a4f1d140ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:6a:64","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"033cdd97-1f7a-460e-adee-3e4ebd4fbc0a","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.3"}],"id":"faa9ca94-2ed1-4175-a105-a04f6831c22c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:fa:81","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-98ee0a1c-cdb2-46f5-944f-df6111fc9036","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:53Z","binding:vnic_type":"normal"}]} 2018-11-05 22:12:20,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-fd91ca05-ad56-49ac-b0f9-c91167acc848 2018-11-05 22:12:20,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e4437083-0fa3-4e8e-80e4-88817e9e82cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:20,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12: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-818a64c9-83c9-45fe-8b49-f71506a5c9d6 x-compute-request-id: req-818a64c9-83c9-45fe-8b49-f71506a5c9d6 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:04", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4437083-0fa3-4e8e-80e4-88817e9e82cf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4437083-0fa3-4e8e-80e4-88817e9e82cf", "rel": "bookmark"}], "image": {"id": "e86021e4-16f0-4681-b840-96021550d265", "links": [{"href": "http://172.30.9.23:8774/images/e86021e4-16f0-4681-b840-96021550d265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-11-05T22:12:01.000000", "flavor": {"id": "f92459e3-ffd4-4133-a774-6279f92e1bff", "links": [{"href": "http://172.30.9.23:8774/flavors/f92459e3-ffd4-4133-a774-6279f92e1bff", "rel": "bookmark"}]}, "id": "e4437083-0fa3-4e8e-80e4-88817e9e82cf", "security_groups": [{"name": "default"}], "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "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-11-05T22:12:02Z", "hostId": "5e5fa63a77c3283b796b2ddadf26e993a0c16a3bdec69f5e827edaa9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "created": "2018-11-05T22:11:56Z", "tenant_id": "4514395712c64d95859941d968816975", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:12:20,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e4437083-0fa3-4e8e-80e4-88817e9e82cf used request id req-818a64c9-83c9-45fe-8b49-f71506a5c9d6 2018-11-05 22:12:20,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-6515190c-e213-483a-a58e-1b3689542bfb Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","subnets":["fe8b47b5-1c93-482e-ad0b-dbbf935208c9"],"description":"","tags":[],"updated_at":"2018-11-05T22:11:52Z","provider:segmentation_id":77,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net","admin_state_up":true,"tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:50Z","provider:network_type":"vxlan"}]} 2018-11-05 22:12:21,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net used request id req-6515190c-e213-483a-a58e-1b3689542bfb 2018-11-05 22:12:21,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c29d37c-7fdb-442e-a19a-58a670eaa5e7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:12:21,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-7c29d37c-7fdb-442e-a19a-58a670eaa5e7 2018-11-05 22:12:21,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-59064810-6113-462d-bbe9-8c10451fca09 Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:52Z","dns_nameservers":[],"updated_at":"2018-11-05T22:11:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"4514395712c64d95859941d968816975","id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet"}]} 2018-11-05 22:12:21,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-59064810-6113-462d-bbe9-8c10451fca09 2018-11-05 22:12:21,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5216 X-Openstack-Request-Id: req-ab086096-78e7-42ac-a08b-84641212654e Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:12:07Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.5"}],"id":"615336f3-59ff-4850-bb57-1b107cec7caf","security_groups":["a1bc1aae-3cff-4cbe-9bce-b844ccea4abc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:20:be","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"99148723-6d8d-43b8-8efc-1abe5bcd0288","name":"HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack-port1-nv64vuqgi63t","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.8"}],"id":"62da5737-bb6c-48e0-b52e-5230b4ff83f9","security_groups":["1a7b38af-9470-41f0-bd91-7559ff76f5a9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:b8:04","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e4437083-0fa3-4e8e-80e4-88817e9e82cf","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.2"}],"id":"6f0604d5-6c13-45af-a205-642416d45b6b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:ce:fe","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-98ee0a1c-cdb2-46f5-944f-df6111fc9036","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.4"}],"id":"abc729c6-6174-4235-8844-d4ac4f03c654","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:33:c3","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-98ee0a1c-cdb2-46f5-944f-df6111fc9036","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:58Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.1"}],"id":"d1db50e9-09a7-4c00-b405-26a4f1d140ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:6a:64","project_id":"4514395712c64d95859941d968816975","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"033cdd97-1f7a-460e-adee-3e4ebd4fbc0a","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:11:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe8b47b5-1c93-482e-ad0b-dbbf935208c9","ip_address":"10.1.2.3"}],"id":"faa9ca94-2ed1-4175-a105-a04f6831c22c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:fa:81","project_id":"4514395712c64d95859941d968816975","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-98ee0a1c-cdb2-46f5-944f-df6111fc9036","name":"","admin_state_up":true,"network_id":"98ee0a1c-cdb2-46f5-944f-df6111fc9036","tenant_id":"4514395712c64d95859941d968816975","created_at":"2018-11-05T22:11:53Z","binding:vnic_type":"normal"}]} 2018-11-05 22:12:21,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=98ee0a1c-cdb2-46f5-944f-df6111fc9036 used request id req-ab086096-78e7-42ac-a08b-84641212654e 2018-11-05 22:12:21,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache x-openstack-request-id: req-3cda0724-e8e0-4d90-b760-07a707ac591f Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:21,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache x-openstack-request-id: req-7976c41c-63eb-428a-befd-4b4817e5a4ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f92459e3-ffd4-4133-a774-6279f92e1bff", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b23b2e07-8648-48e6-8eb2-e7074b090bcd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "98ee0a1c-cdb2-46f5-944f-df6111fc9036", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a1bc1aae-3cff-4cbe-9bce-b844ccea4abc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4fc5ee1a-e00e-4d23-9505-4a11d0c0993e", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "033cdd97-1f7a-460e-adee-3e4ebd4fbc0a:subnet_id=fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fe8b47b5-1c93-482e-ad0b-dbbf935208c9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "99148723-6d8d-43b8-8efc-1abe5bcd0288", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e4437083-0fa3-4e8e-80e4-88817e9e82cf", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-05T22:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:11:48Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "615336f3-59ff-4850-bb57-1b107cec7caf", "resource_type": "OS::Neutron::Port"}]} 2018-11-05 22:12:21,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805/resources used request id req-7976c41c-63eb-428a-befd-4b4817e5a4ce 2018-11-05 22:12:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-cad76267-f57c-4f62-9647-fa2a728a96a9 Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:40Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/snap", "metadata": {}}], "self": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66", "min_disk": 0, "protected": false, "id": "a6a051e2-a741-4c86-b1ee-7aa720917c66", "file": "/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a6a051e2-a741-4c86-b1ee-7aa720917c66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:12:21,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 used request id req-cad76267-f57c-4f62-9647-fa2a728a96a9 2018-11-05 22:12:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dc87ffcb-585c-49ae-a689-fd07718c364a Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:12:21,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-dc87ffcb-585c-49ae-a689-fd07718c364a 2018-11-05 22:12:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-53806ded-d469-4e43-964a-0af3427028db Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:43Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "metadata": {}}], "self": "/v2/images/e86021e4-16f0-4681-b840-96021550d265", "min_disk": 0, "protected": false, "id": "e86021e4-16f0-4681-b840-96021550d265", "file": "/v2/images/e86021e4-16f0-4681-b840-96021550d265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:12:21,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 used request id req-53806ded-d469-4e43-964a-0af3427028db 2018-11-05 22:12:21,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-74e497ff-2514-4653-b507-2f58abad3930 Date: Mon, 05 Nov 2018 22:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:11:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:11:43Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "metadata": {}}], "self": "/v2/images/e86021e4-16f0-4681-b840-96021550d265", "min_disk": 0, "protected": false, "id": "e86021e4-16f0-4681-b840-96021550d265", "file": "/v2/images/e86021e4-16f0-4681-b840-96021550d265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4514395712c64d95859941d968816975", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/e86021e4-16f0-4681-b840-96021550d265/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:12:21,704 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 used request id req-74e497ff-2514-4653-b507-2f58abad3930 2018-11-05 22:12:21,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache x-openstack-request-id: req-c8d1af9d-4fe6-4fed-b919-875314e5de6f Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:21,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache x-openstack-request-id: req-426431db-65eb-469a-b42f-54060212d5e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:21,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-426431db-65eb-469a-b42f-54060212d5e3 2018-11-05 22:12:21,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:21,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache x-openstack-request-id: req-8ecf6c8e-3b17-43a6-9087-84ee2dc92cbd Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:22,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:21 GMT Server: Apache x-openstack-request-id: req-2e3832ff-592a-493c-8045-1ac03eec1744 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:22,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-2e3832ff-592a-493c-8045-1ac03eec1744 2018-11-05 22:12:22,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:22,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:22 GMT Server: Apache x-openstack-request-id: req-657f48c0-20c1-4373-aee9-068002b3d8bd Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:22,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:12:22 GMT Server: Apache x-openstack-request-id: req-a4c41d0e-a7d1-4836-9702-349d4f7533cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:12:22,211 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-a4c41d0e-a7d1-4836-9702-349d4f7533cd 2018-11-05 22:12:22,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:22,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:22 GMT Server: Apache x-openstack-request-id: req-a32507ec-5970-42a8-85b9-c7b6a7825327 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:22,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:22 GMT Server: Apache x-openstack-request-id: req-0443234f-293b-43c4-a194-beb9955f6e77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA00Hb+oluEyxKCIAycqUBdxVrVHgjYyF4pM/+TchonTm9mfDL\njGF4T3I6KWUmYSxKKoHYOyI0eIcwmnmohx9iW7svEWUaGmv4RmxwT+7I0BPvf35m\nWNaa3RTjmmN/jMjNvZJ9YT7GAaHiQRHMLl4o9jDCca0xiUds4Jq+OWFfW9hNfvI6\ntEY/tzcj2ViZIGfzsS0/mJxtdlWmHkIDtcui7SyASd8mjip2wWy4ynXQ7NO7LdT7\n2wX3zO5Fr0cMNJ0MGtlp//Lify984YBxvlrll4+BE/HP5RVGm5MJILh22WAuIuOD\nV8Xh9Kmz1vwiQOLxHE1hRIgC+6JQ2/h0en6XAwIDAQABAoIBAHLSBOHy+CTrmYFt\nS/4LuPQkbCWI9pLWil/pvGpCVrm9vFODEN7Hy0BC8WG2XFnMXLMlx4S8XpBzyfLr\n1LE8WZVJ85ccwEdED7kXDyQiwHp3m2BMLwxx99HZnKs5EQZPzaMPj53fJHeWqQZ8\nyeEZxGGqtsRaQeY/L+oTsPg2+EFOHlchRJ8HGe4TvK9zTNe4gpLa9F0GC4qAVWki\nkStGSGUazEvxHlw5XRrqcAbx8kfPO4P1bZbWQnh5hS46xH+FND/DhogUvC9QL2Q3\nStcETIamQMn7JatQ9lNUFqsHu9/MGnSCCkCcycqFokimbQrvOtZNAB/5aKPdSKCB\n59+qxeECgYEA7Wsn11x8t6DeyF4G6Z6gTY4OslTZzjbHyuD06sLCu/Dam6FCbvxG\nmZ6d5n2C0W87HNGfuAnFO74Ct6pxuyDU/3R5EQE8l+3U2e0KwB0Cn3lwd+P07hTV\n20Hi/byZfjSbHrvJ+nCt+zH8uYLCa0rITsCxd9Hv0QXNk22+mXuQ4HcCgYEA48qL\nM7Sdvd26gvVan8KYvqKMOwu99foK6Q5/75i92AqG86U1smK3fwrHJ0T4y9jGC4zt\n0LV7xfxDSAxdl0NgL1d3Cr77ty1PCB2qORo8ZEghdGpYtJNIhUdi/Fy+h6rzYrWx\nY9s6NYjeKOJZlX0wPWm5tL7ovgokVt+7tPrTzNUCgYEAlVRx0caNd15K4hIqHOU2\nBLHWUpqGCGtyTQwjYEmx/E4o4fyS8YXhzhvzSxckoiBpON4srLAQi1wfD3C4ai/j\naO3UfDqf5xujZpLu0RkuHipe8DnEQ799J5SQdnIaxUPHUZRiHRCkjbvKLtCtApkd\n1lLjDO9R/NG+lP1RBe6vmE8CgYEAozt6QwQT4YHpbHzLgx5cfIdYu9svNfwHI3jr\nftNSf2UTzba+4uTQn24mxmIrc1AUoyRLKrtSRc7+m7uYuZNjcqlXudCf6mTCdItl\nduPxEN+LcbPfew7r8e305ejD884x+LNAudDYRpKcuGlzTqdWETwZAoenmr8DyWks\nRoVTjz0CgYEAzGli2BTB0HOcxgUVTINirJJTdehQq9qChrmexH7Nl9s7pMeHS2te\nv35bEIaKx7XU3RHoOdJC/yMDlcyIx3lBbFWyBIG0pLlruu3M/8uoxLdg7QHdchfS\nCJQeTYcH4TLT5TNxvbMWm4r8Xl6HqOX+2kZsBKVaUDz3Q22NuSuQP68=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:22,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-0443234f-293b-43c4-a194-beb9955f6e77 2018-11-05 22:12:25,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:25,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:25 GMT Server: Apache x-openstack-request-id: req-4a286191-5d9b-4a67-82df-186ac2241cd7 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:25,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:25 GMT Server: Apache x-openstack-request-id: req-50839a81-5f03-4f2f-85f7-633429a3dcf5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "tags": null, "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-05T22:12:22Z", "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:25,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-50839a81-5f03-4f2f-85f7-633429a3dcf5 2018-11-05 22:12:28,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:28,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:28 GMT Server: Apache x-openstack-request-id: req-c70a3b92-b044-4f51-a5d9-5f75b1840790 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:28,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:28 GMT Server: Apache x-openstack-request-id: req-0413fef9-22e5-4740-bc0b-45cbd73c7266 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "tags": null, "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-05T22:12:22Z", "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:28,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-0413fef9-22e5-4740-bc0b-45cbd73c7266 2018-11-05 22:12:31,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:31,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:31 GMT Server: Apache x-openstack-request-id: req-96e19274-8cea-4235-9713-870f9d9cf8b1 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:32,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:31 GMT Server: Apache x-openstack-request-id: req-69747224-ce64-4216-a006-94c4ffedc734 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "tags": null, "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-05T22:12:22Z", "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:32,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-69747224-ce64-4216-a006-94c4ffedc734 2018-11-05 22:12:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:35,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:35 GMT Server: Apache x-openstack-request-id: req-dd448cdd-0962-44ba-9701-3b0b5cd5d524 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:35,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:35 GMT Server: Apache x-openstack-request-id: req-9c509740-145a-4d2b-aa74-7ee6c61b5b6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "tags": null, "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-05T22:12:22Z", "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:35,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-9c509740-145a-4d2b-aa74-7ee6c61b5b6f 2018-11-05 22:12:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:38,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:38 GMT Server: Apache x-openstack-request-id: req-7e0ee456-2a3a-42ec-a8e2-032cca4d8584 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:38,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:38 GMT Server: Apache x-openstack-request-id: req-109af988-f81d-4a52-9c8f-086848e50ece Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "tags": null, "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-05T22:12:22Z", "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:38,713 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-109af988-f81d-4a52-9c8f-086848e50ece 2018-11-05 22:12:41,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/2984d382-008f-4fc4-810d-ac57d3f06805 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bae4ca83740e05dab37a476c644213d2edc468d" 2018-11-05 22:12:42,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:41 GMT Server: Apache x-openstack-request-id: req-11099c45-9e95-4306-9ef8-a86b80ada569 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:42,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:42 GMT Server: Apache x-openstack-request-id: req-fb70f0c0-66f6-4de3-bfb5-6039ab55a23d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 692 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor2", "OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "2984d382-008f-4fc4-810d-ac57d3f06805", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1"}, "deletion_time": "2018-11-05T22:12:40Z", "stack_name": "HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack", "stack_user_project_id": "2d5986dccbe64a0e809ac8835504ba11", "tags": null, "creation_time": "2018-11-05T22:11:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-05T22:12:22Z", "id": "2984d382-008f-4fc4-810d-ac57d3f06805", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-05 22:12:42,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-stack/2984d382-008f-4fc4-810d-ac57d3f06805 used request id req-fb70f0c0-66f6-4de3-bfb5-6039ab55a23d 2018-11-05 22:12:42,418 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image1 2018-11-05 22:12:42,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6532c620e98c5ed8e5fcdbd3cc9b91fb594d0f4" 2018-11-05 22:12:43,563 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c620fbf9-cd4f-4a31-8aad-a034609a5021 Date: Mon, 05 Nov 2018 22:12:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:12:43,563 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a6a051e2-a741-4c86-b1ee-7aa720917c66 used request id req-c620fbf9-cd4f-4a31-8aad-a034609a5021 2018-11-05 22:12:43,564 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-6a065148-7f59-48d0-b52e-927358ce9070-image2 2018-11-05 22:12:43,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4916b99bf261f2dc9ef3534c623d59d80d0edd12" 2018-11-05 22:12:44,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1d520ac-73ff-46c5-b513-dfacda7d0109 Date: Mon, 05 Nov 2018 22:12:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:12:44,785 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e86021e4-16f0-4681-b840-96021550d265 used request id req-b1d520ac-73ff-46c5-b513-dfacda7d0109 2018-11-05 22:12:44,788 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:12:44,788 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:12:44,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:12:45,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["_91DWEfqQN-gz7ktxyrP4Q"], "issued_at": "2018-11-05T22:12:45.000000Z"}} 2018-11-05 22:12:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46f309b0d15a61a65882ebe44bb5c0517997b9" -d '{"stack_name": "HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-11-05 22:12:46,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:12:45 GMT Server: Apache x-openstack-request-id: req-b40266ca-ec1f-4896-a21f-a09c56860d0e Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "44a843c7-c29c-431f-8416-5d1dce8ffd3e", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e", "rel": "self"}]}} 2018-11-05 22:12:46,903 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-b40266ca-ec1f-4896-a21f-a09c56860d0e 2018-11-05 22:12:46,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/44a843c7-c29c-431f-8416-5d1dce8ffd3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46f309b0d15a61a65882ebe44bb5c0517997b9" 2018-11-05 22:12:47,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:46 GMT Server: Apache x-openstack-request-id: req-e22c9460-8002-42eb-8478-eb50d9671a46 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:47,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:47 GMT Server: Apache x-openstack-request-id: req-8d36d615-648d-496a-aa5d-ab709edf471a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "44a843c7-c29c-431f-8416-5d1dce8ffd3e", "OS::stack_name": "HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack", "stack_user_project_id": "3b37ef4f824f4a05a633849d0c3d0471", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:12:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "44a843c7-c29c-431f-8416-5d1dce8ffd3e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-05 22:12:47,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e used request id req-8d36d615-648d-496a-aa5d-ab709edf471a 2018-11-05 22:12:47,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/44a843c7-c29c-431f-8416-5d1dce8ffd3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46f309b0d15a61a65882ebe44bb5c0517997b9" 2018-11-05 22:12:47,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:47 GMT Server: Apache x-openstack-request-id: req-f8709eee-49e1-4d09-95ee-c7ad45bfbbcd Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:47,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:47 GMT Server: Apache x-openstack-request-id: req-8e769668-a63e-49b0-80cf-97f6c8af1f75 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "44a843c7-c29c-431f-8416-5d1dce8ffd3e", "OS::stack_name": "HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack", "stack_user_project_id": "3b37ef4f824f4a05a633849d0c3d0471", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:12:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "44a843c7-c29c-431f-8416-5d1dce8ffd3e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-05 22:12:47,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e used request id req-8e769668-a63e-49b0-80cf-97f6c8af1f75 2018-11-05 22:12:47,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/44a843c7-c29c-431f-8416-5d1dce8ffd3e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46f309b0d15a61a65882ebe44bb5c0517997b9" 2018-11-05 22:12:47,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:47 GMT Server: Apache x-openstack-request-id: req-984c1d62-c9c6-4b96-9690-faeeb06b0bcf Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:48,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:47 GMT Server: Apache x-openstack-request-id: req-c1357953-4abc-45c1-8413-6f040c33ef25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-05T22:12:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:12:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bc63026f-84cb-45b7-9abe-dd0e899fb5fe", "resource_type": "OS::Nova::Flavor"}]} 2018-11-05 22:12:48,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e/resources used request id req-c1357953-4abc-45c1-8413-6f040c33ef25 2018-11-05 22:12:48,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/bc63026f-84cb-45b7-9abe-dd0e899fb5fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46f309b0d15a61a65882ebe44bb5c0517997b9" 2018-11-05 22:12:48,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12: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-4c20ef65-3ea3-4d18-bdf0-201cb9350714 x-compute-request-id: req-4c20ef65-3ea3-4d18-bdf0-201cb9350714 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc63026f-84cb-45b7-9abe-dd0e899fb5fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc63026f-84cb-45b7-9abe-dd0e899fb5fe", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "bc63026f-84cb-45b7-9abe-dd0e899fb5fe", "name": "HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack-flavor-2so3443udvzf", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:12:48,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/bc63026f-84cb-45b7-9abe-dd0e899fb5fe used request id req-4c20ef65-3ea3-4d18-bdf0-201cb9350714 2018-11-05 22:12:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/44a843c7-c29c-431f-8416-5d1dce8ffd3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46f309b0d15a61a65882ebe44bb5c0517997b9" 2018-11-05 22:12:48,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:48 GMT Server: Apache x-openstack-request-id: req-3f4cd872-fb76-4221-8799-e2ad91e5cd73 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:48,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:12:48 GMT Server: Apache x-openstack-request-id: req-97afea6a-e303-409e-89ab-a56806b9619c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:12:48,403 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsFlavorTests-627667f2-f889-413b-b827-654349c21ee5-stack/44a843c7-c29c-431f-8416-5d1dce8ffd3e used request id req-97afea6a-e303-409e-89ab-a56806b9619c 2018-11-05 22:12:48,404 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:12:48,404 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:12:48,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:12:48,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:12:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["daxk6JW_Sp6STFU8-kNntA"], "issued_at": "2018-11-05T22:12:48.000000Z"}} 2018-11-05 22:12:48,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" -d '{"stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp"}}' 2018-11-05 22:12:50,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:12:48 GMT Server: Apache x-openstack-request-id: req-878960a4-d484-4a97-847c-7688baaa7096 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "rel": "self"}]}} 2018-11-05 22:12:50,335 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-878960a4-d484-4a97-847c-7688baaa7096 2018-11-05 22:12:50,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/30ebccd7-cb50-437a-acc1-b80a1dcbf56c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:50,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:50 GMT Server: Apache x-openstack-request-id: req-c11dee55-4719-4068-ac7e-ad0393122bf0 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:50,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:50 GMT Server: Apache x-openstack-request-id: req-81f331ed-0666-46c3-bde1-177731f2a5d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "OS::stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "keypair_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "stack_user_project_id": "80efee9ae32141a8b08b5ef5e34d8998", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:12:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-05 22:12:50,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c used request id req-81f331ed-0666-46c3-bde1-177731f2a5d0 2018-11-05 22:12:50,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/30ebccd7-cb50-437a-acc1-b80a1dcbf56c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:50,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:50 GMT Server: Apache x-openstack-request-id: req-457977a5-fca9-4194-9d2e-1a277aa65eb2 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:51,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:50 GMT Server: Apache x-openstack-request-id: req-04d570fd-cd4e-43f6-a15d-5b334dd75fbc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "OS::stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "keypair_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "stack_user_project_id": "80efee9ae32141a8b08b5ef5e34d8998", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:12:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEoQIBAAKCAQEAvFPrp77MaNgHQ2pDhMu66RACguL6xZnPSCu9+zSXYACkIwwR\nQzl59nmtLXfxADW717xBXcvx5I61buyQOXXENWmXYszIEX9Tv5M7C+fe+r0rEJLE\nmD33roMuOcsjsDn+YjZIGRvsAa6MKfBf6tCUr/TzzTUI95JDJ2jRlyosSFpc8xxv\nA0PB73L5JOf48m4ya1DiBky/mU/E0+M/E6mdBflRqha/m20lL/qZ3wyO/yqf7VsA\n+/aFygAgEUwkH8TbD97r9SwqQIuvEcqfwqsiPw/xTTCZgQJIP4KzTfARqVqIbfyc\ncphXrBEd4J/9IfOPkTZMm2vrPIvWdpAMYWyPiQIDAQABAoIBAFRcT0qkCFLKum4z\ncq1QyZhPCKDy5hyP6q9MkNyvUUO65cuhQzZWz9Bd7vpYKQfMCin4dVt72Q5l8tYO\neAiVPWAjvaGPU+uqmqxNWnzZ0COHi3vwEsqTr5hnwNQ4r/Ln95Cs+hztSgny02yR\n9ZVs+73aPz/kCvFDfntv07sgNBfwRSIzTm7PRBBZMSpVju6I8vGqJm/gIJg2CPr5\n+XTkM0Avqt39DuLC1eyaa6CrAMxaP+zuCcLC41y6oAX+sp76TK5H+C+fN7TpO1M4\nMEIIdzmt8QIqYa+9Kv/CaOwuuF1djaaJSWrvOUmBXtocAzEKRSHJ9WVcyPVWPTqd\nTFEKlJECgYEA7nNDlnXUFX0UsmWg0IirgI9DOzCZ+OQV/YBd+6BLwc2I/e9MwXQW\n0r6sTt5UWqfqMuNkouB6DHVbIbdJMOug+4mez86Vwa40NpZ7iC0NhDqkeAqdQwec\nzZsa+HqmMfw8Us3fk6wrjtYq6Pw0TDJtrs6NN5sJoJMs+sza+0o9x2UCgYEAyjBH\nn02ZFk4ZO9eglOIivna0to6fnR4/KoKXwV0CzGJL7+LMUnrcr6q1SSLK8K+l9kJN\n3EYElA2DfhkBLKfJ4h40H9EZesCRdUlAFJdqGsSIrjMesD98kFa7AInZj5+sD7n8\npdDf+hb9ddqV3koEfos5osN68OK9P+u3AxDBv1UCgYA6eQt+7wAGEPktUhygZpNf\n4EHFVwK69PurgXoKhWFucf+A/didq+EY5ucMJBsdbAXTWs3H3zIuseyaFP8evvlo\nFXRbUzaIGzb0l+xNFXc2EMdaJIgx8sDx7nIrsq/knA0S5SdJaDP6P+yf25DbipY5\nAq/AjgVLWivyiJ++dZM2vQKBgQC95DAwNqHzp+/dGzvu+J+nADfjSPoxh0nN9A7x\nBRjuudcV+ozpXgjMV2ihwrKU8HLPYSBdI8mC/1oi4PsQZJmf67wKscjbV+aFIAG2\nFSsK7tBrwwksgMPNkBdbfxw83rqrnoLhfNYOvO7ZdCzTM/MaoknESxG5EUqqsQgW\nMfO1bQJ/P7gMsBOHW3NUaJiiB9HxR0zjZNLC/SmrE4zInk8z2vxhMOl66/Ql/e/N\nQtHoGVv5Qfro4wTbhh8YmAXdo8D5eanz8KeP7tEDn/BRdM5p/X5YQ2q9F3oXJmB1\nz765aw//Jy0J5hBIoPBWa1vvS16AyVuIPinae5JdkJFG2Iv4yg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-05 22:12:51,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c used request id req-04d570fd-cd4e-43f6-a15d-5b334dd75fbc 2018-11-05 22:12:51,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/30ebccd7-cb50-437a-acc1-b80a1dcbf56c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:51,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:51 GMT Server: Apache x-openstack-request-id: req-59f40b23-a342-4034-ad75-702bdcf32119 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:51,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:51 GMT Server: Apache x-openstack-request-id: req-1dc5145b-4cb6-4f63-8dce-202e96006761 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-05T22:12:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:12:50Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-05 22:12:51,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c/resources used request id req-1dc5145b-4cb6-4f63-8dce-202e96006761 2018-11-05 22:12:51,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:51,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12: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-e0f001d4-197c-4683-8ccd-0b8f19f1f727 x-compute-request-id: req-e0f001d4-197c-4683-8ccd-0b8f19f1f727 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8U+unvsxo2AdDakOEy7rpEAKC4vrFmc9IK737NJdgAKQjDBFDOXn2ea0td/EANbvXvEFdy/HkjrVu7JA5dcQ1aZdizMgRf1O/kzsL5976vSsQksSYPfeugy45yyOwOf5iNkgZG+wBrowp8F/q0JSv9PPNNQj3kkMnaNGXKixIWlzzHG8DQ8Hvcvkk5/jybjJrUOIGTL+ZT8TT4z8TqZ0F+VGqFr+bbSUv+pnfDI7/Kp/tWwD79oXKACARTCQfxNsP3uv1LCpAi68Ryp/CqyI/D/FNMJmBAkg/grNN8BGpWoht/JxymFesER3gn/0h84+RNkyba+s8i9Z2kAxhbI+J Generated-by-Nova", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp", "deleted": false, "created_at": "2018-11-05T22:12:50.000000", "updated_at": null, "fingerprint": "0f:9d:72:54:c4:23:e2:20:37:40:74:57:40:db:6d:03", "deleted_at": null, "id": 15}} 2018-11-05 22:12:51,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp used request id req-e0f001d4-197c-4683-8ccd-0b8f19f1f727 2018-11-05 22:12:51,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/30ebccd7-cb50-437a-acc1-b80a1dcbf56c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:51,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:51 GMT Server: Apache x-openstack-request-id: req-97795334-248e-40f8-a349-5ac888f25b1d Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:51,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:51 GMT Server: Apache x-openstack-request-id: req-7b9451d7-60f3-42c2-a64b-9ab72631757e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "OS::stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "keypair_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack", "stack_user_project_id": "80efee9ae32141a8b08b5ef5e34d8998", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:12:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "30ebccd7-cb50-437a-acc1-b80a1dcbf56c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEoQIBAAKCAQEAvFPrp77MaNgHQ2pDhMu66RACguL6xZnPSCu9+zSXYACkIwwR\nQzl59nmtLXfxADW717xBXcvx5I61buyQOXXENWmXYszIEX9Tv5M7C+fe+r0rEJLE\nmD33roMuOcsjsDn+YjZIGRvsAa6MKfBf6tCUr/TzzTUI95JDJ2jRlyosSFpc8xxv\nA0PB73L5JOf48m4ya1DiBky/mU/E0+M/E6mdBflRqha/m20lL/qZ3wyO/yqf7VsA\n+/aFygAgEUwkH8TbD97r9SwqQIuvEcqfwqsiPw/xTTCZgQJIP4KzTfARqVqIbfyc\ncphXrBEd4J/9IfOPkTZMm2vrPIvWdpAMYWyPiQIDAQABAoIBAFRcT0qkCFLKum4z\ncq1QyZhPCKDy5hyP6q9MkNyvUUO65cuhQzZWz9Bd7vpYKQfMCin4dVt72Q5l8tYO\neAiVPWAjvaGPU+uqmqxNWnzZ0COHi3vwEsqTr5hnwNQ4r/Ln95Cs+hztSgny02yR\n9ZVs+73aPz/kCvFDfntv07sgNBfwRSIzTm7PRBBZMSpVju6I8vGqJm/gIJg2CPr5\n+XTkM0Avqt39DuLC1eyaa6CrAMxaP+zuCcLC41y6oAX+sp76TK5H+C+fN7TpO1M4\nMEIIdzmt8QIqYa+9Kv/CaOwuuF1djaaJSWrvOUmBXtocAzEKRSHJ9WVcyPVWPTqd\nTFEKlJECgYEA7nNDlnXUFX0UsmWg0IirgI9DOzCZ+OQV/YBd+6BLwc2I/e9MwXQW\n0r6sTt5UWqfqMuNkouB6DHVbIbdJMOug+4mez86Vwa40NpZ7iC0NhDqkeAqdQwec\nzZsa+HqmMfw8Us3fk6wrjtYq6Pw0TDJtrs6NN5sJoJMs+sza+0o9x2UCgYEAyjBH\nn02ZFk4ZO9eglOIivna0to6fnR4/KoKXwV0CzGJL7+LMUnrcr6q1SSLK8K+l9kJN\n3EYElA2DfhkBLKfJ4h40H9EZesCRdUlAFJdqGsSIrjMesD98kFa7AInZj5+sD7n8\npdDf+hb9ddqV3koEfos5osN68OK9P+u3AxDBv1UCgYA6eQt+7wAGEPktUhygZpNf\n4EHFVwK69PurgXoKhWFucf+A/didq+EY5ucMJBsdbAXTWs3H3zIuseyaFP8evvlo\nFXRbUzaIGzb0l+xNFXc2EMdaJIgx8sDx7nIrsq/knA0S5SdJaDP6P+yf25DbipY5\nAq/AjgVLWivyiJ++dZM2vQKBgQC95DAwNqHzp+/dGzvu+J+nADfjSPoxh0nN9A7x\nBRjuudcV+ozpXgjMV2ihwrKU8HLPYSBdI8mC/1oi4PsQZJmf67wKscjbV+aFIAG2\nFSsK7tBrwwksgMPNkBdbfxw83rqrnoLhfNYOvO7ZdCzTM/MaoknESxG5EUqqsQgW\nMfO1bQJ/P7gMsBOHW3NUaJiiB9HxR0zjZNLC/SmrE4zInk8z2vxhMOl66/Ql/e/N\nQtHoGVv5Qfro4wTbhh8YmAXdo8D5eanz8KeP7tEDn/BRdM5p/X5YQ2q9F3oXJmB1\nz765aw//Jy0J5hBIoPBWa1vvS16AyVuIPinae5JdkJFG2Iv4yg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-05 22:12:51,775 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c used request id req-7b9451d7-60f3-42c2-a64b-9ab72631757e 2018-11-05 22:12:51,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:51,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12: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-322eff99-e754-4ea4-99ff-f264263daab1 x-compute-request-id: req-322eff99-e754-4ea4-99ff-f264263daab1 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8U+unvsxo2AdDakOEy7rpEAKC4vrFmc9IK737NJdgAKQjDBFDOXn2ea0td/EANbvXvEFdy/HkjrVu7JA5dcQ1aZdizMgRf1O/kzsL5976vSsQksSYPfeugy45yyOwOf5iNkgZG+wBrowp8F/q0JSv9PPNNQj3kkMnaNGXKixIWlzzHG8DQ8Hvcvkk5/jybjJrUOIGTL+ZT8TT4z8TqZ0F+VGqFr+bbSUv+pnfDI7/Kp/tWwD79oXKACARTCQfxNsP3uv1LCpAi68Ryp/CqyI/D/FNMJmBAkg/grNN8BGpWoht/JxymFesER3gn/0h84+RNkyba+s8i9Z2kAxhbI+J Generated-by-Nova", "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "name": "HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp", "deleted": false, "created_at": "2018-11-05T22:12:50.000000", "updated_at": null, "fingerprint": "0f:9d:72:54:c4:23:e2:20:37:40:74:57:40:db:6d:03", "deleted_at": null, "id": 15}} 2018-11-05 22:12:51,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-kp used request id req-322eff99-e754-4ea4-99ff-f264263daab1 2018-11-05 22:12:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/30ebccd7-cb50-437a-acc1-b80a1dcbf56c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd10e8887aece1eda660e82413a8857e4dcdcbf" 2018-11-05 22:12:51,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:51 GMT Server: Apache x-openstack-request-id: req-b9110a87-ca5f-4343-94d5-5d9a800635e4 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:52,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:12:51 GMT Server: Apache x-openstack-request-id: req-2e8d0716-fc08-4ce3-be07-a99f3a2bd99c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:12:52,144 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsKeypairTests-8be7e514-05ef-45ea-bc34-4c986e457067-stack/30ebccd7-cb50-437a-acc1-b80a1dcbf56c used request id req-2e8d0716-fc08-4ce3-be07-a99f3a2bd99c 2018-11-05 22:12:52,146 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-05 22:12:52,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:12:52,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["pdR0KnkQRoKsSloyPM3Elw"], "issued_at": "2018-11-05T22:12:52.000000Z"}} 2018-11-05 22:12:52,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" -d '{"stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-sec-grp"}}' 2018-11-05 22:12:54,226 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:12:52 GMT Server: Apache x-openstack-request-id: req-66798ad1-919e-4db8-94b2-6456159d4905 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "396c59ae-f612-40e2-af02-c41de39ae03b", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b", "rel": "self"}]}} 2018-11-05 22:12:54,226 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks used request id req-66798ad1-919e-4db8-94b2-6456159d4905 2018-11-05 22:12:54,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/396c59ae-f612-40e2-af02-c41de39ae03b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:54,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:54 GMT Server: Apache x-openstack-request-id: req-9be0424e-2e0e-47b0-a338-84afde1934c9 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:54,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:54 GMT Server: Apache x-openstack-request-id: req-367ef20b-a9bd-45b9-b5ae-3f0645b04425 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "396c59ae-f612-40e2-af02-c41de39ae03b", "OS::stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "security_group_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "stack_user_project_id": "ad787fbbabc94198ae8ed4b9abe17e0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:12:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "396c59ae-f612-40e2-af02-c41de39ae03b", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-05 22:12:54,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b used request id req-367ef20b-a9bd-45b9-b5ae-3f0645b04425 2018-11-05 22:12:54,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/396c59ae-f612-40e2-af02-c41de39ae03b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:54,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:54 GMT Server: Apache x-openstack-request-id: req-023f0867-8565-45fe-bd56-301127d98cce Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:54,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:54 GMT Server: Apache x-openstack-request-id: req-cce4b26a-0684-4768-9b04-bf122556b882 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "396c59ae-f612-40e2-af02-c41de39ae03b", "OS::stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "security_group_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "stack_user_project_id": "ad787fbbabc94198ae8ed4b9abe17e0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-05T22:12:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "396c59ae-f612-40e2-af02-c41de39ae03b", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-05 22:12:54,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b used request id req-cce4b26a-0684-4768-9b04-bf122556b882 2018-11-05 22:12:57,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/396c59ae-f612-40e2-af02-c41de39ae03b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:58,149 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:57 GMT Server: Apache x-openstack-request-id: req-5909e260-0e7a-4178-80ba-8a69ae1da825 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:58,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:58 GMT Server: Apache x-openstack-request-id: req-607e3651-6d72-418a-accd-c8242eb838ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4514395712c64d95859941d968816975", "OS::stack_id": "396c59ae-f612-40e2-af02-c41de39ae03b", "OS::stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "security_group_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack", "stack_user_project_id": "ad787fbbabc94198ae8ed4b9abe17e0d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-05T22:12:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "396c59ae-f612-40e2-af02-c41de39ae03b", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-05 22:12:58,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b used request id req-607e3651-6d72-418a-accd-c8242eb838ae 2018-11-05 22:12:58,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/396c59ae-f612-40e2-af02-c41de39ae03b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:58,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:58 GMT Server: Apache x-openstack-request-id: req-6aa17444-53d8-4a85-a82e-cf4bab4f9f80 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:58,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:58 GMT Server: Apache x-openstack-request-id: req-a5c2d6eb-e176-4d06-a67e-0567317c860f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-05T22:12:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-05T22:12:54Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "be82bd32-1e33-4d4f-96a7-424844b902d4", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-05 22:12:58,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b/resources used request id req-a5c2d6eb-e176-4d06-a67e-0567317c860f 2018-11-05 22:12:58,642 - neutron_utils - INFO - Retrieving security group with ID - be82bd32-1e33-4d4f-96a7-424844b902d4 2018-11-05 22:12:58,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=be82bd32-1e33-4d4f-96a7-424844b902d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:58,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-6c50606e-69ee-4baa-a12f-ea63ebf62c00 Date: Mon, 05 Nov 2018 22:12:58 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:12:54Z", "updated_at": "2018-11-05T22:12:55Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T22:12:55Z", "revision_number": 0, "id": "25115f27-0b9e-4401-baf7-c63ebe78b301", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-05T22:12:55Z", "security_group_id": "be82bd32-1e33-4d4f-96a7-424844b902d4", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:12:55Z", "revision_number": 0, "id": "52e9ec2e-cb82-46bd-b916-608c1c7aa712", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-05T22:12:55Z", "security_group_id": "be82bd32-1e33-4d4f-96a7-424844b902d4", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 6, "project_id": "4514395712c64d95859941d968816975", "id": "be82bd32-1e33-4d4f-96a7-424844b902d4", "name": "HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-sec-grp"}]} 2018-11-05 22:12:58,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=be82bd32-1e33-4d4f-96a7-424844b902d4 used request id req-6c50606e-69ee-4baa-a12f-ea63ebf62c00 2018-11-05 22:12:58,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be82bd32-1e33-4d4f-96a7-424844b902d4 2018-11-05 22:12:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=be82bd32-1e33-4d4f-96a7-424844b902d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:59,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-d76ade7a-5ed3-4ebc-af6c-ad0ed31883b7 Date: Mon, 05 Nov 2018 22:12:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-05T22:12:55Z", "security_group_id": "be82bd32-1e33-4d4f-96a7-424844b902d4", "port_range_min": 22, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:12:55Z", "project_id": "4514395712c64d95859941d968816975", "id": "25115f27-0b9e-4401-baf7-c63ebe78b301"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-05T22:12:55Z", "security_group_id": "be82bd32-1e33-4d4f-96a7-424844b902d4", "port_range_min": null, "revision_number": 0, "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:12:55Z", "project_id": "4514395712c64d95859941d968816975", "id": "52e9ec2e-cb82-46bd-b916-608c1c7aa712"}]} 2018-11-05 22:12:59,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=be82bd32-1e33-4d4f-96a7-424844b902d4 used request id req-d76ade7a-5ed3-4ebc-af6c-ad0ed31883b7 2018-11-05 22:12:59,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/396c59ae-f612-40e2-af02-c41de39ae03b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abdd556a58ec26a8f0c4685d3089786fdec9a94" 2018-11-05 22:12:59,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 05 Nov 2018 22:12:59 GMT Server: Apache x-openstack-request-id: req-b9dd347e-aae6-41d5-8b5f-955aac5825d6 Location: http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-05 22:12:59,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:12:59 GMT Server: Apache x-openstack-request-id: req-46b5ddb7-abdb-4e33-83fd-50bb454eb80a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:12:59,394 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975/stacks/HeatUtilsSecurityGroupTests-60283cd4-18c5-4fb6-b05f-ff1363df0e95-stack/396c59ae-f612-40e2-af02-c41de39ae03b used request id req-46b5ddb7-abdb-4e33-83fd-50bb454eb80a 2018-11-05 22:12:59,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:12:59,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["SSgyX3JxThuSaWw9vlmBrw"], "issued_at": "2018-11-05T22:12:59.000000Z"}} 2018-11-05 22:12:59,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceee45d718b7c70fbfc42400c3ad24ddcacc8578" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-1f72d211-8b5d-43e1-9800-fb60c865326c"}}' 2018-11-05 22:12:59,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:59 GMT Server: Apache x-compute-request-id: req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "399029d7-3e52-434e-8b1d-9db25083e3df", "name": "CinderUtilsQoSTests-1f72d211-8b5d-43e1-9800-fb60c865326c"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/399029d7-3e52-434e-8b1d-9db25083e3df", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/399029d7-3e52-434e-8b1d-9db25083e3df", "rel": "bookmark"}]} 2018-11-05 22:12:59,969 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f 2018-11-05 22:12:59,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceee45d718b7c70fbfc42400c3ad24ddcacc8578" 2018-11-05 22:13:00,137 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:12:59 GMT Server: Apache x-compute-request-id: req-769e819e-9e7a-4aaf-8e8d-bfaaeb2286b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-769e819e-9e7a-4aaf-8e8d-bfaaeb2286b8 Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "399029d7-3e52-434e-8b1d-9db25083e3df", "name": "CinderUtilsQoSTests-1f72d211-8b5d-43e1-9800-fb60c865326c"}]} 2018-11-05 22:13:00,137 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-769e819e-9e7a-4aaf-8e8d-bfaaeb2286b8 2018-11-05 22:13:00,137 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1f72d211-8b5d-43e1-9800-fb60c865326c 2018-11-05 22:13:00,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/399029d7-3e52-434e-8b1d-9db25083e3df?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceee45d718b7c70fbfc42400c3ad24ddcacc8578" 2018-11-05 22:13:00,361 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c936647-8386-4dce-8a55-339f78eae3eb 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-11-05 22:13:00,361 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/399029d7-3e52-434e-8b1d-9db25083e3df?force=False used request id req-2c936647-8386-4dce-8a55-339f78eae3eb 2018-11-05 22:13:00,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceee45d718b7c70fbfc42400c3ad24ddcacc8578" 2018-11-05 22:13:00,544 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:00 GMT Server: Apache x-compute-request-id: req-3296b5af-6146-42c8-ade1-dab1649622b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3296b5af-6146-42c8-ade1-dab1649622b6 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-05 22:13:00,544 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-3296b5af-6146-42c8-ade1-dab1649622b6 2018-11-05 22:13:00,544 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1f72d211-8b5d-43e1-9800-fb60c865326c 2018-11-05 22:13:00,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/399029d7-3e52-434e-8b1d-9db25083e3df?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c38d4bbf-334a-4ba9-89f0-ee7c7c93e85f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceee45d718b7c70fbfc42400c3ad24ddcacc8578" 2018-11-05 22:13:01,444 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-994b01f6-e3ee-4dd0-a408-d28eab5f4a86 x-openstack-request-id: req-994b01f6-e3ee-4dd0-a408-d28eab5f4a86 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 399029d7-3e52-434e-8b1d-9db25083e3df.", "code": 404}} 2018-11-05 22:13:01,444 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/399029d7-3e52-434e-8b1d-9db25083e3df?force=False used request id req-994b01f6-e3ee-4dd0-a408-d28eab5f4a86 2018-11-05 22:13:01,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:01,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["j0nqGQA1Q8CYbAFoZvEgFQ"], "issued_at": "2018-11-05T22:13:01.000000Z"}} 2018-11-05 22:13:01,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}418dbc3f834d9b1c52669a1b5fdfb916f57c2ea7" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-6a8da10b-f4a6-4962-a821-afdd3b78adb9"}}' 2018-11-05 22:13:02,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:01 GMT Server: Apache x-compute-request-id: req-39e80c48-e9e6-4cc3-9e7b-230e28c0269c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39e80c48-e9e6-4cc3-9e7b-230e28c0269c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "dd4a3dd2-0db2-4be3-bee5-647085ca2970", "name": "CinderUtilsQoSTests-6a8da10b-f4a6-4962-a821-afdd3b78adb9"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970", "rel": "bookmark"}]} 2018-11-05 22:13:02,027 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-39e80c48-e9e6-4cc3-9e7b-230e28c0269c 2018-11-05 22:13:02,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39e80c48-e9e6-4cc3-9e7b-230e28c0269c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}418dbc3f834d9b1c52669a1b5fdfb916f57c2ea7" 2018-11-05 22:13:02,738 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:02 GMT Server: Apache x-compute-request-id: req-ed549e76-868c-42d2-b9ab-50398a1a4145 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed549e76-868c-42d2-b9ab-50398a1a4145 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "dd4a3dd2-0db2-4be3-bee5-647085ca2970", "name": "CinderUtilsQoSTests-6a8da10b-f4a6-4962-a821-afdd3b78adb9"}]} 2018-11-05 22:13:02,738 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-ed549e76-868c-42d2-b9ab-50398a1a4145 2018-11-05 22:13:02,742 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39e80c48-e9e6-4cc3-9e7b-230e28c0269c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}418dbc3f834d9b1c52669a1b5fdfb916f57c2ea7" 2018-11-05 22:13:02,904 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:02 GMT Server: Apache x-compute-request-id: req-9d822124-726f-4831-a939-a7dba38f4ccc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9d822124-726f-4831-a939-a7dba38f4ccc Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "dd4a3dd2-0db2-4be3-bee5-647085ca2970", "name": "CinderUtilsQoSTests-6a8da10b-f4a6-4962-a821-afdd3b78adb9"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970", "rel": "bookmark"}]} 2018-11-05 22:13:02,904 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970 used request id req-9d822124-726f-4831-a939-a7dba38f4ccc 2018-11-05 22:13:02,904 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-6a8da10b-f4a6-4962-a821-afdd3b78adb9 2018-11-05 22:13:02,907 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39e80c48-e9e6-4cc3-9e7b-230e28c0269c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}418dbc3f834d9b1c52669a1b5fdfb916f57c2ea7" 2018-11-05 22:13:03,102 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a92f7b2a-3020-4d62-b6e8-551f428e99e1 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-11-05 22:13:03,102 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/dd4a3dd2-0db2-4be3-bee5-647085ca2970?force=False used request id req-a92f7b2a-3020-4d62-b6e8-551f428e99e1 2018-11-05 22:13:03,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:03,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["ZtuFOEKiRC6ixGiwaO_T7g"], "issued_at": "2018-11-05T22:13:03.000000Z"}} 2018-11-05 22:13:03,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6537f721051a0aa709ee8b9195ea953b07fd18b3" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-f3d108f5-dc20-4e3e-aa90-142023ece788"}}' 2018-11-05 22:13:03,693 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:03 GMT Server: Apache x-compute-request-id: req-69e9f00f-204c-4896-92fb-9e9841428160 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69e9f00f-204c-4896-92fb-9e9841428160 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "5fc02a1d-15b6-4530-ac72-adb8b8e18809", "name": "CinderUtilsQoSTests-f3d108f5-dc20-4e3e-aa90-142023ece788"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809", "rel": "bookmark"}]} 2018-11-05 22:13:03,693 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-69e9f00f-204c-4896-92fb-9e9841428160 2018-11-05 22:13:03,697 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69e9f00f-204c-4896-92fb-9e9841428160" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6537f721051a0aa709ee8b9195ea953b07fd18b3" 2018-11-05 22:13:03,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:03 GMT Server: Apache x-compute-request-id: req-d7398647-fc05-418e-90e1-c585a1506835 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7398647-fc05-418e-90e1-c585a1506835 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "5fc02a1d-15b6-4530-ac72-adb8b8e18809", "name": "CinderUtilsQoSTests-f3d108f5-dc20-4e3e-aa90-142023ece788"}]} 2018-11-05 22:13:03,860 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-d7398647-fc05-418e-90e1-c585a1506835 2018-11-05 22:13:03,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69e9f00f-204c-4896-92fb-9e9841428160" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6537f721051a0aa709ee8b9195ea953b07fd18b3" 2018-11-05 22:13:04,040 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:03 GMT Server: Apache x-compute-request-id: req-2956f6f1-07b1-4972-8636-43b4b843d60a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2956f6f1-07b1-4972-8636-43b4b843d60a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "5fc02a1d-15b6-4530-ac72-adb8b8e18809", "name": "CinderUtilsQoSTests-f3d108f5-dc20-4e3e-aa90-142023ece788"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809", "rel": "bookmark"}]} 2018-11-05 22:13:04,040 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809 used request id req-2956f6f1-07b1-4972-8636-43b4b843d60a 2018-11-05 22:13:04,040 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-f3d108f5-dc20-4e3e-aa90-142023ece788 2018-11-05 22:13:04,043 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69e9f00f-204c-4896-92fb-9e9841428160" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6537f721051a0aa709ee8b9195ea953b07fd18b3" 2018-11-05 22:13:04,787 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-172fd20b-2284-462f-b535-a38629bada3b 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-11-05 22:13:04,787 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/5fc02a1d-15b6-4530-ac72-adb8b8e18809?force=False used request id req-172fd20b-2284-462f-b535-a38629bada3b 2018-11-05 22:13:04,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:05,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["otfRHUj_Ss6FA1jfBGXsQg"], "issued_at": "2018-11-05T22:13:05.000000Z"}} 2018-11-05 22:13:05,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb8005e9f4cbb5ac8c51a31507372ef41bca787" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-9d8a1fc3-6ab7-4b5d-861c-89769d907196"}}' 2018-11-05 22:13:05,382 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:05 GMT Server: Apache x-compute-request-id: req-29d9e171-c462-487c-a446-a9eb041c7d33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29d9e171-c462-487c-a446-a9eb041c7d33 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "name": "CinderUtilsQoSTests-9d8a1fc3-6ab7-4b5d-861c-89769d907196"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "rel": "bookmark"}]} 2018-11-05 22:13:05,383 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-29d9e171-c462-487c-a446-a9eb041c7d33 2018-11-05 22:13:05,386 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29d9e171-c462-487c-a446-a9eb041c7d33" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb8005e9f4cbb5ac8c51a31507372ef41bca787" 2018-11-05 22:13:06,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:05 GMT Server: Apache x-compute-request-id: req-7394094b-e84d-4f65-bb5f-1ccb7dcd20fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7394094b-e84d-4f65-bb5f-1ccb7dcd20fe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "name": "CinderUtilsQoSTests-9d8a1fc3-6ab7-4b5d-861c-89769d907196"}]} 2018-11-05 22:13:06,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-7394094b-e84d-4f65-bb5f-1ccb7dcd20fe 2018-11-05 22:13:06,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29d9e171-c462-487c-a446-a9eb041c7d33" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb8005e9f4cbb5ac8c51a31507372ef41bca787" 2018-11-05 22:13:06,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:06 GMT Server: Apache x-compute-request-id: req-d0a0934a-23dc-4a14-8eac-39d3750a175f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0a0934a-23dc-4a14-8eac-39d3750a175f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "name": "CinderUtilsQoSTests-9d8a1fc3-6ab7-4b5d-861c-89769d907196"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5", "rel": "bookmark"}]} 2018-11-05 22:13:06,268 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5 used request id req-d0a0934a-23dc-4a14-8eac-39d3750a175f 2018-11-05 22:13:06,268 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9d8a1fc3-6ab7-4b5d-861c-89769d907196 2018-11-05 22:13:06,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29d9e171-c462-487c-a446-a9eb041c7d33" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb8005e9f4cbb5ac8c51a31507372ef41bca787" 2018-11-05 22:13:06,492 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b7a83d63-f879-4079-87e4-e49cf2f0f7e8 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-11-05 22:13:06,492 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/becbe45e-82bb-4ad2-aa0c-5c7c3e7934c5?force=False used request id req-b7a83d63-f879-4079-87e4-e49cf2f0f7e8 2018-11-05 22:13:06,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:06,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["i1hrFM3xQ5ituMZNP3OHHw"], "issued_at": "2018-11-05T22:13:06.000000Z"}} 2018-11-05 22:13:06,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:07,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7e7876-e253-4c93-b1e5-707c7fc8b8f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:07,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b7e7876-e253-4c93-b1e5-707c7fc8b8f4 2018-11-05 22:13:07,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-05 22:13:07,569 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:07 GMT Server: Apache x-compute-request-id: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-05T22:13:07.409504", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca613db4-410c-4f9d-9f23-0915f44d0661", "size": 1}} 2018-11-05 22:13:07,569 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes used request id req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8 2018-11-05 22:13:07,572 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:07,785 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:07 GMT Server: Apache x-compute-request-id: req-f40eec6a-d996-4144-84b4-aa4746fe48f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f40eec6a-d996-4144-84b4-aa4746fe48f6 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:07.000000", "replication_status": null, "snapshot_id": null, "id": "ca613db4-410c-4f9d-9f23-0915f44d0661", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010", "bootable": "false", "created_at": "2018-11-05T22:13:07.000000", "volume_type": null}} 2018-11-05 22:13:07,785 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-f40eec6a-d996-4144-84b4-aa4746fe48f6 2018-11-05 22:13:07,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:08,528 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:07 GMT Server: Apache x-compute-request-id: req-9a368752-47b9-4bdf-82be-fdc33e093e0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a368752-47b9-4bdf-82be-fdc33e093e0a Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:07.000000", "replication_status": null, "snapshot_id": null, "id": "ca613db4-410c-4f9d-9f23-0915f44d0661", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010", "bootable": "false", "created_at": "2018-11-05T22:13:07.000000", "volume_type": null}} 2018-11-05 22:13:08,528 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-9a368752-47b9-4bdf-82be-fdc33e093e0a 2018-11-05 22:13:08,531 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:08,812 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:08 GMT Server: Apache x-compute-request-id: req-e4264198-3816-49ec-abe5-67c4a826f21f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4264198-3816-49ec-abe5-67c4a826f21f Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:07.000000", "replication_status": null, "snapshot_id": null, "id": "ca613db4-410c-4f9d-9f23-0915f44d0661", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010", "bootable": "false", "created_at": "2018-11-05T22:13:07.000000", "volume_type": null}]} 2018-11-05 22:13:08,812 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail used request id req-e4264198-3816-49ec-abe5-67c4a826f21f 2018-11-05 22:13:08,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:08,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:08,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:08,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076a727c-5c8c-4616-b03c-bfac5e0e45a2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:13:08,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-076a727c-5c8c-4616-b03c-bfac5e0e45a2 2018-11-05 22:13:08,909 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010 2018-11-05 22:13:08,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:09,184 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-88c6dd81-749a-4ce3-864f-cb86b94f53a4 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-11-05 22:13:09,184 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-88c6dd81-749a-4ce3-864f-cb86b94f53a4 2018-11-05 22:13:09,187 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:09,374 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:09 GMT Server: Apache x-compute-request-id: req-e6c38354-3519-44dd-92c1-1858b905c65c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6c38354-3519-44dd-92c1-1858b905c65c Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:09.000000", "replication_status": null, "snapshot_id": null, "id": "ca613db4-410c-4f9d-9f23-0915f44d0661", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010", "bootable": "false", "created_at": "2018-11-05T22:13:07.000000", "volume_type": null}} 2018-11-05 22:13:09,374 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-e6c38354-3519-44dd-92c1-1858b905c65c 2018-11-05 22:13:12,380 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:12,583 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6afab080-8455-4a52-8b75-128169020f3e x-openstack-request-id: req-6afab080-8455-4a52-8b75-128169020f3e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ca613db4-410c-4f9d-9f23-0915f44d0661 could not be found.", "code": 404}} 2018-11-05 22:13:12,583 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-6afab080-8455-4a52-8b75-128169020f3e 2018-11-05 22:13:12,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:12,775 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:12 GMT Server: Apache x-compute-request-id: req-06d7b601-2937-4439-bff4-4fe891e66541 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-06d7b601-2937-4439-bff4-4fe891e66541 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-05 22:13:12,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail used request id req-06d7b601-2937-4439-bff4-4fe891e66541 2018-11-05 22:13:12,776 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-9cc7be12-7eeb-4068-a1b5-28aa0e463010 2018-11-05 22:13:12,779 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:12,811 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-737acbf7-5097-41f2-b548-c38664b1c6ee x-openstack-request-id: req-737acbf7-5097-41f2-b548-c38664b1c6ee Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ca613db4-410c-4f9d-9f23-0915f44d0661 could not be found.", "code": 404}} 2018-11-05 22:13:12,811 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-737acbf7-5097-41f2-b548-c38664b1c6ee 2018-11-05 22:13:12,814 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca0b58ad-1ebf-4c0f-84c9-affd4ab4cae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ab970a13661cc4155906f022602204968a0cdb" 2018-11-05 22:13:12,846 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d3f35bde-beac-483b-80d0-30b1fe390e23 x-openstack-request-id: req-d3f35bde-beac-483b-80d0-30b1fe390e23 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ca613db4-410c-4f9d-9f23-0915f44d0661 could not be found.", "code": 404}} 2018-11-05 22:13:12,847 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/ca613db4-410c-4f9d-9f23-0915f44d0661 used request id req-d3f35bde-beac-483b-80d0-30b1fe390e23 2018-11-05 22:13:12,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:13,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["j-zyJtv6St6b0YOoLkA0JA"], "issued_at": "2018-11-05T22:13:13.000000Z"}} 2018-11-05 22:13:13,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:13,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed8c4a0-a3bc-4ae4-8d2b-3dbdfcd32e56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:13,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8ed8c4a0-a3bc-4ae4-8d2b-3dbdfcd32e56 2018-11-05 22:13:13,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-05 22:13:13,885 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:13 GMT Server: Apache x-compute-request-id: req-6be7030d-dd0c-493d-b056-1a925a32b831 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6be7030d-dd0c-493d-b056-1a925a32b831 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-05T22:13:13.791367", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "size": 1}} 2018-11-05 22:13:13,885 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes used request id req-6be7030d-dd0c-493d-b056-1a925a32b831 2018-11-05 22:13:13,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be7030d-dd0c-493d-b056-1a925a32b831" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:14,092 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:13 GMT Server: Apache x-compute-request-id: req-162d026f-0204-466c-b51c-e49f3a543317 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-162d026f-0204-466c-b51c-e49f3a543317 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:13.000000", "replication_status": null, "snapshot_id": null, "id": "88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27", "bootable": "false", "created_at": "2018-11-05T22:13:13.000000", "volume_type": null}} 2018-11-05 22:13:14,093 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 used request id req-162d026f-0204-466c-b51c-e49f3a543317 2018-11-05 22:13:14,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be7030d-dd0c-493d-b056-1a925a32b831" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:14,298 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:14 GMT Server: Apache x-compute-request-id: req-6059e721-adee-4342-95ee-8084b3c46b2a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6059e721-adee-4342-95ee-8084b3c46b2a Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:14.000000", "replication_status": null, "snapshot_id": null, "id": "88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27", "bootable": "false", "created_at": "2018-11-05T22:13:13.000000", "volume_type": null}} 2018-11-05 22:13:14,298 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 used request id req-6059e721-adee-4342-95ee-8084b3c46b2a 2018-11-05 22:13:14,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be7030d-dd0c-493d-b056-1a925a32b831" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:14,503 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:14 GMT Server: Apache x-compute-request-id: req-fb3e5e91-07f7-4669-89bd-fbca5ad78e1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb3e5e91-07f7-4669-89bd-fbca5ad78e1e Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:14.000000", "replication_status": null, "snapshot_id": null, "id": "88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27", "bootable": "false", "created_at": "2018-11-05T22:13:13.000000", "volume_type": null}]} 2018-11-05 22:13:14,503 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/detail used request id req-fb3e5e91-07f7-4669-89bd-fbca5ad78e1e 2018-11-05 22:13:14,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:14,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:14,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:14,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f835340-60a5-4823-9c55-5c9e5d55268c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:13:14,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-4f835340-60a5-4823-9c55-5c9e5d55268c 2018-11-05 22:13:14,594 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27 2018-11-05 22:13:14,597 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be7030d-dd0c-493d-b056-1a925a32b831" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:14,843 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f25fa026-5414-4461-9b2c-1f51eb2d6d1d 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-11-05 22:13:14,844 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 used request id req-f25fa026-5414-4461-9b2c-1f51eb2d6d1d 2018-11-05 22:13:14,846 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be7030d-dd0c-493d-b056-1a925a32b831" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:15,037 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:14 GMT Server: Apache x-compute-request-id: req-d9a76d91-1c8d-4c13-9e7d-4c452efd5139 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9a76d91-1c8d-4c13-9e7d-4c452efd5139 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-05T22:13:14.000000", "replication_status": null, "snapshot_id": null, "id": "88d0e8cd-2a53-424d-8ce5-ec43da70ae34", "size": 1, "user_id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "os-vol-tenant-attr:tenant_id": "4514395712c64d95859941d968816975", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-77b931b2-9ee2-4c03-999e-41d97716dc27", "bootable": "false", "created_at": "2018-11-05T22:13:13.000000", "volume_type": null}} 2018-11-05 22:13:15,037 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 used request id req-d9a76d91-1c8d-4c13-9e7d-4c452efd5139 2018-11-05 22:13:18,043 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be7030d-dd0c-493d-b056-1a925a32b831" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08139d7680f1e7325021710a8a8d74b8b9dc40b" 2018-11-05 22:13:18,081 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-dcf55349-c0d9-45af-a9cd-93a6bee780ca x-openstack-request-id: req-dcf55349-c0d9-45af-a9cd-93a6bee780ca Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 88d0e8cd-2a53-424d-8ce5-ec43da70ae34 could not be found.", "code": 404}} 2018-11-05 22:13:18,082 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/volumes/88d0e8cd-2a53-424d-8ce5-ec43da70ae34 used request id req-dcf55349-c0d9-45af-a9cd-93a6bee780ca 2018-11-05 22:13:18,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:18,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["aeUAHa0BSZKQBuxDGhsVbg"], "issued_at": "2018-11-05T22:13:18.000000Z"}} 2018-11-05 22:13:18,490 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-64adf9a1-5599-4815-a3c2-b29ae3c3cf21", "description": null}}' 2018-11-05 22:13:18,735 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:18 GMT Server: Apache x-compute-request-id: req-96203491-7182-4b1d-b021-6c0aed4bb440 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96203491-7182-4b1d-b021-6c0aed4bb440 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-64adf9a1-5599-4815-a3c2-b29ae3c3cf21", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "898e9ec9-ab46-497a-8135-9bc63cf75a00", "description": null}} 2018-11-05 22:13:18,735 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-96203491-7182-4b1d-b021-6c0aed4bb440 2018-11-05 22:13:18,738 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-96203491-7182-4b1d-b021-6c0aed4bb440" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" 2018-11-05 22:13:18,926 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:18 GMT Server: Apache x-compute-request-id: req-feb35baa-7db2-4c34-8542-cfdbfe12bb1a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-feb35baa-7db2-4c34-8542-cfdbfe12bb1a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-64adf9a1-5599-4815-a3c2-b29ae3c3cf21", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "898e9ec9-ab46-497a-8135-9bc63cf75a00", "description": null}]} 2018-11-05 22:13:18,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types?is_public=None used request id req-feb35baa-7db2-4c34-8542-cfdbfe12bb1a 2018-11-05 22:13:18,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-96203491-7182-4b1d-b021-6c0aed4bb440" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" 2018-11-05 22:13:19,109 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:18 GMT Server: Apache x-compute-request-id: req-51608c91-453a-4a85-943f-a329ce5d4ce0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51608c91-453a-4a85-943f-a329ce5d4ce0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-64adf9a1-5599-4815-a3c2-b29ae3c3cf21", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "898e9ec9-ab46-497a-8135-9bc63cf75a00", "description": null}} 2018-11-05 22:13:19,110 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 used request id req-51608c91-453a-4a85-943f-a329ce5d4ce0 2018-11-05 22:13:19,112 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-96203491-7182-4b1d-b021-6c0aed4bb440" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" 2018-11-05 22:13:19,309 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:19 GMT Server: Apache x-compute-request-id: req-ee507d89-036b-4dce-b0ef-7ce50a589f3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee507d89-036b-4dce-b0ef-7ce50a589f3d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-05 22:13:19,309 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00/encryption used request id req-ee507d89-036b-4dce-b0ef-7ce50a589f3d 2018-11-05 22:13:19,310 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-64adf9a1-5599-4815-a3c2-b29ae3c3cf21 2018-11-05 22:13:19,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-96203491-7182-4b1d-b021-6c0aed4bb440" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" 2018-11-05 22:13:19,541 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e2223cc2-39da-4ff9-8c34-48871fee0787 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-11-05 22:13:19,541 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 used request id req-e2223cc2-39da-4ff9-8c34-48871fee0787 2018-11-05 22:13:19,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-96203491-7182-4b1d-b021-6c0aed4bb440" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" 2018-11-05 22:13:19,723 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b5ed8469-60a8-48c4-beb1-88946cbe810e x-openstack-request-id: req-b5ed8469-60a8-48c4-beb1-88946cbe810e Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 898e9ec9-ab46-497a-8135-9bc63cf75a00 could not be found.", "code": 404}} 2018-11-05 22:13:19,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 used request id req-b5ed8469-60a8-48c4-beb1-88946cbe810e 2018-11-05 22:13:19,724 - cinder_utils - INFO - Volume with ID [898e9ec9-ab46-497a-8135-9bc63cf75a00] does not exist 2018-11-05 22:13:19,724 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-64adf9a1-5599-4815-a3c2-b29ae3c3cf21 2018-11-05 22:13:19,727 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-96203491-7182-4b1d-b021-6c0aed4bb440" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38d56f7630576073bc8c3d2bdc184d5c6952ad9" 2018-11-05 22:13:19,917 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f972074a-40f4-4002-878f-8e214fc82c5c x-openstack-request-id: req-f972074a-40f4-4002-878f-8e214fc82c5c Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 898e9ec9-ab46-497a-8135-9bc63cf75a00 could not be found.", "code": 404}} 2018-11-05 22:13:19,918 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/898e9ec9-ab46-497a-8135-9bc63cf75a00 used request id req-f972074a-40f4-4002-878f-8e214fc82c5c 2018-11-05 22:13:19,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:20,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["X_VZj7q9Tu2JXzSHNKuu2Q"], "issued_at": "2018-11-05T22:13:20.000000Z"}} 2018-11-05 22:13:20,307 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9", "description": null}}' 2018-11-05 22:13:21,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:20 GMT Server: Apache x-compute-request-id: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c0e9a8a9-ad67-4075-a5f1-262344a53ab4", "description": null}} 2018-11-05 22:13:21,102 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-5186cade-9656-4eb7-beb4-cd331ae4c5fa 2018-11-05 22:13:21,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:21,384 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:21 GMT Server: Apache x-compute-request-id: req-087fb9ff-b295-4da3-b17a-b8760ff0465e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-087fb9ff-b295-4da3-b17a-b8760ff0465e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c0e9a8a9-ad67-4075-a5f1-262344a53ab4", "description": null}]} 2018-11-05 22:13:21,384 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types?is_public=None used request id req-087fb9ff-b295-4da3-b17a-b8760ff0465e 2018-11-05 22:13:21,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:22,099 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:21 GMT Server: Apache x-compute-request-id: req-e3484d82-f247-42ff-934c-9e6695b4e2bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3484d82-f247-42ff-934c-9e6695b4e2bb Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c0e9a8a9-ad67-4075-a5f1-262344a53ab4", "description": null}} 2018-11-05 22:13:22,099 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 used request id req-e3484d82-f247-42ff-934c-9e6695b4e2bb 2018-11-05 22:13:22,102 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:22,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:22 GMT Server: Apache x-compute-request-id: req-c528f6f2-6cde-477c-86b8-78c43e1045f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c528f6f2-6cde-477c-86b8-78c43e1045f6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-05 22:13:22,285 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4/encryption used request id req-c528f6f2-6cde-477c-86b8-78c43e1045f6 2018-11-05 22:13:22,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:22,454 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:22 GMT Server: Apache x-compute-request-id: req-d0701843-e5a9-4a0f-acb3-e130fc4190c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0701843-e5a9-4a0f-acb3-e130fc4190c1 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c0e9a8a9-ad67-4075-a5f1-262344a53ab4", "description": null}} 2018-11-05 22:13:22,455 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 used request id req-d0701843-e5a9-4a0f-acb3-e130fc4190c1 2018-11-05 22:13:22,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:22,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:22 GMT Server: Apache x-compute-request-id: req-7b62b3be-582d-4df2-8771-7e419b2fd883 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b62b3be-582d-4df2-8771-7e419b2fd883 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c0e9a8a9-ad67-4075-a5f1-262344a53ab4", "description": null}} 2018-11-05 22:13:22,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 used request id req-7b62b3be-582d-4df2-8771-7e419b2fd883 2018-11-05 22:13:22,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:22,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:22 GMT Server: Apache x-compute-request-id: req-9f8d2701-7fc2-4585-9173-b23dbb7dffd3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9f8d2701-7fc2-4585-9173-b23dbb7dffd3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-05 22:13:22,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4/encryption used request id req-9f8d2701-7fc2-4585-9173-b23dbb7dffd3 2018-11-05 22:13:22,816 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-dadca46a-e1c9-4291-a785-d9d33274b0f9 2018-11-05 22:13:22,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5186cade-9656-4eb7-beb4-cd331ae4c5fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c75513f2825ac4a0be194be2439921409b1d42f3" 2018-11-05 22:13:22,886 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ab329952-e3ff-43a7-8a75-4ef011c01e1f 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-11-05 22:13:22,886 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/c0e9a8a9-ad67-4075-a5f1-262344a53ab4 used request id req-ab329952-e3ff-43a7-8a75-4ef011c01e1f 2018-11-05 22:13:22,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:23,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["c7jGkWjLSNyzgfxV3F89Aw"], "issued_at": "2018-11-05T22:13:23.000000Z"}} 2018-11-05 22:13:23,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e727bc5b9376906374f19c6974bbd71e6f87ba12" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-cfe00b8a-d9a3-45c0-a90c-99dc80407064-type", "description": null}}' 2018-11-05 22:13:23,466 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:23 GMT Server: Apache x-compute-request-id: req-c92c7dd9-aa7e-4d88-bb11-b71d5b07089f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c92c7dd9-aa7e-4d88-bb11-b71d5b07089f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cfe00b8a-d9a3-45c0-a90c-99dc80407064-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9ae9c1d8-c7d3-43df-a8cf-5ed203745f6d", "description": null}} 2018-11-05 22:13:23,466 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-c92c7dd9-aa7e-4d88-bb11-b71d5b07089f 2018-11-05 22:13:23,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/9ae9c1d8-c7d3-43df-a8cf-5ed203745f6d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c92c7dd9-aa7e-4d88-bb11-b71d5b07089f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e727bc5b9376906374f19c6974bbd71e6f87ba12" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-cfe00b8a-d9a3-45c0-a90c-99dc80407064", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-05 22:13:23,663 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 05 Nov 2018 22:13:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ade2e46f-213f-4c3d-af59-17f72a66a40a x-openstack-request-id: req-ade2e46f-213f-4c3d-af59-17f72a66a40a Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-11-05 22:13:23,663 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/9ae9c1d8-c7d3-43df-a8cf-5ed203745f6d/encryption used request id req-ade2e46f-213f-4c3d-af59-17f72a66a40a 2018-11-05 22:13:23,663 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-cfe00b8a-d9a3-45c0-a90c-99dc80407064-type 2018-11-05 22:13:23,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/9ae9c1d8-c7d3-43df-a8cf-5ed203745f6d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c92c7dd9-aa7e-4d88-bb11-b71d5b07089f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e727bc5b9376906374f19c6974bbd71e6f87ba12" 2018-11-05 22:13:23,891 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a0cbd4e4-9df5-4d3d-adab-cfc7399836e8 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-11-05 22:13:23,891 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/9ae9c1d8-c7d3-43df-a8cf-5ed203745f6d used request id req-a0cbd4e4-9df5-4d3d-adab-cfc7399836e8 2018-11-05 22:13:23,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:24,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["RP7dVjW6RwyAwKkNVjmmEw"], "issued_at": "2018-11-05T22:13:24.000000Z"}} 2018-11-05 22:13:24,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type", "description": null}}' 2018-11-05 22:13:24,486 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:24 GMT Server: Apache x-compute-request-id: req-f2e29d83-c15c-4610-81f4-740f213005ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2e29d83-c15c-4610-81f4-740f213005ae Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "918607ff-f2db-4502-a59e-778413f78552", "description": null}} 2018-11-05 22:13:24,486 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-f2e29d83-c15c-4610-81f4-740f213005ae 2018-11-05 22:13:24,490 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576", "provider": "LuksEncryptor"}}' 2018-11-05 22:13:24,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:24 GMT Server: Apache x-compute-request-id: req-f5b401f5-4ea4-46a7-92f1-e60a461c7016 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f5b401f5-4ea4-46a7-92f1-e60a461c7016 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "918607ff-f2db-4502-a59e-778413f78552", "name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576", "control_location": "back-end", "encryption_id": "4e188dc5-f912-4a97-9c6b-72a31829f819", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-11-05 22:13:24,708 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption used request id req-f5b401f5-4ea4-46a7-92f1-e60a461c7016 2018-11-05 22:13:24,711 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:25,410 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:24 GMT Server: Apache x-compute-request-id: req-64b87a53-2cec-49c9-a8a5-09f694285f1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-64b87a53-2cec-49c9-a8a5-09f694285f1e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "918607ff-f2db-4502-a59e-778413f78552", "description": null}} 2018-11-05 22:13:25,410 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 used request id req-64b87a53-2cec-49c9-a8a5-09f694285f1e 2018-11-05 22:13:25,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:25,589 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:25 GMT Server: Apache x-compute-request-id: req-698d7e29-c619-4688-9d40-2090979989a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-698d7e29-c619-4688-9d40-2090979989a7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "918607ff-f2db-4502-a59e-778413f78552", "control_location": "back-end", "deleted": false, "created_at": "2018-11-05T22:13:24.000000", "updated_at": null, "encryption_id": "4e188dc5-f912-4a97-9c6b-72a31829f819", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-11-05 22:13:25,589 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption used request id req-698d7e29-c619-4688-9d40-2090979989a7 2018-11-05 22:13:25,589 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type 2018-11-05 22:13:25,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:25,753 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:25 GMT Server: Apache x-compute-request-id: req-a8d4946a-8812-4d80-b798-f55c97db0e5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8d4946a-8812-4d80-b798-f55c97db0e5d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "918607ff-f2db-4502-a59e-778413f78552", "description": null}} 2018-11-05 22:13:25,753 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 used request id req-a8d4946a-8812-4d80-b798-f55c97db0e5d 2018-11-05 22:13:25,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:25,938 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10a81702-637e-4d5d-a14c-9ed77ac2b5ed 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-11-05 22:13:25,939 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption/provider used request id req-10a81702-637e-4d5d-a14c-9ed77ac2b5ed 2018-11-05 22:13:25,942 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:26,126 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:25 GMT Server: Apache x-compute-request-id: req-504a74e2-ccc1-491c-9d4f-2399ee8c2db2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-504a74e2-ccc1-491c-9d4f-2399ee8c2db2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "918607ff-f2db-4502-a59e-778413f78552", "description": null}} 2018-11-05 22:13:26,126 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 used request id req-504a74e2-ccc1-491c-9d4f-2399ee8c2db2 2018-11-05 22:13:26,129 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:26,149 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:26 GMT Server: Apache x-compute-request-id: req-b8dc6eda-0fa5-486b-a4f5-d7996dd79dc6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b8dc6eda-0fa5-486b-a4f5-d7996dd79dc6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-05 22:13:26,149 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption used request id req-b8dc6eda-0fa5-486b-a4f5-d7996dd79dc6 2018-11-05 22:13:26,150 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type 2018-11-05 22:13:26,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:26,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:26 GMT Server: Apache x-compute-request-id: req-c7d00bc8-a7aa-4dd2-b725-774253d32a80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7d00bc8-a7aa-4dd2-b725-774253d32a80 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "918607ff-f2db-4502-a59e-778413f78552", "description": null}} 2018-11-05 22:13:26,329 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 used request id req-c7d00bc8-a7aa-4dd2-b725-774253d32a80 2018-11-05 22:13:26,331 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:26,506 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fb5cc668-ab39-4f68-9c08-f168d814d297 x-openstack-request-id: req-fb5cc668-ab39-4f68-9c08-f168d814d297 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 918607ff-f2db-4502-a59e-778413f78552 does not exist.", "code": 404}} 2018-11-05 22:13:26,507 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552/encryption/provider used request id req-fb5cc668-ab39-4f68-9c08-f168d814d297 2018-11-05 22:13:26,507 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-7bff1abc-d94d-494f-99b3-ea50276b4576-type 2018-11-05 22:13:26,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2e29d83-c15c-4610-81f4-740f213005ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6485c26acce01972465e05456f4869cc8b7b0bd4" 2018-11-05 22:13:26,749 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c4d850d-2fd3-40a7-b974-37b84968e589 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-11-05 22:13:26,750 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/918607ff-f2db-4502-a59e-778413f78552 used request id req-8c4d850d-2fd3-40a7-b974-37b84968e589 2018-11-05 22:13:26,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:27,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["vqROxCvpRzGsZisgQAZiZQ"], "issued_at": "2018-11-05T22:13:27.000000Z"}} 2018-11-05 22:13:27,139 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8-type", "description": null}}' 2018-11-05 22:13:27,896 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:27 GMT Server: Apache x-compute-request-id: req-8b87dc13-e124-4395-b8b3-25057269af9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b87dc13-e124-4395-b8b3-25057269af9c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b9deff5-c145-43b8-bea4-53cd8ed500de", "description": null}} 2018-11-05 22:13:27,896 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-8b87dc13-e124-4395-b8b3-25057269af9c 2018-11-05 22:13:27,900 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8b87dc13-e124-4395-b8b3-25057269af9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8", "provider": "foo"}}' 2018-11-05 22:13:28,109 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:27 GMT Server: Apache x-compute-request-id: req-6ad5e2c6-06fc-41e7-b60d-1cbead7e2097 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ad5e2c6-06fc-41e7-b60d-1cbead7e2097 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "2b9deff5-c145-43b8-bea4-53cd8ed500de", "name": "CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8", "control_location": "front-end", "encryption_id": "27d3fe4f-6920-494f-b92c-4fe7a4c31ace", "provider": "foo", "provider_class": "foo"}} 2018-11-05 22:13:28,109 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de/encryption used request id req-6ad5e2c6-06fc-41e7-b60d-1cbead7e2097 2018-11-05 22:13:28,112 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b87dc13-e124-4395-b8b3-25057269af9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" 2018-11-05 22:13:28,297 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:28 GMT Server: Apache x-compute-request-id: req-c9d047d2-e0ba-42cf-8167-3c8d7da3ac04 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9d047d2-e0ba-42cf-8167-3c8d7da3ac04 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b9deff5-c145-43b8-bea4-53cd8ed500de", "description": null}} 2018-11-05 22:13:28,297 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de used request id req-c9d047d2-e0ba-42cf-8167-3c8d7da3ac04 2018-11-05 22:13:28,300 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b87dc13-e124-4395-b8b3-25057269af9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" 2018-11-05 22:13:28,462 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:28 GMT Server: Apache x-compute-request-id: req-28ae6b51-353d-4c20-91d1-efb9bd2b61b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-28ae6b51-353d-4c20-91d1-efb9bd2b61b1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "2b9deff5-c145-43b8-bea4-53cd8ed500de", "control_location": "front-end", "deleted": false, "created_at": "2018-11-05T22:13:28.000000", "updated_at": null, "encryption_id": "27d3fe4f-6920-494f-b92c-4fe7a4c31ace", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-11-05 22:13:28,462 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de/encryption used request id req-28ae6b51-353d-4c20-91d1-efb9bd2b61b1 2018-11-05 22:13:28,463 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8-type 2018-11-05 22:13:28,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b87dc13-e124-4395-b8b3-25057269af9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" 2018-11-05 22:13:28,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:28 GMT Server: Apache x-compute-request-id: req-493a3415-2e3d-47cb-afde-ea158fb3fedf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-493a3415-2e3d-47cb-afde-ea158fb3fedf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b9deff5-c145-43b8-bea4-53cd8ed500de", "description": null}} 2018-11-05 22:13:28,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de used request id req-493a3415-2e3d-47cb-afde-ea158fb3fedf 2018-11-05 22:13:28,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b87dc13-e124-4395-b8b3-25057269af9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" 2018-11-05 22:13:28,825 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-112b8c6b-e84a-4770-9273-109732916fc6 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-11-05 22:13:28,825 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de/encryption/provider used request id req-112b8c6b-e84a-4770-9273-109732916fc6 2018-11-05 22:13:28,825 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-0c6f1466-2e56-40d6-b9e8-cb419613a8e8-type 2018-11-05 22:13:28,828 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b87dc13-e124-4395-b8b3-25057269af9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b5e04df0a05e4ef8639722fe183d57683f85b" 2018-11-05 22:13:29,109 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a581e75b-de88-4cb5-9ec0-e3d647ce3c83 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-11-05 22:13:29,109 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/2b9deff5-c145-43b8-bea4-53cd8ed500de used request id req-a581e75b-de88-4cb5-9ec0-e3d647ce3c83 2018-11-05 22:13:29,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:29,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["yTsif4tNQYWtcYGna2Y93g"], "issued_at": "2018-11-05T22:13:29.000000Z"}} 2018-11-05 22:13:29,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b-type", "description": null}}' 2018-11-05 22:13:29,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:29 GMT Server: Apache x-compute-request-id: req-d94e8994-69ab-4d28-b379-f1a530f63e4a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d94e8994-69ab-4d28-b379-f1a530f63e4a Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d09e654f-1ff5-4146-a8de-5b4829e13b53", "description": null}} 2018-11-05 22:13:29,716 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-d94e8994-69ab-4d28-b379-f1a530f63e4a 2018-11-05 22:13:29,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d94e8994-69ab-4d28-b379-f1a530f63e4a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-05 22:13:29,917 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:29 GMT Server: Apache x-compute-request-id: req-34f71529-caed-4cc5-afde-837890aff90c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34f71529-caed-4cc5-afde-837890aff90c Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d09e654f-1ff5-4146-a8de-5b4829e13b53", "name": "CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b", "control_location": "back-end", "encryption_id": "f2599e4c-a314-41a0-bb73-5927c804ce07", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-11-05 22:13:29,917 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53/encryption used request id req-34f71529-caed-4cc5-afde-837890aff90c 2018-11-05 22:13:29,921 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d94e8994-69ab-4d28-b379-f1a530f63e4a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" 2018-11-05 22:13:30,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:29 GMT Server: Apache x-compute-request-id: req-53d56e91-d6b0-4bb3-b89f-b8c1692d9ca6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53d56e91-d6b0-4bb3-b89f-b8c1692d9ca6 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d09e654f-1ff5-4146-a8de-5b4829e13b53", "description": null}} 2018-11-05 22:13:30,089 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53 used request id req-53d56e91-d6b0-4bb3-b89f-b8c1692d9ca6 2018-11-05 22:13:30,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d94e8994-69ab-4d28-b379-f1a530f63e4a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" 2018-11-05 22:13:30,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:30 GMT Server: Apache x-compute-request-id: req-81fdbd95-d1a0-44d1-9be6-92f45caeeaf6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81fdbd95-d1a0-44d1-9be6-92f45caeeaf6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "d09e654f-1ff5-4146-a8de-5b4829e13b53", "control_location": "back-end", "deleted": false, "created_at": "2018-11-05T22:13:29.000000", "updated_at": null, "encryption_id": "f2599e4c-a314-41a0-bb73-5927c804ce07", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-11-05 22:13:30,263 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53/encryption used request id req-81fdbd95-d1a0-44d1-9be6-92f45caeeaf6 2018-11-05 22:13:30,263 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b-type 2018-11-05 22:13:30,266 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d94e8994-69ab-4d28-b379-f1a530f63e4a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" 2018-11-05 22:13:30,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:30 GMT Server: Apache x-compute-request-id: req-5a10dad9-821d-4f9f-8a12-a2990f74ef9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a10dad9-821d-4f9f-8a12-a2990f74ef9b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d09e654f-1ff5-4146-a8de-5b4829e13b53", "description": null}} 2018-11-05 22:13:30,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53 used request id req-5a10dad9-821d-4f9f-8a12-a2990f74ef9b 2018-11-05 22:13:30,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d94e8994-69ab-4d28-b379-f1a530f63e4a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" 2018-11-05 22:13:30,334 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-757bc64c-893b-4ec7-954d-1b198c403b0e 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-11-05 22:13:30,334 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53/encryption/provider used request id req-757bc64c-893b-4ec7-954d-1b198c403b0e 2018-11-05 22:13:30,334 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-1a0c585e-db5f-4b2b-8e1f-cba87bcb0f7b-type 2018-11-05 22:13:30,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d94e8994-69ab-4d28-b379-f1a530f63e4a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28925e2b1c12cbb2a235d47ad465f069a5431874" 2018-11-05 22:13:30,538 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b914f622-b2df-49f1-88f0-16e380d3d751 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-11-05 22:13:30,538 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d09e654f-1ff5-4146-a8de-5b4829e13b53 used request id req-b914f622-b2df-49f1-88f0-16e380d3d751 2018-11-05 22:13:30,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:30,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["vRHlCkfCS0-S_7_uT68dIQ"], "issued_at": "2018-11-05T22:13:30.000000Z"}} 2018-11-05 22:13:30,932 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339-qos"}}' 2018-11-05 22:13:31,140 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:30 GMT Server: Apache x-compute-request-id: req-e2714426-3225-424d-96fe-5a224393c65a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2714426-3225-424d-96fe-5a224393c65a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "17817d6c-9a15-4723-91e3-0600f4fa014c", "name": "CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/17817d6c-9a15-4723-91e3-0600f4fa014c", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/17817d6c-9a15-4723-91e3-0600f4fa014c", "rel": "bookmark"}]} 2018-11-05 22:13:31,140 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-e2714426-3225-424d-96fe-5a224393c65a 2018-11-05 22:13:31,144 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339", "description": null}}' 2018-11-05 22:13:31,402 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:31 GMT Server: Apache x-compute-request-id: req-0aad61c5-e61d-4f59-8240-9000af50b4e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0aad61c5-e61d-4f59-8240-9000af50b4e9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d7d72e18-b345-4384-9e76-612b05319b57", "description": null}} 2018-11-05 22:13:31,402 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-0aad61c5-e61d-4f59-8240-9000af50b4e9 2018-11-05 22:13:31,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-05 22:13:31,594 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:31 GMT Server: Apache x-compute-request-id: req-4f644146-a94c-4073-b9d1-f91c663ff3d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f644146-a94c-4073-b9d1-f91c663ff3d7 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d7d72e18-b345-4384-9e76-612b05319b57", "name": "foo", "control_location": "back-end", "encryption_id": "1f1534b9-b87e-4fe9-a6b8-fb13c8c2bac6", "provider": "bar", "provider_class": "bar"}} 2018-11-05 22:13:31,594 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57/encryption used request id req-4f644146-a94c-4073-b9d1-f91c663ff3d7 2018-11-05 22:13:31,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" 2018-11-05 22:13:31,769 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:31 GMT Server: Apache x-compute-request-id: req-6cc98204-8054-4e0d-b210-67549f2682a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cc98204-8054-4e0d-b210-67549f2682a3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d7d72e18-b345-4384-9e76-612b05319b57", "description": null}} 2018-11-05 22:13:31,770 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57 used request id req-6cc98204-8054-4e0d-b210-67549f2682a3 2018-11-05 22:13:31,773 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" 2018-11-05 22:13:31,945 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:31 GMT Server: Apache x-compute-request-id: req-ac8becd5-c347-44ea-b2ef-23945f91362f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac8becd5-c347-44ea-b2ef-23945f91362f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "d7d72e18-b345-4384-9e76-612b05319b57", "control_location": "back-end", "deleted": false, "created_at": "2018-11-05T22:13:31.000000", "updated_at": null, "encryption_id": "1f1534b9-b87e-4fe9-a6b8-fb13c8c2bac6", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-05 22:13:31,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57/encryption used request id req-ac8becd5-c347-44ea-b2ef-23945f91362f 2018-11-05 22:13:31,946 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339 2018-11-05 22:13:31,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" 2018-11-05 22:13:32,114 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:31 GMT Server: Apache x-compute-request-id: req-1a9acbcf-a165-40e5-a872-c55bb4b6ee5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a9acbcf-a165-40e5-a872-c55bb4b6ee5b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d7d72e18-b345-4384-9e76-612b05319b57", "description": null}} 2018-11-05 22:13:32,114 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57 used request id req-1a9acbcf-a165-40e5-a872-c55bb4b6ee5b 2018-11-05 22:13:32,117 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" 2018-11-05 22:13:32,322 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2371b31d-8844-4364-9604-26f6c109ff68 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-11-05 22:13:32,322 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57/encryption/provider used request id req-2371b31d-8844-4364-9604-26f6c109ff68 2018-11-05 22:13:32,322 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339 2018-11-05 22:13:32,325 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" 2018-11-05 22:13:32,533 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b8b634ef-ed57-4986-aa27-76b19dec2ef1 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-11-05 22:13:32,534 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/d7d72e18-b345-4384-9e76-612b05319b57 used request id req-b8b634ef-ed57-4986-aa27-76b19dec2ef1 2018-11-05 22:13:32,534 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-814c179e-19cd-4f8b-8df3-953337da3339-qos 2018-11-05 22:13:32,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/17817d6c-9a15-4723-91e3-0600f4fa014c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2714426-3225-424d-96fe-5a224393c65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b876418c135e96e48251f24b62cfe834cd6169e" 2018-11-05 22:13:32,714 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-384533ba-8e4a-4c62-9399-486f9520c537 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-11-05 22:13:32,714 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/17817d6c-9a15-4723-91e3-0600f4fa014c?force=False used request id req-384533ba-8e4a-4c62-9399-486f9520c537 2018-11-05 22:13:32,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:33,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["AOdLlx7rRH23iLI2l4IzXw"], "issued_at": "2018-11-05T22:13:33.000000Z"}} 2018-11-05 22:13:33,102 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56836c57f3ff297ba95498f41dbbd39c81824865" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0-qos"}}' 2018-11-05 22:13:33,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:33 GMT Server: Apache x-compute-request-id: req-954e405f-0158-48a3-9477-13cb886faf43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-954e405f-0158-48a3-9477-13cb886faf43 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "cce5418f-6094-4076-9fc4-b247799e3b01", "name": "CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/cce5418f-6094-4076-9fc4-b247799e3b01", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/cce5418f-6094-4076-9fc4-b247799e3b01", "rel": "bookmark"}]} 2018-11-05 22:13:33,290 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-954e405f-0158-48a3-9477-13cb886faf43 2018-11-05 22:13:33,293 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-954e405f-0158-48a3-9477-13cb886faf43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56836c57f3ff297ba95498f41dbbd39c81824865" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0", "description": null}}' 2018-11-05 22:13:33,483 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:33 GMT Server: Apache x-compute-request-id: req-3ffbff97-523e-4974-9913-7216deb075cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ffbff97-523e-4974-9913-7216deb075cf Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9aa4e07e-79de-4fe0-811a-ec7fec3a7ef9", "description": null}} 2018-11-05 22:13:33,484 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-3ffbff97-523e-4974-9913-7216deb075cf 2018-11-05 22:13:33,487 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-954e405f-0158-48a3-9477-13cb886faf43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56836c57f3ff297ba95498f41dbbd39c81824865" 2018-11-05 22:13:33,646 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:33 GMT Server: Apache x-compute-request-id: req-b495a153-37cf-47b0-85e1-87527c8891c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b495a153-37cf-47b0-85e1-87527c8891c4 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "cce5418f-6094-4076-9fc4-b247799e3b01", "name": "CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0-qos"}]} 2018-11-05 22:13:33,646 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-b495a153-37cf-47b0-85e1-87527c8891c4 2018-11-05 22:13:33,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/None/associate?vol_type_id=9aa4e07e-79de-4fe0-811a-ec7fec3a7ef9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-954e405f-0158-48a3-9477-13cb886faf43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56836c57f3ff297ba95498f41dbbd39c81824865" 2018-11-05 22:13:33,821 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:13:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6021ede7-4c73-4856-a8d2-2f800d89e856 x-openstack-request-id: req-6021ede7-4c73-4856-a8d2-2f800d89e856 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-11-05 22:13:33,822 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/None/associate?vol_type_id=9aa4e07e-79de-4fe0-811a-ec7fec3a7ef9 used request id req-6021ede7-4c73-4856-a8d2-2f800d89e856 2018-11-05 22:13:33,822 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-6021ede7-4c73-4856-a8d2-2f800d89e856) 2018-11-05 22:13:33,822 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0 2018-11-05 22:13:33,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/9aa4e07e-79de-4fe0-811a-ec7fec3a7ef9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-954e405f-0158-48a3-9477-13cb886faf43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56836c57f3ff297ba95498f41dbbd39c81824865" 2018-11-05 22:13:34,043 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aa1a9f45-74f3-45a9-8823-347b6fcb63a6 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-11-05 22:13:34,043 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/9aa4e07e-79de-4fe0-811a-ec7fec3a7ef9 used request id req-aa1a9f45-74f3-45a9-8823-347b6fcb63a6 2018-11-05 22:13:34,043 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-dcf352fb-c875-403e-9635-11f2131460b0-qos 2018-11-05 22:13:34,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/cce5418f-6094-4076-9fc4-b247799e3b01?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-954e405f-0158-48a3-9477-13cb886faf43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56836c57f3ff297ba95498f41dbbd39c81824865" 2018-11-05 22:13:34,229 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d3ad36f6-f285-435e-b96f-e1c9998a6639 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-11-05 22:13:34,229 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/cce5418f-6094-4076-9fc4-b247799e3b01?force=False used request id req-d3ad36f6-f285-435e-b96f-e1c9998a6639 2018-11-05 22:13:34,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:34,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["Hbhy_PLGTd2_IUEE8chXUg"], "issued_at": "2018-11-05T22:13:34.000000Z"}} 2018-11-05 22:13:34,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b5d7024b7c75e02df7cf29804923915eaef539" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325-qos"}}' 2018-11-05 22:13:34,899 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:34 GMT Server: Apache x-compute-request-id: req-37141c09-d66e-4be5-a04b-e32a00e6a27c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37141c09-d66e-4be5-a04b-e32a00e6a27c Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "19a7a4d7-5c3e-4906-8d4a-77f49e942a7d", "name": "CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/19a7a4d7-5c3e-4906-8d4a-77f49e942a7d", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/19a7a4d7-5c3e-4906-8d4a-77f49e942a7d", "rel": "bookmark"}]} 2018-11-05 22:13:34,900 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-37141c09-d66e-4be5-a04b-e32a00e6a27c 2018-11-05 22:13:34,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-37141c09-d66e-4be5-a04b-e32a00e6a27c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b5d7024b7c75e02df7cf29804923915eaef539" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325", "description": null}}' 2018-11-05 22:13:35,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:34 GMT Server: Apache x-compute-request-id: req-496b0140-c394-4e51-aa51-b19f85cc49b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-496b0140-c394-4e51-aa51-b19f85cc49b3 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f8f17cec-8156-47d6-a50f-18bdbbca61cc", "description": null}} 2018-11-05 22:13:35,101 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-496b0140-c394-4e51-aa51-b19f85cc49b3 2018-11-05 22:13:35,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37141c09-d66e-4be5-a04b-e32a00e6a27c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b5d7024b7c75e02df7cf29804923915eaef539" 2018-11-05 22:13:35,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:35 GMT Server: Apache x-compute-request-id: req-35fabde4-638e-4563-882c-79c63961a3ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-35fabde4-638e-4563-882c-79c63961a3ce Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "19a7a4d7-5c3e-4906-8d4a-77f49e942a7d", "name": "CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325-qos"}]} 2018-11-05 22:13:35,267 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-35fabde4-638e-4563-882c-79c63961a3ce 2018-11-05 22:13:35,270 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/19a7a4d7-5c3e-4906-8d4a-77f49e942a7d/associate?vol_type_id=f8f17cec-8156-47d6-a50f-18bdbbca61cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37141c09-d66e-4be5-a04b-e32a00e6a27c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b5d7024b7c75e02df7cf29804923915eaef539" 2018-11-05 22:13:35,461 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-abee45d9-ca4c-4b28-b011-1945d60f8918 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-11-05 22:13:35,461 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/19a7a4d7-5c3e-4906-8d4a-77f49e942a7d/associate?vol_type_id=f8f17cec-8156-47d6-a50f-18bdbbca61cc used request id req-abee45d9-ca4c-4b28-b011-1945d60f8918 2018-11-05 22:13:35,462 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325 2018-11-05 22:13:35,465 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/f8f17cec-8156-47d6-a50f-18bdbbca61cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37141c09-d66e-4be5-a04b-e32a00e6a27c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b5d7024b7c75e02df7cf29804923915eaef539" 2018-11-05 22:13:35,666 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ba9437b-f52b-4ddd-a16b-9ad2e03b7823 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-11-05 22:13:35,666 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/f8f17cec-8156-47d6-a50f-18bdbbca61cc used request id req-7ba9437b-f52b-4ddd-a16b-9ad2e03b7823 2018-11-05 22:13:35,666 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-82dd793c-c67b-41d1-99a2-41effe663325-qos 2018-11-05 22:13:35,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/19a7a4d7-5c3e-4906-8d4a-77f49e942a7d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37141c09-d66e-4be5-a04b-e32a00e6a27c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b5d7024b7c75e02df7cf29804923915eaef539" 2018-11-05 22:13:35,857 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ff6b3a4d-ce18-4321-b2cd-9c234e98dd0f 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-11-05 22:13:35,857 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/19a7a4d7-5c3e-4906-8d4a-77f49e942a7d?force=False used request id req-ff6b3a4d-ce18-4321-b2cd-9c234e98dd0f 2018-11-05 22:13:35,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:36,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82d89702fba045ba9c4117c212653000", "name": "Member"}, {"id": "7886ab2cd92d488f97ec5d17371c1b7a", "name": "heat_stack_owner"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4514395712c64d95859941d968816975", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/4514395712c64d95859941d968816975", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/4514395712c64d95859941d968816975", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "audit_ids": ["-vN7GywsQjCujUEti0Lmcg"], "issued_at": "2018-11-05T22:13:36.000000Z"}} 2018-11-05 22:13:36,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621-qos"}}' 2018-11-05 22:13:36,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:36 GMT Server: Apache x-compute-request-id: req-fbd9d031-162c-4f83-af12-4cfb97b5d437 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fbd9d031-162c-4f83-af12-4cfb97b5d437 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "beb2c788-1a81-45cc-a93a-b9af2f35d9fd", "name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/beb2c788-1a81-45cc-a93a-b9af2f35d9fd", "rel": "self"}, {"href": "http://172.30.9.23:8776/4514395712c64d95859941d968816975/qos-specs/beb2c788-1a81-45cc-a93a-b9af2f35d9fd", "rel": "bookmark"}]} 2018-11-05 22:13:36,439 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-fbd9d031-162c-4f83-af12-4cfb97b5d437 2018-11-05 22:13:36,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621", "description": null}}' 2018-11-05 22:13:36,638 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:36 GMT Server: Apache x-compute-request-id: req-e6cf71ae-bf32-4ac9-9e26-90a3fffede20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6cf71ae-bf32-4ac9-9e26-90a3fffede20 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "896762df-fb91-4027-80da-5bc6681b6afa", "description": null}} 2018-11-05 22:13:36,638 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types used request id req-e6cf71ae-bf32-4ac9-9e26-90a3fffede20 2018-11-05 22:13:36,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-05 22:13:36,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:36 GMT Server: Apache x-compute-request-id: req-9b3a377e-14bf-4088-84c5-2f733f34e923 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b3a377e-14bf-4088-84c5-2f733f34e923 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "896762df-fb91-4027-80da-5bc6681b6afa", "name": "foo", "control_location": "back-end", "encryption_id": "5e7b4434-b48c-48c0-a673-475d897bfcc1", "provider": "bar", "provider_class": "bar"}} 2018-11-05 22:13:36,847 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa/encryption used request id req-9b3a377e-14bf-4088-84c5-2f733f34e923 2018-11-05 22:13:36,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:37,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:36 GMT Server: Apache x-compute-request-id: req-0bd2e703-9734-419d-b173-3709c7942bcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bd2e703-9734-419d-b173-3709c7942bcc Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "beb2c788-1a81-45cc-a93a-b9af2f35d9fd", "name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621-qos"}]} 2018-11-05 22:13:37,027 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs used request id req-0bd2e703-9734-419d-b173-3709c7942bcc 2018-11-05 22:13:37,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/beb2c788-1a81-45cc-a93a-b9af2f35d9fd/associate?vol_type_id=896762df-fb91-4027-80da-5bc6681b6afa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:37,270 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd5467b4-c38b-4f23-96b6-95c6c17851ad 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-11-05 22:13:37,270 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/beb2c788-1a81-45cc-a93a-b9af2f35d9fd/associate?vol_type_id=896762df-fb91-4027-80da-5bc6681b6afa used request id req-cd5467b4-c38b-4f23-96b6-95c6c17851ad 2018-11-05 22:13:37,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:37,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:37 GMT Server: Apache x-compute-request-id: req-ed8efbe5-71aa-4a76-9289-069e7ca1f245 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed8efbe5-71aa-4a76-9289-069e7ca1f245 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621", "qos_specs_id": "beb2c788-1a81-45cc-a93a-b9af2f35d9fd", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "896762df-fb91-4027-80da-5bc6681b6afa", "description": null}} 2018-11-05 22:13:37,434 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa used request id req-ed8efbe5-71aa-4a76-9289-069e7ca1f245 2018-11-05 22:13:37,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:37,620 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:37 GMT Server: Apache x-compute-request-id: req-88b6381b-eacf-4ff8-8476-37ac9a829005 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88b6381b-eacf-4ff8-8476-37ac9a829005 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "896762df-fb91-4027-80da-5bc6681b6afa", "control_location": "back-end", "deleted": false, "created_at": "2018-11-05T22:13:36.000000", "updated_at": null, "encryption_id": "5e7b4434-b48c-48c0-a673-475d897bfcc1", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-05 22:13:37,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa/encryption used request id req-88b6381b-eacf-4ff8-8476-37ac9a829005 2018-11-05 22:13:37,620 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621 2018-11-05 22:13:37,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:37,784 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:37 GMT Server: Apache x-compute-request-id: req-93cc256e-af1c-489b-9d80-9f679e36b627 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93cc256e-af1c-489b-9d80-9f679e36b627 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621", "qos_specs_id": "beb2c788-1a81-45cc-a93a-b9af2f35d9fd", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "896762df-fb91-4027-80da-5bc6681b6afa", "description": null}} 2018-11-05 22:13:37,784 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa used request id req-93cc256e-af1c-489b-9d80-9f679e36b627 2018-11-05 22:13:37,787 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:37,980 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b66910c3-4c3c-43b8-a905-2e22b6b957cb 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-11-05 22:13:37,981 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa/encryption/provider used request id req-b66910c3-4c3c-43b8-a905-2e22b6b957cb 2018-11-05 22:13:37,981 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621 2018-11-05 22:13:37,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:38,039 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dcbd490c-7510-4ed3-a666-ac05c9c206c5 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-11-05 22:13:38,039 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/types/896762df-fb91-4027-80da-5bc6681b6afa used request id req-dcbd490c-7510-4ed3-a666-ac05c9c206c5 2018-11-05 22:13:38,039 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-729e63f3-5758-4b35-89ad-736719de7621-qos 2018-11-05 22:13:38,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/beb2c788-1a81-45cc-a93a-b9af2f35d9fd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbd9d031-162c-4f83-af12-4cfb97b5d437" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8aff4b175a2f462e12850a93bfb4c686c7bde47" 2018-11-05 22:13:38,090 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f080eaf-8973-4d23-b0ba-31fa502d8153 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-11-05 22:13:38,090 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/4514395712c64d95859941d968816975/qos-specs/beb2c788-1a81-45cc-a93a-b9af2f35d9fd?force=False used request id req-5f080eaf-8973-4d23-b0ba-31fa502d8153 2018-11-05 22:13:38,091 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 775.492s OK 2018-11-05 22:13:38,222 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:13:38,223 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-05 22:13:38,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:38,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:38,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd6c683-d751-41ee-aa81-4975a9b4dae7 Content-Encoding: gzip Content-Length: 348 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": "7886ab2cd92d488f97ec5d17371c1b7a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:13:38,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ecd6c683-d751-41ee-aa81-4975a9b4dae7 2018-11-05 22:13:38,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845959186554s 2018-11-05 22:13:38,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:13:38,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:38,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74f700e9-b7d8-4302-8464-46ec074517a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:38,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7886ab2cd92d488f97ec5d17371c1b7a used request id req-74f700e9-b7d8-4302-8464-46ec074517a0 2018-11-05 22:13:38,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.129343032837s 2018-11-05 22:13:38,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:13:38,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:38,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b5c10a-93bb-4647-a86a-0238c94c0eca Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8", "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "domain_id": "default", "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:13:38,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-36b5c10a-93bb-4647-a86a-0238c94c0eca 2018-11-05 22:13:38,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969960689545s 2018-11-05 22:13:38,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-36b5c10a-93bb-4647-a86a-0238c94c0eca 2018-11-05 22:13:38,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:13:38,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:38,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90362758-8d86-42f3-8512-59263ae48a9a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5"}, "enabled": true, "id": "2e6427811fe34ae5bfc8c2b3ee4fd8a5", "options": {}, "domain_id": "default", "name": "api_check-user_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}} 2018-11-05 22:13:38,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 used request id req-90362758-8d86-42f3-8512-59263ae48a9a 2018-11-05 22:13:38,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952341556549s 2018-11-05 22:13:38,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 used request id req-90362758-8d86-42f3-8512-59263ae48a9a 2018-11-05 22:13:38,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:13:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:38,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d32bc5f6-d5e7-4016-b4a0-0d6f9f944a74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:38,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 used request id req-d32bc5f6-d5e7-4016-b4a0-0d6f9f944a74 2018-11-05 22:13:38,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.193260192871s 2018-11-05 22:13:38,838 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2e6427811fe34ae5bfc8c2b3ee4fd8a5 used request id req-d32bc5f6-d5e7-4016-b4a0-0d6f9f944a74 2018-11-05 22:13:38,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:13:38,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:38,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc2be187-fb36-4904-859d-b55b18e2da49 Content-Encoding: gzip Content-Length: 380 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: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975"}, "enabled": true, "id": "4514395712c64d95859941d968816975", "parent_id": "default", "domain_id": "default", "name": "api_check-project_104be328-a6ab-4adb-8e32-8e76c7b86dc8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:13:38,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-dc2be187-fb36-4904-859d-b55b18e2da49 2018-11-05 22:13:38,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.082818031311s 2018-11-05 22:13:38,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-dc2be187-fb36-4904-859d-b55b18e2da49 2018-11-05 22:13:38,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:13:38,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:39,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a8760d1-de41-4134-97b5-38948770e3e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:39,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-5a8760d1-de41-4134-97b5-38948770e3e3 2018-11-05 22:13:39,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.18269109726s 2018-11-05 22:13:39,107 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4514395712c64d95859941d968816975 used request id req-5a8760d1-de41-4134-97b5-38948770e3e3 2018-11-05 22:13:39,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:39,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-212af718-f82f-4a8d-8bec-69e539b85f13 Content-Encoding: gzip Content-Length: 316 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": "82d89702fba045ba9c4117c212653000", "links": {"self": "http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:13:39,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-212af718-f82f-4a8d-8bec-69e539b85f13 2018-11-05 22:13:39,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0689451694489s 2018-11-05 22:13:39,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:13:39,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:39,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f26d0f3-8435-4dfe-9184-641f5cd9c40c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:39,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/82d89702fba045ba9c4117c212653000 used request id req-3f26d0f3-8435-4dfe-9184-641f5cd9c40c 2018-11-05 22:13:39,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105154037476s 2018-11-05 22:13:39,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:13:39,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=4514395712c64d95859941d968816975&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:39,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3f41219c-b60e-4b34-bf17-6fb6d8878208 Date: Mon, 05 Nov 2018 22:13:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}]} 2018-11-05 22:13:39,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=4514395712c64d95859941d968816975&name=default used request id req-3f41219c-b60e-4b34-bf17-6fb6d8878208 2018-11-05 22:13:39,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.214105844498s 2018-11-05 22:13:39,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=4514395712c64d95859941d968816975&name=default used request id req-3f41219c-b60e-4b34-bf17-6fb6d8878208 2018-11-05 22:13:39,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:13:39,506 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:39,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ec13bdf6-0a6b-45a3-a37c-af713b9c45a9 Date: Mon, 05 Nov 2018 22:13:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:01:09Z", "updated_at": "2018-11-05T22:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "9c80d8cd-3390-4753-b817-972a8674bdf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "e7238783-a980-476c-88de-7039066f7f37", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:09Z", "revision_number": 0, "id": "1bc34552-9185-433a-b56a-9d067dda0876", "remote_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:09Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv4", "project_id": "4514395712c64d95859941d968816975"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:01:10Z", "revision_number": 0, "id": "b1fc0f90-62bd-4c8a-8e0c-5e6f23964262", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:01:10Z", "security_group_id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "tenant_id": "4514395712c64d95859941d968816975", "port_range_min": null, "ethertype": "IPv6", "project_id": "4514395712c64d95859941d968816975"}], "revision_number": 4, "project_id": "4514395712c64d95859941d968816975", "id": "1a7b38af-9470-41f0-bd91-7559ff76f5a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:13:39,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ec13bdf6-0a6b-45a3-a37c-af713b9c45a9 2018-11-05 22:13:39,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189732074738s 2018-11-05 22:13:39,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ec13bdf6-0a6b-45a3-a37c-af713b9c45a9 2018-11-05 22:13:39,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-05 22:13:39,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1a7b38af-9470-41f0-bd91-7559ff76f5a9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528a531c38088ab573e696020080ba8ef3b57b67" 2018-11-05 22:13:40,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a67ab41d-79c7-468d-ab37-c26ed32799d6 Content-Length: 0 Date: Mon, 05 Nov 2018 22:13:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:13:40,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1a7b38af-9470-41f0-bd91-7559ff76f5a9.json used request id req-a67ab41d-79c7-468d-ab37-c26ed32799d6 2018-11-05 22:13:40,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.343493938446s 2018-11-05 22:13:40,044 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1a7b38af-9470-41f0-bd91-7559ff76f5a9.json used request id req-a67ab41d-79c7-468d-ab37-c26ed32799d6 2018-11-05 22:13:40,064 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:13:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:13:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:13:40,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:13:40,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:13:40,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:13:40,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:13:40,087 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:40,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a6ddfe-492e-4f5f-94e4-3b5aef9065fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:40,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-70a6ddfe-492e-4f5f-94e4-3b5aef9065fb 2018-11-05 22:13:40,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:40,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["yb6K_eDqQOmf1cnejUABig"], "issued_at": "2018-11-05T22:13:40.000000Z"}} 2018-11-05 22:13:40,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:40,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:40,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:40,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f579314-9728-4b3a-8388-e3c264b9c379 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:13:40,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6f579314-9728-4b3a-8388-e3c264b9c379 2018-11-05 22:13:40,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.467360019684s 2018-11-05 22:13:40,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:13:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}}' 2018-11-05 22:13:40,653 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4fbd6b4-d3f4-44ea-96f2-b8ca656053db Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74"}, "enabled": true, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}} 2018-11-05 22:13:40,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e4fbd6b4-d3f4-44ea-96f2-b8ca656053db 2018-11-05 22:13:40,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0976719856262s 2018-11-05 22:13:40,653 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e4fbd6b4-d3f4-44ea-96f2-b8ca656053db 2018-11-05 22:13:40,654 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0', 'id': u'0b790b1ec02b4183bcd159d4a7d3ca74', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:13:40,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:13:41,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357687950134s 2018-11-05 22:13:41,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9659e5f-ac05-4dbb-8ffa-b024e884d051 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}} 2018-11-05 22:13:41,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 used request id req-f9659e5f-ac05-4dbb-8ffa-b024e884d051 2018-11-05 22:13:41,109 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fc4bec3ffbfe421c8d81cf4308c4c9d5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0'}) 2018-11-05 22:13:41,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:41,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4dda96e-180e-4e60-98ed-9a94821f6260 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:13:41,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f4dda96e-180e-4e60-98ed-9a94821f6260 2018-11-05 22:13:41,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0758678913116s 2018-11-05 22:13:41,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:41,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-979ce7c7-45cd-418f-ab29-0fbc0df6185a Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:13:41,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-979ce7c7-45cd-418f-ab29-0fbc0df6185a 2018-11-05 22:13:41,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785250663757s 2018-11-05 22:13:41,266 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:13:41,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:13:41,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" -d '{"role": {"name": "Member"}}' 2018-11-05 22:13:41,366 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-009e3d75-23fd-4aea-9654-f04e0859f4b8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}} 2018-11-05 22:13:41,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-009e3d75-23fd-4aea-9654-f04e0859f4b8 2018-11-05 22:13:41,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100077867508s 2018-11-05 22:13:41,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b6e4e95-dfb2-4b4a-920c-437f80c3ec9d Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "domain_id": null, "name": "Member", "id": "f38b415bb25e42b1879f2d16c93f1fed"}} 2018-11-05 22:13:41,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed used request id req-8b6e4e95-dfb2-4b4a-920c-437f80c3ec9d 2018-11-05 22:13:41,440 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed'}, 'domain_id': None, 'human_id': None, 'id': u'f38b415bb25e42b1879f2d16c93f1fed', 'HUMAN_ID': False}) 2018-11-05 22:13:41,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:41,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917f52c8-d2a0-486d-8662-3b67f08568e9 Content-Encoding: gzip Content-Length: 317 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:13:41,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-917f52c8-d2a0-486d-8662-3b67f08568e9 2018-11-05 22:13:41,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753779411316s 2018-11-05 22:13:41,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:13:41,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-787f0bae-6edb-443c-aa17-66901b42550c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:13:41,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-787f0bae-6edb-443c-aa17-66901b42550c 2018-11-05 22:13:41,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078232049942s 2018-11-05 22:13:41,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:13:41,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6c71b3-d25c-4757-80f7-a688953806f5 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "domain_id": "default", "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:13:41,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cf6c71b3-d25c-4757-80f7-a688953806f5 2018-11-05 22:13:41,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.088406085968s 2018-11-05 22:13:41,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cf6c71b3-d25c-4757-80f7-a688953806f5 2018-11-05 22:13:41,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:13:41,692 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d862e7-694a-41f5-acdd-0a91f8b45bbc 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": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74"}, "enabled": true, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:13:41,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d7d862e7-694a-41f5-acdd-0a91f8b45bbc 2018-11-05 22:13:41,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801630020142s 2018-11-05 22:13:41,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d7d862e7-694a-41f5-acdd-0a91f8b45bbc 2018-11-05 22:13:41,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:13:41,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=f38b415bb25e42b1879f2d16c93f1fed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536d0421-2a6e-4a3e-b6d6-232619bed4a9 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=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=f38b415bb25e42b1879f2d16c93f1fed", "previous": null, "next": null}} 2018-11-05 22:13:41,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=f38b415bb25e42b1879f2d16c93f1fed used request id req-536d0421-2a6e-4a3e-b6d6-232619bed4a9 2018-11-05 22:13:41,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0848259925842s 2018-11-05 22:13:41,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:13:41,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74/users/fc4bec3ffbfe421c8d81cf4308c4c9d5/roles/f38b415bb25e42b1879f2d16c93f1fed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:41,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8082878-6328-404c-9f3b-82311c2b23ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:41,925 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74/users/fc4bec3ffbfe421c8d81cf4308c4c9d5/roles/f38b415bb25e42b1879f2d16c93f1fed used request id req-e8082878-6328-404c-9f3b-82311c2b23ec 2018-11-05 22:13:41,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0653970241547s 2018-11-05 22:13:41,926 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '6dcb6911-1bc9-4186-a9f0-db60bc77f9a3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0', 'project_id': u'0b790b1ec02b4183bcd159d4a7d3ca74', '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-11-05 22:13:41,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:13:41,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:13:41,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:13:41,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:13:41,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:13:41,931 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0', 'password': '6dcb6911-1bc9-4186-a9f0-db60bc77f9a3', 'project_name': 'snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '0b790b1ec02b4183bcd159d4a7d3ca74', 'project_domain_name': 'Default'} 2018-11-05 22:13:41,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:41,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5fe37e1-7e0e-4db4-94e0-972d8acbae7d Content-Encoding: gzip Content-Length: 317 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:13:42,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a5fe37e1-7e0e-4db4-94e0-972d8acbae7d 2018-11-05 22:13:42,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788791179657s 2018-11-05 22:13:42,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:42,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae8545b-dfba-45a6-a1a3-7cc390114de3 Content-Encoding: gzip Content-Length: 317 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:13:42,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6ae8545b-dfba-45a6-a1a3-7cc390114de3 2018-11-05 22:13:42,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773260593414s 2018-11-05 22:13:42,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:13:42,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2e84ae-ad32-4256-b5ff-09385498bc9b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:13:42,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7f2e84ae-ad32-4256-b5ff-09385498bc9b 2018-11-05 22:13:42,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0745811462402s 2018-11-05 22:13:42,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:13:42,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32222dc-d4b0-48f5-908d-2f88fc56b284 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "domain_id": "default", "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:13:42,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c32222dc-d4b0-48f5-908d-2f88fc56b284 2018-11-05 22:13:42,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0972130298615s 2018-11-05 22:13:42,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c32222dc-d4b0-48f5-908d-2f88fc56b284 2018-11-05 22:13:42,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:13:42,270 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d844e490-f7ac-4fed-9671-f4782e39c7af 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": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74"}, "enabled": true, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:13:42,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d844e490-f7ac-4fed-9671-f4782e39c7af 2018-11-05 22:13:42,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.085932970047s 2018-11-05 22:13:42,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d844e490-f7ac-4fed-9671-f4782e39c7af 2018-11-05 22:13:42,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:13:42,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa7a3e7a-d0bc-4574-8e3d-a6401123b50b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:13:42,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-fa7a3e7a-d0bc-4574-8e3d-a6401123b50b 2018-11-05 22:13:42,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0740158557892s 2018-11-05 22:13:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:13:42,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74/users/fc4bec3ffbfe421c8d81cf4308c4c9d5/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f4df233-e105-4b7d-bf4d-2b03dbd45ebe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:42,572 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74/users/fc4bec3ffbfe421c8d81cf4308c4c9d5/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-0f4df233-e105-4b7d-bf4d-2b03dbd45ebe 2018-11-05 22:13:42,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.139998912811s 2018-11-05 22:13:42,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:42,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f205cfe-4bef-49a6-8d18-1d3d1489b0c9 Content-Encoding: gzip Content-Length: 317 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:13:42,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0f205cfe-4bef-49a6-8d18-1d3d1489b0c9 2018-11-05 22:13:42,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794520378113s 2018-11-05 22:13:42,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:13:42,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-05 22:13:42,798 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8d18760-8b87-49c1-a9c2-6de84aea7a89 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5bea1312bd6b4299a568c85b0e8da363", "links": {"self": "http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363"}, "name": "heat_stack_owner"}} 2018-11-05 22:13:42,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-e8d18760-8b87-49c1-a9c2-6de84aea7a89 2018-11-05 22:13:42,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.144952058792s 2018-11-05 22:13:42,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dcc3c53-cfb4-4af0-b6c8-2b67a723e7b0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363"}, "domain_id": null, "name": "heat_stack_owner", "id": "5bea1312bd6b4299a568c85b0e8da363"}} 2018-11-05 22:13:42,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363 used request id req-4dcc3c53-cfb4-4af0-b6c8-2b67a723e7b0 2018-11-05 22:13:42,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:13:42,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:42,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b587bc98-7e7e-4bce-b3f4-57771b78a566 Content-Encoding: gzip Content-Length: 347 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": "5bea1312bd6b4299a568c85b0e8da363", "links": {"self": "http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:13:42,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b587bc98-7e7e-4bce-b3f4-57771b78a566 2018-11-05 22:13:42,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829110145569s 2018-11-05 22:13:42,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:13:42,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:43,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90465196-20d2-4897-8678-6532165e0696 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:13:43,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-90465196-20d2-4897-8678-6532165e0696 2018-11-05 22:13:43,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0752680301666s 2018-11-05 22:13:43,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:13:43,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:43,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449f3a22-6c9f-4dfc-a71b-7d114cce5e73 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "domain_id": "default", "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:13:43,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-449f3a22-6c9f-4dfc-a71b-7d114cce5e73 2018-11-05 22:13:43,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984699726105s 2018-11-05 22:13:43,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-449f3a22-6c9f-4dfc-a71b-7d114cce5e73 2018-11-05 22:13:43,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:13:43,146 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:43,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e844b0-ee42-47ce-b947-4c82666b0cb1 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": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74"}, "enabled": true, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:13:43,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-96e844b0-ee42-47ce-b947-4c82666b0cb1 2018-11-05 22:13:43,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780391693115s 2018-11-05 22:13:43,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-96e844b0-ee42-47ce-b947-4c82666b0cb1 2018-11-05 22:13:43,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:13:43,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=5bea1312bd6b4299a568c85b0e8da363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:43,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d154d64a-6491-4113-965a-5815946ff613 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=5bea1312bd6b4299a568c85b0e8da363", "previous": null, "next": null}} 2018-11-05 22:13:43,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=fc4bec3ffbfe421c8d81cf4308c4c9d5&scope.project.id=0b790b1ec02b4183bcd159d4a7d3ca74&role.id=5bea1312bd6b4299a568c85b0e8da363 used request id req-d154d64a-6491-4113-965a-5815946ff613 2018-11-05 22:13:43,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0735049247742s 2018-11-05 22:13:43,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:13:43,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74/users/fc4bec3ffbfe421c8d81cf4308c4c9d5/roles/5bea1312bd6b4299a568c85b0e8da363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:13:43,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c15de8f7-5d55-401f-af48-70da9a07601f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:43,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74/users/fc4bec3ffbfe421c8d81cf4308c4c9d5/roles/5bea1312bd6b4299a568c85b0e8da363 used request id req-c15de8f7-5d55-401f-af48-70da9a07601f 2018-11-05 22:13:43,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123019933701s 2018-11-05 22:13:43,423 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-05 22:13:43,424 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-05 22:13:43,424 - openstack_tests - INFO - OS Credentials = > 2018-11-05 22:13:43,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:43,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:43,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bea1312bd6b4299a568c85b0e8da363", "name": "heat_stack_owner"}, {"id": "f38b415bb25e42b1879f2d16c93f1fed", "name": "Member"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "audit_ids": ["7PESFqZpTey7fo4PY17bzQ"], "issued_at": "2018-11-05T22:13:43.000000Z"}} 2018-11-05 22:13:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37212f64b547d711199fd75e2a2ca54e5f82a6d" 2018-11-05 22:13:44,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-256c8362-5562-47ce-8ae1-72f9546e4eda Date: Mon, 05 Nov 2018 22:13:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:13:44,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-256c8362-5562-47ce-8ae1-72f9546e4eda 2018-11-05 22:13:44,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37212f64b547d711199fd75e2a2ca54e5f82a6d" 2018-11-05 22:13:44,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-69def0d7-cc5d-44e9-a9cc-ca6be9c4018e Date: Mon, 05 Nov 2018 22:13:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 22:13:44,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f827ab6-c5ee-4775-b891-069196ebbbbd used request id req-69def0d7-cc5d-44e9-a9cc-ca6be9c4018e 2018-11-05 22:13:44,248 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-05 22:13:44,248 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-05 22:13:44,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:44,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:44,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bea1312bd6b4299a568c85b0e8da363", "name": "heat_stack_owner"}, {"id": "f38b415bb25e42b1879f2d16c93f1fed", "name": "Member"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "audit_ids": ["RL1I39EzRvG23tjiPK4guA"], "issued_at": "2018-11-05T22:13:44.000000Z"}} 2018-11-05 22:13:44,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1635b8794ffc8622877d947d702ecd91f5807ad5" 2018-11-05 22:13:44,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a2efc3-69cc-4f5c-9114-1331c38a795a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:44,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-89a2efc3-69cc-4f5c-9114-1331c38a795a 2018-11-05 22:13:44,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:44,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:45,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bea1312bd6b4299a568c85b0e8da363", "name": "heat_stack_owner"}, {"id": "f38b415bb25e42b1879f2d16c93f1fed", "name": "Member"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "audit_ids": ["Gmo_WUnwSlOPO3B3XOn_dA"], "issued_at": "2018-11-05T22:13:45.000000Z"}} 2018-11-05 22:13:45,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:13:45,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3232643d-5cb0-42d6-9de8-ed41bd6cfaba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:45,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3232643d-5cb0-42d6-9de8-ed41bd6cfaba 2018-11-05 22:13:45,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:45,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:45,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-32b1fd64-a7fa-433-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:13:45,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1d343fe-55a6-46b9-8ef1-eb6abd2bd76e Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-32b1fd64-a7fa-433-proj", "previous": null, "next": null}, "projects": []} 2018-11-05 22:13:45,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-32b1fd64-a7fa-433-proj used request id req-b1d343fe-55a6-46b9-8ef1-eb6abd2bd76e 2018-11-05 22:13:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:13:45,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d64b6c-a060-46dd-948a-bc236779fbbb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:13:45,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-74d64b6c-a060-46dd-948a-bc236779fbbb 2018-11-05 22:13:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}}' 2018-11-05 22:13:45,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de999750-edff-4dd2-aee5-1e5692aa8c9b Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:13:45,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-de999750-edff-4dd2-aee5-1e5692aa8c9b 2018-11-05 22:13:45,498 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-32b1fd64-a7fa-433-proj 2018-11-05 22:13:45,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:45,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:45,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bea1312bd6b4299a568c85b0e8da363", "name": "heat_stack_owner"}, {"id": "f38b415bb25e42b1879f2d16c93f1fed", "name": "Member"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "audit_ids": ["_BLweatwTLO-MC5ysuUrIQ"], "issued_at": "2018-11-05T22:13:45.000000Z"}} 2018-11-05 22:13:45,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec527d3950398f13c772f18443dcd59d01a01a1" 2018-11-05 22:13:45,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcfd7ef7-10a1-4f6b-aae5-db06cdc28175 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:45,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dcfd7ef7-10a1-4f6b-aae5-db06cdc28175 2018-11-05 22:13:45,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:45,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:45,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec527d3950398f13c772f18443dcd59d01a01a1" 2018-11-05 22:13:46,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cd5f51-2166-44d7-99c8-8ae00cb2200c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "domain_id": "default", "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:13:46,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b7cd5f51-2166-44d7-99c8-8ae00cb2200c 2018-11-05 22:13:46,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-32b1fd64-a7fa-433-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec527d3950398f13c772f18443dcd59d01a01a1" 2018-11-05 22:13:46,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3827b17c-dae4-4917-a82d-7e2c7bbea49f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-32b1fd64-a7fa-433-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}]} 2018-11-05 22:13:46,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-32b1fd64-a7fa-433-proj used request id req-3827b17c-dae4-4917-a82d-7e2c7bbea49f 2018-11-05 22:13:46,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec527d3950398f13c772f18443dcd59d01a01a1" 2018-11-05 22:13:46,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323f3f54-7c7a-4a19-8c28-f52b6f2a7d24 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-05 22:13:46,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-323f3f54-7c7a-4a19-8c28-f52b6f2a7d24 2018-11-05 22:13:46,682 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-32b1fd64-a7fa-433-user 2018-11-05 22:13:46,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:46,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:13:46,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94ec91d2-fb92-41de-883e-58780333a4f7 Content-Encoding: gzip Content-Length: 347 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": "5bea1312bd6b4299a568c85b0e8da363", "links": {"self": "http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:13:46,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-94ec91d2-fb92-41de-883e-58780333a4f7 2018-11-05 22:13:46,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" -d '{"role": {"name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role"}}' 2018-11-05 22:13:46,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba4d97fe-ef90-4683-8c66-3d46e72d85fd Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bff67668a5e041ef97a1535e09666b54", "links": {"self": "http://172.30.9.23:5000/v3/roles/bff67668a5e041ef97a1535e09666b54"}, "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role"}} 2018-11-05 22:13:46,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ba4d97fe-ef90-4683-8c66-3d46e72d85fd 2018-11-05 22:13:46,857 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-32b1fd64-a7fa-433-proj-role 2018-11-05 22:13:46,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/bff67668a5e041ef97a1535e09666b54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:13:46,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38168ff-ebf8-434c-9656-de700f930037 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/bff67668a5e041ef97a1535e09666b54"}, "domain_id": null, "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role", "id": "bff67668a5e041ef97a1535e09666b54"}} 2018-11-05 22:13:46,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/bff67668a5e041ef97a1535e09666b54 used request id req-f38168ff-ebf8-434c-9656-de700f930037 2018-11-05 22:13:46,949 - keystone_utils - INFO - Granting role SimpleHealthCheck-32b1fd64-a7fa-433-proj-role to project SimpleHealthCheck-32b1fd64-a7fa-433-proj 2018-11-05 22:13:46,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8/users/bbfd0eb3f9f34a069c35a9bd02ed61a0/roles/bff67668a5e041ef97a1535e09666b54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:13:47,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aa55032-984a-4e4f-ace3-e34813b46bda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:13:47,075 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8/users/bbfd0eb3f9f34a069c35a9bd02ed61a0/roles/bff67668a5e041ef97a1535e09666b54 used request id req-8aa55032-984a-4e4f-ace3-e34813b46bda 2018-11-05 22:13:47,076 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:13:47,077 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-05 22:13:47,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:47,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:47,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bff67668a5e041ef97a1535e09666b54", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role"}], "expires_at": "2018-11-05T23:13:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "442bbb615aa84e15a91ad32a11177ed8", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-32b1fd64-a7fa-433-user", "id": "bbfd0eb3f9f34a069c35a9bd02ed61a0"}, "audit_ids": ["upAJGpUDSFe11CjY1jtZ6w"], "issued_at": "2018-11-05T22:13:47.000000Z"}} 2018-11-05 22:13:47,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:13:47,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2f38ba-6b25-427c-b608-0faaafb0bc42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:47,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df2f38ba-6b25-427c-b608-0faaafb0bc42 2018-11-05 22:13:47,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:13:47,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-3e003281-aa02-4bfc-adb1-546215634faf Date: Mon, 05 Nov 2018 22:13:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image"} 2018-11-05 22:13:47,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image used request id req-3e003281-aa02-4bfc-adb1-546215634faf 2018-11-05 22:13:47,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:13:47,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-be4a646e-f3b9-4f97-9cc7-e21a87e6cfd8 Date: Mon, 05 Nov 2018 22:13:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:13:47,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-be4a646e-f3b9-4f97-9cc7-e21a87e6cfd8 2018-11-05 22:13:47,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image"}' 2018-11-05 22:13:48,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e X-Openstack-Request-Id: req-dd193deb-4f2c-4f3a-b882-d5123e9b55b1 Date: Mon, 05 Nov 2018 22:13:48 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:13:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T22:13:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e", "min_disk": 0, "protected": false, "id": "9def8719-9a33-465d-afb0-a1403420fa8e", "file": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e/file", "checksum": null, "owner": "442bbb615aa84e15a91ad32a11177ed8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:13:48,075 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dd193deb-4f2c-4f3a-b882-d5123e9b55b1 2018-11-05 22:13:48,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" -d '' 2018-11-05 22:13:49,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30d20cd3-d933-4bcc-83b2-e7325a6adba0 Date: Mon, 05 Nov 2018 22:13:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:13:49,075 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e/file used request id req-30d20cd3-d933-4bcc-83b2-e7325a6adba0 2018-11-05 22:13:49,075 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:13:49,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:13:49,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6cc2f043-9ce1-4ab2-af32-4898d9199442 Date: Mon, 05 Nov 2018 22:13:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:13:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:13:49Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/9def8719-9a33-465d-afb0-a1403420fa8e/snap", "metadata": {}}], "self": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e", "min_disk": 0, "protected": false, "id": "9def8719-9a33-465d-afb0-a1403420fa8e", "file": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "442bbb615aa84e15a91ad32a11177ed8", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/9def8719-9a33-465d-afb0-a1403420fa8e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:13:49,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e used request id req-6cc2f043-9ce1-4ab2-af32-4898d9199442 2018-11-05 22:13:49,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:13:49,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d7a4e487-2d6c-4601-b667-31b7165d95cd Date: Mon, 05 Nov 2018 22:13:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:13:49,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d7a4e487-2d6c-4601-b667-31b7165d95cd 2018-11-05 22:13:49,399 - create_image - INFO - Created image with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image 2018-11-05 22:13:49,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:13:49,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-55905696-facb-4391-ab01-ed785b9c8dbe Date: Mon, 05 Nov 2018 22:13:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:13:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:13:49Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/9def8719-9a33-465d-afb0-a1403420fa8e/snap", "metadata": {}}], "self": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e", "min_disk": 0, "protected": false, "id": "9def8719-9a33-465d-afb0-a1403420fa8e", "file": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "442bbb615aa84e15a91ad32a11177ed8", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/9def8719-9a33-465d-afb0-a1403420fa8e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 22:13:49,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e used request id req-55905696-facb-4391-ab01-ed785b9c8dbe 2018-11-05 22:13:49,564 - create_image - DEBUG - Instance status is - active 2018-11-05 22:13:49,564 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image 2018-11-05 22:13:49,565 - create_image - INFO - Image is now active with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image 2018-11-05 22:13:49,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:49,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:49,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bff67668a5e041ef97a1535e09666b54", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role"}], "expires_at": "2018-11-05T23:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "442bbb615aa84e15a91ad32a11177ed8", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-32b1fd64-a7fa-433-user", "id": "bbfd0eb3f9f34a069c35a9bd02ed61a0"}, "audit_ids": ["EbOJ4sGyT3yqaBELCZVD6Q"], "issued_at": "2018-11-05T22:13:49.000000Z"}} 2018-11-05 22:13:49,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:13:50,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d85acea-1e58-4769-9712-aedb7ebeb929 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:50,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4d85acea-1e58-4769-9712-aedb7ebeb929 2018-11-05 22:13:50,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:13:50,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3e925b6f-f0bd-41bf-8e84-c3cd1e6dd70e Date: Mon, 05 Nov 2018 22:13:50 GMT RESP BODY: {"networks":[]} 2018-11-05 22:13:50,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-3e925b6f-f0bd-41bf-8e84-c3cd1e6dd70e 2018-11-05 22:13:50,189 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net 2018-11-05 22:13:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" -d '{"network": {"name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net", "admin_state_up": true}}' 2018-11-05 22:13:50,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-67d21781-09e6-4ed1-ad33-3780f2d805c5 Date: Mon, 05 Nov 2018 22:13:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-11-05T22:13:50Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}} 2018-11-05 22:13:50,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-67d21781-09e6-4ed1-ad33-3780f2d805c5 2018-11-05 22:13:50,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:13:51,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-69ad5c41-a1c8-42b8-9c05-a1ce6055ad7a Date: Mon, 05 Nov 2018 22:13:51 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-11-05T22:13:50Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:51,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-69ad5c41-a1c8-42b8-9c05-a1ce6055ad7a 2018-11-05 22:13:51,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:13:51,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-faba7c2e-be70-4c18-8dc8-2cdb75cbe31a Date: Mon, 05 Nov 2018 22:13:51 GMT RESP BODY: {"subnets":[]} 2018-11-05 22:13:51,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-faba7c2e-be70-4c18-8dc8-2cdb75cbe31a 2018-11-05 22:13:51,204 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet 2018-11-05 22:13:51,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" -d '{"subnets": [{"ip_version": 4, "network_id": "5f586934-7673-4659-ab34-4c76e303d3ab", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]}' 2018-11-05 22:13:51,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2fc37b2f-e394-420f-b4be-3ea0198fb846 Date: Mon, 05 Nov 2018 22:13:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:51,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2fc37b2f-e394-420f-b4be-3ea0198fb846 2018-11-05 22:13:51,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:13:52,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d943863c-b72f-4763-871d-41e32d64f7c5 Date: Mon, 05 Nov 2018 22:13:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:52,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-d943863c-b72f-4763-871d-41e32d64f7c5 2018-11-05 22:13:52,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:13:52,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bc7f43bf-c421-4294-a4e9-b9459678dcc8 Date: Mon, 05 Nov 2018 22:13:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:52,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-bc7f43bf-c421-4294-a4e9-b9459678dcc8 2018-11-05 22:13:52,443 - OpenStackNetwork - DEBUG - Network [5f586934-7673-4659-ab34-4c76e303d3ab] created successfully 2018-11-05 22:13:52,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:52,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:52,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bea1312bd6b4299a568c85b0e8da363", "name": "heat_stack_owner"}, {"id": "f38b415bb25e42b1879f2d16c93f1fed", "name": "Member"}, {"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:13:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/0b790b1ec02b4183bcd159d4a7d3ca74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "audit_ids": ["9uXXD5nHSL-Ms1j4VN9n_Q"], "issued_at": "2018-11-05T22:13:52.000000Z"}} 2018-11-05 22:13:52,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c058e98192f87340662c05d30127db15058e6a64" 2018-11-05 22:13:52,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ca8b62-3bcb-4c19-a1e6-07b8101b995b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:52,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e4ca8b62-3bcb-4c19-a1e6-07b8101b995b 2018-11-05 22:13:52,912 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:13:52,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c058e98192f87340662c05d30127db15058e6a64" 2018-11-05 22:13:53,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13: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-1966d222-9390-4cc8-bb3c-6b379ff70e0e x-compute-request-id: req-1966d222-9390-4cc8-bb3c-6b379ff70e0e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-05 22:13:53,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1966d222-9390-4cc8-bb3c-6b379ff70e0e 2018-11-05 22:13:53,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c058e98192f87340662c05d30127db15058e6a64" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-05 22:13:53,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13: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-24053f09-108a-433f-ab9e-33b08265967f x-compute-request-id: req-24053f09-108a-433f-ab9e-33b08265967f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:13:53,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-24053f09-108a-433f-ab9e-33b08265967f 2018-11-05 22:13:53,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:53,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:53,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bff67668a5e041ef97a1535e09666b54", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role"}], "expires_at": "2018-11-05T23:13:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "442bbb615aa84e15a91ad32a11177ed8", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-32b1fd64-a7fa-433-user", "id": "bbfd0eb3f9f34a069c35a9bd02ed61a0"}, "audit_ids": ["YBuQrYEDTDSeWGr4QtNTDA"], "issued_at": "2018-11-05T22:13:53.000000Z"}} 2018-11-05 22:13:53,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:53,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b127073-9317-411a-a31d-244a68fe03a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:53,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b127073-9317-411a-a31d-244a68fe03a1 2018-11-05 22:13:53,646 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-05 22:13:53,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:53,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb5fd2ad-4c2e-48ae-a954-6225f1bde233 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:53,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb5fd2ad-4c2e-48ae-a954-6225f1bde233 2018-11-05 22:13:53,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:54,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8b113a67-c7ab-48b4-bb21-8269f725cdcd Date: Mon, 05 Nov 2018 22:13:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:54,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-8b113a67-c7ab-48b4-bb21-8269f725cdcd 2018-11-05 22:13:54,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:54,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:54,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:54,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb497e1-25ac-4edc-81c7-fecd340f1807 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:13:54,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-adb497e1-25ac-4edc-81c7-fecd340f1807 2018-11-05 22:13:54,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:54,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cb57f60b-65e4-4bee-b31d-97abfec12625 Date: Mon, 05 Nov 2018 22:13:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:54,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-cb57f60b-65e4-4bee-b31d-97abfec12625 2018-11-05 22:13:54,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:54,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c5675820-05b9-47d6-b688-59747b39a5ac Date: Mon, 05 Nov 2018 22:13:54 GMT RESP BODY: {"ports":[]} 2018-11-05 22:13:54,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1&admin_state_up=True used request id req-c5675820-05b9-47d6-b688-59747b39a5ac 2018-11-05 22:13:54,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:54,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13: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-19349577-0bd2-47bf-9c20-3cf6b8fcdbe9 x-compute-request-id: req-19349577-0bd2-47bf-9c20-3cf6b8fcdbe9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 22:13:54,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst used request id req-19349577-0bd2-47bf-9c20-3cf6b8fcdbe9 2018-11-05 22:13:55,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:55,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4ade5d51-eab4-4b7d-976d-35b2aac7f8ce Date: Mon, 05 Nov 2018 22:13: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":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:55,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-4ade5d51-eab4-4b7d-976d-35b2aac7f8ce 2018-11-05 22:13:55,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:55,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d286c4-b6f9-4704-a486-4aee8148a937 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:13:55,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-84d286c4-b6f9-4704-a486-4aee8148a937 2018-11-05 22:13:55,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:55,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fbac54cd-6063-4681-b29b-418328ba8f35 Date: Mon, 05 Nov 2018 22:13:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:55,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-fbac54cd-6063-4681-b29b-418328ba8f35 2018-11-05 22:13:55,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:55,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5e903ae-ecfb-4037-8050-1343315e590f Date: Mon, 05 Nov 2018 22:13:55 GMT RESP BODY: {"ports":[]} 2018-11-05 22:13:55,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1&admin_state_up=True used request id req-e5e903ae-ecfb-4037-8050-1343315e590f 2018-11-05 22:13:55,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-05 22:13:55,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:13:56,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bff67668a5e041ef97a1535e09666b54", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj-role"}], "expires_at": "2018-11-05T23:13:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "442bbb615aa84e15a91ad32a11177ed8", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/442bbb615aa84e15a91ad32a11177ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-32b1fd64-a7fa-433-user", "id": "bbfd0eb3f9f34a069c35a9bd02ed61a0"}, "audit_ids": ["AVVU1Lc_RmG_xzEPy2lMXw"], "issued_at": "2018-11-05T22:13:56.000000Z"}} 2018-11-05 22:13:56,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e450536eac673bc81ec866a18672a7891bc00b" 2018-11-05 22:13:56,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f0415e-aaf9-4726-8cd4-1fe3e6516888 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:13:56,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80f0415e-aaf9-4726-8cd4-1fe3e6516888 2018-11-05 22:13:56,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:56,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0a9e325d-1558-4ad4-ac2b-6990808fac0c Date: Mon, 05 Nov 2018 22:13:56 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":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:56,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-0a9e325d-1558-4ad4-ac2b-6990808fac0c 2018-11-05 22:13:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:56,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5247a997-efa9-41bd-a77a-d03fab9b2666 Date: Mon, 05 Nov 2018 22:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:56,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-5247a997-efa9-41bd-a77a-d03fab9b2666 2018-11-05 22:13:56,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:56,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-30b4e622-fe5d-4a0e-9740-3e0ba3184138 Date: Mon, 05 Nov 2018 22:13:56 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":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:56,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-30b4e622-fe5d-4a0e-9740-3e0ba3184138 2018-11-05 22:13:56,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:13:56,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:13:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:13:56,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e450536eac673bc81ec866a18672a7891bc00b" 2018-11-05 22:13:56,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c67fc2f-1184-4007-8687-ca40c18e6135 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:13:56,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-7c67fc2f-1184-4007-8687-ca40c18e6135 2018-11-05 22:13:56,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:56,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4d960aca-a60d-42f0-bb59-c1abdfb0d528 Date: Mon, 05 Nov 2018 22:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:56,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-4d960aca-a60d-42f0-bb59-c1abdfb0d528 2018-11-05 22:13:56,866 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net 2018-11-05 22:13:56,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"port": {"network_id": "5f586934-7673-4659-ab34-4c76e303d3ab", "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1", "admin_state_up": true}}' 2018-11-05 22:13:57,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-e747798d-b6ce-418f-aed5-f112e53b8038 Date: Mon, 05 Nov 2018 22:13:57 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-11-05T22:13:57Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-11-05T22:13:57Z","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:da:d9:50","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"442bbb615aa84e15a91ad32a11177ed8","fixed_ips":[{"subnet_id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","ip_address":"10.55.0.6"}],"id":"d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5","security_groups":["3dbcc382-0b70-4541-b997-f2ee64ddb64d"],"device_id":""}} 2018-11-05 22:13:57,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e747798d-b6ce-418f-aed5-f112e53b8038 2018-11-05 22:13:57,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e4d98b0b-8fb0-425a-966f-945092e8dbbc Date: Mon, 05 Nov 2018 22:13:58 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":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:13:58,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-e4d98b0b-8fb0-425a-966f-945092e8dbbc 2018-11-05 22:13:58,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b89282-8741-46f0-8c62-70eaf7481e22 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:13:58,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-b4b89282-8741-46f0-8c62-70eaf7481e22 2018-11-05 22:13:58,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f59501ca-836a-43b2-993e-c9fc9d398a77 Date: Mon, 05 Nov 2018 22:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:13:58,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-f59501ca-836a-43b2-993e-c9fc9d398a77 2018-11-05 22:13:58,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-3775a1ef-839a-48f5-95f9-a852e266d275 Date: Mon, 05 Nov 2018 22:13:58 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:57Z","admin_state_up":true,"updated_at":"2018-11-05T22:13:57Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:da:d9:50","id":"d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5","port_security_enabled":true,"project_id":"442bbb615aa84e15a91ad32a11177ed8","fixed_ips":[{"subnet_id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["3dbcc382-0b70-4541-b997-f2ee64ddb64d"],"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1"}]} 2018-11-05 22:13:58,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1&admin_state_up=True used request id req-3775a1ef-839a-48f5-95f9-a852e266d275 2018-11-05 22:13:58,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a5f9fb1-8730-4df2-8f67-8cbfc33491ce Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:13:58,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-6a5f9fb1-8730-4df2-8f67-8cbfc33491ce 2018-11-05 22:13:58,602 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst 2018-11-05 22:13:58,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13: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-4dda4d54-5c92-438f-915d-fe16fcb81c10 x-compute-request-id: req-4dda4d54-5c92-438f-915d-fe16fcb81c10 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}], "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-flavor-name"}]} 2018-11-05 22:13:58,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4dda4d54-5c92-438f-915d-fe16fcb81c10 2018-11-05 22:13:58,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:13: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-27aed236-9974-4fb4-b839-70228344064c x-compute-request-id: req-27aed236-9974-4fb4-b839-70228344064c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:13:58,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf used request id req-27aed236-9974-4fb4-b839-70228344064c 2018-11-05 22:13:58,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-b43393a4-a354-4f65-9616-4d17ff645228 Date: Mon, 05 Nov 2018 22:13:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T22:13:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-05T22:13:49Z", "visibility": "shared", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/9def8719-9a33-465d-afb0-a1403420fa8e/snap", "metadata": {}}], "self": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e", "min_disk": 0, "protected": false, "id": "9def8719-9a33-465d-afb0-a1403420fa8e", "file": "/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "442bbb615aa84e15a91ad32a11177ed8", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/9def8719-9a33-465d-afb0-a1403420fa8e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image"} 2018-11-05 22:13:58,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image used request id req-b43393a4-a354-4f65-9616-4d17ff645228 2018-11-05 22:13:58,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:13:58,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-225cecb5-1601-44e0-ac10-b6ed14e73ebe Date: Mon, 05 Nov 2018 22:13:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 22:13:58,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-225cecb5-1601-44e0-ac10-b6ed14e73ebe 2018-11-05 22:13:59,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"server": {"name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "imageRef": "9def8719-9a33-465d-afb0-a1403420fa8e", "flavorRef": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "max_count": 1, "min_count": 1, "networks": [{"port": "d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5"}]}}' 2018-11-05 22:14:00,693 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:13: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-90d257ef-ee48-41c6-bcc2-45262da4c8c9 x-compute-request-id: req-90d257ef-ee48-41c6-bcc2-45262da4c8c9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "adminPass": "pC8XjGmj6J2J"}} 2018-11-05 22:14:00,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-90d257ef-ee48-41c6-bcc2-45262da4c8c9 2018-11-05 22:14:00,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:01,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-11ed2990-da55-443c-ace5-3ba09ae1078f x-compute-request-id: req-11ed2990-da55-443c-ace5-3ba09ae1078f Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:01,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-11ed2990-da55-443c-ace5-3ba09ae1078f 2018-11-05 22:14:01,066 - create_instance - INFO - Created instance with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst 2018-11-05 22:14:01,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:01,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5a24a1d-c2cc-4638-a28d-e3170232794f x-compute-request-id: req-e5a24a1d-c2cc-4638-a28d-e3170232794f Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:01,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-e5a24a1d-c2cc-4638-a28d-e3170232794f 2018-11-05 22:14:01,311 - create_instance - DEBUG - Instance status [SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst] is - BUILD 2018-11-05 22:14:01,311 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:14:04,315 - create_instance - DEBUG - VM status query timeout in 896.751453161 2018-11-05 22:14:04,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:04,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-4c1214be-3862-4adc-9ee6-cafd58d14cb9 x-compute-request-id: req-4c1214be-3862-4adc-9ee6-cafd58d14cb9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:01Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:04,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-4c1214be-3862-4adc-9ee6-cafd58d14cb9 2018-11-05 22:14:04,635 - create_instance - DEBUG - Instance status [SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst] is - BUILD 2018-11-05 22:14:04,636 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:14:07,639 - create_instance - DEBUG - VM status query timeout in 893.427269936 2018-11-05 22:14:07,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:08,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd30c49f-99fe-4735-925e-86ac93524dc0 x-compute-request-id: req-cd30c49f-99fe-4735-925e-86ac93524dc0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:08,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-cd30c49f-99fe-4735-925e-86ac93524dc0 2018-11-05 22:14:08,155 - create_instance - DEBUG - Instance status [SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst] is - ACTIVE 2018-11-05 22:14:08,155 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:14:08,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:08,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-e6ed3d39-73d6-4384-a0d3-06e65b0c9eef x-compute-request-id: req-e6ed3d39-73d6-4384-a0d3-06e65b0c9eef Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:08,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-e6ed3d39-73d6-4384-a0d3-06e65b0c9eef 2018-11-05 22:14:08,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:08,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1fdf8d56-9af4-4538-ad01-3d35572652c0 Date: Mon, 05 Nov 2018 22:14:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["85cad4af-ea0c-4ee5-a222-b5f48311a0b7"],"updated_at":"2018-11-05T22:13:51Z","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"5f586934-7673-4659-ab34-4c76e303d3ab","name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net"}]} 2018-11-05 22:14:08,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net used request id req-1fdf8d56-9af4-4538-ad01-3d35572652c0 2018-11-05 22:14:08,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:08,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aefba81-b546-4bcd-9f74-5aa320d590cc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:14:08,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-0aefba81-b546-4bcd-9f74-5aa320d590cc 2018-11-05 22:14:08,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:08,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-03f82982-b435-4a95-a606-cdd93617f607 Date: Mon, 05 Nov 2018 22:14:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:51Z","dns_nameservers":[],"updated_at":"2018-11-05T22:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"442bbb615aa84e15a91ad32a11177ed8","id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","subnetpool_id":null,"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet"}]} 2018-11-05 22:14:08,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-03f82982-b435-4a95-a606-cdd93617f607 2018-11-05 22:14:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:08,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3019 X-Openstack-Request-Id: req-130e32c8-4c45-4503-aee7-78fa3387cc52 Date: Mon, 05 Nov 2018 22:14:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:52Z","admin_state_up":true,"updated_at":"2018-11-05T22:13:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f586934-7673-4659-ab34-4c76e303d3ab","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:a0:31:54","id":"6ea69130-07c1-42e5-9e5f-6551cf78580d","port_security_enabled":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","fixed_ips":[{"subnet_id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:53Z","admin_state_up":true,"updated_at":"2018-11-05T22:13:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f586934-7673-4659-ab34-4c76e303d3ab","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:22:cb:1d","id":"9f1bc5cd-da9f-4697-b486-1b48e82d5366","port_security_enabled":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","fixed_ips":[{"subnet_id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:57Z","admin_state_up":true,"updated_at":"2018-11-05T22:14:02Z","binding:vnic_type":"normal","device_id":"dc055e02-1a11-410a-b403-ebda708a21cd","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:da:d9:50","id":"d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5","port_security_enabled":true,"project_id":"442bbb615aa84e15a91ad32a11177ed8","fixed_ips":[{"subnet_id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["3dbcc382-0b70-4541-b997-f2ee64ddb64d"],"name":"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f586934-7673-4659-ab34-4c76e303d3ab","tenant_id":"442bbb615aa84e15a91ad32a11177ed8","created_at":"2018-11-05T22:13:52Z","admin_state_up":true,"updated_at":"2018-11-05T22:13:52Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f586934-7673-4659-ab34-4c76e303d3ab","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:8f:01:b7","id":"f46ef27e-c9f7-4ef3-82da-e83b60b415ca","port_security_enabled":false,"project_id":"442bbb615aa84e15a91ad32a11177ed8","fixed_ips":[{"subnet_id":"85cad4af-ea0c-4ee5-a222-b5f48311a0b7","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-11-05 22:14:08,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5f586934-7673-4659-ab34-4c76e303d3ab used request id req-130e32c8-4c45-4503-aee7-78fa3387cc52 2018-11-05 22:14:08,902 - create_instance_tests - INFO - Looking for IP 10.55.0.6 in the console log 2018-11-05 22:14:08,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:09,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-9f271ee5-cd28-4b28-bdb8-9f7322a8b2d8 x-compute-request-id: req-9f271ee5-cd28-4b28-bdb8-9f7322a8b2d8 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:09,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-9f271ee5-cd28-4b28-bdb8-9f7322a8b2d8 2018-11-05 22:14:09,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:10,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-59369df1-90fb-4b50-abb4-9a967e7b022f x-compute-request-id: req-59369df1-90fb-4b50-abb4-9a967e7b022f Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:10,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-59369df1-90fb-4b50-abb4-9a967e7b022f 2018-11-05 22:14:10,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:11,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-c9b2d858-2311-4e5b-aafe-56c32bfbe821 x-compute-request-id: req-c9b2d858-2311-4e5b-aafe-56c32bfbe821 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:11,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-c9b2d858-2311-4e5b-aafe-56c32bfbe821 2018-11-05 22:14:11,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:12,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fba0658-141d-4c78-82b5-9ed568fcec51 x-compute-request-id: req-7fba0658-141d-4c78-82b5-9ed568fcec51 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:12,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-7fba0658-141d-4c78-82b5-9ed568fcec51 2018-11-05 22:14:12,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:12,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5015c327-afa0-4381-9e2a-0f3e4f0de2e0 x-compute-request-id: req-5015c327-afa0-4381-9e2a-0f3e4f0de2e0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:12,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-5015c327-afa0-4381-9e2a-0f3e4f0de2e0 2018-11-05 22:14:12,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:14,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4fc9fb0-af80-4b8a-b5e5-f2935a195580 x-compute-request-id: req-a4fc9fb0-af80-4b8a-b5e5-f2935a195580 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:14,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-a4fc9fb0-af80-4b8a-b5e5-f2935a195580 2018-11-05 22:14:14,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:14,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-1542c07d-e039-4f5d-8c7f-20c695b3f2ff x-compute-request-id: req-1542c07d-e039-4f5d-8c7f-20c695b3f2ff Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:14,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-1542c07d-e039-4f5d-8c7f-20c695b3f2ff 2018-11-05 22:14:14,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:15,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-bb3cd3f1-0cee-4f2b-9224-c27736238633 x-compute-request-id: req-bb3cd3f1-0cee-4f2b-9224-c27736238633 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:15,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-bb3cd3f1-0cee-4f2b-9224-c27736238633 2018-11-05 22:14:15,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:16,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-b4bd65b8-afcb-4062-b884-f5a70af19afe x-compute-request-id: req-b4bd65b8-afcb-4062-b884-f5a70af19afe Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:16,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-b4bd65b8-afcb-4062-b884-f5a70af19afe 2018-11-05 22:14:16,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:17,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-8595497a-88d0-4a56-a84f-e286925cc18e x-compute-request-id: req-8595497a-88d0-4a56-a84f-e286925cc18e Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:17,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-8595497a-88d0-4a56-a84f-e286925cc18e 2018-11-05 22:14:17,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:17,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-926c197e-b050-4809-85f9-9df3d88bf66c x-compute-request-id: req-926c197e-b050-4809-85f9-9df3d88bf66c Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:17,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-926c197e-b050-4809-85f9-9df3d88bf66c 2018-11-05 22:14:17,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:18,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-f9287ad1-2154-41dc-87a6-e8b47dc4febb x-compute-request-id: req-f9287ad1-2154-41dc-87a6-e8b47dc4febb Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:18,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-f9287ad1-2154-41dc-87a6-e8b47dc4febb 2018-11-05 22:14:18,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:19,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b25f78c0-50e5-499c-9f0d-25bbdec0373b x-compute-request-id: req-b25f78c0-50e5-499c-9f0d-25bbdec0373b Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:19,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-b25f78c0-50e5-499c-9f0d-25bbdec0373b 2018-11-05 22:14:19,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:20,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-66a53a68-17f3-44ea-8853-1695b399fe7a x-compute-request-id: req-66a53a68-17f3-44ea-8853-1695b399fe7a Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:20,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-66a53a68-17f3-44ea-8853-1695b399fe7a 2018-11-05 22:14:20,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:20,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-43b47898-2655-489e-8bc0-212e97ec5917 x-compute-request-id: req-43b47898-2655-489e-8bc0-212e97ec5917 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:20,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-43b47898-2655-489e-8bc0-212e97ec5917 2018-11-05 22:14:20,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:21,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-38b2be0d-632e-4eab-a6b8-828fb5546c3b x-compute-request-id: req-38b2be0d-632e-4eab-a6b8-828fb5546c3b Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:21,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-38b2be0d-632e-4eab-a6b8-828fb5546c3b 2018-11-05 22:14:21,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:22,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-69e21a3a-4e2a-43bc-a9d2-40a5edf0d409 x-compute-request-id: req-69e21a3a-4e2a-43bc-a9d2-40a5edf0d409 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:22,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-69e21a3a-4e2a-43bc-a9d2-40a5edf0d409 2018-11-05 22:14:22,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:23,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-b215cfce-c24a-4486-8115-0f4d646aa676 x-compute-request-id: req-b215cfce-c24a-4486-8115-0f4d646aa676 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:23,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-b215cfce-c24a-4486-8115-0f4d646aa676 2018-11-05 22:14:23,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:24,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf60402e-b18a-400b-8ae5-0e5576db611a x-compute-request-id: req-cf60402e-b18a-400b-8ae5-0e5576db611a Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:24,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-cf60402e-b18a-400b-8ae5-0e5576db611a 2018-11-05 22:14:24,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:25,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-616d6493-5d9a-42e5-9cc0-a931b76783cb x-compute-request-id: req-616d6493-5d9a-42e5-9cc0-a931b76783cb Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:25,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-616d6493-5d9a-42e5-9cc0-a931b76783cb 2018-11-05 22:14:25,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:25,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-970688e1-d778-4691-9464-ca4f7a6b819e x-compute-request-id: req-970688e1-d778-4691-9464-ca4f7a6b819e Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:25,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-970688e1-d778-4691-9464-ca4f7a6b819e 2018-11-05 22:14:25,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:27,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-7d3367b7-7bfe-4ba5-9cd4-a3ab718239e5 x-compute-request-id: req-7d3367b7-7bfe-4ba5-9cd4-a3ab718239e5 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:27,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-7d3367b7-7bfe-4ba5-9cd4-a3ab718239e5 2018-11-05 22:14:27,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:27,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-0f8b64e5-629c-4c29-beb6-e0fd1f476079 x-compute-request-id: req-0f8b64e5-629c-4c29-beb6-e0fd1f476079 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:27,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-0f8b64e5-629c-4c29-beb6-e0fd1f476079 2018-11-05 22:14:27,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:28,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-2c50d4a9-6ac3-4878-970e-e2ca322d53e6 x-compute-request-id: req-2c50d4a9-6ac3-4878-970e-e2ca322d53e6 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:28,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-2c50d4a9-6ac3-4878-970e-e2ca322d53e6 2018-11-05 22:14:28,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:29,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-00278ec9-10b9-4a6e-a07d-203150678862 x-compute-request-id: req-00278ec9-10b9-4a6e-a07d-203150678862 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:29,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-00278ec9-10b9-4a6e-a07d-203150678862 2018-11-05 22:14:29,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:30,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-176478ae-0f59-46db-91cb-9d7a03cdadab x-compute-request-id: req-176478ae-0f59-46db-91cb-9d7a03cdadab Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:30,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-176478ae-0f59-46db-91cb-9d7a03cdadab 2018-11-05 22:14:30,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:30,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-e16bf65c-9cf8-4228-8822-ef9225aef265 x-compute-request-id: req-e16bf65c-9cf8-4228-8822-ef9225aef265 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:30,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-e16bf65c-9cf8-4228-8822-ef9225aef265 2018-11-05 22:14:30,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:32,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-47e744c3-e869-45d0-8b89-d1f2a9dfc2b9 x-compute-request-id: req-47e744c3-e869-45d0-8b89-d1f2a9dfc2b9 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:32,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-47e744c3-e869-45d0-8b89-d1f2a9dfc2b9 2018-11-05 22:14:32,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:32,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-a10fef85-9d33-43cc-aeb4-41622d1ea385 x-compute-request-id: req-a10fef85-9d33-43cc-aeb4-41622d1ea385 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:32,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-a10fef85-9d33-43cc-aeb4-41622d1ea385 2018-11-05 22:14:32,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:33,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-72a72f8f-4843-4256-88a9-89d74d7b7020 x-compute-request-id: req-72a72f8f-4843-4256-88a9-89d74d7b7020 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:33,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-72a72f8f-4843-4256-88a9-89d74d7b7020 2018-11-05 22:14:33,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:34,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-a950439c-7b53-48b2-b21d-385b8860da05 x-compute-request-id: req-a950439c-7b53-48b2-b21d-385b8860da05 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:34,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-a950439c-7b53-48b2-b21d-385b8860da05 2018-11-05 22:14:34,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:35,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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,Accept-Encoding x-openstack-request-id: req-9380cb0d-5442-40b8-8c2d-fec3595d568f x-compute-request-id: req-9380cb0d-5442-40b8-8c2d-fec3595d568f Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:35,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-9380cb0d-5442-40b8-8c2d-fec3595d568f 2018-11-05 22:14:35,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:35,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-da951961-1757-4646-b210-0d86b66c8c10 x-compute-request-id: req-da951961-1757-4646-b210-0d86b66c8c10 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:35,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-da951961-1757-4646-b210-0d86b66c8c10 2018-11-05 22:14:35,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:36,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-c2879ddb-5b5f-475d-b453-bb90d69cc9be x-compute-request-id: req-c2879ddb-5b5f-475d-b453-bb90d69cc9be Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:36,637 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-c2879ddb-5b5f-475d-b453-bb90d69cc9be 2018-11-05 22:14:36,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:36,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-426c8761-50b8-451d-a835-7c83eb03bf9d x-compute-request-id: req-426c8761-50b8-451d-a835-7c83eb03bf9d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:36,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-426c8761-50b8-451d-a835-7c83eb03bf9d 2018-11-05 22:14:36,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:38,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68bb2793-e3b6-40bd-b747-af4d8906a989 x-compute-request-id: req-68bb2793-e3b6-40bd-b747-af4d8906a989 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:38,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-68bb2793-e3b6-40bd-b747-af4d8906a989 2018-11-05 22:14:38,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:38,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-7147e6f9-044e-4859-b62f-57a612e3c6a7 x-compute-request-id: req-7147e6f9-044e-4859-b62f-57a612e3c6a7 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:38,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-7147e6f9-044e-4859-b62f-57a612e3c6a7 2018-11-05 22:14:38,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:39,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-d114f3f2-1f77-452c-a187-bc9ac688b634 x-compute-request-id: req-d114f3f2-1f77-452c-a187-bc9ac688b634 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:39,610 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-d114f3f2-1f77-452c-a187-bc9ac688b634 2018-11-05 22:14:39,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:40,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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,Accept-Encoding x-openstack-request-id: req-8a5a427f-0656-416c-932c-4af8d156f881 x-compute-request-id: req-8a5a427f-0656-416c-932c-4af8d156f881 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:40,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-8a5a427f-0656-416c-932c-4af8d156f881 2018-11-05 22:14:40,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:41,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bb5ca8c-cf51-4f10-995e-bfdb32e1f243 x-compute-request-id: req-4bb5ca8c-cf51-4f10-995e-bfdb32e1f243 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:41,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-4bb5ca8c-cf51-4f10-995e-bfdb32e1f243 2018-11-05 22:14:41,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:41,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-0f3ecefd-8657-464c-a4b3-00f4ccb85628 x-compute-request-id: req-0f3ecefd-8657-464c-a4b3-00f4ccb85628 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:41,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-0f3ecefd-8657-464c-a4b3-00f4ccb85628 2018-11-05 22:14:41,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:42,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-382078cd-a011-453a-9220-169a0064d0c4 x-compute-request-id: req-382078cd-a011-453a-9220-169a0064d0c4 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:42,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-382078cd-a011-453a-9220-169a0064d0c4 2018-11-05 22:14:42,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:43,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-8df45a92-8516-4afc-806e-64970ef2de2c x-compute-request-id: req-8df45a92-8516-4afc-806e-64970ef2de2c Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:43,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-8df45a92-8516-4afc-806e-64970ef2de2c 2018-11-05 22:14:43,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:44,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da5bb4ef-76e2-4bc1-bf25-fee892f9cc9d x-compute-request-id: req-da5bb4ef-76e2-4bc1-bf25-fee892f9cc9d Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:44,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-da5bb4ef-76e2-4bc1-bf25-fee892f9cc9d 2018-11-05 22:14:44,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:44,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8abd7d32-26b4-4dec-90a8-46e35bf84bb1 x-compute-request-id: req-8abd7d32-26b4-4dec-90a8-46e35bf84bb1 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:44,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-8abd7d32-26b4-4dec-90a8-46e35bf84bb1 2018-11-05 22:14:44,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:46,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ded9b712-8e1e-4c26-a616-6abf0ce4c08f x-compute-request-id: req-ded9b712-8e1e-4c26-a616-6abf0ce4c08f Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:46,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-ded9b712-8e1e-4c26-a616-6abf0ce4c08f 2018-11-05 22:14:46,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:46,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-7c78f30a-0013-4a77-a7a6-03757b29fd9a x-compute-request-id: req-7c78f30a-0013-4a77-a7a6-03757b29fd9a Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:46,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-7c78f30a-0013-4a77-a7a6-03757b29fd9a 2018-11-05 22:14:46,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:47,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-91384f98-1796-4e17-9dcb-6017fecbb885 x-compute-request-id: req-91384f98-1796-4e17-9dcb-6017fecbb885 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:47,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-91384f98-1796-4e17-9dcb-6017fecbb885 2018-11-05 22:14:47,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:48,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-d0bef488-7ca2-4822-a26c-ff86574f2103 x-compute-request-id: req-d0bef488-7ca2-4822-a26c-ff86574f2103 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:48,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-d0bef488-7ca2-4822-a26c-ff86574f2103 2018-11-05 22:14:48,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:49,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-f29d1fb9-30d9-4986-8803-53fde1cecd22 x-compute-request-id: req-f29d1fb9-30d9-4986-8803-53fde1cecd22 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:49,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-f29d1fb9-30d9-4986-8803-53fde1cecd22 2018-11-05 22:14:49,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:49,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-8feccaf4-c0a2-4241-913b-bce2714374d2 x-compute-request-id: req-8feccaf4-c0a2-4241-913b-bce2714374d2 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:49,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-8feccaf4-c0a2-4241-913b-bce2714374d2 2018-11-05 22:14:49,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:50,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-fa3f9dd9-08a9-4b7a-9ed2-98cb50c7e59e x-compute-request-id: req-fa3f9dd9-08a9-4b7a-9ed2-98cb50c7e59e Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:50,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-fa3f9dd9-08a9-4b7a-9ed2-98cb50c7e59e 2018-11-05 22:14:50,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:51,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-d28aa5cc-8b87-4756-82fa-70fe0ff783b0 x-compute-request-id: req-d28aa5cc-8b87-4756-82fa-70fe0ff783b0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:51,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-d28aa5cc-8b87-4756-82fa-70fe0ff783b0 2018-11-05 22:14:51,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:52,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-fa685029-c320-465e-934b-4c73e0c996d4 x-compute-request-id: req-fa685029-c320-465e-934b-4c73e0c996d4 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:52,532 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-fa685029-c320-465e-934b-4c73e0c996d4 2018-11-05 22:14:52,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:53,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-0254ba16-58ba-42c8-99fa-a36a3c8d3d32 x-compute-request-id: req-0254ba16-58ba-42c8-99fa-a36a3c8d3d32 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:53,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-0254ba16-58ba-42c8-99fa-a36a3c8d3d32 2018-11-05 22:14:53,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:54,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-c73a5f3e-6a44-4645-b6fc-5220261fcc27 x-compute-request-id: req-c73a5f3e-6a44-4645-b6fc-5220261fcc27 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:54,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-c73a5f3e-6a44-4645-b6fc-5220261fcc27 2018-11-05 22:14:54,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:54,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2be15f3-165f-41cd-a7ca-2990d3ba7781 x-compute-request-id: req-c2be15f3-165f-41cd-a7ca-2990d3ba7781 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:54,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-c2be15f3-165f-41cd-a7ca-2990d3ba7781 2018-11-05 22:14:54,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:55,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67b3ad4d-ce3a-44ee-87fa-2d67e3dcd8d7 x-compute-request-id: req-67b3ad4d-ce3a-44ee-87fa-2d67e3dcd8d7 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:55,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-67b3ad4d-ce3a-44ee-87fa-2d67e3dcd8d7 2018-11-05 22:14:55,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:56,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-067faba6-ef7e-4ca8-9ddd-3287e5474570 x-compute-request-id: req-067faba6-ef7e-4ca8-9ddd-3287e5474570 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:56,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-067faba6-ef7e-4ca8-9ddd-3287e5474570 2018-11-05 22:14:56,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:57,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd6aaed3-e5b0-46be-927e-18a45e8034ea x-compute-request-id: req-bd6aaed3-e5b0-46be-927e-18a45e8034ea Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:57,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-bd6aaed3-e5b0-46be-927e-18a45e8034ea 2018-11-05 22:14:57,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:58,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-f150b075-1ff7-4a91-b284-927685d2ec4b x-compute-request-id: req-f150b075-1ff7-4a91-b284-927685d2ec4b Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:58,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-f150b075-1ff7-4a91-b284-927685d2ec4b 2018-11-05 22:14:58,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:14:59,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-0693696b-1129-4408-aa07-52f9185c35e0 x-compute-request-id: req-0693696b-1129-4408-aa07-52f9185c35e0 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:14:59,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-0693696b-1129-4408-aa07-52f9185c35e0 2018-11-05 22:14:59,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:14:59,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-713dfce5-2ee9-4de4-8b3f-b9d9edc41199 x-compute-request-id: req-713dfce5-2ee9-4de4-8b3f-b9d9edc41199 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:14:59,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-713dfce5-2ee9-4de4-8b3f-b9d9edc41199 2018-11-05 22:14:59,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:00,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:14: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-901ab501-f869-47ea-a84c-d3bf71f8d6dd x-compute-request-id: req-901ab501-f869-47ea-a84c-d3bf71f8d6dd Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:15:00,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-901ab501-f869-47ea-a84c-d3bf71f8d6dd 2018-11-05 22:15:00,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:01,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-19dd75df-469a-4472-929d-410ee50277bb x-compute-request-id: req-19dd75df-469a-4472-929d-410ee50277bb Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:15:01,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-19dd75df-469a-4472-929d-410ee50277bb 2018-11-05 22:15:01,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:02,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa552a24-aa5d-47a9-b97a-e2c45e864ce8 x-compute-request-id: req-fa552a24-aa5d-47a9-b97a-e2c45e864ce8 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:15:02,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-fa552a24-aa5d-47a9-b97a-e2c45e864ce8 2018-11-05 22:15:02,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:02,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-d566e537-e991-4ea9-b122-e922b8592dc9 x-compute-request-id: req-d566e537-e991-4ea9-b122-e922b8592dc9 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:15:02,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-d566e537-e991-4ea9-b122-e922b8592dc9 2018-11-05 22:15:02,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:03,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-3c99d7ac-16cf-4859-8ff3-a4be046ae1ad x-compute-request-id: req-3c99d7ac-16cf-4859-8ff3-a4be046ae1ad Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:15:03,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-3c99d7ac-16cf-4859-8ff3-a4be046ae1ad 2018-11-05 22:15:03,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:04,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-2c57f20a-86b6-48ed-b1f4-80b0d3b5d1d5 x-compute-request-id: req-2c57f20a-86b6-48ed-b1f4-80b0d3b5d1d5 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:15:04,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-2c57f20a-86b6-48ed-b1f4-80b0d3b5d1d5 2018-11-05 22:15:04,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:05,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-0932e3ed-c37b-4a7c-9c6c-9512b18716ef x-compute-request-id: req-0932e3ed-c37b-4a7c-9c6c-9512b18716ef Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:15:05,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-0932e3ed-c37b-4a7c-9c6c-9512b18716ef 2018-11-05 22:15:05,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:05,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-df0064a6-747c-4cc3-a98d-cf0d23a54997 x-compute-request-id: req-df0064a6-747c-4cc3-a98d-cf0d23a54997 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:15:05,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-df0064a6-747c-4cc3-a98d-cf0d23a54997 2018-11-05 22:15:05,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:06,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-c8f20bc3-4b55-4542-9846-3d6cb4ac53f9 x-compute-request-id: req-c8f20bc3-4b55-4542-9846-3d6cb4ac53f9 Content-Encoding: gzip Content-Length: 7682 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-05 22:15:06,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-c8f20bc3-4b55-4542-9846-3d6cb4ac53f9 2018-11-05 22:15:06,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:07,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-c73bc294-dcad-4104-9e96-c27ed65933d4 x-compute-request-id: req-c73bc294-dcad-4104-9e96-c27ed65933d4 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "security_groups": [{"name": "default"}], "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:14:05Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:15:07,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-c73bc294-dcad-4104-9e96-c27ed65933d4 2018-11-05 22:15:07,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:08,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0641603-1694-4a34-ab27-7b15a96a2a08 x-compute-request-id: req-a0641603-1694-4a34-ab27-7b15a96a2a08 Content-Encoding: gzip Content-Length: 7816 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor\n[ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149704] pid_max: default: 32768 minimum: 301\n[ 0.150569] ACPI: Core revision 20150930\n[ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153189] Security Framework initialized\n[ 0.153977] Yama: becoming mindful.\n[ 0.154687] AppArmor: AppArmor initialized\n[ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160445] Initializing cgroup subsys io\n[ 0.161226] Initializing cgroup subsys memory\n[ 0.162059] Initializing cgroup subsys devices\n[ 0.162900] Initializing cgroup subsys freezer\n[ 0.163752] Initializing cgroup subsys net_cls\n[ 0.164592] Initializing cgroup subsys perf_event\n[ 0.165469] Initializing cgroup subsys net_prio\n[ 0.166321] Initializing cgroup subsys hugetlb\n[ 0.167160] Initializing cgroup subsys pids\n[ 0.168027] CPU: Physical Processor ID: 0\n[ 0.169506] mce: CPU supports 10 MCE banks\n[ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188354] ftrace: allocating 31920 entries in 125 pages\n[ 0.214720] smpboot: Max logical packages: 1\n[ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216869] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224112] KVM setup paravirtual spinlock\n[ 0.225425] x86: Booted up 1 node, 1 CPUs\n[ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227543] devtmpfs: initialized\n[ 0.229224] evm: security.selinux\n[ 0.229928] evm: security.SMACK64\n[ 0.230620] evm: security.SMACK64EXEC\n[ 0.231343] evm: security.SMACK64TRANSMUTE\n[ 0.232124] evm: security.SMACK64MMAP\n[ 0.232849] evm: security.ima\n[ 0.233481] evm: security.capability\n[ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236055] pinctrl core: initialized pinctrl subsystem\n[ 0.237118] RTC time: 22:14:04, date: 11/05/18\n[ 0.238054] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239792] cpuidle: using governor menu\n[ 0.240553] PCCT header not found.\n[ 0.241276] ACPI: bus type PCI registered\n[ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243252] PCI: Using configuration type 1 for base access\n[ 0.244973] ACPI: Added _OSI(Module Device)\n[ 0.245787] ACPI: Added _OSI(Processor Device)\n[ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249551] ACPI: Interpreter enabled\n[ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257415] ACPI: (supports S0 S5)\n[ 0.258100] ACPI: Using IOAPIC for interrupt routing\n[ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267761] acpiphp: Slot [3] registered\n[ 0.268538] acpiphp: Slot [4] registered\n[ 0.269313] acpiphp: Slot [5] registered\n[ 0.270091] acpiphp: Slot [6] registered\n[ 0.270871] acpiphp: Slot [7] registered\n[ 0.271649] acpiphp: Slot [8] registered\n[ 0.272421] acpiphp: Slot [9] registered\n[ 0.273189] acpiphp: Slot [10] registered\n[ 0.273974] acpiphp: Slot [11] registered\n[ 0.274768] acpiphp: Slot [12] registered\n[ 0.275564] acpiphp: Slot [13] registered\n[ 0.276353] acpiphp: Slot [14] registered\n[ 0.277134] acpiphp: Slot [15] registered\n[ 0.288040] acpiphp: Slot [16] registered\n[ 0.288833] acpiphp: Slot [17] registered\n[ 0.289637] acpiphp: Slot [18] registered\n[ 0.290442] acpiphp: Slot [19] registered\n[ 0.291226] acpiphp: Slot [20] registered\n[ 0.292014] acpiphp: Slot [21] registered\n[ 0.292804] acpiphp: Slot [22] registered\n[ 0.293588] acpiphp: Slot [23] registered\n[ 0.294376] acpiphp: Slot [24] registered\n[ 0.295160] acpiphp: Slot [25] registered\n[ 0.295948] acpiphp: Slot [26] registered\n[ 0.296732] acpiphp: Slot [27] registered\n[ 0.297522] acpiphp: Slot [28] registered\n[ 0.298311] acpiphp: Slot [29] registered\n[ 0.299093] acpiphp: Slot [30] registered\n[ 0.299884] acpiphp: Slot [31] registered\n[ 0.300669] PCI host bridge to bus 0000:00\n[ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379997] vgaarb: loaded\n[ 0.380593] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381726] SCSI subsystem initialized\n[ 0.382540] ACPI: bus type USB registered\n[ 0.383337] usbcore: registered new interface driver usbfs\n[ 0.384346] usbcore: registered new interface driver hub\n[ 0.385327] usbcore: registered new device driver usb\n[ 0.386365] PCI: Using ACPI for IRQ routing\n[ 0.387582] NetLabel: Initializing\n[ 0.388476] NetLabel: domain hash size = 128\n[ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390671] NetLabel: unlabeled traffic allowed by default\n[ 0.392009] clocksource: Switched to clocksource kvm-clock\n[ 0.397652] AppArmor: AppArmor Filesystem Enabled\n[ 0.398834] pnp: PnP ACPI init\n[ 0.399904] pnp: PnP ACPI: found 5 devices\n[ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407935] NET: Registered protocol family 2\n[ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411295] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446483] Trying to unpack rootfs image as initramfs...\n[ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.510810] Scanning for low memory corruption every 60 seconds\n[ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513220] audit: initializing netlink subsys (disabled)\n[ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized\n[ 0.515491] Initialise system trusted keyring\n[ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519518] zbud: loaded\n[ 0.520222] VFS: Disk quotas dquot_6.6.0\n[ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522495] fuse init (API version 7.23)\n[ 0.523360] Key type big_key registered\n[ 0.524153] Allocating IMA MOK and blacklist keyrings.\n[ 0.525245] Key type asymmetric registered\n[ 0.526049] Asymmetric key parser 'x509' registered\n[ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528426] io scheduler noop registered\n[ 0.529200] io scheduler deadline registered (default)\n[ 0.530182] io scheduler cfq registered\n[ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534683] ACPI: Power Button [PWRF]\n[ 0.535501] GHES: HEST is not enabled!\n[ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605794] Linux agpgart interface v0.103\n[ 0.608238] brd: module loaded\n[ 0.609419] loop: module loaded\n[ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619857] GPT:90111 != 20971519\n[ 0.620839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622416] GPT:90111 != 20971519\n[ 0.623364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624943] vda: vda1 vda15\n[ 0.626822] scsi host0: ata_piix\n[ 0.628239] scsi host1: ata_piix\n[ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633298] libphy: Fixed MDIO Bus: probed\n[ 0.634508] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635929] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638787] PPP generic driver version 2.4.2\n[ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640952] ehci-pci: EHCI PCI platform driver\n[ 0.641801] ehci-platform: EHCI generic platform driver\n[ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643838] ohci-pci: OHCI PCI platform driver\n[ 0.644687] ohci-platform: OHCI generic platform driver\n[ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667361] usb usb1: Product: UHCI Host Controller\n[ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670415] hub 1-0:1.0: USB hub found\n[ 0.671170] hub 1-0:1.0: 2 ports detected\n[ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676079] mousedev: PS/2 mouse device common for all mice\n[ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679120] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682506] i2c /dev entries driver\n[ 0.683245] device-mapper: uevent: version 1.0.3\n[ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687025] NET: Registered protocol family 10\n[ 0.688037] NET: Registered protocol family 17\n[ 0.688895] Key type dns_resolver registered\n[ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692602] registered taskstats version 1\n[ 0.693420] Loading compiled-in X.509 certificates\n[ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696639] zswap: loaded using pool lzo/zbud\n[ 0.698520] Key type trusted registered\n[ 0.700092] Key type encrypted registered\n[ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702891] evm: HMAC attrs: 0x1\n[ 0.703816] Magic number: 10:907:248\n[ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045)\n[ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707307] EDD information not available.\n[ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790590] Write protecting the kernel read-only data: 14336k\n[ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.846219] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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 discover...\nSending select for 10.55.0.6...\nLease of 10.55.0.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-11-05 22:15:08,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd/action used request id req-a0641603-1694-4a34-ab27-7b15a96a2a08 2018-11-05 22:15:08,190 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-05 22:15:08,193 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508592838 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.148094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.149704] pid_max: default: 32768 minimum: 301 [ 0.150569] ACPI: Core revision 20150930 [ 0.151924] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153189] Security Framework initialized [ 0.153977] Yama: becoming mindful. [ 0.154687] AppArmor: AppArmor initialized [ 0.155521] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157970] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159112] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160445] Initializing cgroup subsys io [ 0.161226] Initializing cgroup subsys memory [ 0.162059] Initializing cgroup subsys devices [ 0.162900] Initializing cgroup subsys freezer [ 0.163752] Initializing cgroup subsys net_cls [ 0.164592] Initializing cgroup subsys perf_event [ 0.165469] Initializing cgroup subsys net_prio [ 0.166321] Initializing cgroup subsys hugetlb [ 0.167160] Initializing cgroup subsys pids [ 0.168027] CPU: Physical Processor ID: 0 [ 0.169506] mce: CPU supports 10 MCE banks [ 0.170326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171294] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188354] ftrace: allocating 31920 entries in 125 pages [ 0.214720] smpboot: Max logical packages: 1 [ 0.215564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216869] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224112] KVM setup paravirtual spinlock [ 0.225425] x86: Booted up 1 node, 1 CPUs [ 0.226199] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227543] devtmpfs: initialized [ 0.229224] evm: security.selinux [ 0.229928] evm: security.SMACK64 [ 0.230620] evm: security.SMACK64EXEC [ 0.231343] evm: security.SMACK64TRANSMUTE [ 0.232124] evm: security.SMACK64MMAP [ 0.232849] evm: security.ima [ 0.233481] evm: security.capability [ 0.234266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236055] pinctrl core: initialized pinctrl subsystem [ 0.237118] RTC time: 22:14:04, date: 11/05/18 [ 0.238054] NET: Registered protocol family 16 [ 0.239001] cpuidle: using governor ladder [ 0.239792] cpuidle: using governor menu [ 0.240553] PCCT header not found. [ 0.241276] ACPI: bus type PCI registered [ 0.242053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243252] PCI: Using configuration type 1 for base access [ 0.244973] ACPI: Added _OSI(Module Device) [ 0.245787] ACPI: Added _OSI(Processor Device) [ 0.246625] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249551] ACPI: Interpreter enabled [ 0.250289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257415] ACPI: (supports S0 S5) [ 0.258100] ACPI: Using IOAPIC for interrupt routing [ 0.259012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264455] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267761] acpiphp: Slot [3] registered [ 0.268538] acpiphp: Slot [4] registered [ 0.269313] acpiphp: Slot [5] registered [ 0.270091] acpiphp: Slot [6] registered [ 0.270871] acpiphp: Slot [7] registered [ 0.271649] acpiphp: Slot [8] registered [ 0.272421] acpiphp: Slot [9] registered [ 0.273189] acpiphp: Slot [10] registered [ 0.273974] acpiphp: Slot [11] registered [ 0.274768] acpiphp: Slot [12] registered [ 0.275564] acpiphp: Slot [13] registered [ 0.276353] acpiphp: Slot [14] registered [ 0.277134] acpiphp: Slot [15] registered [ 0.288040] acpiphp: Slot [16] registered [ 0.288833] acpiphp: Slot [17] registered [ 0.289637] acpiphp: Slot [18] registered [ 0.290442] acpiphp: Slot [19] registered [ 0.291226] acpiphp: Slot [20] registered [ 0.292014] acpiphp: Slot [21] registered [ 0.292804] acpiphp: Slot [22] registered [ 0.293588] acpiphp: Slot [23] registered [ 0.294376] acpiphp: Slot [24] registered [ 0.295160] acpiphp: Slot [25] registered [ 0.295948] acpiphp: Slot [26] registered [ 0.296732] acpiphp: Slot [27] registered [ 0.297522] acpiphp: Slot [28] registered [ 0.298311] acpiphp: Slot [29] registered [ 0.299093] acpiphp: Slot [30] registered [ 0.299884] acpiphp: Slot [31] registered [ 0.300669] PCI host bridge to bus 0000:00 [ 0.301457] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.306613] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312646] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369386] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377405] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379997] vgaarb: loaded [ 0.380593] vgaarb: bridge control possible 0000:00:02.0 [ 0.381726] SCSI subsystem initialized [ 0.382540] ACPI: bus type USB registered [ 0.383337] usbcore: registered new interface driver usbfs [ 0.384346] usbcore: registered new interface driver hub [ 0.385327] usbcore: registered new device driver usb [ 0.386365] PCI: Using ACPI for IRQ routing [ 0.387582] NetLabel: Initializing [ 0.388476] NetLabel: domain hash size = 128 [ 0.389520] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390671] NetLabel: unlabeled traffic allowed by default [ 0.392009] clocksource: Switched to clocksource kvm-clock [ 0.397652] AppArmor: AppArmor Filesystem Enabled [ 0.398834] pnp: PnP ACPI init [ 0.399904] pnp: PnP ACPI: found 5 devices [ 0.406147] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407935] NET: Registered protocol family 2 [ 0.408907] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410153] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413502] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432084] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446483] Trying to unpack rootfs image as initramfs... [ 0.496853] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.510810] Scanning for low memory corruption every 60 seconds [ 0.512103] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513220] audit: initializing netlink subsys (disabled) [ 0.514214] audit: type=2000 audit(1541456045.633:1): initialized [ 0.515491] Initialise system trusted keyring [ 0.516406] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519518] zbud: loaded [ 0.520222] VFS: Disk quotas dquot_6.6.0 [ 0.521021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522495] fuse init (API version 7.23) [ 0.523360] Key type big_key registered [ 0.524153] Allocating IMA MOK and blacklist keyrings. [ 0.525245] Key type asymmetric registered [ 0.526049] Asymmetric key parser 'x509' registered [ 0.526986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.528426] io scheduler noop registered [ 0.529200] io scheduler deadline registered (default) [ 0.530182] io scheduler cfq registered [ 0.531006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.533263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534683] ACPI: Power Button [PWRF] [ 0.535501] GHES: HEST is not enabled! [ 0.549191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579649] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.603689] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605794] Linux agpgart interface v0.103 [ 0.608238] brd: module loaded [ 0.609419] loop: module loaded [ 0.617542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619857] GPT:90111 != 20971519 [ 0.620839] GPT:Alternate GPT header not at the end of the disk. [ 0.622416] GPT:90111 != 20971519 [ 0.623364] GPT: Use GNU Parted to correct GPT errors. [ 0.624943] vda: vda1 vda15 [ 0.626822] scsi host0: ata_piix [ 0.628239] scsi host1: ata_piix [ 0.629225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633298] libphy: Fixed MDIO Bus: probed [ 0.634508] tun: Universal TUN/TAP device driver, 1.6 [ 0.635929] tun: (C) 1999-2004 Max Krasnyansky [ 0.638787] PPP generic driver version 2.4.2 [ 0.639780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640952] ehci-pci: EHCI PCI platform driver [ 0.641801] ehci-platform: EHCI generic platform driver [ 0.642755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643838] ohci-pci: OHCI PCI platform driver [ 0.644687] ohci-platform: OHCI generic platform driver [ 0.645647] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660350] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661332] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664809] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667361] usb usb1: Product: UHCI Host Controller [ 0.668266] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670415] hub 1-0:1.0: USB hub found [ 0.671170] hub 1-0:1.0: 2 ports detected [ 0.672064] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676079] mousedev: PS/2 mouse device common for all mice [ 0.677307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679120] rtc_cmos 00:00: RTC can wake from S4 [ 0.680189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681357] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682506] i2c /dev entries driver [ 0.683245] device-mapper: uevent: version 1.0.3 [ 0.684168] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685747] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687025] NET: Registered protocol family 10 [ 0.688037] NET: Registered protocol family 17 [ 0.688895] Key type dns_resolver registered [ 0.689810] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690876] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692602] registered taskstats version 1 [ 0.693420] Loading compiled-in X.509 certificates [ 0.694834] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696639] zswap: loaded using pool lzo/zbud [ 0.698520] Key type trusted registered [ 0.700092] Key type encrypted registered [ 0.700891] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701892] ima: No TPM chip found, activating TPM-bypass! [ 0.702891] evm: HMAC attrs: 0x1 [ 0.703816] Magic number: 10:907:248 [ 0.704680] rtc_cmos 00:00: setting system clock to 2018-11-05 22:14:05 UTC (1541456045) [ 0.706231] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707307] EDD information not available. [ 0.789066] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790590] Write protecting the kernel read-only data: 14336k [ 0.802342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804130] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.846219] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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 discover... Sending select for 10.55.0.6... Lease of 10.55.0.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-11-05 22:15:08,206 - create_instance - INFO - Deleting Port with ID - d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5 2018-11-05 22:15:08,207 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03aport-1 2018-11-05 22:15:08,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:08,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-abc1eb77-45b6-48fe-8c25-832842147d2d Date: Mon, 05 Nov 2018 22:15:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:15:08,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/d4d83b3a-ac8e-45a1-abf3-5b11acd6a7d5 used request id req-abc1eb77-45b6-48fe-8c25-832842147d2d 2018-11-05 22:15:08,719 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst 2018-11-05 22:15:08,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:08,969 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50067751-f296-4f81-a53e-9de4212aec13 x-compute-request-id: req-50067751-f296-4f81-a53e-9de4212aec13 Content-Type: application/json 2018-11-05 22:15:08,969 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-50067751-f296-4f81-a53e-9de4212aec13 2018-11-05 22:15:08,969 - create_instance - INFO - Checking deletion status 2018-11-05 22:15:08,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:09,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-4f258972-be0b-403f-adf7-94440d806abe x-compute-request-id: req-4f258972-be0b-403f-adf7-94440d806abe Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d9:50", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dc055e02-1a11-410a-b403-ebda708a21cd", "rel": "bookmark"}], "image": {"id": "9def8719-9a33-465d-afb0-a1403420fa8e", "links": [{"href": "http://172.30.9.23:8774/images/9def8719-9a33-465d-afb0-a1403420fa8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:14:04.000000", "flavor": {"id": "4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "links": [{"href": "http://172.30.9.23:8774/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf", "rel": "bookmark"}]}, "id": "dc055e02-1a11-410a-b403-ebda708a21cd", "user_id": "bbfd0eb3f9f34a069c35a9bd02ed61a0", "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-11-05T22:15:08Z", "hostId": "f9a835664134ba9813c3c7619b4e779c9145d05cf3662cece3e4f1db", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst", "created": "2018-11-05T22:14:00Z", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 22:15:09,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-4f258972-be0b-403f-adf7-94440d806abe 2018-11-05 22:15:09,068 - create_instance - DEBUG - Instance status [SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst] is - ACTIVE 2018-11-05 22:15:09,069 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-05 22:15:12,072 - create_instance - DEBUG - VM status query timeout in 296.897812128 2018-11-05 22:15:12,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}837a3a39fede3750f7e5959964f6cff5c7356865" 2018-11-05 22:15:12,119 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 05 Nov 2018 22:15:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a50781c-f4d4-44a9-a8a9-3e40a4fdf594 x-compute-request-id: req-9a50781c-f4d4-44a9-a8a9-3e40a4fdf594 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance dc055e02-1a11-410a-b403-ebda708a21cd could not be found.", "code": 404}} 2018-11-05 22:15:12,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dc055e02-1a11-410a-b403-ebda708a21cd used request id req-9a50781c-f4d4-44a9-a8a9-3e40a4fdf594 2018-11-05 22:15:12,119 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance dc055e02-1a11-410a-b403-ebda708a21cd could not be found. (HTTP 404) (Request-ID: req-9a50781c-f4d4-44a9-a8a9-3e40a4fdf594) 2018-11-05 22:15:12,119 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-inst 2018-11-05 22:15:12,120 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet 2018-11-05 22:15:12,121 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-subnet 2018-11-05 22:15:12,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/85cad4af-ea0c-4ee5-a222-b5f48311a0b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:15:14,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b2cdffb-d2d3-4f56-bc5a-231c17f094c5 Date: Mon, 05 Nov 2018 22:15:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:15:14,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/85cad4af-ea0c-4ee5-a222-b5f48311a0b7 used request id req-9b2cdffb-d2d3-4f56-bc5a-231c17f094c5 2018-11-05 22:15:14,607 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-priv-net 2018-11-05 22:15:14,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/5f586934-7673-4659-ab34-4c76e303d3ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06c835c5a55099d65e4177bd458bbbe95ad6244" 2018-11-05 22:15:15,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ca8c9c5-85e9-41ac-b00f-e021a035d4a5 Date: Mon, 05 Nov 2018 22:15:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:15:15,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5f586934-7673-4659-ab34-4c76e303d3ab used request id req-8ca8c9c5-85e9-41ac-b00f-e021a035d4a5 2018-11-05 22:15:15,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c058e98192f87340662c05d30127db15058e6a64" 2018-11-05 22:15:15,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:15: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-04ef4a85-34d5-4e69-ab4b-983fadf767ad x-compute-request-id: req-04ef4a85-34d5-4e69-ab4b-983fadf767ad Content-Length: 0 Content-Type: application/json 2018-11-05 22:15:15,998 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4ee73c66-8af2-4fa4-b772-0ab6fa3f0aaf used request id req-04ef4a85-34d5-4e69-ab4b-983fadf767ad 2018-11-05 22:15:15,999 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-014582e5-ff4a-408e-bb4a-2b7abeb6c03a-image 2018-11-05 22:15:16,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07b783d6230d745db9f1416f2b3ffff5cba02aad" 2018-11-05 22:15:17,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b932133f-3a3e-4abd-8942-24af28a2953b Date: Mon, 05 Nov 2018 22:15:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:15:17,152 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9def8719-9a33-465d-afb0-a1403420fa8e used request id req-b932133f-3a3e-4abd-8942-24af28a2953b 2018-11-05 22:15:17,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:17,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-08eebe30-a08c-4ee0-b727-59a4ec0fdeed Date: Mon, 05 Nov 2018 22:15:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "created_at": "2018-11-05T22:13:50Z", "updated_at": "2018-11-05T22:13:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "revision_number": 0, "id": "00f3e8fa-d75d-4988-9e25-1d8c2dcfae31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "port_range_min": null, "ethertype": "IPv4", "project_id": "442bbb615aa84e15a91ad32a11177ed8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "revision_number": 0, "id": "1fffac0c-09c3-4afb-a9e5-5a71b2e98e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "port_range_min": null, "ethertype": "IPv6", "project_id": "442bbb615aa84e15a91ad32a11177ed8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "revision_number": 0, "id": "47636cd4-f38d-43e4-877d-abaac700dec9", "remote_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "remote_ip_prefix": null, "created_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "port_range_min": null, "ethertype": "IPv6", "project_id": "442bbb615aa84e15a91ad32a11177ed8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "revision_number": 0, "id": "d01d5257-dc86-4577-9943-bd2b4b5b0017", "remote_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "remote_ip_prefix": null, "created_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "port_range_min": null, "ethertype": "IPv4", "project_id": "442bbb615aa84e15a91ad32a11177ed8"}], "revision_number": 4, "project_id": "442bbb615aa84e15a91ad32a11177ed8", "id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "created_at": "2018-11-05T22:15:17Z", "updated_at": "2018-11-05T22:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "17172739-bb1f-4f0e-8cf3-7a39cc4b7079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "9b8363a3-49ac-436a-8624-1ff6ebb25b8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "c4e08833-1044-4113-bc93-9f40008296c9", "remote_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "d0ab64ef-a1ce-4c7d-b357-35226c61c1a1", "remote_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}], "revision_number": 4, "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:15:17,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-08eebe30-a08c-4ee0-b727-59a4ec0fdeed 2018-11-05 22:15:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:17,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e20fafb-e46b-4e3d-93f8-74819c4974cc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8"}, "enabled": true, "id": "442bbb615aa84e15a91ad32a11177ed8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-32b1fd64-a7fa-433-proj"}} 2018-11-05 22:15:17,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-7e20fafb-e46b-4e3d-93f8-74819c4974cc 2018-11-05 22:15:17,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3dbcc382-0b70-4541-b997-f2ee64ddb64d 2018-11-05 22:15:17,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3dbcc382-0b70-4541-b997-f2ee64ddb64d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:17,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f79d6e80-102b-4b06-b70d-8f2758b6a229 Date: Mon, 05 Nov 2018 22:15:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "port_range_min": null, "revision_number": 0, "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "created_at": "2018-11-05T22:13:50Z", "project_id": "442bbb615aa84e15a91ad32a11177ed8", "id": "00f3e8fa-d75d-4988-9e25-1d8c2dcfae31"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "port_range_min": null, "revision_number": 0, "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "created_at": "2018-11-05T22:13:50Z", "project_id": "442bbb615aa84e15a91ad32a11177ed8", "id": "1fffac0c-09c3-4afb-a9e5-5a71b2e98e17"}, {"remote_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "port_range_min": null, "revision_number": 0, "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "created_at": "2018-11-05T22:13:50Z", "project_id": "442bbb615aa84e15a91ad32a11177ed8", "id": "47636cd4-f38d-43e4-877d-abaac700dec9"}, {"remote_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:13:50Z", "security_group_id": "3dbcc382-0b70-4541-b997-f2ee64ddb64d", "port_range_min": null, "revision_number": 0, "tenant_id": "442bbb615aa84e15a91ad32a11177ed8", "created_at": "2018-11-05T22:13:50Z", "project_id": "442bbb615aa84e15a91ad32a11177ed8", "id": "d01d5257-dc86-4577-9943-bd2b4b5b0017"}]} 2018-11-05 22:15:17,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3dbcc382-0b70-4541-b997-f2ee64ddb64d used request id req-f79d6e80-102b-4b06-b70d-8f2758b6a229 2018-11-05 22:15:17,917 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:15:17,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/3dbcc382-0b70-4541-b997-f2ee64ddb64d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:18,284 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9489e60b-a420-42a6-9e28-7adcf3e877c2 Content-Length: 0 Date: Mon, 05 Nov 2018 22:15:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:15:18,284 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3dbcc382-0b70-4541-b997-f2ee64ddb64d used request id req-9489e60b-a420-42a6-9e28-7adcf3e877c2 2018-11-05 22:15:18,284 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-32b1fd64-a7fa-433-proj 2018-11-05 22:15:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:18,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ef278b8-6821-4ec1-a458-41d639f71d21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:18,597 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/442bbb615aa84e15a91ad32a11177ed8 used request id req-4ef278b8-6821-4ec1-a458-41d639f71d21 2018-11-05 22:15:18,597 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-32b1fd64-a7fa-433-proj-role 2018-11-05 22:15:18,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/bff67668a5e041ef97a1535e09666b54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:18,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff07fd53-b908-4535-8e2b-d6f4a21ea20e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:18,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/bff67668a5e041ef97a1535e09666b54 used request id req-ff07fd53-b908-4535-8e2b-d6f4a21ea20e 2018-11-05 22:15:18,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2a654cb46987ce92416b0e71913549ce9f6586" 2018-11-05 22:15:18,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9bda1cf-94ee-4968-a46c-42707302347c Content-Encoding: gzip Content-Length: 347 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": "5bea1312bd6b4299a568c85b0e8da363", "links": {"self": "http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:15:18,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9bda1cf-94ee-4968-a46c-42707302347c 2018-11-05 22:15:18,852 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-32b1fd64-a7fa-433-user 2018-11-05 22:15:18,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/bbfd0eb3f9f34a069c35a9bd02ed61a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec527d3950398f13c772f18443dcd59d01a01a1" 2018-11-05 22:15:19,017 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa41c635-a928-414a-92fe-9ab8778412cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:19,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/bbfd0eb3f9f34a069c35a9bd02ed61a0 used request id req-fa41c635-a928-414a-92fe-9ab8778412cb 2018-11-05 22:15:19,019 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 94.769s OK 2018-11-05 22:15:19,165 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:15:19,165 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-05 22:15:19,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:15:19,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:19,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0277842b-8389-4952-8375-882fecd7d60e Content-Encoding: gzip Content-Length: 347 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": "5bea1312bd6b4299a568c85b0e8da363", "links": {"self": "http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:15:19,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0277842b-8389-4952-8375-882fecd7d60e 2018-11-05 22:15:19,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815870761871s 2018-11-05 22:15:19,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:15:19,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:19,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28bfd8f7-ed4e-4fe9-af8a-13895935e78e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:19,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5bea1312bd6b4299a568c85b0e8da363 used request id req-28bfd8f7-ed4e-4fe9-af8a-13895935e78e 2018-11-05 22:15:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.130141019821s 2018-11-05 22:15:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:15:19,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:19,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cde08c9-0032-4f21-897e-312df686988f Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0", "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "domain_id": "default", "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:15:19,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8cde08c9-0032-4f21-897e-312df686988f 2018-11-05 22:15:19,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0903141498566s 2018-11-05 22:15:19,476 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8cde08c9-0032-4f21-897e-312df686988f 2018-11-05 22:15:19,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:15:19,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:19,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c982e81-73e8-48c4-b226-e5a41058eeb9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5"}, "enabled": true, "id": "fc4bec3ffbfe421c8d81cf4308c4c9d5", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}} 2018-11-05 22:15:19,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 used request id req-5c982e81-73e8-48c4-b226-e5a41058eeb9 2018-11-05 22:15:19,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.092668056488s 2018-11-05 22:15:19,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 used request id req-5c982e81-73e8-48c4-b226-e5a41058eeb9 2018-11-05 22:15:19,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:15:19,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:19,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b244f27d-30c3-4ed8-b5e1-e0d1f3ea1f22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:19,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 used request id req-b244f27d-30c3-4ed8-b5e1-e0d1f3ea1f22 2018-11-05 22:15:19,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.269315958023s 2018-11-05 22:15:19,845 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fc4bec3ffbfe421c8d81cf4308c4c9d5 used request id req-b244f27d-30c3-4ed8-b5e1-e0d1f3ea1f22 2018-11-05 22:15:19,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:15:19,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:19,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae3d4fd-fe76-4fd0-8676-b7d87774acf2 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": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74"}, "enabled": true, "id": "0b790b1ec02b4183bcd159d4a7d3ca74", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_659d9a7b-5f99-4272-be03-0a9b40b4fac0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:15:19,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-fae3d4fd-fe76-4fd0-8676-b7d87774acf2 2018-11-05 22:15:19,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778381824493s 2018-11-05 22:15:19,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-fae3d4fd-fe76-4fd0-8676-b7d87774acf2 2018-11-05 22:15:19,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:15:19,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:20,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4650c8d7-cd40-4415-b5cc-92079dad3915 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:20,081 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74 used request id req-4650c8d7-cd40-4415-b5cc-92079dad3915 2018-11-05 22:15:20,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155360937119s 2018-11-05 22:15:20,081 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0b790b1ec02b4183bcd159d4a7d3ca74 used request id req-4650c8d7-cd40-4415-b5cc-92079dad3915 2018-11-05 22:15:20,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:15:20,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:20,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ce55a0c-7387-4c01-a984-5259a48b0f6b Content-Encoding: gzip Content-Length: 317 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f38b415bb25e42b1879f2d16c93f1fed", "links": {"self": "http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed"}, "name": "Member"}]} 2018-11-05 22:15:20,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7ce55a0c-7387-4c01-a984-5259a48b0f6b 2018-11-05 22:15:20,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793318748474s 2018-11-05 22:15:20,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:15:20,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:20,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-923f2903-f8f4-4a11-99cb-1dc1e8a6e475 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:20,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f38b415bb25e42b1879f2d16c93f1fed used request id req-923f2903-f8f4-4a11-99cb-1dc1e8a6e475 2018-11-05 22:15:20,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.162668943405s 2018-11-05 22:15:20,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:15:20,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=0b790b1ec02b4183bcd159d4a7d3ca74&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:20,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-a2b556dc-435e-4f95-a391-b30267a5f2b4 Date: Mon, 05 Nov 2018 22:15:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "created_at": "2018-11-05T22:15:17Z", "updated_at": "2018-11-05T22:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "17172739-bb1f-4f0e-8cf3-7a39cc4b7079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "9b8363a3-49ac-436a-8624-1ff6ebb25b8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "c4e08833-1044-4113-bc93-9f40008296c9", "remote_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "d0ab64ef-a1ce-4c7d-b357-35226c61c1a1", "remote_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}], "revision_number": 4, "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "name": "default"}]} 2018-11-05 22:15:20,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=0b790b1ec02b4183bcd159d4a7d3ca74&name=default used request id req-a2b556dc-435e-4f95-a391-b30267a5f2b4 2018-11-05 22:15:20,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.175574064255s 2018-11-05 22:15:20,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=0b790b1ec02b4183bcd159d4a7d3ca74&name=default used request id req-a2b556dc-435e-4f95-a391-b30267a5f2b4 2018-11-05 22:15:20,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:15:20,508 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:20,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e6b7202d-4f6c-4df3-b73f-1167cebd6898 Date: Mon, 05 Nov 2018 22:15:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "created_at": "2018-11-05T22:15:17Z", "updated_at": "2018-11-05T22:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "17172739-bb1f-4f0e-8cf3-7a39cc4b7079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "c4e08833-1044-4113-bc93-9f40008296c9", "remote_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "9b8363a3-49ac-436a-8624-1ff6ebb25b8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:17Z", "revision_number": 0, "id": "d0ab64ef-a1ce-4c7d-b357-35226c61c1a1", "remote_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:17Z", "security_group_id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "tenant_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74"}], "revision_number": 4, "project_id": "0b790b1ec02b4183bcd159d4a7d3ca74", "id": "6f84a1cd-7b94-400f-90cb-739fa9368d70", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:15:20,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e6b7202d-4f6c-4df3-b73f-1167cebd6898 2018-11-05 22:15:20,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20268201828s 2018-11-05 22:15:20,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e6b7202d-4f6c-4df3-b73f-1167cebd6898 2018-11-05 22:15:20,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-05 22:15:20,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/6f84a1cd-7b94-400f-90cb-739fa9368d70.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79f338a25d109e31f7f41b225799f97bc1a5e04" 2018-11-05 22:15:21,041 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d2b83f5-5972-4f91-b7a1-93a4947a8d93 Content-Length: 0 Date: Mon, 05 Nov 2018 22:15:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:15:21,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/6f84a1cd-7b94-400f-90cb-739fa9368d70.json used request id req-2d2b83f5-5972-4f91-b7a1-93a4947a8d93 2018-11-05 22:15:21,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.326331138611s 2018-11-05 22:15:21,042 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/6f84a1cd-7b94-400f-90cb-739fa9368d70.json used request id req-2d2b83f5-5972-4f91-b7a1-93a4947a8d93 2018-11-05 22:15:21,042 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:55 | PASS | | snaps_health_check | functest | healthcheck | 01:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-05 22:15:21,047 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-05 22:15:24,780 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-308 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-05 22:15:24,783 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=A4mUPKed4MwpDjvXWXXCXwUJW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-11-05 22:15:24,783 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-05 22:15:24,784 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-11-05 22:15:24,806 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-05 22:15:25,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:15:25,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:15:25,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:15:25,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:15:25,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:15:25,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:15:25,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:15:25,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:15:25,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:15:25,759 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:15:25,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c2c5d3-c578-4e94-adbb-c4363b52f803 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:15:25,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d7c2c5d3-c578-4e94-adbb-c4363b52f803 2018-11-05 22:15:25,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:15:26,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:15:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["ajia3ejTQ8eXe6KyrtCLHQ"], "issued_at": "2018-11-05T22:15:26.000000Z"}} 2018-11-05 22:15:26,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:15:26,145 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:26,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-049eae24-d032-4963-a7c1-3301558fc5f8 Date: Mon, 05 Nov 2018 22:15:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:15:26,379 - 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-049eae24-d032-4963-a7c1-3301558fc5f8 2018-11-05 22:15:26,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235128164291s 2018-11-05 22:15:26,380 - 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-049eae24-d032-4963-a7c1-3301558fc5f8 2018-11-05 22:15:26,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:15:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:26,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:15:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:15:26,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ae8715-eec4-4958-ac73-53c40f4cb42d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:15:26,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-a1ae8715-eec4-4958-ac73-53c40f4cb42d 2018-11-05 22:15:26,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.317306995392s 2018-11-05 22:15:26,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:15:26,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25"}}' 2018-11-05 22:15:26,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:15:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9365034-d0ae-4289-afa2-c73e5d6b1d91 Content-Length: 352 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/60ca41dce7744371b8cbc9cb6f09f1b0"}, "enabled": true, "id": "60ca41dce7744371b8cbc9cb6f09f1b0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25"}} 2018-11-05 22:15:26,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e9365034-d0ae-4289-afa2-c73e5d6b1d91 2018-11-05 22:15:26,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.151824951172s 2018-11-05 22:15:26,856 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e9365034-d0ae-4289-afa2-c73e5d6b1d91 2018-11-05 22:15:26,857 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:15:26,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:15:27,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.400707960129s 2018-11-05 22:15:27,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b746ec6-670c-4708-b2f5-59dfa4e0c0df Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116"}, "enabled": true, "id": "0ee707f3367c45448cce2b13fd527116", "options": {}, "domain_id": "default", "name": "vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25"}} 2018-11-05 22:15:27,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 used request id req-8b746ec6-670c-4708-b2f5-59dfa4e0c0df 2018-11-05 22:15:27,353 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0ee707f3367c45448cce2b13fd527116', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25'}) 2018-11-05 22:15:27,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:15:27,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14669512-0b7a-4d63-b84e-cb29a2ef1742 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:15:27,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-14669512-0b7a-4d63-b84e-cb29a2ef1742 2018-11-05 22:15:27,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818150043488s 2018-11-05 22:15:27,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:15:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-709301cb-5736-4d1c-9df8-b10c96f86374 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:15:27,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-709301cb-5736-4d1c-9df8-b10c96f86374 2018-11-05 22:15:27,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796270370483s 2018-11-05 22:15:27,518 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:15:27,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:15:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" -d '{"role": {"name": "Member"}}' 2018-11-05 22:15:27,612 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe0e42bd-6230-4b7e-8c54-aac88341036b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c8bd6a39b919455ea905f6349b6e6837", "links": {"self": "http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837"}, "name": "Member"}} 2018-11-05 22:15:27,612 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-fe0e42bd-6230-4b7e-8c54-aac88341036b 2018-11-05 22:15:27,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0931749343872s 2018-11-05 22:15:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-394d33df-209f-45d5-9c3c-a69ebb6e689d Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837"}, "domain_id": null, "name": "Member", "id": "c8bd6a39b919455ea905f6349b6e6837"}} 2018-11-05 22:15:27,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837 used request id req-394d33df-209f-45d5-9c3c-a69ebb6e689d 2018-11-05 22:15:27,628 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837'}, 'domain_id': None, 'human_id': None, 'id': u'c8bd6a39b919455ea905f6349b6e6837', 'HUMAN_ID': False}) 2018-11-05 22:15:27,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:15:27,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35284de5-6e34-4031-90a5-6dd90323f7f8 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c8bd6a39b919455ea905f6349b6e6837", "links": {"self": "http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:15:27,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-35284de5-6e34-4031-90a5-6dd90323f7f8 2018-11-05 22:15:27,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753140449524s 2018-11-05 22:15:27,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:15:27,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f91e4e-666c-4531-a53a-cb83ea61c080 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:15:27,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-33f91e4e-666c-4531-a53a-cb83ea61c080 2018-11-05 22:15:27,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0803301334381s 2018-11-05 22:15:27,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:15:27,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23bfc225-63e6-4b72-9650-af5c1c5150af Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25", "links": {"self": "http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116"}, "domain_id": "default", "enabled": true, "id": "0ee707f3367c45448cce2b13fd527116", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:15:27,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-23bfc225-63e6-4b72-9650-af5c1c5150af 2018-11-05 22:15:27,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100506067276s 2018-11-05 22:15:27,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-23bfc225-63e6-4b72-9650-af5c1c5150af 2018-11-05 22:15:27,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:15:27,894 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:27,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3978fff9-a9a8-45f8-8d6d-be7f4c811d15 Content-Encoding: gzip Content-Length: 392 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "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/60ca41dce7744371b8cbc9cb6f09f1b0"}, "enabled": true, "id": "60ca41dce7744371b8cbc9cb6f09f1b0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:15:27,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3978fff9-a9a8-45f8-8d6d-be7f4c811d15 2018-11-05 22:15:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0735950469971s 2018-11-05 22:15:27,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3978fff9-a9a8-45f8-8d6d-be7f4c811d15 2018-11-05 22:15:27,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:15:27,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=0ee707f3367c45448cce2b13fd527116&scope.project.id=60ca41dce7744371b8cbc9cb6f09f1b0&role.id=c8bd6a39b919455ea905f6349b6e6837 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:28,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a690e6-beec-4a43-ae81-c7f343a1d021 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=0ee707f3367c45448cce2b13fd527116&scope.project.id=60ca41dce7744371b8cbc9cb6f09f1b0&role.id=c8bd6a39b919455ea905f6349b6e6837", "previous": null, "next": null}} 2018-11-05 22:15:28,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=0ee707f3367c45448cce2b13fd527116&scope.project.id=60ca41dce7744371b8cbc9cb6f09f1b0&role.id=c8bd6a39b919455ea905f6349b6e6837 used request id req-a5a690e6-beec-4a43-ae81-c7f343a1d021 2018-11-05 22:15:28,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829200744629s 2018-11-05 22:15:28,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:15:28,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/60ca41dce7744371b8cbc9cb6f09f1b0/users/0ee707f3367c45448cce2b13fd527116/roles/c8bd6a39b919455ea905f6349b6e6837 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:28,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:15:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f235030-2e08-4668-b53d-fe1724b242b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:15:28,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/60ca41dce7744371b8cbc9cb6f09f1b0/users/0ee707f3367c45448cce2b13fd527116/roles/c8bd6a39b919455ea905f6349b6e6837 used request id req-8f235030-2e08-4668-b53d-fe1724b242b0 2018-11-05 22:15:28,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119956970215s 2018-11-05 22:15:28,175 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'e13b6d74-e8d5-43a1-80b1-7e2a015d9191', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', '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-11-05 22:15:28,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:15:28,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:15:28,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:15:28,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:15:28,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:15:28,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:15:28,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:15:28,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:15:28,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:15:28,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:15:28,181 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'password': 'e13b6d74-e8d5-43a1-80b1-7e2a015d9191', 'project_name': 'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '60ca41dce7744371b8cbc9cb6f09f1b0', 'project_domain_name': 'Default'} 2018-11-05 22:15:28,181 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-05 22:15:28,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:15:28,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:28,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-524d8a52-1639-495f-8954-2a4214edf38a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:15:28,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-524d8a52-1639-495f-8954-2a4214edf38a 2018-11-05 22:15:28,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0739898681641s 2018-11-05 22:15:28,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:15:28,258 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:15:28,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7dfc26-6c23-47b5-8729-38eb11021afc Content-Encoding: gzip Content-Length: 392 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "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/60ca41dce7744371b8cbc9cb6f09f1b0"}, "enabled": true, "id": "60ca41dce7744371b8cbc9cb6f09f1b0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:15:28,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5b7dfc26-6c23-47b5-8729-38eb11021afc 2018-11-05 22:15:28,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0920190811157s 2018-11-05 22:15:28,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5b7dfc26-6c23-47b5-8729-38eb11021afc 2018-11-05 22:15:28,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-05 22:15:28,353 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" -d '{"network": {"tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "name": "vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25", "admin_state_up": true}}' 2018-11-05 22:15:28,899 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e2731b47-ce0e-4cdc-b1e7-525d039e03f1 Date: Mon, 05 Nov 2018 22:15:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:15:28Z","is_default":false,"provider:segmentation_id":36,"name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25","admin_state_up":true,"tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","mtu":1450}} 2018-11-05 22:15:28,899 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e2731b47-ce0e-4cdc-b1e7-525d039e03f1 2018-11-05 22:15:28,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.546480894089s 2018-11-05 22:15:28,900 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e2731b47-ce0e-4cdc-b1e7-525d039e03f1 2018-11-05 22:15:28,900 - 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-11-05T22:15:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4a305e07-84df-45ba-8060-8cc326cfea3e', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25', u'admin_state_up': True, u'tenant_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', u'created_at': u'2018-11-05T22:15:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0'}) 2018-11-05 22:15:28,901 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:15:28,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-847b28de-0a18-4032-a656-11df6768a338 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:15:28,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-847b28de-0a18-4032-a656-11df6768a338 2018-11-05 22:15:28,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:15:29,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8bd6a39b919455ea905f6349b6e6837", "name": "Member"}], "expires_at": "2018-11-05T23:15:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60ca41dce7744371b8cbc9cb6f09f1b0", "name": "vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/60ca41dce7744371b8cbc9cb6f09f1b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25", "id": "0ee707f3367c45448cce2b13fd527116"}, "audit_ids": ["h26wHL7DT9iVHcqjISxiZQ"], "issued_at": "2018-11-05T22:15:29.000000Z"}} 2018-11-05 22:15:29,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:15:29,286 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:29,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-c5948555-c2a7-46c2-a49f-7ec3bbf2028a Date: Mon, 05 Nov 2018 22:15:29 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-11-05T22:15:28Z","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"}]} 2018-11-05 22:15:29,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c5948555-c2a7-46c2-a49f-7ec3bbf2028a 2018-11-05 22:15:29,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246804952621s 2018-11-05 22:15:29,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c5948555-c2a7-46c2-a49f-7ec3bbf2028a 2018-11-05 22:15:29,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-05 22:15:29,534 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"subnet": {"name": "vping_ssh-subnet_e749d596-77ad-4367-bdf6-cbb42eb03a25", "enable_dhcp": true, "network_id": "4a305e07-84df-45ba-8060-8cc326cfea3e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-05 22:15:30,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-13c65754-84e7-43a0-9ea5-8b1471ef8bfc Date: Mon, 05 Nov 2018 22:15:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a305e07-84df-45ba-8060-8cc326cfea3e","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:15:29Z","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":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"425f01a3-a65d-44d9-9041-10b46b325b30","subnetpool_id":null,"name":"vping_ssh-subnet_e749d596-77ad-4367-bdf6-cbb42eb03a25"}} 2018-11-05 22:15:30,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-13c65754-84e7-43a0-9ea5-8b1471ef8bfc 2018-11-05 22:15:30,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.717076063156s 2018-11-05 22:15:30,251 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-13c65754-84e7-43a0-9ea5-8b1471ef8bfc 2018-11-05 22:15:30,252 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-05T22:15:29Z', 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'425f01a3-a65d-44d9-9041-10b46b325b30', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_e749d596-77ad-4367-bdf6-cbb42eb03a25', u'enable_dhcp': True, u'network_id': u'4a305e07-84df-45ba-8060-8cc326cfea3e', u'tenant_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', u'created_at': u'2018-11-05T22:15:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0'}) 2018-11-05 22:15:30,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-05 22:15:30,253 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "vping_ssh-router_e749d596-77ad-4367-bdf6-cbb42eb03a25", "admin_state_up": true}}' 2018-11-05 22:15:31,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-a8301491-bca1-430b-af96-7356830a7879 Date: Mon, 05 Nov 2018 22:15:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:30Z", "admin_state_up": true, "updated_at": "2018-11-05T22:15:31Z", "revision_number": 2, "routes": [], "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "7c36aeee-2f30-4336-93ff-78ac633b6d50", "name": "vping_ssh-router_e749d596-77ad-4367-bdf6-cbb42eb03a25"}} 2018-11-05 22:15:31,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a8301491-bca1-430b-af96-7356830a7879 2018-11-05 22:15:31,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39711403847s 2018-11-05 22:15:31,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a8301491-bca1-430b-af96-7356830a7879 2018-11-05 22:15:31,650 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f827ab6-c5ee-4775-b891-069196ebbbbd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b0b806f-b9b6-4056-84ae-8b0d7bbf1712', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', u'created_at': u'2018-11-05T22:15:30Z', u'admin_state_up': True, u'updated_at': u'2018-11-05T22:15:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', u'id': u'7c36aeee-2f30-4336-93ff-78ac633b6d50', u'name': u'vping_ssh-router_e749d596-77ad-4367-bdf6-cbb42eb03a25'}) 2018-11-05 22:15:31,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-05 22:15:31,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"subnet_id": "425f01a3-a65d-44d9-9041-10b46b325b30"}' 2018-11-05 22:15:33,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-11479fc0-73d4-4dfd-9bb8-4c9fade24630 Date: Mon, 05 Nov 2018 22:15:33 GMT RESP BODY: {"network_id": "4a305e07-84df-45ba-8060-8cc326cfea3e", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "subnet_id": "425f01a3-a65d-44d9-9041-10b46b325b30", "subnet_ids": ["425f01a3-a65d-44d9-9041-10b46b325b30"], "port_id": "4dd744b3-36f4-45da-bd1f-5d871466a06f", "id": "7c36aeee-2f30-4336-93ff-78ac633b6d50"} 2018-11-05 22:15:33,259 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50/add_router_interface.json used request id req-11479fc0-73d4-4dfd-9bb8-4c9fade24630 2018-11-05 22:15:33,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.60813999176s 2018-11-05 22:15:33,259 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50/add_router_interface.json used request id req-11479fc0-73d4-4dfd-9bb8-4c9fade24630 returning object 7c36aeee-2f30-4336-93ff-78ac633b6d50 2018-11-05 22:15:33,260 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:15:33,388 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-05 22:15:33,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:33,397 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 05 Nov 2018 22:15:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-05 22:15:33,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:15:33,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:33,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d7023638-4018-47b3-bfe3-bdb2ff592cb6 Date: Mon, 05 Nov 2018 22:15:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:15:33,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d7023638-4018-47b3-bfe3-bdb2ff592cb6 2018-11-05 22:15:33,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165238142014s 2018-11-05 22:15:33,565 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d7023638-4018-47b3-bfe3-bdb2ff592cb6 2018-11-05 22:15:33,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:15:33,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25"}' 2018-11-05 22:15:33,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0 X-Openstack-Request-Id: req-eec184cf-33c0-4931-8fcb-fc6912732a4b Date: Mon, 05 Nov 2018 22:15:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file", "owner": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "size": null, "self": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:15:33Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "checksum": null, "created_at": "2018-11-05T22:15:33Z", "protected": false} 2018-11-05 22:15:33,801 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-eec184cf-33c0-4931-8fcb-fc6912732a4b 2018-11-05 22:15:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.233915805817s 2018-11-05 22:15:33,801 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-eec184cf-33c0-4931-8fcb-fc6912732a4b returning object d6b6459b-b58b-4921-bf37-e0e0c1113cf0 2018-11-05 22:15:33,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:15:33,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '' 2018-11-05 22:15:35,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47773696-9975-445c-8db8-5ddce9be11c8 Date: Mon, 05 Nov 2018 22: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-11-05 22:15:35,388 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file used request id req-47773696-9975-445c-8db8-5ddce9be11c8 2018-11-05 22:15:35,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58628487587s 2018-11-05 22:15:35,389 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file used request id req-47773696-9975-445c-8db8-5ddce9be11c8 2018-11-05 22:15:35,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:15:35,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:35,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-2f4ea41f-8736-469a-b902-1abc0627d937 Date: Mon, 05 Nov 2018 22:15:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "metadata": {}}], "file": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file", "owner": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "size": 12716032, "self": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:15:35Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:15:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:15:35,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2f4ea41f-8736-469a-b902-1abc0627d937 2018-11-05 22:15:35,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169893980026s 2018-11-05 22:15:35,560 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2f4ea41f-8736-469a-b902-1abc0627d937 2018-11-05 22:15:35,562 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file', 'owner': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'id': u'd6b6459b-b58b-4921-bf37-e0e0c1113cf0', 'size': 12716032, u'self': u'/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': 'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:15:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-05T22:15:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'created': u'2018-11-05T22:15:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:15:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:15:35,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:15:35,566 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_e749d596-77ad-4367-bdf6-cbb42eb03a25", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:15:35,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-07e2f848-07a6-46da-b732-1121f256211d x-compute-request-id: req-07e2f848-07a6-46da-b732-1121f256211d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9510120-183e-4193-ab28-b7a795adbc07", "name": "vping_ssh-flavor_e749d596-77ad-4367-bdf6-cbb42eb03a25", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:15:35,784 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-07e2f848-07a6-46da-b732-1121f256211d 2018-11-05 22:15:35,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.220962047577s 2018-11-05 22:15:35,784 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-07e2f848-07a6-46da-b732-1121f256211d returning object e9510120-183e-4193-ab28-b7a795adbc07 2018-11-05 22:15:35,785 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_e749d596-77ad-4367-bdf6-cbb42eb03a25', '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'aba621f7e9154af3a5e42bcbad943619', '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'e9510120-183e-4193-ab28-b7a795adbc07', 'swap': 0}) 2018-11-05 22:15:35,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:15:35,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" -d '{"extra_specs": {}}' 2018-11-05 22:15:35,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-989d224a-a097-4867-b3ba-38210d5c6f6a x-compute-request-id: req-989d224a-a097-4867-b3ba-38210d5c6f6a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:15:35,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07/os-extra_specs used request id req-989d224a-a097-4867-b3ba-38210d5c6f6a 2018-11-05 22:15:35,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0194981098175s 2018-11-05 22:15:35,805 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07/os-extra_specs used request id req-989d224a-a097-4867-b3ba-38210d5c6f6a 2018-11-05 22:15:35,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-05 22:15:35,808 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"keypair": {"name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25"}}' 2018-11-05 22:15:36,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-eb6fb50c-1285-417f-b02f-ff4f2fb46099 x-compute-request-id: req-eb6fb50c-1285-417f-b02f-ff4f2fb46099 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbHCYn3OVmmP0gqW+oGRO1Swbukf89TxXtI2hGAv3tJ8oO/Z2PylVsLHhhc28h054pyx6EQge6tZbTSK0yY4tHNBV323PAtvtjlsIBtGlKiqqOQ/3WmjWwu85NUE6XqYozCXD3c98TaYAKNIvkybAYANXQIj9od5rF7haJu7IXjAQrtrxkvFpzhv4UUPxuTz4n3eyzYciJWezsiN14etyKcXGizdCuTFql1e/QP2muPZEPCAqoQw+YFqP9rQ8AkYWv1ZXU0/Pxsy5FgM5aI0iyh9FN07ZhJrZWaUNwiOQpyvJhFmSA1thg3ygX8M7Y4UYipAkAbtjA/uJFlStoiNwl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA2xwmJ9zlZpj9IKlvqBkTtUsG7pH/PU8V7SNoRgL97SfKDv2d\nj8pVbCx4YXNvIdOeKcsehEIHurWW00itMmOLRzQVd9tzwLb7Y5bCAbRpSoqqjkP9\n1po1sLvOTVBOl6mKMwlw93PfE2mACjSL5MmwGADV0CI/aHeaxe4WibuyF4wEK7a8\nZLxac4b+FFD8bk8+J93ss2HIiVns7IjdeHrcinFxos3QrkxapdXv0D9prj2RDwgK\nqEMPmBaj/a0PAJGFr9WV1NPz8bMuRYDOWiNIsofRTdO2YSa2VmlDcIjkKcryYRZk\ngNbYYN8oF/DO2OFGIqQJAG7YwP7iRZUraIjcJQIDAQABAoIBAAms7opoGME1FEhy\n8vlLUjF5RK8YR1sfuOol3B7rVuc4EJYk4OZOmwMR26cB//BQdfWGgKx6dfjqt+RQ\nm0VUW/wi8qe+SxhBfExjheGpY9Tk1q89lWH6oVBSmsOTPkU4OWATlKd4uGsVB5Br\nzZmmxl3o+4gbWw1z6qO+5cPjQ/QCJ+N1uFdGuZcNpB38D3leNBrDUACrcpy9RANO\nriXhW4RcHMoz/Yb3fsAG3crJUtvLusQwoq7SOuS3vYAcxvZVmGx7GHMUnkSwXyPw\n7/x1RLGRvXJTlqU0acZ+mUo3e1CB26HtcveHyiQJknaitevyCswudYRihJ6HVfF2\nHY1oJUECgYEA+Q7uqZ/YyQQbgo8cuI5ywbOk8HvaWBRF1IUa7FS2rUkMfAmrrIKU\nz9o3xzf2iYm0uU3KJlDc9x7m4MeUY9KjRiyiUKLDz9MdRmHwG1g5Gog6/R4XsMpa\nvfanPinu4XJT7xGJqgDXPOAs7eBcRjhIeHUWMri0zLnVbU+FY/LRiykCgYEA4TeH\n3qrJqVa4KUlj52WjvgFHEigCSKJhV4NSNsu0fgJEe1Hxg0SSahueWfxSSJoiAPva\nvaT8JaiLYvsofwdQMYd9I74WZAxOcjYAhIgVmag6KaHBPk86dQVR37J0A8d18GZG\nxFIcHsp/DcrZTi+5/4yJQ4pr7/t9Ri8zbUYm5J0CgYAUnsnfvV5DdlWYv6SPGywh\nIXB8gKSZOkR1zfdmrbTaL/waoOpXxA/yDY0kr1t4E7Ckzu33siY5R5Ox9JQyl5Px\nEWz25CL2J/J6i01H1kwUCEdqAX3Qo1BT/gHmwa4HeGG+n2MYci1f2uedYkABiFNn\ntbn6xRQjBxfGjxjqJ4Z10QKBgHqxXOSyWDBXnPZpE/MAzSZ63bQHdc8KH0uksApI\nCWlIZPRl3NOtbLI/n5HYQx9oULQGgNEl63O8kUr4FsS1QDvrWwI40Uvp5GaWAsww\nssvF+QGrLHJ8iRUtM8BRIKDabebsYQsczFL98B+cbawJliOg9TqFU24mrMWqezLB\nr/iFAoGARt4PLfOrl7NzjpbVCoAEMvLpYymQ+MHdkfaEzvky06sXFjifvIIlIJbX\ntObhFeJOQKZd2g9hMJ8L1nyg5Ye4s9tnQ7zElf3d5NYDGc9Qig23HJeOZtJPuWkc\n1x7+JD9IjJ/hp8iziYZt0STzvfQB8qlst7gnJxEPbGuSTByS/gY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "0ee707f3367c45448cce2b13fd527116", "name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "fingerprint": "da:f8:db:73:91:02:42:d7:b9:d0:98:62:59:a1:d1:2a"}} 2018-11-05 22:15:36,145 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-eb6fb50c-1285-417f-b02f-ff4f2fb46099 2018-11-05 22:15:36,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.338860034943s 2018-11-05 22:15:36,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-eb6fb50c-1285-417f-b02f-ff4f2fb46099 2018-11-05 22:15:36,146 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbHCYn3OVmmP0gqW+oGRO1Swbukf89TxXtI2hGAv3tJ8oO/Z2PylVsLHhhc28h054pyx6EQge6tZbTSK0yY4tHNBV323PAtvtjlsIBtGlKiqqOQ/3WmjWwu85NUE6XqYozCXD3c98TaYAKNIvkybAYANXQIj9od5rF7haJu7IXjAQrtrxkvFpzhv4UUPxuTz4n3eyzYciJWezsiN14etyKcXGizdCuTFql1e/QP2muPZEPCAqoQw+YFqP9rQ8AkYWv1ZXU0/Pxsy5FgM5aI0iyh9FN07ZhJrZWaUNwiOQpyvJhFmSA1thg3ygX8M7Y4UYipAkAbtjA/uJFlStoiNwl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA2xwmJ9zlZpj9IKlvqBkTtUsG7pH/PU8V7SNoRgL97SfKDv2d\nj8pVbCx4YXNvIdOeKcsehEIHurWW00itMmOLRzQVd9tzwLb7Y5bCAbRpSoqqjkP9\n1po1sLvOTVBOl6mKMwlw93PfE2mACjSL5MmwGADV0CI/aHeaxe4WibuyF4wEK7a8\nZLxac4b+FFD8bk8+J93ss2HIiVns7IjdeHrcinFxos3QrkxapdXv0D9prj2RDwgK\nqEMPmBaj/a0PAJGFr9WV1NPz8bMuRYDOWiNIsofRTdO2YSa2VmlDcIjkKcryYRZk\ngNbYYN8oF/DO2OFGIqQJAG7YwP7iRZUraIjcJQIDAQABAoIBAAms7opoGME1FEhy\n8vlLUjF5RK8YR1sfuOol3B7rVuc4EJYk4OZOmwMR26cB//BQdfWGgKx6dfjqt+RQ\nm0VUW/wi8qe+SxhBfExjheGpY9Tk1q89lWH6oVBSmsOTPkU4OWATlKd4uGsVB5Br\nzZmmxl3o+4gbWw1z6qO+5cPjQ/QCJ+N1uFdGuZcNpB38D3leNBrDUACrcpy9RANO\nriXhW4RcHMoz/Yb3fsAG3crJUtvLusQwoq7SOuS3vYAcxvZVmGx7GHMUnkSwXyPw\n7/x1RLGRvXJTlqU0acZ+mUo3e1CB26HtcveHyiQJknaitevyCswudYRihJ6HVfF2\nHY1oJUECgYEA+Q7uqZ/YyQQbgo8cuI5ywbOk8HvaWBRF1IUa7FS2rUkMfAmrrIKU\nz9o3xzf2iYm0uU3KJlDc9x7m4MeUY9KjRiyiUKLDz9MdRmHwG1g5Gog6/R4XsMpa\nvfanPinu4XJT7xGJqgDXPOAs7eBcRjhIeHUWMri0zLnVbU+FY/LRiykCgYEA4TeH\n3qrJqVa4KUlj52WjvgFHEigCSKJhV4NSNsu0fgJEe1Hxg0SSahueWfxSSJoiAPva\nvaT8JaiLYvsofwdQMYd9I74WZAxOcjYAhIgVmag6KaHBPk86dQVR37J0A8d18GZG\nxFIcHsp/DcrZTi+5/4yJQ4pr7/t9Ri8zbUYm5J0CgYAUnsnfvV5DdlWYv6SPGywh\nIXB8gKSZOkR1zfdmrbTaL/waoOpXxA/yDY0kr1t4E7Ckzu33siY5R5Ox9JQyl5Px\nEWz25CL2J/J6i01H1kwUCEdqAX3Qo1BT/gHmwa4HeGG+n2MYci1f2uedYkABiFNn\ntbn6xRQjBxfGjxjqJ4Z10QKBgHqxXOSyWDBXnPZpE/MAzSZ63bQHdc8KH0uksApI\nCWlIZPRl3NOtbLI/n5HYQx9oULQGgNEl63O8kUr4FsS1QDvrWwI40Uvp5GaWAsww\nssvF+QGrLHJ8iRUtM8BRIKDabebsYQsczFL98B+cbawJliOg9TqFU24mrMWqezLB\nr/iFAoGARt4PLfOrl7NzjpbVCoAEMvLpYymQ+MHdkfaEzvky06sXFjifvIIlIJbX\ntObhFeJOQKZd2g9hMJ8L1nyg5Ye4s9tnQ7zElf3d5NYDGc9Qig23HJeOZtJPuWkc\n1x7+JD9IjJ/hp8iziYZt0STzvfQB8qlst7gnJxEPbGuSTByS/gY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0ee707f3367c45448cce2b13fd527116', 'name': u'vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'created_at': '2018-11-05T22:15:36.146585', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': 'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'da:f8:db:73:91:02:42:d7:b9:d0:98:62:59:a1:d1:2a', 'type': 'ssh', 'id': u'vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25'}) 2018-11-05 22:15:36,147 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA2xwmJ9zlZpj9IKlvqBkTtUsG7pH/PU8V7SNoRgL97SfKDv2d j8pVbCx4YXNvIdOeKcsehEIHurWW00itMmOLRzQVd9tzwLb7Y5bCAbRpSoqqjkP9 1po1sLvOTVBOl6mKMwlw93PfE2mACjSL5MmwGADV0CI/aHeaxe4WibuyF4wEK7a8 ZLxac4b+FFD8bk8+J93ss2HIiVns7IjdeHrcinFxos3QrkxapdXv0D9prj2RDwgK qEMPmBaj/a0PAJGFr9WV1NPz8bMuRYDOWiNIsofRTdO2YSa2VmlDcIjkKcryYRZk gNbYYN8oF/DO2OFGIqQJAG7YwP7iRZUraIjcJQIDAQABAoIBAAms7opoGME1FEhy 8vlLUjF5RK8YR1sfuOol3B7rVuc4EJYk4OZOmwMR26cB//BQdfWGgKx6dfjqt+RQ m0VUW/wi8qe+SxhBfExjheGpY9Tk1q89lWH6oVBSmsOTPkU4OWATlKd4uGsVB5Br zZmmxl3o+4gbWw1z6qO+5cPjQ/QCJ+N1uFdGuZcNpB38D3leNBrDUACrcpy9RANO riXhW4RcHMoz/Yb3fsAG3crJUtvLusQwoq7SOuS3vYAcxvZVmGx7GHMUnkSwXyPw 7/x1RLGRvXJTlqU0acZ+mUo3e1CB26HtcveHyiQJknaitevyCswudYRihJ6HVfF2 HY1oJUECgYEA+Q7uqZ/YyQQbgo8cuI5ywbOk8HvaWBRF1IUa7FS2rUkMfAmrrIKU z9o3xzf2iYm0uU3KJlDc9x7m4MeUY9KjRiyiUKLDz9MdRmHwG1g5Gog6/R4XsMpa vfanPinu4XJT7xGJqgDXPOAs7eBcRjhIeHUWMri0zLnVbU+FY/LRiykCgYEA4TeH 3qrJqVa4KUlj52WjvgFHEigCSKJhV4NSNsu0fgJEe1Hxg0SSahueWfxSSJoiAPva vaT8JaiLYvsofwdQMYd9I74WZAxOcjYAhIgVmag6KaHBPk86dQVR37J0A8d18GZG xFIcHsp/DcrZTi+5/4yJQ4pr7/t9Ri8zbUYm5J0CgYAUnsnfvV5DdlWYv6SPGywh IXB8gKSZOkR1zfdmrbTaL/waoOpXxA/yDY0kr1t4E7Ckzu33siY5R5Ox9JQyl5Px EWz25CL2J/J6i01H1kwUCEdqAX3Qo1BT/gHmwa4HeGG+n2MYci1f2uedYkABiFNn tbn6xRQjBxfGjxjqJ4Z10QKBgHqxXOSyWDBXnPZpE/MAzSZ63bQHdc8KH0uksApI CWlIZPRl3NOtbLI/n5HYQx9oULQGgNEl63O8kUr4FsS1QDvrWwI40Uvp5GaWAsww ssvF+QGrLHJ8iRUtM8BRIKDabebsYQsczFL98B+cbawJliOg9TqFU24mrMWqezLB r/iFAoGARt4PLfOrl7NzjpbVCoAEMvLpYymQ+MHdkfaEzvky06sXFjifvIIlIJbX tObhFeJOQKZd2g9hMJ8L1nyg5Ye4s9tnQ7zElf3d5NYDGc9Qig23HJeOZtJPuWkc 1x7+JD9IjJ/hp8iziYZt0STzvfQB8qlst7gnJxEPbGuSTByS/gY= -----END RSA PRIVATE KEY----- 2018-11-05 22:15:36,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-05 22:15:36,150 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"security_group": {"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-11-05 22:15:36,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-9da5a07b-4cc4-4374-9448-1fb0f25c6c93 Date: Mon, 05 Nov 2018 22:15:36 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:36Z", "updated_at": "2018-11-05T22:15:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "61208304-8257-470c-b8ab-e328afaee987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "ba1580f1-69de-4227-9abf-e7c0e4d8dab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 2, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}} 2018-11-05 22:15:36,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9da5a07b-4cc4-4374-9448-1fb0f25c6c93 2018-11-05 22:15:36,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.381725072861s 2018-11-05 22:15:36,532 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9da5a07b-4cc4-4374-9448-1fb0f25c6c93 2018-11-05 22:15:36,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:15:36,537 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:36,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-da7068f7-347f-4b07-a661-49a1f880030b Date: Mon, 05 Nov 2018 22:15:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:36Z", "updated_at": "2018-11-05T22:15:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "61208304-8257-470c-b8ab-e328afaee987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "ba1580f1-69de-4227-9abf-e7c0e4d8dab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 2, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, {"description": "Default security group", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:28Z", "updated_at": "2018-11-05T22:15:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "353abe8d-8e94-41db-aff3-531dabe91a21", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "8df1eefb-eea0-4422-9ce7-3170f59d3b70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "b3595c33-f358-472a-b154-8dc0565654c3", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "e964e89e-10d2-415b-a5a1-daee27f2a78c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 4, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "f62ee487-de8a-416c-9293-83495ce6007b", "name": "default"}]} 2018-11-05 22:15:36,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-da7068f7-347f-4b07-a661-49a1f880030b 2018-11-05 22:15:36,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311745882034s 2018-11-05 22:15:36,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-da7068f7-347f-4b07-a661-49a1f880030b 2018-11-05 22:15:36,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-05 22:15:36,853 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -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": "819350f8-9a40-4b93-bb1a-17a71f08f6c4"}}' 2018-11-05 22:15:37,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d6e41d74-145a-4a88-a79f-5769b4fb271d Date: Mon, 05 Nov 2018 22:15:37 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-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "port_range_min": 22, "revision_number": 0, "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:36Z", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "6b6e7202-c4e4-4c59-a5d6-66b633e99f2e"}} 2018-11-05 22:15:37,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d6e41d74-145a-4a88-a79f-5769b4fb271d 2018-11-05 22:15:37,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.173335075378s 2018-11-05 22:15:37,026 - 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-d6e41d74-145a-4a88-a79f-5769b4fb271d 2018-11-05 22:15:37,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:15:37,030 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:37,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-6b455322-1db7-48d5-a1e5-b8829621cc08 Date: Mon, 05 Nov 2018 22:15:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:36Z", "updated_at": "2018-11-05T22:15:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "61208304-8257-470c-b8ab-e328afaee987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "6b6e7202-c4e4-4c59-a5d6-66b633e99f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "ba1580f1-69de-4227-9abf-e7c0e4d8dab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 3, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, {"description": "Default security group", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:28Z", "updated_at": "2018-11-05T22:15:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "353abe8d-8e94-41db-aff3-531dabe91a21", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "8df1eefb-eea0-4422-9ce7-3170f59d3b70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "b3595c33-f358-472a-b154-8dc0565654c3", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "e964e89e-10d2-415b-a5a1-daee27f2a78c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 4, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "f62ee487-de8a-416c-9293-83495ce6007b", "name": "default"}]} 2018-11-05 22:15:37,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6b455322-1db7-48d5-a1e5-b8829621cc08 2018-11-05 22:15:37,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200685024261s 2018-11-05 22:15:37,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6b455322-1db7-48d5-a1e5-b8829621cc08 2018-11-05 22:15:37,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-05 22:15:37,235 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -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": "819350f8-9a40-4b93-bb1a-17a71f08f6c4"}}' 2018-11-05 22:15:37,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a068bec8-e3e9-40b1-8b7f-8357279364f3 Date: Mon, 05 Nov 2018 22:15:37 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-11-05T22:15:37Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "port_range_min": null, "revision_number": 0, "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:37Z", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "08b9ff5d-e484-4582-8d75-f670aa7fe9ae"}} 2018-11-05 22:15:37,542 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a068bec8-e3e9-40b1-8b7f-8357279364f3 2018-11-05 22:15:37,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.308187961578s 2018-11-05 22:15:37,543 - 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-a068bec8-e3e9-40b1-8b7f-8357279364f3 2018-11-05 22:15:37,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:15:37,545 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:37,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-36c9db02-7371-4e5e-bb7d-e9b1bde551ef Date: Mon, 05 Nov 2018 22:15:37 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":["425f01a3-a65d-44d9-9041-10b46b325b30"],"updated_at":"2018-11-05T22:15:29Z","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"}]} 2018-11-05 22:15:37,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36c9db02-7371-4e5e-bb7d-e9b1bde551ef 2018-11-05 22:15:37,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255081892014s 2018-11-05 22:15:37,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36c9db02-7371-4e5e-bb7d-e9b1bde551ef 2018-11-05 22:15:37,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:15:37,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:37,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7cd755db-60d7-4424-b9af-543cd0198922 Date: Mon, 05 Nov 2018 22:15:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "metadata": {}}], "file": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file", "owner": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "size": 12716032, "self": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:15:35Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:15:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:15:37,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7cd755db-60d7-4424-b9af-543cd0198922 2018-11-05 22:15:37,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174132823944s 2018-11-05 22:15:37,976 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7cd755db-60d7-4424-b9af-543cd0198922 2018-11-05 22:15:37,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:15:37,980 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:38,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-16848e9f-834e-4ba9-bc2f-0b424ec1c67e x-compute-request-id: req-16848e9f-834e-4ba9-bc2f-0b424ec1c67e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9510120-183e-4193-ab28-b7a795adbc07", "name": "vping_ssh-flavor_e749d596-77ad-4367-bdf6-cbb42eb03a25", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:15:38,013 - 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-16848e9f-834e-4ba9-bc2f-0b424ec1c67e 2018-11-05 22:15:38,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0360810756683s 2018-11-05 22:15:38,014 - 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-16848e9f-834e-4ba9-bc2f-0b424ec1c67e 2018-11-05 22:15:38,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-05 22:15:38,018 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"server": {"name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "imageRef": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "flavorRef": "e9510120-183e-4193-ab28-b7a795adbc07", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4a305e07-84df-45ba-8060-8cc326cfea3e"}], "security_groups": [{"name": "819350f8-9a40-4b93-bb1a-17a71f08f6c4"}]}}' 2018-11-05 22:15:40,313 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:15:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c41ed73c-aa3b-4a4e-a3a0-32061f66eaf2 x-compute-request-id: req-c41ed73c-aa3b-4a4e-a3a0-32061f66eaf2 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "819350f8-9a40-4b93-bb1a-17a71f08f6c4"}], "OS-DCF:diskConfig": "MANUAL", "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "adminPass": "knDn8gbicQtb"}} 2018-11-05 22:15:40,313 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c41ed73c-aa3b-4a4e-a3a0-32061f66eaf2 2018-11-05 22:15:40,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.29747104645s 2018-11-05 22:15:40,314 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c41ed73c-aa3b-4a4e-a3a0-32061f66eaf2 2018-11-05 22:15:40,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:15:40,317 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:40,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab6a51c0-7aae-4e1c-aec8-5cc2df435c78 x-compute-request-id: req-ab6a51c0-7aae-4e1c-aec8-5cc2df435c78 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:15:40,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ab6a51c0-7aae-4e1c-aec8-5cc2df435c78 2018-11-05 22:15:40,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.278698921204s 2018-11-05 22:15:40,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ab6a51c0-7aae-4e1c-aec8-5cc2df435c78 2018-11-05 22:15:40,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:15:40,601 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:40,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f872bb78-ba91-43e0-9c92-28693ea08330 Date: Mon, 05 Nov 2018 22:15:40 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":["425f01a3-a65d-44d9-9041-10b46b325b30"],"updated_at":"2018-11-05T22:15:29Z","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"}]} 2018-11-05 22:15:40,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f872bb78-ba91-43e0-9c92-28693ea08330 2018-11-05 22:15:40,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252258062363s 2018-11-05 22:15:40,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f872bb78-ba91-43e0-9c92-28693ea08330 2018-11-05 22:15:40,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-05 22:15:40,855 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:41,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ce2e0ef1-22c3-4218-8447-b460e6d7d5f0 Date: Mon, 05 Nov 2018 22:15:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a305e07-84df-45ba-8060-8cc326cfea3e","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:15:29Z","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":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"425f01a3-a65d-44d9-9041-10b46b325b30","subnetpool_id":null,"name":"vping_ssh-subnet_e749d596-77ad-4367-bdf6-cbb42eb03a25"}]} 2018-11-05 22:15:41,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ce2e0ef1-22c3-4218-8447-b460e6d7d5f0 2018-11-05 22:15:41,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.211499929428s 2018-11-05 22:15:41,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ce2e0ef1-22c3-4218-8447-b460e6d7d5f0 2018-11-05 22:15:41,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:15:43,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:15:43,072 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:43,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-43f04865-6d0b-43aa-835f-cdc059d6c8b2 x-compute-request-id: req-43f04865-6d0b-43aa-835f-cdc059d6c8b2 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/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:41Z", "hostId": "491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:15:43,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43f04865-6d0b-43aa-835f-cdc059d6c8b2 2018-11-05 22:15:43,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49448299408s 2018-11-05 22:15:43,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43f04865-6d0b-43aa-835f-cdc059d6c8b2 2018-11-05 22:15:43,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:15:45,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:15:45,574 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:45,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-341e8a55-503d-4f60-98bc-a91bd484ee1e x-compute-request-id: req-341e8a55-503d-4f60-98bc-a91bd484ee1e Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:6f:82", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:44.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:44Z", "hostId": "491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:15:45,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-341e8a55-503d-4f60-98bc-a91bd484ee1e 2018-11-05 22:15:45,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347076177597s 2018-11-05 22:15:45,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-341e8a55-503d-4f60-98bc-a91bd484ee1e 2018-11-05 22:15:45,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-05 22:15:45,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:46,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-25271043-6de6-4e2e-b16a-7f23c108b086 Date: Mon, 05 Nov 2018 22:15:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a305e07-84df-45ba-8060-8cc326cfea3e","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:41Z","admin_state_up":true,"updated_at":"2018-11-05T22:15:43Z","binding:vnic_type":"normal","device_id":"f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:9f:6f:82","id":"bdb9752b-62c3-4429-9068-ed4ad1f58dad","port_security_enabled":true,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","fixed_ips":[{"subnet_id":"425f01a3-a65d-44d9-9041-10b46b325b30","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["819350f8-9a40-4b93-bb1a-17a71f08f6c4"],"name":""}]} 2018-11-05 22:15:46,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21 used request id req-25271043-6de6-4e2e-b16a-7f23c108b086 2018-11-05 22:15:46,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.206932067871s 2018-11-05 22:15:46,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21 used request id req-25271043-6de6-4e2e-b16a-7f23c108b086 2018-11-05 22:15:46,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-05 22:15:46,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=bdb9752b-62c3-4429-9068-ed4ad1f58dad" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:46,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f84e0620-2e26-481f-8059-f61f52fa45d6 Date: Mon, 05 Nov 2018 22:15:46 GMT RESP BODY: {"floatingips": []} 2018-11-05 22:15:46,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=bdb9752b-62c3-4429-9068-ed4ad1f58dad used request id req-f84e0620-2e26-481f-8059-f61f52fa45d6 2018-11-05 22:15:46,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.153949022293s 2018-11-05 22:15:46,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=bdb9752b-62c3-4429-9068-ed4ad1f58dad used request id req-f84e0620-2e26-481f-8059-f61f52fa45d6 2018-11-05 22:15:46,290 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9f:6f:82', 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'd6b6459b-b58b-4921-bf37-e0e0c1113cf0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-05T22:15:44.000000', 'flavor': Munch({u'id': u'e9510120-183e-4193-ab28-b7a795adbc07'}), 'az': u'nova', 'id': u'f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21', 'security_groups': [Munch({u'name': u'vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0ee707f3367c45448cce2b13fd527116', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': 'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', '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-11-05T22:15:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-05T22:15:44Z', 'hostId': u'491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8', '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-11-05T22:15:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': u'vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'adminPass': u'knDn8gbicQtb', 'tenant_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'region': 'regionOne', 'created': u'2018-11-05T22:15:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-05 22:15:46,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:15:46,292 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:46,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5bcbd3a2-55ed-43ca-a685-d0afea53a93c Date: Mon, 05 Nov 2018 22:15:46 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":["425f01a3-a65d-44d9-9041-10b46b325b30"],"updated_at":"2018-11-05T22:15:29Z","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"}]} 2018-11-05 22:15:46,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5bcbd3a2-55ed-43ca-a685-d0afea53a93c 2018-11-05 22:15:46,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111145973206s 2018-11-05 22:15:46,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5bcbd3a2-55ed-43ca-a685-d0afea53a93c 2018-11-05 22:15:46,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:15:46,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:46,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0889c969-e2bf-4666-98b7-9966551da557 Date: Mon, 05 Nov 2018 22:15:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "metadata": {}}], "file": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file", "owner": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "size": 12716032, "self": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:15:35Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:15:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:15:46,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0889c969-e2bf-4666-98b7-9966551da557 2018-11-05 22:15:46,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180932998657s 2018-11-05 22:15:46,585 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0889c969-e2bf-4666-98b7-9966551da557 2018-11-05 22:15:46,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:15:46,590 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:46,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-817dedd8-0e73-49f6-82d4-b3222d839e84 x-compute-request-id: req-817dedd8-0e73-49f6-82d4-b3222d839e84 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9510120-183e-4193-ab28-b7a795adbc07", "name": "vping_ssh-flavor_e749d596-77ad-4367-bdf6-cbb42eb03a25", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:15:46,623 - 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-817dedd8-0e73-49f6-82d4-b3222d839e84 2018-11-05 22:15:46,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0362980365753s 2018-11-05 22:15:46,624 - 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-817dedd8-0e73-49f6-82d4-b3222d839e84 2018-11-05 22:15:46,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-05 22:15:46,628 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"server": {"name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "imageRef": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "flavorRef": "e9510120-183e-4193-ab28-b7a795adbc07", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4a305e07-84df-45ba-8060-8cc326cfea3e"}], "security_groups": [{"name": "819350f8-9a40-4b93-bb1a-17a71f08f6c4"}]}}' 2018-11-05 22:15:48,423 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-744fd7ec-62bb-4df9-a471-a427bccf63f3 x-compute-request-id: req-744fd7ec-62bb-4df9-a471-a427bccf63f3 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "819350f8-9a40-4b93-bb1a-17a71f08f6c4"}], "OS-DCF:diskConfig": "MANUAL", "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "adminPass": "rCg53GhouAif"}} 2018-11-05 22:15:48,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-744fd7ec-62bb-4df9-a471-a427bccf63f3 2018-11-05 22:15:48,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.7977540493s 2018-11-05 22:15:48,424 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-744fd7ec-62bb-4df9-a471-a427bccf63f3 2018-11-05 22:15:48,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:15:48,427 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:48,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-578fcadb-7315-4fdf-95e7-455860c4b10b x-compute-request-id: req-578fcadb-7315-4fdf-95e7-455860c4b10b 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/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:48Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:6f:82", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:44.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:44Z", "hostId": "491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:15:48,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-578fcadb-7315-4fdf-95e7-455860c4b10b 2018-11-05 22:15:48,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50270986557s 2018-11-05 22:15:48,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-578fcadb-7315-4fdf-95e7-455860c4b10b 2018-11-05 22:15:48,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:15:50,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:15:50,939 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:51,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-34f5859c-954a-4675-979f-dc3d73c6ec65 x-compute-request-id: req-34f5859c-954a-4675-979f-dc3d73c6ec65 Content-Encoding: gzip Content-Length: 886 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/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:50Z", "hostId": "4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:48Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:6f:82", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:44.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:44Z", "hostId": "491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:15:51,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-34f5859c-954a-4675-979f-dc3d73c6ec65 2018-11-05 22:15:51,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67950797081s 2018-11-05 22:15:51,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-34f5859c-954a-4675-979f-dc3d73c6ec65 2018-11-05 22:15:51,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:15:53,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:15:53,626 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:53,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:15: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-26bbd8df-6767-468e-9fc1-01be88603775 x-compute-request-id: req-26bbd8df-6767-468e-9fc1-01be88603775 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:53.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:53Z", "hostId": "4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:48Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:6f:82", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:44.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:44Z", "hostId": "491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:15:53,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-26bbd8df-6767-468e-9fc1-01be88603775 2018-11-05 22:15:53,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366997003555s 2018-11-05 22:15:53,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-26bbd8df-6767-468e-9fc1-01be88603775 2018-11-05 22:15:53,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-05 22:15:53,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=1d390606-356c-4be5-8d20-c8ee9c650a62" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:54,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-65459cba-cceb-4455-b95e-7d4aa1ce2abb Date: Mon, 05 Nov 2018 22:15:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a305e07-84df-45ba-8060-8cc326cfea3e","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:50Z","admin_state_up":true,"updated_at":"2018-11-05T22:15:51Z","binding:vnic_type":"normal","device_id":"1d390606-356c-4be5-8d20-c8ee9c650a62","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:09:e5:2b","id":"1a8cea75-cee4-4075-a74e-26af73e782d5","port_security_enabled":true,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","fixed_ips":[{"subnet_id":"425f01a3-a65d-44d9-9041-10b46b325b30","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["819350f8-9a40-4b93-bb1a-17a71f08f6c4"],"name":""}]} 2018-11-05 22:15:54,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1d390606-356c-4be5-8d20-c8ee9c650a62 used request id req-65459cba-cceb-4455-b95e-7d4aa1ce2abb 2018-11-05 22:15:54,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0994429588318s 2018-11-05 22:15:54,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1d390606-356c-4be5-8d20-c8ee9c650a62 used request id req-65459cba-cceb-4455-b95e-7d4aa1ce2abb 2018-11-05 22:15:54,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-05 22:15:54,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1a8cea75-cee4-4075-a74e-26af73e782d5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:54,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7ffc02ba-006e-47e6-881a-f5bf8d90f356 Date: Mon, 05 Nov 2018 22:15:54 GMT RESP BODY: {"floatingips": []} 2018-11-05 22:15:54,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1a8cea75-cee4-4075-a74e-26af73e782d5 used request id req-7ffc02ba-006e-47e6-881a-f5bf8d90f356 2018-11-05 22:15:54,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0179038047791s 2018-11-05 22:15:54,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1a8cea75-cee4-4075-a74e-26af73e782d5 used request id req-7ffc02ba-006e-47e6-881a-f5bf8d90f356 2018-11-05 22:15:54,120 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:09:e5:2b', 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'd6b6459b-b58b-4921-bf37-e0e0c1113cf0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-05T22:15:53.000000', 'flavor': Munch({u'id': u'e9510120-183e-4193-ab28-b7a795adbc07'}), 'az': u'nova', 'id': u'1d390606-356c-4be5-8d20-c8ee9c650a62', 'security_groups': [Munch({u'name': u'vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0ee707f3367c45448cce2b13fd527116', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': 'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', '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-11-05T22:15:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-05T22:15:53Z', 'hostId': u'4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695', '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-11-05T22:15:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': u'vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'adminPass': u'rCg53GhouAif', 'tenant_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'region': 'regionOne', 'created': u'2018-11-05T22:15:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-05 22:15:54,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:15:54,124 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:54,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-92ad6688-20c3-40a1-90d3-3509ac488b7a Date: Mon, 05 Nov 2018 22:15:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["425f01a3-a65d-44d9-9041-10b46b325b30"],"updated_at":"2018-11-05T22:15:29Z","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"}]} 2018-11-05 22:15:54,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-92ad6688-20c3-40a1-90d3-3509ac488b7a 2018-11-05 22:15:54,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255896091461s 2018-11-05 22:15:54,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-92ad6688-20c3-40a1-90d3-3509ac488b7a 2018-11-05 22:15:54,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-05 22:15:54,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=1d390606-356c-4be5-8d20-c8ee9c650a62" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:54,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0301f514-2682-4a20-9196-ec4c8fd3c1bb Date: Mon, 05 Nov 2018 22:15:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a305e07-84df-45ba-8060-8cc326cfea3e","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:50Z","admin_state_up":true,"updated_at":"2018-11-05T22:15:51Z","binding:vnic_type":"normal","device_id":"1d390606-356c-4be5-8d20-c8ee9c650a62","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:09:e5:2b","id":"1a8cea75-cee4-4075-a74e-26af73e782d5","port_security_enabled":true,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","fixed_ips":[{"subnet_id":"425f01a3-a65d-44d9-9041-10b46b325b30","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["819350f8-9a40-4b93-bb1a-17a71f08f6c4"],"name":""}]} 2018-11-05 22:15:54,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1d390606-356c-4be5-8d20-c8ee9c650a62 used request id req-0301f514-2682-4a20-9196-ec4c8fd3c1bb 2018-11-05 22:15:54,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0630600452423s 2018-11-05 22:15:54,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1d390606-356c-4be5-8d20-c8ee9c650a62 used request id req-0301f514-2682-4a20-9196-ec4c8fd3c1bb 2018-11-05 22:15:54,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-05 22:15:54,446 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"floatingip": {"floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": "192.168.120.8", "port_id": "1a8cea75-cee4-4075-a74e-26af73e782d5"}}' 2018-11-05 22:15:55,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f69c18b5-4151-419e-8daf-03abd2b923e5 Date: Mon, 05 Nov 2018 22:15:55 GMT RESP BODY: {"floatingip": {"router_id": "7c36aeee-2f30-4336-93ff-78ac633b6d50", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-11-05T22:15:55Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "1a8cea75-cee4-4075-a74e-26af73e782d5", "id": "e6b10d40-f40d-4aa9-a064-0a39f7a07624", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:55Z", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}} 2018-11-05 22:15:55,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-f69c18b5-4151-419e-8daf-03abd2b923e5 2018-11-05 22:15:55,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.33456301689s 2018-11-05 22:15:55,780 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-f69c18b5-4151-419e-8daf-03abd2b923e5 2018-11-05 22:15:55,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-05 22:15:55,789 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:15:55,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-4e640ec6-437e-4d6d-a089-184c4faac8e9 Date: Mon, 05 Nov 2018 22:15:55 GMT RESP BODY: {"floatingips": [{"router_id": "7c36aeee-2f30-4336-93ff-78ac633b6d50", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-11-05T22:15:55Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "1a8cea75-cee4-4075-a74e-26af73e782d5", "id": "e6b10d40-f40d-4aa9-a064-0a39f7a07624", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:55Z", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}]} 2018-11-05 22:15:55,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-4e640ec6-437e-4d6d-a089-184c4faac8e9 2018-11-05 22:15:55,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0226099491119s 2018-11-05 22:15:55,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-4e640ec6-437e-4d6d-a089-184c4faac8e9 2018-11-05 22:15:55,816 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'7c36aeee-2f30-4336-93ff-78ac633b6d50', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'created_at': u'2018-11-05T22:15:55Z', 'attached': True, 'updated_at': u'2018-11-05T22:15:55Z', 'id': u'e6b10d40-f40d-4aa9-a064-0a39f7a07624', 'floating_network_id': u'4f827ab6-c5ee-4775-b891-069196ebbbbd', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'name': 'vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'7c36aeee-2f30-4336-93ff-78ac633b6d50', 'project_id': u'60ca41dce7744371b8cbc9cb6f09f1b0', 'port_id': u'1a8cea75-cee4-4075-a74e-26af73e782d5', 'port': u'1a8cea75-cee4-4075-a74e-26af73e782d5', 'network': u'4f827ab6-c5ee-4775-b891-069196ebbbbd'}) 2018-11-05 22:15:55,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:15:55,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:15:56,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-d8b61aa6-fe5e-4956-b914-59170ce4a49e x-compute-request-id: req-d8b61aa6-fe5e-4956-b914-59170ce4a49e Content-Encoding: gzip Content-Length: 7853 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 501814825 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.127591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129216] pid_max: default: 32768 minimum: 301\n[ 0.130095] ACPI: Core revision 20150930\n[ 0.131471] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132761] Security Framework initialized\n[ 0.133566] Yama: becoming mindful.\n[ 0.134283] AppArmor: AppArmor initialized\n[ 0.135140] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137720] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138919] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140286] Initializing cgroup subsys io\n[ 0.141089] Initializing cgroup subsys memory\n[ 0.141937] Initializing cgroup subsys devices\n[ 0.142808] Initializing cgroup subsys freezer\n[ 0.143663] Initializing cgroup subsys net_cls\n[ 0.144518] Initializing cgroup subsys perf_event\n[ 0.145412] Initializing cgroup subsys net_prio\n[ 0.146283] Initializing cgroup subsys hugetlb\n[ 0.147151] Initializing cgroup subsys pids\n[ 0.148015] CPU: Physical Processor ID: 0\n[ 0.149513] mce: CPU supports 10 MCE banks\n[ 0.150349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151338] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163091] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169374] ftrace: allocating 31920 entries in 125 pages\n[ 0.195397] smpboot: Max logical packages: 1\n[ 0.196237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197566] x2apic enabled\n[ 0.198358] Switched APIC routing to physical x2apic.\n[ 0.200096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204918] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206988] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208355] devtmpfs: initialized\n[ 0.210064] evm: security.selinux\n[ 0.210759] evm: security.SMACK64\n[ 0.211443] evm: security.SMACK64EXEC\n[ 0.212178] evm: security.SMACK64TRANSMUTE\n[ 0.212977] evm: security.SMACK64MMAP\n[ 0.213708] evm: security.ima\n[ 0.214344] evm: security.capability\n[ 0.215138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216967] pinctrl core: initialized pinctrl subsystem\n[ 0.218045] RTC time: 22:15:53, date: 11/05/18\n[ 0.218999] NET: Registered protocol family 16\n[ 0.219963] cpuidle: using governor ladder\n[ 0.220772] cpuidle: using governor menu\n[ 0.221549] PCCT header not found.\n[ 0.222283] ACPI: bus type PCI registered\n[ 0.223078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224301] PCI: Using configuration type 1 for base access\n[ 0.226048] ACPI: Added _OSI(Module Device)\n[ 0.226883] ACPI: Added _OSI(Processor Device)\n[ 0.227741] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228634] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230736] ACPI: Interpreter enabled\n[ 0.231496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233332] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235165] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238809] ACPI: (supports S0 S5)\n[ 0.239504] ACPI: Using IOAPIC for interrupt routing\n[ 0.240443] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243507] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244639] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247051] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249261] acpiphp: Slot [3] registered\n[ 0.250061] acpiphp: Slot [4] registered\n[ 0.250857] acpiphp: Slot [5] registered\n[ 0.251659] acpiphp: Slot [6] registered\n[ 0.252450] acpiphp: Slot [7] registered\n[ 0.253238] acpiphp: Slot [8] registered\n[ 0.254037] acpiphp: Slot [9] registered\n[ 0.254830] acpiphp: Slot [10] registered\n[ 0.255632] acpiphp: Slot [11] registered\n[ 0.256449] acpiphp: Slot [12] registered\n[ 0.257252] acpiphp: Slot [13] registered\n[ 0.258058] acpiphp: Slot [14] registered\n[ 0.258863] acpiphp: Slot [15] registered\n[ 0.269607] acpiphp: Slot [16] registered\n[ 0.270414] acpiphp: Slot [17] registered\n[ 0.271218] acpiphp: Slot [18] registered\n[ 0.272023] acpiphp: Slot [19] registered\n[ 0.272827] acpiphp: Slot [20] registered\n[ 0.273639] acpiphp: Slot [21] registered\n[ 0.274444] acpiphp: Slot [22] registered\n[ 0.275244] acpiphp: Slot [23] registered\n[ 0.276048] acpiphp: Slot [24] registered\n[ 0.276853] acpiphp: Slot [25] registered\n[ 0.277661] acpiphp: Slot [26] registered\n[ 0.278464] acpiphp: Slot [27] registered\n[ 0.279267] acpiphp: Slot [28] registered\n[ 0.280070] acpiphp: Slot [29] registered\n[ 0.280875] acpiphp: Slot [30] registered\n[ 0.281684] acpiphp: Slot [31] registered\n[ 0.282485] PCI host bridge to bus 0000:00\n[ 0.283285] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284487] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288562] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294764] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296036] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297200] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305262] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306685] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356216] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357630] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359038] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360425] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363707] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366287] vgaarb: loaded\n[ 0.366889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368009] SCSI subsystem initialized\n[ 0.368826] ACPI: bus type USB registered\n[ 0.369637] usbcore: registered new interface driver usbfs\n[ 0.370670] usbcore: registered new interface driver hub\n[ 0.371674] usbcore: registered new device driver usb\n[ 0.372725] PCI: Using ACPI for IRQ routing\n[ 0.373738] NetLabel: Initializing\n[ 0.374448] NetLabel: domain hash size = 128\n[ 0.375295] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376248] NetLabel: unlabeled traffic allowed by default\n[ 0.377336] clocksource: Switched to clocksource kvm-clock\n[ 0.382769] AppArmor: AppArmor Filesystem Enabled\n[ 0.383728] pnp: PnP ACPI init\n[ 0.384634] pnp: PnP ACPI: found 5 devices\n[ 0.391005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392703] NET: Registered protocol family 2\n[ 0.393652] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394914] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396072] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397221] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399457] NET: Registered protocol family 1\n[ 0.400312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401399] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416518] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430775] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494835] Scanning for low memory corruption every 60 seconds\n[ 0.496164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497302] audit: initializing netlink subsys (disabled)\n[ 0.498334] audit: type=2000 audit(1541456154.625:1): initialized\n[ 0.499629] Initialise system trusted keyring\n[ 0.500549] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501737] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503692] zbud: loaded\n[ 0.504384] VFS: Disk quotas dquot_6.6.0\n[ 0.505196] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506707] fuse init (API version 7.23)\n[ 0.507609] Key type big_key registered\n[ 0.508396] Allocating IMA MOK and blacklist keyrings.\n[ 0.509500] Key type asymmetric registered\n[ 0.510311] Asymmetric key parser 'x509' registered\n[ 0.511252] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513078] io scheduler noop registered\n[ 0.513881] io scheduler deadline registered (default)\n[ 0.514861] io scheduler cfq registered\n[ 0.515682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519406] ACPI: Power Button [PWRF]\n[ 0.520225] GHES: HEST is not enabled!\n[ 0.533919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561670] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589557] Linux agpgart interface v0.103\n[ 0.594107] brd: module loaded\n[ 0.595450] loop: module loaded\n[ 0.600920] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602634] GPT:90111 != 2097151\n[ 0.603411] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604688] GPT:90111 != 2097151\n[ 0.605470] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606595] vda: vda1 vda15\n[ 0.608215] scsi host0: ata_piix\n[ 0.609061] scsi host1: ata_piix\n[ 0.609898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612989] libphy: Fixed MDIO Bus: probed\n[ 0.614121] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615231] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617392] PPP generic driver version 2.4.2\n[ 0.618670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620066] ehci-pci: EHCI PCI platform driver\n[ 0.621077] ehci-platform: EHCI generic platform driver\n[ 0.622238] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623564] ohci-pci: OHCI PCI platform driver\n[ 0.624569] ohci-platform: OHCI generic platform driver\n[ 0.625736] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641530] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643221] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644388] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648806] usb usb1: Product: UHCI Host Controller\n[ 0.649900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651367] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652493] hub 1-0:1.0: USB hub found\n[ 0.653404] hub 1-0:1.0: 2 ports detected\n[ 0.654454] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656840] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657873] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658868] mousedev: PS/2 mouse device common for all mice\n[ 0.660067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661857] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665229] i2c /dev entries driver\n[ 0.678820] device-mapper: uevent: version 1.0.3\n[ 0.687818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689396] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690644] NET: Registered protocol family 10\n[ 0.691623] NET: Registered protocol family 17\n[ 0.692493] Key type dns_resolver registered\n[ 0.693400] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696149] registered taskstats version 1\n[ 0.696961] Loading compiled-in X.509 certificates\n[ 0.698381] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700179] zswap: loaded using pool lzo/zbud\n[ 0.702014] Key type trusted registered\n[ 0.703540] Key type encrypted registered\n[ 0.704341] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706338] evm: HMAC attrs: 0x1\n[ 0.707274] Magic number: 10:460:299\n[ 0.708115] rtc_cmos 00:00: setting system clock to 2018-11-05 22:15:54 UTC (1541456154)\n[ 0.709678] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710761] EDD information not available.\n[ 0.770335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771846] Write protecting the kernel read-only data: 14336k\n[ 0.783433] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785213] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.829750] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.28. iid=i-00000024\n"} 2018-11-05 22:15:56,903 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62/action used request id req-d8b61aa6-fe5e-4956-b914-59170ce4a49e 2018-11-05 22:15:56,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08670282364s 2018-11-05 22:15:56,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62/action used request id req-d8b61aa6-fe5e-4956-b914-59170ce4a49e 2018-11-05 22:15:56,904 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 501814825 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.127591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129216] pid_max: default: 32768 minimum: 301 [ 0.130095] ACPI: Core revision 20150930 [ 0.131471] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132761] Security Framework initialized [ 0.133566] Yama: becoming mindful. [ 0.134283] AppArmor: AppArmor initialized [ 0.135140] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137720] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138919] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140286] Initializing cgroup subsys io [ 0.141089] Initializing cgroup subsys memory [ 0.141937] Initializing cgroup subsys devices [ 0.142808] Initializing cgroup subsys freezer [ 0.143663] Initializing cgroup subsys net_cls [ 0.144518] Initializing cgroup subsys perf_event [ 0.145412] Initializing cgroup subsys net_prio [ 0.146283] Initializing cgroup subsys hugetlb [ 0.147151] Initializing cgroup subsys pids [ 0.148015] CPU: Physical Processor ID: 0 [ 0.149513] mce: CPU supports 10 MCE banks [ 0.150349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151338] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163091] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169374] ftrace: allocating 31920 entries in 125 pages [ 0.195397] smpboot: Max logical packages: 1 [ 0.196237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197566] x2apic enabled [ 0.198358] Switched APIC routing to physical x2apic. [ 0.200096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204918] KVM setup paravirtual spinlock [ 0.206192] x86: Booted up 1 node, 1 CPUs [ 0.206988] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208355] devtmpfs: initialized [ 0.210064] evm: security.selinux [ 0.210759] evm: security.SMACK64 [ 0.211443] evm: security.SMACK64EXEC [ 0.212178] evm: security.SMACK64TRANSMUTE [ 0.212977] evm: security.SMACK64MMAP [ 0.213708] evm: security.ima [ 0.214344] evm: security.capability [ 0.215138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216967] pinctrl core: initialized pinctrl subsystem [ 0.218045] RTC time: 22:15:53, date: 11/05/18 [ 0.218999] NET: Registered protocol family 16 [ 0.219963] cpuidle: using governor ladder [ 0.220772] cpuidle: using governor menu [ 0.221549] PCCT header not found. [ 0.222283] ACPI: bus type PCI registered [ 0.223078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224301] PCI: Using configuration type 1 for base access [ 0.226048] ACPI: Added _OSI(Module Device) [ 0.226883] ACPI: Added _OSI(Processor Device) [ 0.227741] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228634] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230736] ACPI: Interpreter enabled [ 0.231496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233332] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235165] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238809] ACPI: (supports S0 S5) [ 0.239504] ACPI: Using IOAPIC for interrupt routing [ 0.240443] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243507] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244639] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247051] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249261] acpiphp: Slot [3] registered [ 0.250061] acpiphp: Slot [4] registered [ 0.250857] acpiphp: Slot [5] registered [ 0.251659] acpiphp: Slot [6] registered [ 0.252450] acpiphp: Slot [7] registered [ 0.253238] acpiphp: Slot [8] registered [ 0.254037] acpiphp: Slot [9] registered [ 0.254830] acpiphp: Slot [10] registered [ 0.255632] acpiphp: Slot [11] registered [ 0.256449] acpiphp: Slot [12] registered [ 0.257252] acpiphp: Slot [13] registered [ 0.258058] acpiphp: Slot [14] registered [ 0.258863] acpiphp: Slot [15] registered [ 0.269607] acpiphp: Slot [16] registered [ 0.270414] acpiphp: Slot [17] registered [ 0.271218] acpiphp: Slot [18] registered [ 0.272023] acpiphp: Slot [19] registered [ 0.272827] acpiphp: Slot [20] registered [ 0.273639] acpiphp: Slot [21] registered [ 0.274444] acpiphp: Slot [22] registered [ 0.275244] acpiphp: Slot [23] registered [ 0.276048] acpiphp: Slot [24] registered [ 0.276853] acpiphp: Slot [25] registered [ 0.277661] acpiphp: Slot [26] registered [ 0.278464] acpiphp: Slot [27] registered [ 0.279267] acpiphp: Slot [28] registered [ 0.280070] acpiphp: Slot [29] registered [ 0.280875] acpiphp: Slot [30] registered [ 0.281684] acpiphp: Slot [31] registered [ 0.282485] PCI host bridge to bus 0000:00 [ 0.283285] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284487] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.287126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.288562] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294764] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296036] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.297200] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.298457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.305262] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.306685] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356216] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357630] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359038] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360425] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363707] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366287] vgaarb: loaded [ 0.366889] vgaarb: bridge control possible 0000:00:02.0 [ 0.368009] SCSI subsystem initialized [ 0.368826] ACPI: bus type USB registered [ 0.369637] usbcore: registered new interface driver usbfs [ 0.370670] usbcore: registered new interface driver hub [ 0.371674] usbcore: registered new device driver usb [ 0.372725] PCI: Using ACPI for IRQ routing [ 0.373738] NetLabel: Initializing [ 0.374448] NetLabel: domain hash size = 128 [ 0.375295] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376248] NetLabel: unlabeled traffic allowed by default [ 0.377336] clocksource: Switched to clocksource kvm-clock [ 0.382769] AppArmor: AppArmor Filesystem Enabled [ 0.383728] pnp: PnP ACPI init [ 0.384634] pnp: PnP ACPI: found 5 devices [ 0.391005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392703] NET: Registered protocol family 2 [ 0.393652] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394914] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397221] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399457] NET: Registered protocol family 1 [ 0.400312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401399] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416518] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430775] Trying to unpack rootfs image as initramfs... [ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494835] Scanning for low memory corruption every 60 seconds [ 0.496164] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497302] audit: initializing netlink subsys (disabled) [ 0.498334] audit: type=2000 audit(1541456154.625:1): initialized [ 0.499629] Initialise system trusted keyring [ 0.500549] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501737] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503692] zbud: loaded [ 0.504384] VFS: Disk quotas dquot_6.6.0 [ 0.505196] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506707] fuse init (API version 7.23) [ 0.507609] Key type big_key registered [ 0.508396] Allocating IMA MOK and blacklist keyrings. [ 0.509500] Key type asymmetric registered [ 0.510311] Asymmetric key parser 'x509' registered [ 0.511252] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513078] io scheduler noop registered [ 0.513881] io scheduler deadline registered (default) [ 0.514861] io scheduler cfq registered [ 0.515682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519406] ACPI: Power Button [PWRF] [ 0.520225] GHES: HEST is not enabled! [ 0.533919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561670] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.563872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589557] Linux agpgart interface v0.103 [ 0.594107] brd: module loaded [ 0.595450] loop: module loaded [ 0.600920] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602634] GPT:90111 != 2097151 [ 0.603411] GPT:Alternate GPT header not at the end of the disk. [ 0.604688] GPT:90111 != 2097151 [ 0.605470] GPT: Use GNU Parted to correct GPT errors. [ 0.606595] vda: vda1 vda15 [ 0.608215] scsi host0: ata_piix [ 0.609061] scsi host1: ata_piix [ 0.609898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.611325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612989] libphy: Fixed MDIO Bus: probed [ 0.614121] tun: Universal TUN/TAP device driver, 1.6 [ 0.615231] tun: (C) 1999-2004 Max Krasnyansky [ 0.617392] PPP generic driver version 2.4.2 [ 0.618670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620066] ehci-pci: EHCI PCI platform driver [ 0.621077] ehci-platform: EHCI generic platform driver [ 0.622238] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623564] ohci-pci: OHCI PCI platform driver [ 0.624569] ohci-platform: OHCI generic platform driver [ 0.625736] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640348] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641530] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643221] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644388] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.647159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648806] usb usb1: Product: UHCI Host Controller [ 0.649900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651367] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652493] hub 1-0:1.0: USB hub found [ 0.653404] hub 1-0:1.0: 2 ports detected [ 0.654454] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656840] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657873] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658868] mousedev: PS/2 mouse device common for all mice [ 0.660067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661857] rtc_cmos 00:00: RTC can wake from S4 [ 0.662930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665229] i2c /dev entries driver [ 0.678820] device-mapper: uevent: version 1.0.3 [ 0.687818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689396] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690644] NET: Registered protocol family 10 [ 0.691623] NET: Registered protocol family 17 [ 0.692493] Key type dns_resolver registered [ 0.693400] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694466] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696149] registered taskstats version 1 [ 0.696961] Loading compiled-in X.509 certificates [ 0.698381] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700179] zswap: loaded using pool lzo/zbud [ 0.702014] Key type trusted registered [ 0.703540] Key type encrypted registered [ 0.704341] AppArmor: AppArmor sha1 policy hashing enabled [ 0.705328] ima: No TPM chip found, activating TPM-bypass! [ 0.706338] evm: HMAC attrs: 0x1 [ 0.707274] Magic number: 10:460:299 [ 0.708115] rtc_cmos 00:00: setting system clock to 2018-11-05 22:15:54 UTC (1541456154) [ 0.709678] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710761] EDD information not available. [ 0.770335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771846] Write protecting the kernel read-only data: 14336k [ 0.783433] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785213] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.829750] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.28. iid=i-00000024 2018-11-05 22:15:57,907 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-11-05 22:16:06,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:16:06,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:16:08,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-50d75ebd-b3f3-4e30-9464-3725617bdc3d x-compute-request-id: req-50d75ebd-b3f3-4e30-9464-3725617bdc3d Content-Encoding: gzip Content-Length: 9548 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 501814825 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.127591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129216] pid_max: default: 32768 minimum: 301\n[ 0.130095] ACPI: Core revision 20150930\n[ 0.131471] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132761] Security Framework initialized\n[ 0.133566] Yama: becoming mindful.\n[ 0.134283] AppArmor: AppArmor initialized\n[ 0.135140] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137720] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138919] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140286] Initializing cgroup subsys io\n[ 0.141089] Initializing cgroup subsys memory\n[ 0.141937] Initializing cgroup subsys devices\n[ 0.142808] Initializing cgroup subsys freezer\n[ 0.143663] Initializing cgroup subsys net_cls\n[ 0.144518] Initializing cgroup subsys perf_event\n[ 0.145412] Initializing cgroup subsys net_prio\n[ 0.146283] Initializing cgroup subsys hugetlb\n[ 0.147151] Initializing cgroup subsys pids\n[ 0.148015] CPU: Physical Processor ID: 0\n[ 0.149513] mce: CPU supports 10 MCE banks\n[ 0.150349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151338] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163091] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169374] ftrace: allocating 31920 entries in 125 pages\n[ 0.195397] smpboot: Max logical packages: 1\n[ 0.196237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197566] x2apic enabled\n[ 0.198358] Switched APIC routing to physical x2apic.\n[ 0.200096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204918] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206988] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208355] devtmpfs: initialized\n[ 0.210064] evm: security.selinux\n[ 0.210759] evm: security.SMACK64\n[ 0.211443] evm: security.SMACK64EXEC\n[ 0.212178] evm: security.SMACK64TRANSMUTE\n[ 0.212977] evm: security.SMACK64MMAP\n[ 0.213708] evm: security.ima\n[ 0.214344] evm: security.capability\n[ 0.215138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216967] pinctrl core: initialized pinctrl subsystem\n[ 0.218045] RTC time: 22:15:53, date: 11/05/18\n[ 0.218999] NET: Registered protocol family 16\n[ 0.219963] cpuidle: using governor ladder\n[ 0.220772] cpuidle: using governor menu\n[ 0.221549] PCCT header not found.\n[ 0.222283] ACPI: bus type PCI registered\n[ 0.223078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224301] PCI: Using configuration type 1 for base access\n[ 0.226048] ACPI: Added _OSI(Module Device)\n[ 0.226883] ACPI: Added _OSI(Processor Device)\n[ 0.227741] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228634] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230736] ACPI: Interpreter enabled\n[ 0.231496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233332] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235165] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238809] ACPI: (supports S0 S5)\n[ 0.239504] ACPI: Using IOAPIC for interrupt routing\n[ 0.240443] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243507] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244639] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247051] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249261] acpiphp: Slot [3] registered\n[ 0.250061] acpiphp: Slot [4] registered\n[ 0.250857] acpiphp: Slot [5] registered\n[ 0.251659] acpiphp: Slot [6] registered\n[ 0.252450] acpiphp: Slot [7] registered\n[ 0.253238] acpiphp: Slot [8] registered\n[ 0.254037] acpiphp: Slot [9] registered\n[ 0.254830] acpiphp: Slot [10] registered\n[ 0.255632] acpiphp: Slot [11] registered\n[ 0.256449] acpiphp: Slot [12] registered\n[ 0.257252] acpiphp: Slot [13] registered\n[ 0.258058] acpiphp: Slot [14] registered\n[ 0.258863] acpiphp: Slot [15] registered\n[ 0.269607] acpiphp: Slot [16] registered\n[ 0.270414] acpiphp: Slot [17] registered\n[ 0.271218] acpiphp: Slot [18] registered\n[ 0.272023] acpiphp: Slot [19] registered\n[ 0.272827] acpiphp: Slot [20] registered\n[ 0.273639] acpiphp: Slot [21] registered\n[ 0.274444] acpiphp: Slot [22] registered\n[ 0.275244] acpiphp: Slot [23] registered\n[ 0.276048] acpiphp: Slot [24] registered\n[ 0.276853] acpiphp: Slot [25] registered\n[ 0.277661] acpiphp: Slot [26] registered\n[ 0.278464] acpiphp: Slot [27] registered\n[ 0.279267] acpiphp: Slot [28] registered\n[ 0.280070] acpiphp: Slot [29] registered\n[ 0.280875] acpiphp: Slot [30] registered\n[ 0.281684] acpiphp: Slot [31] registered\n[ 0.282485] PCI host bridge to bus 0000:00\n[ 0.283285] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284487] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288562] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294764] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296036] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297200] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305262] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306685] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356216] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357630] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359038] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360425] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363707] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366287] vgaarb: loaded\n[ 0.366889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368009] SCSI subsystem initialized\n[ 0.368826] ACPI: bus type USB registered\n[ 0.369637] usbcore: registered new interface driver usbfs\n[ 0.370670] usbcore: registered new interface driver hub\n[ 0.371674] usbcore: registered new device driver usb\n[ 0.372725] PCI: Using ACPI for IRQ routing\n[ 0.373738] NetLabel: Initializing\n[ 0.374448] NetLabel: domain hash size = 128\n[ 0.375295] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376248] NetLabel: unlabeled traffic allowed by default\n[ 0.377336] clocksource: Switched to clocksource kvm-clock\n[ 0.382769] AppArmor: AppArmor Filesystem Enabled\n[ 0.383728] pnp: PnP ACPI init\n[ 0.384634] pnp: PnP ACPI: found 5 devices\n[ 0.391005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392703] NET: Registered protocol family 2\n[ 0.393652] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394914] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396072] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397221] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399457] NET: Registered protocol family 1\n[ 0.400312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401399] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416518] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430775] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494835] Scanning for low memory corruption every 60 seconds\n[ 0.496164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497302] audit: initializing netlink subsys (disabled)\n[ 0.498334] audit: type=2000 audit(1541456154.625:1): initialized\n[ 0.499629] Initialise system trusted keyring\n[ 0.500549] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501737] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503692] zbud: loaded\n[ 0.504384] VFS: Disk quotas dquot_6.6.0\n[ 0.505196] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506707] fuse init (API version 7.23)\n[ 0.507609] Key type big_key registered\n[ 0.508396] Allocating IMA MOK and blacklist keyrings.\n[ 0.509500] Key type asymmetric registered\n[ 0.510311] Asymmetric key parser 'x509' registered\n[ 0.511252] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513078] io scheduler noop registered\n[ 0.513881] io scheduler deadline registered (default)\n[ 0.514861] io scheduler cfq registered\n[ 0.515682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519406] ACPI: Power Button [PWRF]\n[ 0.520225] GHES: HEST is not enabled!\n[ 0.533919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561670] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589557] Linux agpgart interface v0.103\n[ 0.594107] brd: module loaded\n[ 0.595450] loop: module loaded\n[ 0.600920] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602634] GPT:90111 != 2097151\n[ 0.603411] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604688] GPT:90111 != 2097151\n[ 0.605470] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606595] vda: vda1 vda15\n[ 0.608215] scsi host0: ata_piix\n[ 0.609061] scsi host1: ata_piix\n[ 0.609898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612989] libphy: Fixed MDIO Bus: probed\n[ 0.614121] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615231] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617392] PPP generic driver version 2.4.2\n[ 0.618670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620066] ehci-pci: EHCI PCI platform driver\n[ 0.621077] ehci-platform: EHCI generic platform driver\n[ 0.622238] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623564] ohci-pci: OHCI PCI platform driver\n[ 0.624569] ohci-platform: OHCI generic platform driver\n[ 0.625736] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641530] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643221] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644388] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648806] usb usb1: Product: UHCI Host Controller\n[ 0.649900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651367] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652493] hub 1-0:1.0: USB hub found\n[ 0.653404] hub 1-0:1.0: 2 ports detected\n[ 0.654454] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656840] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657873] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658868] mousedev: PS/2 mouse device common for all mice\n[ 0.660067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661857] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665229] i2c /dev entries driver\n[ 0.678820] device-mapper: uevent: version 1.0.3\n[ 0.687818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689396] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690644] NET: Registered protocol family 10\n[ 0.691623] NET: Registered protocol family 17\n[ 0.692493] Key type dns_resolver registered\n[ 0.693400] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696149] registered taskstats version 1\n[ 0.696961] Loading compiled-in X.509 certificates\n[ 0.698381] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700179] zswap: loaded using pool lzo/zbud\n[ 0.702014] Key type trusted registered\n[ 0.703540] Key type encrypted registered\n[ 0.704341] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705328] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706338] evm: HMAC attrs: 0x1\n[ 0.707274] Magic number: 10:460:299\n[ 0.708115] rtc_cmos 00:00: setting system clock to 2018-11-05 22:15:54 UTC (1541456154)\n[ 0.709678] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710761] EDD information not available.\n[ 0.770335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771846] Write protecting the kernel read-only data: 14336k\n[ 0.783433] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785213] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.829750] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.28. iid=i-00000024\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChHsXbwdx5vup85bMqxs74WpZzC41ClgzFgEaSgpFgyQfBHda5MoRbS/jUjRpbJgDSiTcyWaJXK5vuAeT/wU02wIBpU8XOb/vZfURW4jwbrbqSWkTU6OnqAWCjXx3k0i1hWF55RSm2jR94ychgvCB6FQDtOf34Tu5ASrDig7LO6hqOGbOcIAyHP19jWxJ1d5jGN4ptgzPVkO6KPOuuTMDIxiyKBlQ3m1dk/HYW1MdGEQXe8HWTxCedFpDpses/NFTrk038PjU2wJqlSyqErN/adEkbNdgU3g+5vn0N/0yzV+8GHtXQXWSKl4y00d6BXoFYrEYDv37ucEGKPGjFD+9j root@vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25\nssh-dss AAAAB3NzaC1kc3MAAACBAMxC74xWC4M/Wbrr1yE+ua05UnEIt00s8nkBsZnkXV5qZXU9ZVpCbGoXZx50nuSoFNwYLRS+wTTIDk8Xd/152xKY84fR/fWFbBVgVjvjR0Q3Pz4ACAKxrkfNZydsR+MMD2V1MeRfBDTMQUt+ZXL/KgCwqLnUc14+yvWYR3iOtqS9AAAAFQDlv11pDG68owC22GBgMF9bBWwhcQAAAIEApDjPosoUJwYifuzsEyBtwmceL0kya7piYu/JAivCDbZQ4SiuyA+8mWyIkFvhPBV8/XfHm/PyHX/NytoeAk0xULtPT7antaMtl1z9JQL6B2FvUwytT0ce8Lt86cQVWCP3LHzV9DcCPijmvaOCSi/aBKgOoGb2r6f376nz7wGainsAAACAWLDYvNAEDLH4M45NkfwCTQrV8enNE6reb7c2Axyr2C+L6hh9OqgZRHpQc0d25s2ORfA9IipJojEweBmpPa4sc5h2Y1krvuiCg/MEkjcjLdnoKLwYt48PGWZfW5f6wIUNs41JzMrkm0e38wtoTzcb5ZrH/f/GNlHsLMz7R94uQ80= root@vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25\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.8,24,fe80::f816:3eff:fe09:e52b/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000024\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.24 ===\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-e749d596-77ad-4367-bdf6-cbb42eb03a25 login: /dev/root resized successfully [took 3.27s]\n"} 2018-11-05 22:16:08,025 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62/action used request id req-50d75ebd-b3f3-4e30-9464-3725617bdc3d 2018-11-05 22:16:08,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11498785019s 2018-11-05 22:16:08,026 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62/action used request id req-50d75ebd-b3f3-4e30-9464-3725617bdc3d 2018-11-05 22:16:08,026 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 501814825 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.127591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129216] pid_max: default: 32768 minimum: 301 [ 0.130095] ACPI: Core revision 20150930 [ 0.131471] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132761] Security Framework initialized [ 0.133566] Yama: becoming mindful. [ 0.134283] AppArmor: AppArmor initialized [ 0.135140] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136458] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137720] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138919] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140286] Initializing cgroup subsys io [ 0.141089] Initializing cgroup subsys memory [ 0.141937] Initializing cgroup subsys devices [ 0.142808] Initializing cgroup subsys freezer [ 0.143663] Initializing cgroup subsys net_cls [ 0.144518] Initializing cgroup subsys perf_event [ 0.145412] Initializing cgroup subsys net_prio [ 0.146283] Initializing cgroup subsys hugetlb [ 0.147151] Initializing cgroup subsys pids [ 0.148015] CPU: Physical Processor ID: 0 [ 0.149513] mce: CPU supports 10 MCE banks [ 0.150349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151338] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163091] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169374] ftrace: allocating 31920 entries in 125 pages [ 0.195397] smpboot: Max logical packages: 1 [ 0.196237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197566] x2apic enabled [ 0.198358] Switched APIC routing to physical x2apic. [ 0.200096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204918] KVM setup paravirtual spinlock [ 0.206192] x86: Booted up 1 node, 1 CPUs [ 0.206988] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208355] devtmpfs: initialized [ 0.210064] evm: security.selinux [ 0.210759] evm: security.SMACK64 [ 0.211443] evm: security.SMACK64EXEC [ 0.212178] evm: security.SMACK64TRANSMUTE [ 0.212977] evm: security.SMACK64MMAP [ 0.213708] evm: security.ima [ 0.214344] evm: security.capability [ 0.215138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216967] pinctrl core: initialized pinctrl subsystem [ 0.218045] RTC time: 22:15:53, date: 11/05/18 [ 0.218999] NET: Registered protocol family 16 [ 0.219963] cpuidle: using governor ladder [ 0.220772] cpuidle: using governor menu [ 0.221549] PCCT header not found. [ 0.222283] ACPI: bus type PCI registered [ 0.223078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224301] PCI: Using configuration type 1 for base access [ 0.226048] ACPI: Added _OSI(Module Device) [ 0.226883] ACPI: Added _OSI(Processor Device) [ 0.227741] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228634] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230736] ACPI: Interpreter enabled [ 0.231496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233332] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235165] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238809] ACPI: (supports S0 S5) [ 0.239504] ACPI: Using IOAPIC for interrupt routing [ 0.240443] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243507] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244639] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247051] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249261] acpiphp: Slot [3] registered [ 0.250061] acpiphp: Slot [4] registered [ 0.250857] acpiphp: Slot [5] registered [ 0.251659] acpiphp: Slot [6] registered [ 0.252450] acpiphp: Slot [7] registered [ 0.253238] acpiphp: Slot [8] registered [ 0.254037] acpiphp: Slot [9] registered [ 0.254830] acpiphp: Slot [10] registered [ 0.255632] acpiphp: Slot [11] registered [ 0.256449] acpiphp: Slot [12] registered [ 0.257252] acpiphp: Slot [13] registered [ 0.258058] acpiphp: Slot [14] registered [ 0.258863] acpiphp: Slot [15] registered [ 0.269607] acpiphp: Slot [16] registered [ 0.270414] acpiphp: Slot [17] registered [ 0.271218] acpiphp: Slot [18] registered [ 0.272023] acpiphp: Slot [19] registered [ 0.272827] acpiphp: Slot [20] registered [ 0.273639] acpiphp: Slot [21] registered [ 0.274444] acpiphp: Slot [22] registered [ 0.275244] acpiphp: Slot [23] registered [ 0.276048] acpiphp: Slot [24] registered [ 0.276853] acpiphp: Slot [25] registered [ 0.277661] acpiphp: Slot [26] registered [ 0.278464] acpiphp: Slot [27] registered [ 0.279267] acpiphp: Slot [28] registered [ 0.280070] acpiphp: Slot [29] registered [ 0.280875] acpiphp: Slot [30] registered [ 0.281684] acpiphp: Slot [31] registered [ 0.282485] PCI host bridge to bus 0000:00 [ 0.283285] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284487] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.287126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.288562] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294764] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296036] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.297200] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.298457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.305262] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.306685] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356216] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357630] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359038] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360425] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363707] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366287] vgaarb: loaded [ 0.366889] vgaarb: bridge control possible 0000:00:02.0 [ 0.368009] SCSI subsystem initialized [ 0.368826] ACPI: bus type USB registered [ 0.369637] usbcore: registered new interface driver usbfs [ 0.370670] usbcore: registered new interface driver hub [ 0.371674] usbcore: registered new device driver usb [ 0.372725] PCI: Using ACPI for IRQ routing [ 0.373738] NetLabel: Initializing [ 0.374448] NetLabel: domain hash size = 128 [ 0.375295] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376248] NetLabel: unlabeled traffic allowed by default [ 0.377336] clocksource: Switched to clocksource kvm-clock [ 0.382769] AppArmor: AppArmor Filesystem Enabled [ 0.383728] pnp: PnP ACPI init [ 0.384634] pnp: PnP ACPI: found 5 devices [ 0.391005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392703] NET: Registered protocol family 2 [ 0.393652] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394914] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397221] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399457] NET: Registered protocol family 1 [ 0.400312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401399] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416518] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430775] Trying to unpack rootfs image as initramfs... [ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494835] Scanning for low memory corruption every 60 seconds [ 0.496164] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497302] audit: initializing netlink subsys (disabled) [ 0.498334] audit: type=2000 audit(1541456154.625:1): initialized [ 0.499629] Initialise system trusted keyring [ 0.500549] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501737] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503692] zbud: loaded [ 0.504384] VFS: Disk quotas dquot_6.6.0 [ 0.505196] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506707] fuse init (API version 7.23) [ 0.507609] Key type big_key registered [ 0.508396] Allocating IMA MOK and blacklist keyrings. [ 0.509500] Key type asymmetric registered [ 0.510311] Asymmetric key parser 'x509' registered [ 0.511252] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513078] io scheduler noop registered [ 0.513881] io scheduler deadline registered (default) [ 0.514861] io scheduler cfq registered [ 0.515682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519406] ACPI: Power Button [PWRF] [ 0.520225] GHES: HEST is not enabled! [ 0.533919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561670] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.563872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589557] Linux agpgart interface v0.103 [ 0.594107] brd: module loaded [ 0.595450] loop: module loaded [ 0.600920] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602634] GPT:90111 != 2097151 [ 0.603411] GPT:Alternate GPT header not at the end of the disk. [ 0.604688] GPT:90111 != 2097151 [ 0.605470] GPT: Use GNU Parted to correct GPT errors. [ 0.606595] vda: vda1 vda15 [ 0.608215] scsi host0: ata_piix [ 0.609061] scsi host1: ata_piix [ 0.609898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.611325] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612989] libphy: Fixed MDIO Bus: probed [ 0.614121] tun: Universal TUN/TAP device driver, 1.6 [ 0.615231] tun: (C) 1999-2004 Max Krasnyansky [ 0.617392] PPP generic driver version 2.4.2 [ 0.618670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620066] ehci-pci: EHCI PCI platform driver [ 0.621077] ehci-platform: EHCI generic platform driver [ 0.622238] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623564] ohci-pci: OHCI PCI platform driver [ 0.624569] ohci-platform: OHCI generic platform driver [ 0.625736] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640348] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641530] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643221] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644388] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.647159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648806] usb usb1: Product: UHCI Host Controller [ 0.649900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651367] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652493] hub 1-0:1.0: USB hub found [ 0.653404] hub 1-0:1.0: 2 ports detected [ 0.654454] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656840] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657873] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658868] mousedev: PS/2 mouse device common for all mice [ 0.660067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661857] rtc_cmos 00:00: RTC can wake from S4 [ 0.662930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665229] i2c /dev entries driver [ 0.678820] device-mapper: uevent: version 1.0.3 [ 0.687818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689396] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690644] NET: Registered protocol family 10 [ 0.691623] NET: Registered protocol family 17 [ 0.692493] Key type dns_resolver registered [ 0.693400] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694466] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696149] registered taskstats version 1 [ 0.696961] Loading compiled-in X.509 certificates [ 0.698381] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700179] zswap: loaded using pool lzo/zbud [ 0.702014] Key type trusted registered [ 0.703540] Key type encrypted registered [ 0.704341] AppArmor: AppArmor sha1 policy hashing enabled [ 0.705328] ima: No TPM chip found, activating TPM-bypass! [ 0.706338] evm: HMAC attrs: 0x1 [ 0.707274] Magic number: 10:460:299 [ 0.708115] rtc_cmos 00:00: setting system clock to 2018-11-05 22:15:54 UTC (1541456154) [ 0.709678] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710761] EDD information not available. [ 0.770335] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771846] Write protecting the kernel read-only data: 14336k [ 0.783433] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785213] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.829750] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 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.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.28. iid=i-00000024 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChHsXbwdx5vup85bMqxs74WpZzC41ClgzFgEaSgpFgyQfBHda5MoRbS/jUjRpbJgDSiTcyWaJXK5vuAeT/wU02wIBpU8XOb/vZfURW4jwbrbqSWkTU6OnqAWCjXx3k0i1hWF55RSm2jR94ychgvCB6FQDtOf34Tu5ASrDig7LO6hqOGbOcIAyHP19jWxJ1d5jGN4ptgzPVkO6KPOuuTMDIxiyKBlQ3m1dk/HYW1MdGEQXe8HWTxCedFpDpses/NFTrk038PjU2wJqlSyqErN/adEkbNdgU3g+5vn0N/0yzV+8GHtXQXWSKl4y00d6BXoFYrEYDv37ucEGKPGjFD+9j root@vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25 ssh-dss AAAAB3NzaC1kc3MAAACBAMxC74xWC4M/Wbrr1yE+ua05UnEIt00s8nkBsZnkXV5qZXU9ZVpCbGoXZx50nuSoFNwYLRS+wTTIDk8Xd/152xKY84fR/fWFbBVgVjvjR0Q3Pz4ACAKxrkfNZydsR+MMD2V1MeRfBDTMQUt+ZXL/KgCwqLnUc14+yvWYR3iOtqS9AAAAFQDlv11pDG68owC22GBgMF9bBWwhcQAAAIEApDjPosoUJwYifuzsEyBtwmceL0kya7piYu/JAivCDbZQ4SiuyA+8mWyIkFvhPBV8/XfHm/PyHX/NytoeAk0xULtPT7antaMtl1z9JQL6B2FvUwytT0ce8Lt86cQVWCP3LHzV9DcCPijmvaOCSi/aBKgOoGb2r6f376nz7wGainsAAACAWLDYvNAEDLH4M45NkfwCTQrV8enNE6reb7c2Axyr2C+L6hh9OqgZRHpQc0d25s2ORfA9IipJojEweBmpPa4sc5h2Y1krvuiCg/MEkjcjLdnoKLwYt48PGWZfW5f6wIUNs41JzMrkm0e38wtoTzcb5ZrH/f/GNlHsLMz7R94uQ80= root@vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe09:e52b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25 launch-index: 0 === cirros: current=0.4.0 uptime=4.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-e749d596-77ad-4367-bdf6-cbb42eb03a25 login: /dev/root resized successfully [took 3.27s] 2018-11-05 22:16:08,029 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f375150L 2018-11-05 22:16:08,030 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 22:16:08,030 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-05 22:16:08,030 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-05 22:16:08,032 - 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-11-05 22:16:08,032 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 22:16:08,032 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-05 22:16:08,032 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 22:16:08,032 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 22:16:08,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 22:16:08,053 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 22:16:08,054 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 22:16:08,063 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 57825d9dc839f679ee865c423bc58786 2018-11-05 22:16:08,064 - paramiko.transport - DEBUG - Trying key daf8db73910242d7b9d0986259a1d12a from /tmp/tmpVrKuoz 2018-11-05 22:16:08,089 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 22:16:08,095 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 22:16:08,097 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 22:16:08,097 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-05 22:16:08,097 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 22:16:08,099 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 22:16:18,101 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 22:16:18,101 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes --- 192.168.120.7 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-11-05 22:16:18,102 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-05 22:16:18,109 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 22:16:18,245 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:16:18,245 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:50 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-11-05 22:16:18,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-05 22:16:18,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:18,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53f75de0-818d-4cec-8d2d-994371c7184c x-compute-request-id: req-53f75de0-818d-4cec-8d2d-994371c7184c Content-Type: application/json 2018-11-05 22:16:18,422 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21 used request id req-53f75de0-818d-4cec-8d2d-994371c7184c 2018-11-05 22:16:18,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170766115189s 2018-11-05 22:16:18,422 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21 used request id req-53f75de0-818d-4cec-8d2d-994371c7184c 2018-11-05 22:16:18,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:18,426 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:19,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60dd884e-02a3-4172-98a2-a0c8e37414f1 x-compute-request-id: req-60dd884e-02a3-4172-98a2-a0c8e37414f1 Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:53.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:53Z", "hostId": "4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:48Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:6f:82", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:44.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "f0b57f9a-d5f9-4ab9-9b36-0ef7984ecd21", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:16:18Z", "hostId": "491d0df9a5da836b8c27164ccec53aca5c0090d1104b64cb82fa37c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:40Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:19,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60dd884e-02a3-4172-98a2-a0c8e37414f1 2018-11-05 22:16:19,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79212808609s 2018-11-05 22:16:19,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60dd884e-02a3-4172-98a2-a0c8e37414f1 2018-11-05 22:16:19,218 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:16:21,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:21,223 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:21,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-aee525b3-2a1f-41f1-b14e-63c221500f04 x-compute-request-id: req-aee525b3-2a1f-41f1-b14e-63c221500f04 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:53.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:15:53Z", "hostId": "4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:48Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:21,577 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aee525b3-2a1f-41f1-b14e-63c221500f04 2018-11-05 22:16:21,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356719970703s 2018-11-05 22:16:21,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aee525b3-2a1f-41f1-b14e-63c221500f04 2018-11-05 22:16:21,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-05 22:16:21,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/e6b10d40-f40d-4aa9-a064-0a39f7a07624.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:22,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c9e93a6-4a94-4509-bf78-e36b3c025479 Content-Length: 0 Date: Mon, 05 Nov 2018 22:16:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:16:22,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/e6b10d40-f40d-4aa9-a064-0a39f7a07624.json used request id req-0c9e93a6-4a94-4509-bf78-e36b3c025479 2018-11-05 22:16:22,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.539752960205s 2018-11-05 22:16:22,122 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/e6b10d40-f40d-4aa9-a064-0a39f7a07624.json used request id req-0c9e93a6-4a94-4509-bf78-e36b3c025479 2018-11-05 22:16:22,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-05 22:16:22,128 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:22,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8b70bded-fe07-4e45-8a37-fd422dc24e09 Date: Mon, 05 Nov 2018 22:16:22 GMT RESP BODY: {"floatingips": []} 2018-11-05 22:16:22,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8b70bded-fe07-4e45-8a37-fd422dc24e09 2018-11-05 22:16:22,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0170900821686s 2018-11-05 22:16:22,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8b70bded-fe07-4e45-8a37-fd422dc24e09 2018-11-05 22:16:22,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-05 22:16:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:22,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d61e83dd-2bf2-4598-b863-d95f5e178175 x-compute-request-id: req-d61e83dd-2bf2-4598-b863-d95f5e178175 Content-Type: application/json 2018-11-05 22:16:22,315 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62 used request id req-d61e83dd-2bf2-4598-b863-d95f5e178175 2018-11-05 22:16:22,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.16911315918s 2018-11-05 22:16:22,315 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62 used request id req-d61e83dd-2bf2-4598-b863-d95f5e178175 2018-11-05 22:16:22,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:22,321 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:22,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16: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-979a5531-036c-4141-85ea-8123cc064277 x-compute-request-id: req-979a5531-036c-4141-85ea-8123cc064277 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:2b", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1d390606-356c-4be5-8d20-c8ee9c650a62", "rel": "bookmark"}], "image": {"id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "links": [{"href": "http://172.30.9.23:8774/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:15:53.000000", "flavor": {"id": "e9510120-183e-4193-ab28-b7a795adbc07", "links": [{"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}]}, "id": "1d390606-356c-4be5-8d20-c8ee9c650a62", "security_groups": [{"name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}], "user_id": "0ee707f3367c45448cce2b13fd527116", "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-11-05T22:16:22Z", "hostId": "4a728693804eab9563140e030fcd9f9784c734303f7d51f4659c7695", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25", "name": "vping_ssh-vm_e749d596-77ad-4367-bdf6-cbb42eb03a25", "created": "2018-11-05T22:15:48Z", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:22,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-979a5531-036c-4141-85ea-8123cc064277 2018-11-05 22:16:22,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500598907471s 2018-11-05 22:16:22,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-979a5531-036c-4141-85ea-8123cc064277 2018-11-05 22:16:22,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:16:24,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:24,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:24,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16: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-00c6fd34-0ddd-469c-801f-4ea41c2669b7 x-compute-request-id: req-00c6fd34-0ddd-469c-801f-4ea41c2669b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 22:16:24,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-00c6fd34-0ddd-469c-801f-4ea41c2669b7 2018-11-05 22:16:24,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.101318120956s 2018-11-05 22:16:24,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-00c6fd34-0ddd-469c-801f-4ea41c2669b7 2018-11-05 22:16:24,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:16:24,926 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:25,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-d4039d4d-17b4-4ca8-9dc6-240b7f49b2c1 Date: Mon, 05 Nov 2018 22:16:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:36Z", "updated_at": "2018-11-05T22:15:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:37Z", "revision_number": 0, "id": "08b9ff5d-e484-4582-8d75-f670aa7fe9ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:37Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "61208304-8257-470c-b8ab-e328afaee987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "6b6e7202-c4e4-4c59-a5d6-66b633e99f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:36Z", "revision_number": 0, "id": "ba1580f1-69de-4227-9abf-e7c0e4d8dab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:36Z", "security_group_id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 4, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "819350f8-9a40-4b93-bb1a-17a71f08f6c4", "name": "vping_ssh-sg_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, {"description": "Default security group", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:28Z", "updated_at": "2018-11-05T22:15:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "353abe8d-8e94-41db-aff3-531dabe91a21", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "8df1eefb-eea0-4422-9ce7-3170f59d3b70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "b3595c33-f358-472a-b154-8dc0565654c3", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "e964e89e-10d2-415b-a5a1-daee27f2a78c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 4, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "f62ee487-de8a-416c-9293-83495ce6007b", "name": "default"}]} 2018-11-05 22:16:25,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d4039d4d-17b4-4ca8-9dc6-240b7f49b2c1 2018-11-05 22:16:25,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186947107315s 2018-11-05 22:16:25,113 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d4039d4d-17b4-4ca8-9dc6-240b7f49b2c1 2018-11-05 22:16:25,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-05 22:16:25,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/819350f8-9a40-4b93-bb1a-17a71f08f6c4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:25,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7db36f0b-a373-4c8b-85f9-7a8fc6387cae Content-Length: 0 Date: Mon, 05 Nov 2018 22:16:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:16:25,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/819350f8-9a40-4b93-bb1a-17a71f08f6c4.json used request id req-7db36f0b-a373-4c8b-85f9-7a8fc6387cae 2018-11-05 22:16:25,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.163613080978s 2018-11-05 22:16:25,280 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/819350f8-9a40-4b93-bb1a-17a71f08f6c4.json used request id req-7db36f0b-a373-4c8b-85f9-7a8fc6387cae 2018-11-05 22:16:25,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-05 22:16:25,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:25,314 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22: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-39d8bb48-df37-4171-9425-2b4fc1d1141a x-compute-request-id: req-39d8bb48-df37-4171-9425-2b4fc1d1141a Content-Length: 0 Content-Type: application/json 2018-11-05 22:16:25,314 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25 used request id req-39d8bb48-df37-4171-9425-2b4fc1d1141a 2018-11-05 22:16:25,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0335731506348s 2018-11-05 22:16:25,315 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_e749d596-77ad-4367-bdf6-cbb42eb03a25 used request id req-39d8bb48-df37-4171-9425-2b4fc1d1141a 2018-11-05 22:16:25,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-05 22:16:25,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" -d '{"subnet_id": "425f01a3-a65d-44d9-9041-10b46b325b30"}' 2018-11-05 22:16:26,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d966c7c5-7822-43d0-8cb2-ccac2dcef5cf Date: Mon, 05 Nov 2018 22:16:26 GMT RESP BODY: {"network_id": "4a305e07-84df-45ba-8060-8cc326cfea3e", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "subnet_id": "425f01a3-a65d-44d9-9041-10b46b325b30", "subnet_ids": ["425f01a3-a65d-44d9-9041-10b46b325b30"], "port_id": "4dd744b3-36f4-45da-bd1f-5d871466a06f", "id": "7c36aeee-2f30-4336-93ff-78ac633b6d50"} 2018-11-05 22:16:26,370 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50/remove_router_interface.json used request id req-d966c7c5-7822-43d0-8cb2-ccac2dcef5cf 2018-11-05 22:16:26,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.05511283875s 2018-11-05 22:16:26,371 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50/remove_router_interface.json used request id req-d966c7c5-7822-43d0-8cb2-ccac2dcef5cf returning object 7c36aeee-2f30-4336-93ff-78ac633b6d50 2018-11-05 22:16:26,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-05 22:16:26,372 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:26,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-79d34664-fc8c-411a-b543-ebd77c55ccd0 Date: Mon, 05 Nov 2018 22:16:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:30Z", "admin_state_up": true, "updated_at": "2018-11-05T22:16:25Z", "revision_number": 4, "routes": [], "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "7c36aeee-2f30-4336-93ff-78ac633b6d50", "name": "vping_ssh-router_e749d596-77ad-4367-bdf6-cbb42eb03a25"}]} 2018-11-05 22:16:26,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-79d34664-fc8c-411a-b543-ebd77c55ccd0 2018-11-05 22:16:26,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0751628875732s 2018-11-05 22:16:26,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-79d34664-fc8c-411a-b543-ebd77c55ccd0 2018-11-05 22:16:26,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-05 22:16:26,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:27,660 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f9c9ac5-f437-473a-aea6-e551c1df9abc Content-Length: 0 Date: Mon, 05 Nov 2018 22:16:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:16:27,661 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50.json used request id req-9f9c9ac5-f437-473a-aea6-e551c1df9abc 2018-11-05 22:16:27,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21226787567s 2018-11-05 22:16:27,661 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7c36aeee-2f30-4336-93ff-78ac633b6d50.json used request id req-9f9c9ac5-f437-473a-aea6-e551c1df9abc 2018-11-05 22:16:27,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-05 22:16:27,662 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:27,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-539a55ec-ca27-4410-839b-06ba62dba672 Date: Mon, 05 Nov 2018 22:16:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a305e07-84df-45ba-8060-8cc326cfea3e","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:15:29Z","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":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"425f01a3-a65d-44d9-9041-10b46b325b30","subnetpool_id":null,"name":"vping_ssh-subnet_e749d596-77ad-4367-bdf6-cbb42eb03a25"}]} 2018-11-05 22:16:27,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-539a55ec-ca27-4410-839b-06ba62dba672 2018-11-05 22:16:27,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0580720901489s 2018-11-05 22:16:27,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-539a55ec-ca27-4410-839b-06ba62dba672 2018-11-05 22:16:27,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-05 22:16:27,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/425f01a3-a65d-44d9-9041-10b46b325b30.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:30,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82d1d955-2e02-44cc-a230-696d93bcfb22 Date: Mon, 05 Nov 2018 22:16:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:16:30,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/425f01a3-a65d-44d9-9041-10b46b325b30.json used request id req-82d1d955-2e02-44cc-a230-696d93bcfb22 2018-11-05 22:16:30,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38828492165s 2018-11-05 22:16:30,110 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/425f01a3-a65d-44d9-9041-10b46b325b30.json used request id req-82d1d955-2e02-44cc-a230-696d93bcfb22 2018-11-05 22:16:30,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:16:30,111 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:30,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-52cfc440-cad9-479d-a9b3-b98c7d0af8cb Date: Mon, 05 Nov 2018 22:16:30 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-11-05T22:16:29Z","tenant_id":"60ca41dce7744371b8cbc9cb6f09f1b0","created_at":"2018-11-05T22:15:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60ca41dce7744371b8cbc9cb6f09f1b0","id":"4a305e07-84df-45ba-8060-8cc326cfea3e","name":"vping_ssh-net_e749d596-77ad-4367-bdf6-cbb42eb03a25"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"}]} 2018-11-05 22:16:30,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-52cfc440-cad9-479d-a9b3-b98c7d0af8cb 2018-11-05 22:16:30,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129718065262s 2018-11-05 22:16:30,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-52cfc440-cad9-479d-a9b3-b98c7d0af8cb 2018-11-05 22:16:30,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-05 22:16:30,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/4a305e07-84df-45ba-8060-8cc326cfea3e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:31,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aeea18f8-5025-4f76-8433-f0610d77c255 Date: Mon, 05 Nov 2018 22:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:16:31,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/4a305e07-84df-45ba-8060-8cc326cfea3e.json used request id req-aeea18f8-5025-4f76-8433-f0610d77c255 2018-11-05 22:16:31,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19348096848s 2018-11-05 22:16:31,435 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/4a305e07-84df-45ba-8060-8cc326cfea3e.json used request id req-aeea18f8-5025-4f76-8433-f0610d77c255 2018-11-05 22:16:31,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:16:31,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:31,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-4c4b29bd-5a82-4809-afbb-982abb744de0 Date: Mon, 05 Nov 2018 22:16:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "metadata": {}}], "file": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/file", "owner": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "size": 12716032, "self": "/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:15:35Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e749d596-77ad-4367-bdf6-cbb42eb03a25", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:15:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:16:31,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4c4b29bd-5a82-4809-afbb-982abb744de0 2018-11-05 22:16:31,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.033753156662s 2018-11-05 22:16:31,470 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4c4b29bd-5a82-4809-afbb-982abb744de0 2018-11-05 22:16:31,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:16:31,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc97cd59f37e033df7d6a3629b8351c335cc4b53" 2018-11-05 22:16:33,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ce00f51-f118-46ed-9ea0-332b2fd12d1d Date: Mon, 05 Nov 2018 22:16:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:16:33,097 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0 used request id req-8ce00f51-f118-46ed-9ea0-332b2fd12d1d 2018-11-05 22:16:33,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.62501096725s 2018-11-05 22:16:33,098 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d6b6459b-b58b-4921-bf37-e0e0c1113cf0 used request id req-8ce00f51-f118-46ed-9ea0-332b2fd12d1d 2018-11-05 22:16:33,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:16:33,101 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16: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-4976f7a9-a20d-4345-8f0b-b7f0fc293679 x-compute-request-id: req-4976f7a9-a20d-4345-8f0b-b7f0fc293679 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9510120-183e-4193-ab28-b7a795adbc07", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9510120-183e-4193-ab28-b7a795adbc07", "name": "vping_ssh-flavor_e749d596-77ad-4367-bdf6-cbb42eb03a25", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:16:33,128 - 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-4976f7a9-a20d-4345-8f0b-b7f0fc293679 2018-11-05 22:16:33,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293500423431s 2018-11-05 22:16:33,128 - 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-4976f7a9-a20d-4345-8f0b-b7f0fc293679 2018-11-05 22:16:33,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:16:33,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,170 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:16: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-c018d0e2-18fb-4edc-bc7a-c47dd6fc55e9 x-compute-request-id: req-c018d0e2-18fb-4edc-bc7a-c47dd6fc55e9 Content-Length: 0 Content-Type: application/json 2018-11-05 22:16:33,171 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07 used request id req-c018d0e2-18fb-4edc-bc7a-c47dd6fc55e9 2018-11-05 22:16:33,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0413370132446s 2018-11-05 22:16:33,171 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e9510120-183e-4193-ab28-b7a795adbc07 used request id req-c018d0e2-18fb-4edc-bc7a-c47dd6fc55e9 2018-11-05 22:16:33,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:16:33,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6524e12-62ea-4c79-907a-73275cc88e0f Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25", "links": {"self": "http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116"}, "domain_id": "default", "enabled": true, "id": "0ee707f3367c45448cce2b13fd527116", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:16:33,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a6524e12-62ea-4c79-907a-73275cc88e0f 2018-11-05 22:16:33,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101150989532s 2018-11-05 22:16:33,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a6524e12-62ea-4c79-907a-73275cc88e0f 2018-11-05 22:16:33,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:16:33,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0b6ac4-d14f-4913-8aa0-8dd5041c29cd Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116"}, "enabled": true, "id": "0ee707f3367c45448cce2b13fd527116", "options": {}, "domain_id": "default", "name": "vping_ssh-user_e749d596-77ad-4367-bdf6-cbb42eb03a25"}} 2018-11-05 22:16:33,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 used request id req-8e0b6ac4-d14f-4913-8aa0-8dd5041c29cd 2018-11-05 22:16:33,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0935051441193s 2018-11-05 22:16:33,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 used request id req-8e0b6ac4-d14f-4913-8aa0-8dd5041c29cd 2018-11-05 22:16:33,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:16:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-695ea847-16d3-4a31-836e-17829010e30d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:16:33,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 used request id req-695ea847-16d3-4a31-836e-17829010e30d 2018-11-05 22:16:33,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.185330867767s 2018-11-05 22:16:33,559 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0ee707f3367c45448cce2b13fd527116 used request id req-695ea847-16d3-4a31-836e-17829010e30d 2018-11-05 22:16:33,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:16:33,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee02f37-c8e0-40da-8516-976f3d5ffee5 Content-Encoding: gzip Content-Length: 378 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "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/60ca41dce7744371b8cbc9cb6f09f1b0"}, "enabled": true, "id": "60ca41dce7744371b8cbc9cb6f09f1b0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e749d596-77ad-4367-bdf6-cbb42eb03a25"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:16:33,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9ee02f37-c8e0-40da-8516-976f3d5ffee5 2018-11-05 22:16:33,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805938243866s 2018-11-05 22:16:33,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9ee02f37-c8e0-40da-8516-976f3d5ffee5 2018-11-05 22:16:33,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:16:33,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/60ca41dce7744371b8cbc9cb6f09f1b0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,790 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de683b38-cefd-4167-bce4-2e20095e26eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:16:33,791 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/60ca41dce7744371b8cbc9cb6f09f1b0 used request id req-de683b38-cefd-4167-bce4-2e20095e26eb 2018-11-05 22:16:33,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147405862808s 2018-11-05 22:16:33,791 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/60ca41dce7744371b8cbc9cb6f09f1b0 used request id req-de683b38-cefd-4167-bce4-2e20095e26eb 2018-11-05 22:16:33,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:16:33,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e127df04-1405-4539-8ebe-ca6906ac0138 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c8bd6a39b919455ea905f6349b6e6837", "links": {"self": "http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:16:33,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e127df04-1405-4539-8ebe-ca6906ac0138 2018-11-05 22:16:33,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0855619907379s 2018-11-05 22:16:33,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:16:33,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:33,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee1c0f23-9fcb-4ca6-b00b-c177e3f43df5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:16:33,978 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c8bd6a39b919455ea905f6349b6e6837 used request id req-ee1c0f23-9fcb-4ca6-b00b-c177e3f43df5 2018-11-05 22:16:33,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0991840362549s 2018-11-05 22:16:33,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:16:33,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=60ca41dce7744371b8cbc9cb6f09f1b0&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:34,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-445a8266-f2f1-41a3-8528-539db5c1c086 Date: Mon, 05 Nov 2018 22:16:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:28Z", "updated_at": "2018-11-05T22:15:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "353abe8d-8e94-41db-aff3-531dabe91a21", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "8df1eefb-eea0-4422-9ce7-3170f59d3b70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "b3595c33-f358-472a-b154-8dc0565654c3", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "e964e89e-10d2-415b-a5a1-daee27f2a78c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 4, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "f62ee487-de8a-416c-9293-83495ce6007b", "name": "default"}]} 2018-11-05 22:16:34,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=60ca41dce7744371b8cbc9cb6f09f1b0&name=default used request id req-445a8266-f2f1-41a3-8528-539db5c1c086 2018-11-05 22:16:34,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.18253493309s 2018-11-05 22:16:34,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=60ca41dce7744371b8cbc9cb6f09f1b0&name=default used request id req-445a8266-f2f1-41a3-8528-539db5c1c086 2018-11-05 22:16:34,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:16:34,168 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:34,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c5b17db9-4db7-48fc-9821-b21c1887685b Date: Mon, 05 Nov 2018 22:16:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "created_at": "2018-11-05T22:15:28Z", "updated_at": "2018-11-05T22:15:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "b3595c33-f358-472a-b154-8dc0565654c3", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "353abe8d-8e94-41db-aff3-531dabe91a21", "remote_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "8df1eefb-eea0-4422-9ce7-3170f59d3b70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:15:28Z", "revision_number": 0, "id": "e964e89e-10d2-415b-a5a1-daee27f2a78c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:15:28Z", "security_group_id": "f62ee487-de8a-416c-9293-83495ce6007b", "tenant_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0"}], "revision_number": 4, "project_id": "60ca41dce7744371b8cbc9cb6f09f1b0", "id": "f62ee487-de8a-416c-9293-83495ce6007b", "name": "default"}]} 2018-11-05 22:16:34,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c5b17db9-4db7-48fc-9821-b21c1887685b 2018-11-05 22:16:34,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199898004532s 2018-11-05 22:16:34,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c5b17db9-4db7-48fc-9821-b21c1887685b 2018-11-05 22:16:34,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-05 22:16:34,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f62ee487-de8a-416c-9293-83495ce6007b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2a150911beed514f1e6e83d9c78d4fd5d4a86ea" 2018-11-05 22:16:34,737 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9af9612-8bd3-46b0-82dc-072b328c9977 Content-Length: 0 Date: Mon, 05 Nov 2018 22:16:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:16:34,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f62ee487-de8a-416c-9293-83495ce6007b.json used request id req-c9af9612-8bd3-46b0-82dc-072b328c9977 2018-11-05 22:16:34,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.365714073181s 2018-11-05 22:16:34,738 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f62ee487-de8a-416c-9293-83495ce6007b.json used request id req-c9af9612-8bd3-46b0-82dc-072b328c9977 2018-11-05 22:16:34,738 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-11-05 22:16:34,792 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:16:34,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:16:34,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:16:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:16:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:16:34,838 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:16:34,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d923e749-e92d-4aaa-997e-bbec25462501 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:16:34,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d923e749-e92d-4aaa-997e-bbec25462501 2018-11-05 22:16:34,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:16:35,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:16:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["bj7BSUDZTQ-8RyarINPL_Q"], "issued_at": "2018-11-05T22:16:35.000000Z"}} 2018-11-05 22:16:35,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:16:35,215 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:35,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dd77efe9-eac7-436c-a32a-0879abd67212 Date: Mon, 05 Nov 2018 22:16:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:16:35,437 - 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-dd77efe9-eac7-436c-a32a-0879abd67212 2018-11-05 22:16:35,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.222311019897s 2018-11-05 22:16:35,437 - 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-dd77efe9-eac7-436c-a32a-0879abd67212 2018-11-05 22:16:35,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:16:35,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:35,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:16:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:16:35,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:35,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1d27f8-71ce-48b9-8d04-3c066b3ba8ac Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:16:35,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-dd1d27f8-71ce-48b9-8d04-3c066b3ba8ac 2018-11-05 22:16:35,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0973949432373s 2018-11-05 22:16:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:16:35,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680"}}' 2018-11-05 22:16:35,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c147d6-c84a-4e2a-9159-57cbf2ce8d50 Content-Length: 362 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/1edac5ddda634035be2df07193f34c14"}, "enabled": true, "id": "1edac5ddda634035be2df07193f34c14", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680"}} 2018-11-05 22:16:35,655 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-29c147d6-c84a-4e2a-9159-57cbf2ce8d50 2018-11-05 22:16:35,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.117556095123s 2018-11-05 22:16:35,655 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-29c147d6-c84a-4e2a-9159-57cbf2ce8d50 2018-11-05 22:16:35,656 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680', 'id': u'1edac5ddda634035be2df07193f34c14', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:16:35,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:16:36,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363449811935s 2018-11-05 22:16:36,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f8ebd3a-169e-486d-8b40-847a5fb42d3a Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7"}, "enabled": true, "id": "e5383dffed29491da0029574b39508b7", "options": {}, "domain_id": "default", "name": "vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680"}} 2018-11-05 22:16:36,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 used request id req-2f8ebd3a-169e-486d-8b40-847a5fb42d3a 2018-11-05 22:16:36,121 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e5383dffed29491da0029574b39508b7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680'}) 2018-11-05 22:16:36,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:16:36,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ea049a2-952d-4ede-ada8-de643f407d41 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:16:36,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ea049a2-952d-4ede-ada8-de643f407d41 2018-11-05 22:16:36,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0916690826416s 2018-11-05 22:16:36,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:16:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f296090-913b-4a1a-a5b2-b33831c7cb30 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:16:36,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f296090-913b-4a1a-a5b2-b33831c7cb30 2018-11-05 22:16:36,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810899734497s 2018-11-05 22:16:36,296 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:16:36,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:16:36,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" -d '{"role": {"name": "Member"}}' 2018-11-05 22:16:36,397 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dea0413-cdf5-4e30-92e3-feb34eba2c53 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c2d774b625f486abb9202ca70b266d6", "links": {"self": "http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6"}, "name": "Member"}} 2018-11-05 22:16:36,398 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8dea0413-cdf5-4e30-92e3-feb34eba2c53 2018-11-05 22:16:36,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101250886917s 2018-11-05 22:16:36,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512478ec-7e63-44c0-877c-fef8f69eb583 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6"}, "domain_id": null, "name": "Member", "id": "0c2d774b625f486abb9202ca70b266d6"}} 2018-11-05 22:16:36,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6 used request id req-512478ec-7e63-44c0-877c-fef8f69eb583 2018-11-05 22:16:36,472 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6'}, 'domain_id': None, 'human_id': None, 'id': u'0c2d774b625f486abb9202ca70b266d6', 'HUMAN_ID': False}) 2018-11-05 22:16:36,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:16:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9edf6858-db4b-445e-a2f3-9280bd88199b Content-Encoding: gzip Content-Length: 317 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": "0c2d774b625f486abb9202ca70b266d6", "links": {"self": "http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:16:36,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9edf6858-db4b-445e-a2f3-9280bd88199b 2018-11-05 22:16:36,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794649124146s 2018-11-05 22:16:36,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:16:36,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08355995-5d75-49b6-b0c9-f5cae25ca8e7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:16:36,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-08355995-5d75-49b6-b0c9-f5cae25ca8e7 2018-11-05 22:16:36,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0878858566284s 2018-11-05 22:16:36,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:16:36,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1f9be3-ca56-4c35-887b-29f4a015ca58 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680", "links": {"self": "http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7"}, "domain_id": "default", "enabled": true, "id": "e5383dffed29491da0029574b39508b7", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:16:36,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0e1f9be3-ca56-4c35-887b-29f4a015ca58 2018-11-05 22:16:36,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0917291641235s 2018-11-05 22:16:36,734 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0e1f9be3-ca56-4c35-887b-29f4a015ca58 2018-11-05 22:16:36,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:16:36,741 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c4d8d3-7a4c-4d0c-a5d1-c56cdbd0fa2c Content-Encoding: gzip Content-Length: 393 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": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14"}, "enabled": true, "id": "1edac5ddda634035be2df07193f34c14", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:16:36,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-67c4d8d3-7a4c-4d0c-a5d1-c56cdbd0fa2c 2018-11-05 22:16:36,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0790319442749s 2018-11-05 22:16:36,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-67c4d8d3-7a4c-4d0c-a5d1-c56cdbd0fa2c 2018-11-05 22:16:36,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:16:36,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e5383dffed29491da0029574b39508b7&scope.project.id=1edac5ddda634035be2df07193f34c14&role.id=0c2d774b625f486abb9202ca70b266d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:36,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b00c289-3bf5-4042-98ab-f9cb98a77fa7 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=e5383dffed29491da0029574b39508b7&scope.project.id=1edac5ddda634035be2df07193f34c14&role.id=0c2d774b625f486abb9202ca70b266d6", "previous": null, "next": null}} 2018-11-05 22:16:36,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e5383dffed29491da0029574b39508b7&scope.project.id=1edac5ddda634035be2df07193f34c14&role.id=0c2d774b625f486abb9202ca70b266d6 used request id req-5b00c289-3bf5-4042-98ab-f9cb98a77fa7 2018-11-05 22:16:36,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799391269684s 2018-11-05 22:16:36,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:16:36,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14/users/e5383dffed29491da0029574b39508b7/roles/0c2d774b625f486abb9202ca70b266d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:37,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66b34603-ec1d-4224-8437-b0aa509d2b25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:16:37,100 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14/users/e5383dffed29491da0029574b39508b7/roles/0c2d774b625f486abb9202ca70b266d6 used request id req-66b34603-ec1d-4224-8437-b0aa509d2b25 2018-11-05 22:16:37,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.197000026703s 2018-11-05 22:16:37,101 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'ff0b2a70-cd6e-4806-90c1-5b9ea1f1f1a4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680', 'project_id': u'1edac5ddda634035be2df07193f34c14', '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-11-05 22:16:37,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:16:37,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:16:37,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:16:37,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:16:37,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:16:37,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:16:37,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:16:37,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:16:37,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:16:37,106 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680', 'password': 'ff0b2a70-cd6e-4806-90c1-5b9ea1f1f1a4', 'project_name': 'vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1edac5ddda634035be2df07193f34c14', 'project_domain_name': 'Default'} 2018-11-05 22:16:37,107 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-05 22:16:37,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:16:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:37,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c82195-e360-40c2-84f2-c965834a08ab Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:16:37,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-29c82195-e360-40c2-84f2-c965834a08ab 2018-11-05 22:16:37,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0743520259857s 2018-11-05 22:16:37,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:16:37,183 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:16:37,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9acb4280-30e4-43cf-adfa-8b3a6580797c Content-Encoding: gzip Content-Length: 393 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": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14"}, "enabled": true, "id": "1edac5ddda634035be2df07193f34c14", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:16:37,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9acb4280-30e4-43cf-adfa-8b3a6580797c 2018-11-05 22:16:37,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0757691860199s 2018-11-05 22:16:37,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9acb4280-30e4-43cf-adfa-8b3a6580797c 2018-11-05 22:16:37,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-05 22:16:37,263 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" -d '{"network": {"tenant_id": "1edac5ddda634035be2df07193f34c14", "name": "vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680", "admin_state_up": true}}' 2018-11-05 22:16:38,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c32615a5-1b95-44d5-af81-decf15da5aff Date: Mon, 05 Nov 2018 22:16:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1edac5ddda634035be2df07193f34c14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:16:37Z","is_default":false,"provider:segmentation_id":21,"name":"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680","admin_state_up":true,"tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:37Z","mtu":1450}} 2018-11-05 22:16:38,174 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c32615a5-1b95-44d5-af81-decf15da5aff 2018-11-05 22:16:38,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.911266088486s 2018-11-05 22:16:38,174 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c32615a5-1b95-44d5-af81-decf15da5aff 2018-11-05 22:16:38,175 - 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-11-05T22:16:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680', u'admin_state_up': True, u'tenant_id': u'1edac5ddda634035be2df07193f34c14', u'created_at': u'2018-11-05T22:16:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1edac5ddda634035be2df07193f34c14'}) 2018-11-05 22:16:38,176 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:16:38,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3083200-59ae-4b76-9d94-70c8c9322eb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:16:38,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d3083200-59ae-4b76-9d94-70c8c9322eb7 2018-11-05 22:16:38,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:16:38,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c2d774b625f486abb9202ca70b266d6", "name": "Member"}], "expires_at": "2018-11-05T23:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1edac5ddda634035be2df07193f34c14", "name": "vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/1edac5ddda634035be2df07193f34c14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/1edac5ddda634035be2df07193f34c14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/1edac5ddda634035be2df07193f34c14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1edac5ddda634035be2df07193f34c14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/1edac5ddda634035be2df07193f34c14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/1edac5ddda634035be2df07193f34c14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1edac5ddda634035be2df07193f34c14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/1edac5ddda634035be2df07193f34c14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/1edac5ddda634035be2df07193f34c14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/1edac5ddda634035be2df07193f34c14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/1edac5ddda634035be2df07193f34c14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/1edac5ddda634035be2df07193f34c14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680", "id": "e5383dffed29491da0029574b39508b7"}, "audit_ids": ["TDepbN-RRz2hGSrCiJWG_w"], "issued_at": "2018-11-05T22:16:38.000000Z"}} 2018-11-05 22:16:38,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:16:38,558 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:38,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5150741b-a498-41a6-901e-4a75eafee0e3 Date: Mon, 05 Nov 2018 22:16:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","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-11-05T22:16:37Z","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1edac5ddda634035be2df07193f34c14","id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","name":"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:16:38,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5150741b-a498-41a6-901e-4a75eafee0e3 2018-11-05 22:16:38,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252762079239s 2018-11-05 22:16:38,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5150741b-a498-41a6-901e-4a75eafee0e3 2018-11-05 22:16:38,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-05 22:16:38,812 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"subnet": {"name": "vping_userdata-subnet_4c720c5e-8490-429b-967d-76d41083a680", "enable_dhcp": true, "network_id": "a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-05 22:16:39,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-389af33e-4369-4a33-8768-fa535f3e8a19 Date: Mon, 05 Nov 2018 22:16:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:16:39Z","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":"1edac5ddda634035be2df07193f34c14","id":"e5f8ac0a-4ccf-477b-a034-7c158ee1593a","subnetpool_id":null,"name":"vping_userdata-subnet_4c720c5e-8490-429b-967d-76d41083a680"}} 2018-11-05 22:16:39,587 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-389af33e-4369-4a33-8768-fa535f3e8a19 2018-11-05 22:16:39,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.774791955948s 2018-11-05 22:16:39,587 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-389af33e-4369-4a33-8768-fa535f3e8a19 2018-11-05 22:16:39,587 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-05T22:16:39Z', 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'e5f8ac0a-4ccf-477b-a034-7c158ee1593a', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_4c720c5e-8490-429b-967d-76d41083a680', u'enable_dhcp': True, u'network_id': u'a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8', u'tenant_id': u'1edac5ddda634035be2df07193f34c14', u'created_at': u'2018-11-05T22:16:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1edac5ddda634035be2df07193f34c14'}) 2018-11-05 22:16:39,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-05 22:16:39,589 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "vping_userdata-router_4c720c5e-8490-429b-967d-76d41083a680", "admin_state_up": true}}' 2018-11-05 22:16:40,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9b899d08-b90f-4bdc-96e2-aaa39ec005c3 Date: Mon, 05 Nov 2018 22:16:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "1edac5ddda634035be2df07193f34c14", "created_at": "2018-11-05T22:16:39Z", "admin_state_up": true, "updated_at": "2018-11-05T22:16:40Z", "revision_number": 2, "routes": [], "project_id": "1edac5ddda634035be2df07193f34c14", "id": "b6f2dc8a-2468-46c2-a2f2-6134dfda96b5", "name": "vping_userdata-router_4c720c5e-8490-429b-967d-76d41083a680"}} 2018-11-05 22:16:40,859 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9b899d08-b90f-4bdc-96e2-aaa39ec005c3 2018-11-05 22:16:40,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27055096626s 2018-11-05 22:16:40,859 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9b899d08-b90f-4bdc-96e2-aaa39ec005c3 2018-11-05 22:16:40,859 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f827ab6-c5ee-4775-b891-069196ebbbbd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b0b806f-b9b6-4056-84ae-8b0d7bbf1712', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1edac5ddda634035be2df07193f34c14', u'created_at': u'2018-11-05T22:16:39Z', u'admin_state_up': True, u'updated_at': u'2018-11-05T22:16:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'1edac5ddda634035be2df07193f34c14', u'id': u'b6f2dc8a-2468-46c2-a2f2-6134dfda96b5', u'name': u'vping_userdata-router_4c720c5e-8490-429b-967d-76d41083a680'}) 2018-11-05 22:16:40,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-05 22:16:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"subnet_id": "e5f8ac0a-4ccf-477b-a034-7c158ee1593a"}' 2018-11-05 22:16:42,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb0671e4-7c69-4947-a638-d786423c7bf0 Date: Mon, 05 Nov 2018 22:16:42 GMT RESP BODY: {"network_id": "a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8", "tenant_id": "1edac5ddda634035be2df07193f34c14", "subnet_id": "e5f8ac0a-4ccf-477b-a034-7c158ee1593a", "subnet_ids": ["e5f8ac0a-4ccf-477b-a034-7c158ee1593a"], "port_id": "80522d5e-d232-49e7-b755-c35930b565f5", "id": "b6f2dc8a-2468-46c2-a2f2-6134dfda96b5"} 2018-11-05 22:16:42,538 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5/add_router_interface.json used request id req-eb0671e4-7c69-4947-a638-d786423c7bf0 2018-11-05 22:16:42,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67809104919s 2018-11-05 22:16:42,539 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5/add_router_interface.json used request id req-eb0671e4-7c69-4947-a638-d786423c7bf0 returning object b6f2dc8a-2468-46c2-a2f2-6134dfda96b5 2018-11-05 22:16:42,539 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:16:42,671 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-05 22:16:42,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:42,678 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 05 Nov 2018 22:16:42 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-05 22:16:42,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:16:42,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:42,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8c755962-9471-40aa-bc1d-eb1916365836 Date: Mon, 05 Nov 2018 22:16:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:16:42,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8c755962-9471-40aa-bc1d-eb1916365836 2018-11-05 22:16:42,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17444396019s 2018-11-05 22:16:42,857 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8c755962-9471-40aa-bc1d-eb1916365836 2018-11-05 22:16:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:16:42,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680"}' 2018-11-05 22:16:43,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1 X-Openstack-Request-Id: req-de735982-2904-48d8-8c6b-9e7c9b1e799b Date: Mon, 05 Nov 2018 22:16:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file", "owner": "1edac5ddda634035be2df07193f34c14", "id": "c175efec-6723-4644-ab02-e679fef404e1", "size": null, "self": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:16:43Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "checksum": null, "created_at": "2018-11-05T22:16:43Z", "protected": false} 2018-11-05 22:16:43,125 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-de735982-2904-48d8-8c6b-9e7c9b1e799b 2018-11-05 22:16:43,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.267122983932s 2018-11-05 22:16:43,126 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-de735982-2904-48d8-8c6b-9e7c9b1e799b returning object c175efec-6723-4644-ab02-e679fef404e1 2018-11-05 22:16:43,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:16:43,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '' 2018-11-05 22:16:44,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fbb025dc-e731-4cdd-b076-7559a3578d39 Date: Mon, 05 Nov 2018 22:16:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:16:44,766 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file used request id req-fbb025dc-e731-4cdd-b076-7559a3578d39 2018-11-05 22:16:44,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.63919591904s 2018-11-05 22:16:44,766 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file used request id req-fbb025dc-e731-4cdd-b076-7559a3578d39 2018-11-05 22:16:44,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:16:44,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:44,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-6cf80043-4592-495c-aed3-0711ca75f8b8 Date: Mon, 05 Nov 2018 22:16:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "metadata": {}}], "file": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file", "owner": "1edac5ddda634035be2df07193f34c14", "id": "c175efec-6723-4644-ab02-e679fef404e1", "size": 12716032, "self": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:16:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:16:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:16:44,949 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6cf80043-4592-495c-aed3-0711ca75f8b8 2018-11-05 22:16:44,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182662010193s 2018-11-05 22:16:44,950 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6cf80043-4592-495c-aed3-0711ca75f8b8 2018-11-05 22:16:44,952 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file', 'owner': u'1edac5ddda634035be2df07193f34c14', 'id': u'c175efec-6723-4644-ab02-e679fef404e1', 'size': 12716032, u'self': u'/v2/images/c175efec-6723-4644-ab02-e679fef404e1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1edac5ddda634035be2df07193f34c14', 'name': 'vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:16:44Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-05T22:16:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c175efec-6723-4644-ab02-e679fef404e1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680', 'created': u'2018-11-05T22:16:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:16:43Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c175efec-6723-4644-ab02-e679fef404e1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:16:44,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:16:44,956 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_4c720c5e-8490-429b-967d-76d41083a680", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:16:45,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-c9d09ab2-883b-4d9b-99c7-022fa4805970 x-compute-request-id: req-c9d09ab2-883b-4d9b-99c7-022fa4805970 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "name": "vping_userdata-flavor_4c720c5e-8490-429b-967d-76d41083a680", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:16:45,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c9d09ab2-883b-4d9b-99c7-022fa4805970 2018-11-05 22:16:45,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.193571805954s 2018-11-05 22:16:45,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c9d09ab2-883b-4d9b-99c7-022fa4805970 returning object a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a 2018-11-05 22:16:45,148 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_4c720c5e-8490-429b-967d-76d41083a680', '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'aba621f7e9154af3a5e42bcbad943619', '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'a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a', 'swap': 0}) 2018-11-05 22:16:45,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:16:45,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" -d '{"extra_specs": {}}' 2018-11-05 22:16:45,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d5d9b78-a76d-469b-9a9b-dac77c4fb47d x-compute-request-id: req-5d5d9b78-a76d-469b-9a9b-dac77c4fb47d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:16:45,171 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a/os-extra_specs used request id req-5d5d9b78-a76d-469b-9a9b-dac77c4fb47d 2018-11-05 22:16:45,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230078697205s 2018-11-05 22:16:45,172 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a/os-extra_specs used request id req-5d5d9b78-a76d-469b-9a9b-dac77c4fb47d 2018-11-05 22:16:45,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:16:45,173 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:45,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-4bdf2c6b-27f0-4b73-ab4c-2d6ea60b4ea5 Date: Mon, 05 Nov 2018 22:16:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5f8ac0a-4ccf-477b-a034-7c158ee1593a"],"updated_at":"2018-11-05T22:16:39Z","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1edac5ddda634035be2df07193f34c14","id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","name":"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:16:45,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4bdf2c6b-27f0-4b73-ab4c-2d6ea60b4ea5 2018-11-05 22:16:45,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115739822388s 2018-11-05 22:16:45,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4bdf2c6b-27f0-4b73-ab4c-2d6ea60b4ea5 2018-11-05 22:16:45,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:16:45,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:45,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-adbb66cd-633e-4cf7-8dbf-0358bd6229f9 Date: Mon, 05 Nov 2018 22:16:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "metadata": {}}], "file": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file", "owner": "1edac5ddda634035be2df07193f34c14", "id": "c175efec-6723-4644-ab02-e679fef404e1", "size": 12716032, "self": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:16:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:16:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:16:45,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-adbb66cd-633e-4cf7-8dbf-0358bd6229f9 2018-11-05 22:16:45,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183318138123s 2018-11-05 22:16:45,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-adbb66cd-633e-4cf7-8dbf-0358bd6229f9 2018-11-05 22:16:45,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:16:45,478 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:45,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-781acde1-735f-4e14-bd12-c14212257063 x-compute-request-id: req-781acde1-735f-4e14-bd12-c14212257063 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "name": "vping_userdata-flavor_4c720c5e-8490-429b-967d-76d41083a680", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:16:45,646 - 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-781acde1-735f-4e14-bd12-c14212257063 2018-11-05 22:16:45,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.170255184174s 2018-11-05 22:16:45,646 - 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-781acde1-735f-4e14-bd12-c14212257063 2018-11-05 22:16:45,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-05 22:16:45,651 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"server": {"name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "imageRef": "c175efec-6723-4644-ab02-e679fef404e1", "flavorRef": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8"}]}}' 2018-11-05 22:16:47,513 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a8e8fa8-26c3-44fc-873e-f3160c03a73b x-compute-request-id: req-3a8e8fa8-26c3-44fc-873e-f3160c03a73b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "adminPass": "eWQQ67hEpYar"}} 2018-11-05 22:16:47,513 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3a8e8fa8-26c3-44fc-873e-f3160c03a73b 2018-11-05 22:16:47,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.8646569252s 2018-11-05 22:16:47,513 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3a8e8fa8-26c3-44fc-873e-f3160c03a73b 2018-11-05 22:16:47,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:47,517 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:47,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16: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-5f51ca7a-6825-40a8-aa13-8444eadeb223 x-compute-request-id: req-5f51ca7a-6825-40a8-aa13-8444eadeb223 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:47,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5f51ca7a-6825-40a8-aa13-8444eadeb223 2018-11-05 22:16:47,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.253210067749s 2018-11-05 22:16:47,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5f51ca7a-6825-40a8-aa13-8444eadeb223 2018-11-05 22:16:47,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:16:47,775 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:48,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-9c5e3122-dc42-47c1-94fe-70ed9b799bd8 Date: Mon, 05 Nov 2018 22:16:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5f8ac0a-4ccf-477b-a034-7c158ee1593a"],"updated_at":"2018-11-05T22:16:39Z","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1edac5ddda634035be2df07193f34c14","id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","name":"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:16:48,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9c5e3122-dc42-47c1-94fe-70ed9b799bd8 2018-11-05 22:16:48,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246159076691s 2018-11-05 22:16:48,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9c5e3122-dc42-47c1-94fe-70ed9b799bd8 2018-11-05 22:16:48,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-05 22:16:48,023 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:48,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e285a727-fdac-4c31-869c-f95d02648512 Date: Mon, 05 Nov 2018 22:16:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:16:39Z","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":"1edac5ddda634035be2df07193f34c14","id":"e5f8ac0a-4ccf-477b-a034-7c158ee1593a","subnetpool_id":null,"name":"vping_userdata-subnet_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:16:48,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e285a727-fdac-4c31-869c-f95d02648512 2018-11-05 22:16:48,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.201071023941s 2018-11-05 22:16:48,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e285a727-fdac-4c31-869c-f95d02648512 2018-11-05 22:16:48,224 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:16:50,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:50,229 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:50,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16: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-9b3cb74d-d5fa-4d3f-93b2-2528892484ad x-compute-request-id: req-9b3cb74d-d5fa-4d3f-93b2-2528892484ad 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/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:49Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:50,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b3cb74d-d5fa-4d3f-93b2-2528892484ad 2018-11-05 22:16:50,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641535043716s 2018-11-05 22:16:50,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b3cb74d-d5fa-4d3f-93b2-2528892484ad 2018-11-05 22:16:50,873 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:16:52,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:52,878 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:53,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-2f5f17df-9b21-4c8f-97eb-8b51020c5e73 x-compute-request-id: req-2f5f17df-9b21-4c8f-97eb-8b51020c5e73 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:53,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2f5f17df-9b21-4c8f-97eb-8b51020c5e73 2018-11-05 22:16:53,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639679908752s 2018-11-05 22:16:53,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2f5f17df-9b21-4c8f-97eb-8b51020c5e73 2018-11-05 22:16:53,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-05 22:16:53,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=d144b6d1-aaae-47b9-82e3-251b6f1b7a5a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:53,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-34fca39e-5cc1-432d-8fa5-4fb4eec7a38a Date: Mon, 05 Nov 2018 22:16:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:49Z","admin_state_up":true,"updated_at":"2018-11-05T22:16:51Z","binding:vnic_type":"normal","device_id":"d144b6d1-aaae-47b9-82e3-251b6f1b7a5a","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:bd:89:cf","id":"0c58e7f1-fc30-43fe-b109-f1773aa6894b","port_security_enabled":true,"project_id":"1edac5ddda634035be2df07193f34c14","fixed_ips":[{"subnet_id":"e5f8ac0a-4ccf-477b-a034-7c158ee1593a","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["dbed4b93-131c-4a0e-abcc-26e3f3376479"],"name":""}]} 2018-11-05 22:16:53,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=d144b6d1-aaae-47b9-82e3-251b6f1b7a5a used request id req-34fca39e-5cc1-432d-8fa5-4fb4eec7a38a 2018-11-05 22:16:53,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.189768075943s 2018-11-05 22:16:53,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=d144b6d1-aaae-47b9-82e3-251b6f1b7a5a used request id req-34fca39e-5cc1-432d-8fa5-4fb4eec7a38a 2018-11-05 22:16:53,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-05 22:16:53,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0c58e7f1-fc30-43fe-b109-f1773aa6894b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:53,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-43c9c479-a557-44cc-a76c-74e8dd4e0b4d Date: Mon, 05 Nov 2018 22:16:53 GMT RESP BODY: {"floatingips": []} 2018-11-05 22:16:53,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0c58e7f1-fc30-43fe-b109-f1773aa6894b used request id req-43c9c479-a557-44cc-a76c-74e8dd4e0b4d 2018-11-05 22:16:53,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0189538002014s 2018-11-05 22:16:53,734 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0c58e7f1-fc30-43fe-b109-f1773aa6894b used request id req-43c9c479-a557-44cc-a76c-74e8dd4e0b4d 2018-11-05 22:16:53,735 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bd:89:cf', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c175efec-6723-4644-ab02-e679fef404e1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-05T22:16:53.000000', 'flavor': Munch({u'id': u'a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a'}), 'az': u'nova', 'id': u'd144b6d1-aaae-47b9-82e3-251b6f1b7a5a', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e5383dffed29491da0029574b39508b7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1edac5ddda634035be2df07193f34c14', 'name': 'vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680', '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-11-05T22:16:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-05T22:16:52Z', 'hostId': u'814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890', '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-11-05T22:16:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1edac5ddda634035be2df07193f34c14', 'name': u'vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680', 'adminPass': u'eWQQ67hEpYar', 'tenant_id': u'1edac5ddda634035be2df07193f34c14', 'region': 'regionOne', 'created': u'2018-11-05T22:16:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-05 22:16:53,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:16:53,736 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:53,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-85e6ebf0-7f77-4d3b-a7c1-6cd6a97a2210 Date: Mon, 05 Nov 2018 22:16: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":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5f8ac0a-4ccf-477b-a034-7c158ee1593a"],"updated_at":"2018-11-05T22:16:39Z","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1edac5ddda634035be2df07193f34c14","id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","name":"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:16:53,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-85e6ebf0-7f77-4d3b-a7c1-6cd6a97a2210 2018-11-05 22:16:53,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117511034012s 2018-11-05 22:16:53,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-85e6ebf0-7f77-4d3b-a7c1-6cd6a97a2210 2018-11-05 22:16:53,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:16:53,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:54,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-6b670d10-3b1b-4018-a892-0ad62427b60c Date: Mon, 05 Nov 2018 22:16:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "metadata": {}}], "file": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file", "owner": "1edac5ddda634035be2df07193f34c14", "id": "c175efec-6723-4644-ab02-e679fef404e1", "size": 12716032, "self": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:16:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:16:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:16:54,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6b670d10-3b1b-4018-a892-0ad62427b60c 2018-11-05 22:16:54,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182741880417s 2018-11-05 22:16:54,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6b670d10-3b1b-4018-a892-0ad62427b60c 2018-11-05 22:16:54,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:16:54,043 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:54,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:16: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-03c76729-6613-449a-bc9e-1e9ef581dc63 x-compute-request-id: req-03c76729-6613-449a-bc9e-1e9ef581dc63 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "name": "vping_userdata-flavor_4c720c5e-8490-429b-967d-76d41083a680", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:16:54,078 - 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-03c76729-6613-449a-bc9e-1e9ef581dc63 2018-11-05 22:16:54,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0379490852356s 2018-11-05 22:16:54,079 - 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-03c76729-6613-449a-bc9e-1e9ef581dc63 2018-11-05 22:16:54,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-05 22:16:54,082 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"server": {"name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "imageRef": "c175efec-6723-4644-ab02-e679fef404e1", "flavorRef": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEzIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8"}]}}' 2018-11-05 22:16:55,613 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:16: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-abe88412-3a60-460d-89a1-54e94a06d1e5 x-compute-request-id: req-abe88412-3a60-460d-89a1-54e94a06d1e5 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "adminPass": "X9uiwQUnbdQq"}} 2018-11-05 22:16:55,613 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-abe88412-3a60-460d-89a1-54e94a06d1e5 2018-11-05 22:16:55,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.53340601921s 2018-11-05 22:16:55,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-abe88412-3a60-460d-89a1-54e94a06d1e5 2018-11-05 22:16:55,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:55,617 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:56,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-4f6fe812-7757-49ff-886d-877817f86a1b x-compute-request-id: req-4f6fe812-7757-49ff-886d-877817f86a1b Content-Encoding: gzip Content-Length: 841 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/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:56,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4f6fe812-7757-49ff-886d-877817f86a1b 2018-11-05 22:16:56,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785479068756s 2018-11-05 22:16:56,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4f6fe812-7757-49ff-886d-877817f86a1b 2018-11-05 22:16:56,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:16:58,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:16:58,412 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:16:59,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-d080d7aa-f816-4bed-8708-f8e9791e3174 x-compute-request-id: req-d080d7aa-f816-4bed-8708-f8e9791e3174 Content-Encoding: gzip Content-Length: 881 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/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:56Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:16:59,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d080d7aa-f816-4bed-8708-f8e9791e3174 2018-11-05 22:16:59,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650911092758s 2018-11-05 22:16:59,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d080d7aa-f816-4bed-8708-f8e9791e3174 2018-11-05 22:16:59,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:17:01,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:01,070 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:01,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c4c9f30-9da9-4ae3-9997-793a0be71a77 x-compute-request-id: req-0c4c9f30-9da9-4ae3-9997-793a0be71a77 Content-Encoding: gzip Content-Length: 881 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/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:56Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:01,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c4c9f30-9da9-4ae3-9997-793a0be71a77 2018-11-05 22:17:01,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.469686985016s 2018-11-05 22:17:01,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c4c9f30-9da9-4ae3-9997-793a0be71a77 2018-11-05 22:17:01,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:17:03,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:03,548 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:04,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-bb0c9b93-c26f-42b2-a3f4-399b3bf5d3b3 x-compute-request-id: req-bb0c9b93-c26f-42b2-a3f4-399b3bf5d3b3 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:04,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb0c9b93-c26f-42b2-a3f4-399b3bf5d3b3 2018-11-05 22:17:04,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4856300354s 2018-11-05 22:17:04,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb0c9b93-c26f-42b2-a3f4-399b3bf5d3b3 2018-11-05 22:17:04,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-05 22:17:04,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=ac14a19d-c2d2-4601-ba5e-b7ea690384e8" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:04,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9258b6af-8ae8-47ed-ada0-a88812626b36 Date: Mon, 05 Nov 2018 22:17:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:56Z","admin_state_up":true,"updated_at":"2018-11-05T22:16:58Z","binding:vnic_type":"normal","device_id":"ac14a19d-c2d2-4601-ba5e-b7ea690384e8","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:4e:e3:29","id":"d2509cf3-56c9-4ea8-aed7-b77034a08768","port_security_enabled":true,"project_id":"1edac5ddda634035be2df07193f34c14","fixed_ips":[{"subnet_id":"e5f8ac0a-4ccf-477b-a034-7c158ee1593a","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["dbed4b93-131c-4a0e-abcc-26e3f3376479"],"name":""}]} 2018-11-05 22:17:04,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ac14a19d-c2d2-4601-ba5e-b7ea690384e8 used request id req-9258b6af-8ae8-47ed-ada0-a88812626b36 2018-11-05 22:17:04,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.219805955887s 2018-11-05 22:17:04,257 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ac14a19d-c2d2-4601-ba5e-b7ea690384e8 used request id req-9258b6af-8ae8-47ed-ada0-a88812626b36 2018-11-05 22:17:04,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-05 22:17:04,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d2509cf3-56c9-4ea8-aed7-b77034a08768" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:04,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e9c21bb7-fb6c-41cf-a0c9-a0946430bf67 Date: Mon, 05 Nov 2018 22:17:04 GMT RESP BODY: {"floatingips": []} 2018-11-05 22:17:04,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d2509cf3-56c9-4ea8-aed7-b77034a08768 used request id req-e9c21bb7-fb6c-41cf-a0c9-a0946430bf67 2018-11-05 22:17:04,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.166346073151s 2018-11-05 22:17:04,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d2509cf3-56c9-4ea8-aed7-b77034a08768 used request id req-e9c21bb7-fb6c-41cf-a0c9-a0946430bf67 2018-11-05 22:17:04,429 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4e:e3:29', 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'c175efec-6723-4644-ab02-e679fef404e1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-05T22:17:01.000000', 'flavor': Munch({u'id': u'a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a'}), 'az': u'nova', 'id': u'ac14a19d-c2d2-4601-ba5e-b7ea690384e8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e5383dffed29491da0029574b39508b7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1edac5ddda634035be2df07193f34c14', 'name': 'vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680', '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-11-05T22:17:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-05T22:17:01Z', 'hostId': u'c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8', '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-11-05T22:17:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1edac5ddda634035be2df07193f34c14', 'name': u'vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680', 'adminPass': u'X9uiwQUnbdQq', 'tenant_id': u'1edac5ddda634035be2df07193f34c14', 'region': 'regionOne', 'created': u'2018-11-05T22:16:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-05 22:17:04,430 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-05 22:17:05,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:05,434 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:05,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-de05a6d6-dcd2-4a3b-a1cf-7a8c1c247d22 x-compute-request-id: req-de05a6d6-dcd2-4a3b-a1cf-7a8c1c247d22 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:05,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-de05a6d6-dcd2-4a3b-a1cf-7a8c1c247d22 2018-11-05 22:17:05,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491357803345s 2018-11-05 22:17:05,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-de05a6d6-dcd2-4a3b-a1cf-7a8c1c247d22 2018-11-05 22:17:05,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:05,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:07,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-dea72001-a9f5-458c-ab51-236244edae6b x-compute-request-id: req-dea72001-a9f5-458c-ab51-236244edae6b Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:07,028 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-dea72001-a9f5-458c-ab51-236244edae6b 2018-11-05 22:17:07,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1019179821s 2018-11-05 22:17:07,029 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-dea72001-a9f5-458c-ab51-236244edae6b 2018-11-05 22:17:07,029 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:07,030 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2018-11-05 22:17:08,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:08,036 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:08,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-ae74369c-1967-42d2-abcf-eb1379eed142 x-compute-request-id: req-ae74369c-1967-42d2-abcf-eb1379eed142 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:08,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae74369c-1967-42d2-abcf-eb1379eed142 2018-11-05 22:17:08,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803996086121s 2018-11-05 22:17:08,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae74369c-1967-42d2-abcf-eb1379eed142 2018-11-05 22:17:08,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:08,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:09,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-ba2a2b31-ba69-41c8-a185-0a8eb1809edb x-compute-request-id: req-ba2a2b31-ba69-41c8-a185-0a8eb1809edb Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:09,915 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-ba2a2b31-ba69-41c8-a185-0a8eb1809edb 2018-11-05 22:17:09,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07542300224s 2018-11-05 22:17:09,916 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-ba2a2b31-ba69-41c8-a185-0a8eb1809edb 2018-11-05 22:17:09,916 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:10,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:10,922 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:11,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-56cdd5fa-e388-479e-8f65-abd2380afa82 x-compute-request-id: req-56cdd5fa-e388-479e-8f65-abd2380afa82 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:11,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-56cdd5fa-e388-479e-8f65-abd2380afa82 2018-11-05 22:17:11,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376502037048s 2018-11-05 22:17:11,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-56cdd5fa-e388-479e-8f65-abd2380afa82 2018-11-05 22:17:11,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:12,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a67050aa-a43b-432a-b3fc-3638b1f229a7 x-compute-request-id: req-a67050aa-a43b-432a-b3fc-3638b1f229a7 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:12,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-a67050aa-a43b-432a-b3fc-3638b1f229a7 2018-11-05 22:17:12,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07029795647s 2018-11-05 22:17:12,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-a67050aa-a43b-432a-b3fc-3638b1f229a7 2018-11-05 22:17:12,370 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:13,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:13,376 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:13,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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,Accept-Encoding x-openstack-request-id: req-9bce21eb-2972-4efb-8c71-53f90d8ed38b x-compute-request-id: req-9bce21eb-2972-4efb-8c71-53f90d8ed38b Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:13,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9bce21eb-2972-4efb-8c71-53f90d8ed38b 2018-11-05 22:17:13,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580352067947s 2018-11-05 22:17:13,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9bce21eb-2972-4efb-8c71-53f90d8ed38b 2018-11-05 22:17:13,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:13,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:15,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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,Accept-Encoding x-openstack-request-id: req-3de23a34-31db-48d7-908d-a5320c00d6f9 x-compute-request-id: req-3de23a34-31db-48d7-908d-a5320c00d6f9 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:15,062 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-3de23a34-31db-48d7-908d-a5320c00d6f9 2018-11-05 22:17:15,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10538721085s 2018-11-05 22:17:15,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-3de23a34-31db-48d7-908d-a5320c00d6f9 2018-11-05 22:17:15,063 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:16,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:16,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:16,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-c725f717-c479-43af-a9f0-db22bab16374 x-compute-request-id: req-c725f717-c479-43af-a9f0-db22bab16374 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:16,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c725f717-c479-43af-a9f0-db22bab16374 2018-11-05 22:17:16,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.788161993027s 2018-11-05 22:17:16,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c725f717-c479-43af-a9f0-db22bab16374 2018-11-05 22:17:16,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:16,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:17,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-2657412c-25ce-4e22-9d37-70a3b4116d4c x-compute-request-id: req-2657412c-25ce-4e22-9d37-70a3b4116d4c Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:17,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-2657412c-25ce-4e22-9d37-70a3b4116d4c 2018-11-05 22:17:17,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10178494453s 2018-11-05 22:17:17,960 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-2657412c-25ce-4e22-9d37-70a3b4116d4c 2018-11-05 22:17:17,960 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:18,965 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:19,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7187a2a0-9475-4ccc-9f90-705e1f304ed6 x-compute-request-id: req-7187a2a0-9475-4ccc-9f90-705e1f304ed6 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:19,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7187a2a0-9475-4ccc-9f90-705e1f304ed6 2018-11-05 22:17:19,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702906131744s 2018-11-05 22:17:19,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7187a2a0-9475-4ccc-9f90-705e1f304ed6 2018-11-05 22:17:19,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:19,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:20,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-2d57e547-81eb-4f6f-b1f3-939543898fad x-compute-request-id: req-2d57e547-81eb-4f6f-b1f3-939543898fad Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:20,769 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-2d57e547-81eb-4f6f-b1f3-939543898fad 2018-11-05 22:17:20,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09986877441s 2018-11-05 22:17:20,770 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-2d57e547-81eb-4f6f-b1f3-939543898fad 2018-11-05 22:17:20,770 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:21,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:21,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:22,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-df5e8273-61ff-4e65-be8c-8f61fc160185 x-compute-request-id: req-df5e8273-61ff-4e65-be8c-8f61fc160185 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:22,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df5e8273-61ff-4e65-be8c-8f61fc160185 2018-11-05 22:17:22,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615989208221s 2018-11-05 22:17:22,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df5e8273-61ff-4e65-be8c-8f61fc160185 2018-11-05 22:17:22,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:22,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:23,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-81c69f4e-090e-4222-85ee-5e432cdf8a4a x-compute-request-id: req-81c69f4e-090e-4222-85ee-5e432cdf8a4a Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:23,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-81c69f4e-090e-4222-85ee-5e432cdf8a4a 2018-11-05 22:17:23,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07617092133s 2018-11-05 22:17:23,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-81c69f4e-090e-4222-85ee-5e432cdf8a4a 2018-11-05 22:17:23,469 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:24,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:24,475 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:25,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cb1a6b8-af9b-47ed-9622-09c7a45bdc1b x-compute-request-id: req-9cb1a6b8-af9b-47ed-9622-09c7a45bdc1b Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:25,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9cb1a6b8-af9b-47ed-9622-09c7a45bdc1b 2018-11-05 22:17:25,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580230951309s 2018-11-05 22:17:25,053 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9cb1a6b8-af9b-47ed-9622-09c7a45bdc1b 2018-11-05 22:17:25,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:25,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:26,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-935d9a67-f285-4951-92da-b671a36e693c x-compute-request-id: req-935d9a67-f285-4951-92da-b671a36e693c Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:26,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-935d9a67-f285-4951-92da-b671a36e693c 2018-11-05 22:17:26,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07272410393s 2018-11-05 22:17:26,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-935d9a67-f285-4951-92da-b671a36e693c 2018-11-05 22:17:26,129 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:27,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:27,134 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:27,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-2e7e2d56-cea2-4d18-abdb-0285b1328812 x-compute-request-id: req-2e7e2d56-cea2-4d18-abdb-0285b1328812 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:27,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2e7e2d56-cea2-4d18-abdb-0285b1328812 2018-11-05 22:17:27,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663050174713s 2018-11-05 22:17:27,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2e7e2d56-cea2-4d18-abdb-0285b1328812 2018-11-05 22:17:27,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:27,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:28,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-4b58b14a-b64f-427d-909e-3c9f662258ca x-compute-request-id: req-4b58b14a-b64f-427d-909e-3c9f662258ca Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:28,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-4b58b14a-b64f-427d-909e-3c9f662258ca 2018-11-05 22:17:28,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06883192062s 2018-11-05 22:17:28,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-4b58b14a-b64f-427d-909e-3c9f662258ca 2018-11-05 22:17:28,868 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:29,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:29,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:30,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4594b587-7d0d-4e30-974a-15c4ba025623 x-compute-request-id: req-4594b587-7d0d-4e30-974a-15c4ba025623 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:30,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4594b587-7d0d-4e30-974a-15c4ba025623 2018-11-05 22:17:30,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614187002182s 2018-11-05 22:17:30,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4594b587-7d0d-4e30-974a-15c4ba025623 2018-11-05 22:17:30,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:30,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:31,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-28068e22-5f6e-41fd-8d12-d04a727b1774 x-compute-request-id: req-28068e22-5f6e-41fd-8d12-d04a727b1774 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:31,592 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-28068e22-5f6e-41fd-8d12-d04a727b1774 2018-11-05 22:17:31,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10499596596s 2018-11-05 22:17:31,593 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-28068e22-5f6e-41fd-8d12-d04a727b1774 2018-11-05 22:17:31,594 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:32,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:32,599 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:33,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60853d72-4227-4b3c-913b-f3100fea664a x-compute-request-id: req-60853d72-4227-4b3c-913b-f3100fea664a Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:33,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60853d72-4227-4b3c-913b-f3100fea664a 2018-11-05 22:17:33,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499097108841s 2018-11-05 22:17:33,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60853d72-4227-4b3c-913b-f3100fea664a 2018-11-05 22:17:33,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:33,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:34,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-b7c624e8-5cae-471c-9e40-09f9d00e173c x-compute-request-id: req-b7c624e8-5cae-471c-9e40-09f9d00e173c Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:34,166 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-b7c624e8-5cae-471c-9e40-09f9d00e173c 2018-11-05 22:17:34,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06758093834s 2018-11-05 22:17:34,167 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-b7c624e8-5cae-471c-9e40-09f9d00e173c 2018-11-05 22:17:34,167 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:34,168 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2018-11-05 22:17:35,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:35,172 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:36,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-055192a5-9053-460d-bb2a-99aeec20ae78 x-compute-request-id: req-055192a5-9053-460d-bb2a-99aeec20ae78 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:36,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-055192a5-9053-460d-bb2a-99aeec20ae78 2018-11-05 22:17:36,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838098049164s 2018-11-05 22:17:36,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-055192a5-9053-460d-bb2a-99aeec20ae78 2018-11-05 22:17:36,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:36,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:37,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88d40d69-b09e-4b2f-8d0c-22575026b6c1 x-compute-request-id: req-88d40d69-b09e-4b2f-8d0c-22575026b6c1 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:37,114 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-88d40d69-b09e-4b2f-8d0c-22575026b6c1 2018-11-05 22:17:37,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10330700874s 2018-11-05 22:17:37,115 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-88d40d69-b09e-4b2f-8d0c-22575026b6c1 2018-11-05 22:17:37,115 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:38,120 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:38,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-d78b280a-9edd-4318-a444-7d2557b1ef87 x-compute-request-id: req-d78b280a-9edd-4318-a444-7d2557b1ef87 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:38,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d78b280a-9edd-4318-a444-7d2557b1ef87 2018-11-05 22:17:38,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643507003784s 2018-11-05 22:17:38,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d78b280a-9edd-4318-a444-7d2557b1ef87 2018-11-05 22:17:38,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:38,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:39,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-30b996c0-e4fd-4fa0-903a-ed0ce840c4a5 x-compute-request-id: req-30b996c0-e4fd-4fa0-903a-ed0ce840c4a5 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:39,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-30b996c0-e4fd-4fa0-903a-ed0ce840c4a5 2018-11-05 22:17:39,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10310196877s 2018-11-05 22:17:39,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-30b996c0-e4fd-4fa0-903a-ed0ce840c4a5 2018-11-05 22:17:39,868 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:40,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:40,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:41,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-133530c2-374b-4915-a0c0-963b8627b15b x-compute-request-id: req-133530c2-374b-4915-a0c0-963b8627b15b Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:41,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-133530c2-374b-4915-a0c0-963b8627b15b 2018-11-05 22:17:41,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682286977768s 2018-11-05 22:17:41,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-133530c2-374b-4915-a0c0-963b8627b15b 2018-11-05 22:17:41,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:41,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:42,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-8f23ec77-08c3-49ce-82b5-8f6b92c314d5 x-compute-request-id: req-8f23ec77-08c3-49ce-82b5-8f6b92c314d5 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:42,627 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-8f23ec77-08c3-49ce-82b5-8f6b92c314d5 2018-11-05 22:17:42,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07146382332s 2018-11-05 22:17:42,628 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-8f23ec77-08c3-49ce-82b5-8f6b92c314d5 2018-11-05 22:17:42,629 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:43,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:43,634 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:44,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-2bd51233-7c01-4c12-ac13-b9edf86cf48d x-compute-request-id: req-2bd51233-7c01-4c12-ac13-b9edf86cf48d Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:44,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2bd51233-7c01-4c12-ac13-b9edf86cf48d 2018-11-05 22:17:44,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700024843216s 2018-11-05 22:17:44,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2bd51233-7c01-4c12-ac13-b9edf86cf48d 2018-11-05 22:17:44,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:44,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:45,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-8827290d-fe61-4b71-810f-4ce58d2bb861 x-compute-request-id: req-8827290d-fe61-4b71-810f-4ce58d2bb861 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:45,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-8827290d-fe61-4b71-810f-4ce58d2bb861 2018-11-05 22:17:45,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06992697716s 2018-11-05 22:17:45,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-8827290d-fe61-4b71-810f-4ce58d2bb861 2018-11-05 22:17:45,405 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:46,410 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:46,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-2e3b02ab-9cf2-410b-8984-b68b6ce0d477 x-compute-request-id: req-2e3b02ab-9cf2-410b-8984-b68b6ce0d477 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:46,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2e3b02ab-9cf2-410b-8984-b68b6ce0d477 2018-11-05 22:17:46,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35630607605s 2018-11-05 22:17:46,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2e3b02ab-9cf2-410b-8984-b68b6ce0d477 2018-11-05 22:17:46,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:46,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:47,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-2be2a6d0-ca08-4769-b4b5-7eb04b938550 x-compute-request-id: req-2be2a6d0-ca08-4769-b4b5-7eb04b938550 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:47,842 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-2be2a6d0-ca08-4769-b4b5-7eb04b938550 2018-11-05 22:17:47,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07493686676s 2018-11-05 22:17:47,843 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-2be2a6d0-ca08-4769-b4b5-7eb04b938550 2018-11-05 22:17:47,843 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:48,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:48,848 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:49,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-ae124dbb-67f1-4fb7-bdad-d69939fa7a0b x-compute-request-id: req-ae124dbb-67f1-4fb7-bdad-d69939fa7a0b Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:49,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae124dbb-67f1-4fb7-bdad-d69939fa7a0b 2018-11-05 22:17:49,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655057907104s 2018-11-05 22:17:49,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae124dbb-67f1-4fb7-bdad-d69939fa7a0b 2018-11-05 22:17:49,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:49,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:50,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa9f704e-9b71-46c2-9025-2245ca6a21d5 x-compute-request-id: req-aa9f704e-9b71-46c2-9025-2245ca6a21d5 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:50,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-aa9f704e-9b71-46c2-9025-2245ca6a21d5 2018-11-05 22:17:50,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07441806793s 2018-11-05 22:17:50,579 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-aa9f704e-9b71-46c2-9025-2245ca6a21d5 2018-11-05 22:17:50,579 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:51,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:51,584 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:52,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-adca971d-05ce-4ad7-85e4-0b95ac9b1366 x-compute-request-id: req-adca971d-05ce-4ad7-85e4-0b95ac9b1366 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:52,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-adca971d-05ce-4ad7-85e4-0b95ac9b1366 2018-11-05 22:17:52,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508759975433s 2018-11-05 22:17:52,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-adca971d-05ce-4ad7-85e4-0b95ac9b1366 2018-11-05 22:17:52,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:52,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:53,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b3afb94-d709-49bf-9e92-da96868e824d x-compute-request-id: req-4b3afb94-d709-49bf-9e92-da96868e824d Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:53,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-4b3afb94-d709-49bf-9e92-da96868e824d 2018-11-05 22:17:53,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07042789459s 2018-11-05 22:17:53,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-4b3afb94-d709-49bf-9e92-da96868e824d 2018-11-05 22:17:53,165 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:54,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:54,170 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:54,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-7d6845af-4ff0-4bb4-a62a-c1fb1dd1515f x-compute-request-id: req-7d6845af-4ff0-4bb4-a62a-c1fb1dd1515f Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:54,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7d6845af-4ff0-4bb4-a62a-c1fb1dd1515f 2018-11-05 22:17:54,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665623903275s 2018-11-05 22:17:54,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7d6845af-4ff0-4bb4-a62a-c1fb1dd1515f 2018-11-05 22:17:54,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:54,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:55,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17: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-c6cb6607-b593-44cb-b0d4-7378b93f1684 x-compute-request-id: req-c6cb6607-b593-44cb-b0d4-7378b93f1684 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:55,907 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-c6cb6607-b593-44cb-b0d4-7378b93f1684 2018-11-05 22:17:55,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07063794136s 2018-11-05 22:17:55,908 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-c6cb6607-b593-44cb-b0d4-7378b93f1684 2018-11-05 22:17:55,908 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:56,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:56,913 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:17:57,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87b64675-2704-4e51-acf8-46666e90b6a0 x-compute-request-id: req-87b64675-2704-4e51-acf8-46666e90b6a0 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:17:57,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-87b64675-2704-4e51-acf8-46666e90b6a0 2018-11-05 22:17:57,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683625936508s 2018-11-05 22:17:57,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-87b64675-2704-4e51-acf8-46666e90b6a0 2018-11-05 22:17:57,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:17:57,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:17:58,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-4122f30d-47e6-423e-a8cd-d45c40aed04e x-compute-request-id: req-4122f30d-47e6-423e-a8cd-d45c40aed04e Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:17:58,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-4122f30d-47e6-423e-a8cd-d45c40aed04e 2018-11-05 22:17:58,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.01910090446s 2018-11-05 22:17:58,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-4122f30d-47e6-423e-a8cd-d45c40aed04e 2018-11-05 22:17:58,618 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:17:59,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:17:59,623 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:00,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-4409851c-46eb-49d8-a132-32564d47d7b9 x-compute-request-id: req-4409851c-46eb-49d8-a132-32564d47d7b9 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:00,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4409851c-46eb-49d8-a132-32564d47d7b9 2018-11-05 22:18:00,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532957792282s 2018-11-05 22:18:00,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4409851c-46eb-49d8-a132-32564d47d7b9 2018-11-05 22:18:00,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:18:00,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:18:01,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18: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-cbcf016d-ac54-4282-8ac9-41b5f58f63d7 x-compute-request-id: req-cbcf016d-ac54-4282-8ac9-41b5f58f63d7 Content-Encoding: gzip Content-Length: 7670 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 22:18:01,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-cbcf016d-ac54-4282-8ac9-41b5f58f63d7 2018-11-05 22:18:01,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07044696808s 2018-11-05 22:18:01,227 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-cbcf016d-ac54-4282-8ac9-41b5f58f63d7 2018-11-05 22:18:01,228 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-05 22:18:01,229 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2018-11-05 22:18:02,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:02,233 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:02,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-25ea1aac-e648-4609-93aa-685056204e5b x-compute-request-id: req-25ea1aac-e648-4609-93aa-685056204e5b Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:02,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-25ea1aac-e648-4609-93aa-685056204e5b 2018-11-05 22:18:02,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348169088364s 2018-11-05 22:18:02,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-25ea1aac-e648-4609-93aa-685056204e5b 2018-11-05 22:18:02,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:18:02,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:18:03,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-fc9131fd-98f1-4d53-9544-15c103e2d941 x-compute-request-id: req-fc9131fd-98f1-4d53-9544-15c103e2d941 Content-Encoding: gzip Content-Length: 7691 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 192.168.120.8...\n"} 2018-11-05 22:18:03,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-fc9131fd-98f1-4d53-9544-15c103e2d941 2018-11-05 22:18:03,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02141189575s 2018-11-05 22:18:03,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-fc9131fd-98f1-4d53-9544-15c103e2d941 2018-11-05 22:18:03,604 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.8... 2018-11-05 22:18:04,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:04,610 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:05,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-4bc08f24-8df2-4876-9029-e7da9a95a46f x-compute-request-id: req-4bc08f24-8df2-4876-9029-e7da9a95a46f Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:16:52Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:05,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4bc08f24-8df2-4876-9029-e7da9a95a46f 2018-11-05 22:18:05,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530754089355s 2018-11-05 22:18:05,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4bc08f24-8df2-4876-9029-e7da9a95a46f 2018-11-05 22:18:05,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-05 22:18:05,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 22:18:06,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18: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-fcfcf0cf-2d9a-43af-8ecf-81692f95687d x-compute-request-id: req-fcfcf0cf-2d9a-43af-8ecf-81692f95687d Content-Encoding: gzip Content-Length: 9359 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor\n[ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133373] pid_max: default: 32768 minimum: 301\n[ 0.134266] ACPI: Core revision 20150930\n[ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136926] Security Framework initialized\n[ 0.137739] Yama: becoming mindful.\n[ 0.138469] AppArmor: AppArmor initialized\n[ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144552] Initializing cgroup subsys io\n[ 0.145364] Initializing cgroup subsys memory\n[ 0.146220] Initializing cgroup subsys devices\n[ 0.147100] Initializing cgroup subsys freezer\n[ 0.147971] Initializing cgroup subsys net_cls\n[ 0.148838] Initializing cgroup subsys perf_event\n[ 0.149760] Initializing cgroup subsys net_prio\n[ 0.150672] Initializing cgroup subsys hugetlb\n[ 0.151533] Initializing cgroup subsys pids\n[ 0.152404] CPU: Physical Processor ID: 0\n[ 0.153888] mce: CPU supports 10 MCE banks\n[ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172735] ftrace: allocating 31920 entries in 125 pages\n[ 0.198551] smpboot: Max logical packages: 1\n[ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200800] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208400] KVM setup paravirtual spinlock\n[ 0.209723] x86: Booted up 1 node, 1 CPUs\n[ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211954] devtmpfs: initialized\n[ 0.213642] evm: security.selinux\n[ 0.214343] evm: security.SMACK64\n[ 0.215026] evm: security.SMACK64EXEC\n[ 0.215755] evm: security.SMACK64TRANSMUTE\n[ 0.216557] evm: security.SMACK64MMAP\n[ 0.217292] evm: security.ima\n[ 0.217932] evm: security.capability\n[ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220654] pinctrl core: initialized pinctrl subsystem\n[ 0.221783] RTC time: 22:17:01, date: 11/05/18\n[ 0.222768] NET: Registered protocol family 16\n[ 0.223766] cpuidle: using governor ladder\n[ 0.224613] cpuidle: using governor menu\n[ 0.225401] PCCT header not found.\n[ 0.226154] ACPI: bus type PCI registered\n[ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228226] PCI: Using configuration type 1 for base access\n[ 0.230007] ACPI: Added _OSI(Module Device)\n[ 0.230863] ACPI: Added _OSI(Processor Device)\n[ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232710] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234834] ACPI: Interpreter enabled\n[ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243136] ACPI: (supports S0 S5)\n[ 0.243872] ACPI: Using IOAPIC for interrupt routing\n[ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253916] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255583] acpiphp: Slot [5] registered\n[ 0.256382] acpiphp: Slot [6] registered\n[ 0.257176] acpiphp: Slot [7] registered\n[ 0.257985] acpiphp: Slot [8] registered\n[ 0.258788] acpiphp: Slot [9] registered\n[ 0.259610] acpiphp: Slot [10] registered\n[ 0.260452] acpiphp: Slot [11] registered\n[ 0.261276] acpiphp: Slot [12] registered\n[ 0.262088] acpiphp: Slot [13] registered\n[ 0.262901] acpiphp: Slot [14] registered\n[ 0.263714] acpiphp: Slot [15] registered\n[ 0.274491] acpiphp: Slot [16] registered\n[ 0.275331] acpiphp: Slot [17] registered\n[ 0.276163] acpiphp: Slot [18] registered\n[ 0.277012] acpiphp: Slot [19] registered\n[ 0.277861] acpiphp: Slot [20] registered\n[ 0.278686] acpiphp: Slot [21] registered\n[ 0.279536] acpiphp: Slot [22] registered\n[ 0.280373] acpiphp: Slot [23] registered\n[ 0.281204] acpiphp: Slot [24] registered\n[ 0.282024] acpiphp: Slot [25] registered\n[ 0.282850] acpiphp: Slot [26] registered\n[ 0.283674] acpiphp: Slot [27] registered\n[ 0.284493] acpiphp: Slot [28] registered\n[ 0.285315] acpiphp: Slot [29] registered\n[ 0.286129] acpiphp: Slot [30] registered\n[ 0.286957] acpiphp: Slot [31] registered\n[ 0.287783] PCI host bridge to bus 0000:00\n[ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367995] vgaarb: loaded\n[ 0.368601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369754] SCSI subsystem initialized\n[ 0.370579] ACPI: bus type USB registered\n[ 0.371404] usbcore: registered new interface driver usbfs\n[ 0.372452] usbcore: registered new interface driver hub\n[ 0.373493] usbcore: registered new device driver usb\n[ 0.374600] PCI: Using ACPI for IRQ routing\n[ 0.375659] NetLabel: Initializing\n[ 0.376402] NetLabel: domain hash size = 128\n[ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378299] NetLabel: unlabeled traffic allowed by default\n[ 0.379436] clocksource: Switched to clocksource kvm-clock\n[ 0.384927] AppArmor: AppArmor Filesystem Enabled\n[ 0.385939] pnp: PnP ACPI init\n[ 0.386864] pnp: PnP ACPI: found 5 devices\n[ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394974] NET: Registered protocol family 2\n[ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401978] NET: Registered protocol family 1\n[ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432803] Trying to unpack rootfs image as initramfs...\n[ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496136] Scanning for low memory corruption every 60 seconds\n[ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498662] audit: initializing netlink subsys (disabled)\n[ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized\n[ 0.501014] Initialise system trusted keyring\n[ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505041] zbud: loaded\n[ 0.505743] VFS: Disk quotas dquot_6.6.0\n[ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508075] fuse init (API version 7.23)\n[ 0.508954] Key type big_key registered\n[ 0.509747] Allocating IMA MOK and blacklist keyrings.\n[ 0.510840] Key type asymmetric registered\n[ 0.511677] Asymmetric key parser 'x509' registered\n[ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514618] io scheduler noop registered\n[ 0.515463] io scheduler deadline registered (default)\n[ 0.516522] io scheduler cfq registered\n[ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521440] ACPI: Power Button [PWRF]\n[ 0.522371] GHES: HEST is not enabled!\n[ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594614] Linux agpgart interface v0.103\n[ 0.596974] brd: module loaded\n[ 0.598433] loop: module loaded\n[ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605710] GPT:90111 != 2097151\n[ 0.606518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607676] GPT:90111 != 2097151\n[ 0.608339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609282] vda: vda1 vda15\n[ 0.610713] scsi host0: ata_piix\n[ 0.611447] scsi host1: ata_piix\n[ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614754] libphy: Fixed MDIO Bus: probed\n[ 0.615569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616505] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618630] PPP generic driver version 2.4.2\n[ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620768] ehci-pci: EHCI PCI platform driver\n[ 0.621618] ehci-platform: EHCI generic platform driver\n[ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623687] ohci-pci: OHCI PCI platform driver\n[ 0.624541] ohci-platform: OHCI generic platform driver\n[ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646885] usb usb1: Product: UHCI Host Controller\n[ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648929] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649910] hub 1-0:1.0: USB hub found\n[ 0.650677] hub 1-0:1.0: 2 ports detected\n[ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655581] mousedev: PS/2 mouse device common for all mice\n[ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662016] i2c /dev entries driver\n[ 0.662771] device-mapper: uevent: version 1.0.3\n[ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666558] NET: Registered protocol family 10\n[ 0.667561] NET: Registered protocol family 17\n[ 0.668437] Key type dns_resolver registered\n[ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672139] registered taskstats version 1\n[ 0.672964] Loading compiled-in X.509 certificates\n[ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676211] zswap: loaded using pool lzo/zbud\n[ 0.677567] Key type trusted registered\n[ 0.679095] Key type encrypted registered\n[ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680937] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681948] evm: HMAC attrs: 0x1\n[ 0.682861] Magic number: 10:460:299\n[ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222)\n[ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686370] EDD information not available.\n[ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773905] Write protecting the kernel read-only data: 14336k\n[ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\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.426766] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.36. iid=i-0000002a\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCcOgTWd3Y6c9/KnWsH8o16BIiyYxprkU7nMMhhQi0UeY/K6dL2WgQyWKCyWkpzCQlFm4euVlOK8KnJ1Foc+xIlwlgkxD/5C5y13t0VTDGZ5ySbvSTwjlK+VwQL1r69DLjEOI6BztjsNgXpZ5ItGLbYeGEBQjjS88s+xDrFdtF5cVSYyIltxiZ3PcAms2LPbcXpWJgKuKnLCUX2i6naYbcYRap+Tq2kyHohjR9rATtC1QoQboDruGeOuiIWoO1lMq2/QX0WHpA96rGjsa6U3KI+P6B0E5tE1mEPTvzSNAGTL32l2yh0v3YQwlNzOV4moSFYB9xAOtV4Zz0AZpe5dV+/ root@vping-userdata-vm2-4c720c5e-8490-429b-967d-76d41083a680\nssh-dss AAAAB3NzaC1kc3MAAACBANizZBuaeAv5Sdo8Q/6GJEEN9cVaT4FW8L0V182p3kkwTDG77LQ5tjt2NulSDdsBZALtqv/tup1jr8g9GbLuGXy9jTzvn2y+PYlOMCwW3wj84kQZApL83D8dl0TNysgPSdhzbcmtIoJvkePcGIXoehi4UCTpMHIKPjMmrj2p3h9fAAAAFQDvh26IGM3ZoAy9zW4Yz6dW7ZD3cwAAAIAFC8A2Ag3Kn34vVAxbSnHvhSlEMGaKwA8oqjQT2wBUrRxK3wgqIgGUPA9eHQ2nqdSP+UORoOZn9YNc0AI9JFWwYHBj+swV3I/j8zw0bmPdTLD9L8fY+GHK8nc1o3RkUmORwS1NApB8sWYn4fHs81KlXG6O5dZpLo9KsG2OebHNCwAAAIAQmHiRVSHmG1LPaX4U/Go/1e05JfYAz3BDXd39Zkx+qbqSljzvktxJrodY70oD0N9C1RA70v+bxH4H9k1C4HXBEP50HktW8wcq8jY0WIDE142MeEZg8OusNqXrOO3OV5kSjkrZK/YgwLwN4PvojL+F/ciLv4EAzkAAFtVPtsTDlA== root@vping-userdata-vm2-4c720c5e-8490-429b-967d-76d41083a680\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.8,24,fe80::f816:3eff:fe4e:e329/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-4c720c5e-8490-429b-967d-76d41083a680\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=63.90 ===\n"} 2018-11-05 22:18:06,249 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-fcfcf0cf-2d9a-43af-8ecf-81692f95687d 2018-11-05 22:18:06,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10779118538s 2018-11-05 22:18:06,250 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8/action used request id req-fcfcf0cf-2d9a-43af-8ecf-81692f95687d 2018-11-05 22:18:06,251 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 507288321 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.910 MHz processor [ 0.131734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133373] pid_max: default: 32768 minimum: 301 [ 0.134266] ACPI: Core revision 20150930 [ 0.135626] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136926] Security Framework initialized [ 0.137739] Yama: becoming mindful. [ 0.138469] AppArmor: AppArmor initialized [ 0.139334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141951] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144552] Initializing cgroup subsys io [ 0.145364] Initializing cgroup subsys memory [ 0.146220] Initializing cgroup subsys devices [ 0.147100] Initializing cgroup subsys freezer [ 0.147971] Initializing cgroup subsys net_cls [ 0.148838] Initializing cgroup subsys perf_event [ 0.149760] Initializing cgroup subsys net_prio [ 0.150672] Initializing cgroup subsys hugetlb [ 0.151533] Initializing cgroup subsys pids [ 0.152404] CPU: Physical Processor ID: 0 [ 0.153888] mce: CPU supports 10 MCE banks [ 0.154734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172735] ftrace: allocating 31920 entries in 125 pages [ 0.198551] smpboot: Max logical packages: 1 [ 0.199399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200800] x2apic enabled [ 0.201632] Switched APIC routing to physical x2apic. [ 0.203404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208400] KVM setup paravirtual spinlock [ 0.209723] x86: Booted up 1 node, 1 CPUs [ 0.210562] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211954] devtmpfs: initialized [ 0.213642] evm: security.selinux [ 0.214343] evm: security.SMACK64 [ 0.215026] evm: security.SMACK64EXEC [ 0.215755] evm: security.SMACK64TRANSMUTE [ 0.216557] evm: security.SMACK64MMAP [ 0.217292] evm: security.ima [ 0.217932] evm: security.capability [ 0.218739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220654] pinctrl core: initialized pinctrl subsystem [ 0.221783] RTC time: 22:17:01, date: 11/05/18 [ 0.222768] NET: Registered protocol family 16 [ 0.223766] cpuidle: using governor ladder [ 0.224613] cpuidle: using governor menu [ 0.225401] PCCT header not found. [ 0.226154] ACPI: bus type PCI registered [ 0.226971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228226] PCI: Using configuration type 1 for base access [ 0.230007] ACPI: Added _OSI(Module Device) [ 0.230863] ACPI: Added _OSI(Processor Device) [ 0.231774] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232710] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234834] ACPI: Interpreter enabled [ 0.235645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243136] ACPI: (supports S0 S5) [ 0.243872] ACPI: Using IOAPIC for interrupt routing [ 0.244960] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253916] acpiphp: Slot [3] registered [ 0.254742] acpiphp: Slot [4] registered [ 0.255583] acpiphp: Slot [5] registered [ 0.256382] acpiphp: Slot [6] registered [ 0.257176] acpiphp: Slot [7] registered [ 0.257985] acpiphp: Slot [8] registered [ 0.258788] acpiphp: Slot [9] registered [ 0.259610] acpiphp: Slot [10] registered [ 0.260452] acpiphp: Slot [11] registered [ 0.261276] acpiphp: Slot [12] registered [ 0.262088] acpiphp: Slot [13] registered [ 0.262901] acpiphp: Slot [14] registered [ 0.263714] acpiphp: Slot [15] registered [ 0.274491] acpiphp: Slot [16] registered [ 0.275331] acpiphp: Slot [17] registered [ 0.276163] acpiphp: Slot [18] registered [ 0.277012] acpiphp: Slot [19] registered [ 0.277861] acpiphp: Slot [20] registered [ 0.278686] acpiphp: Slot [21] registered [ 0.279536] acpiphp: Slot [22] registered [ 0.280373] acpiphp: Slot [23] registered [ 0.281204] acpiphp: Slot [24] registered [ 0.282024] acpiphp: Slot [25] registered [ 0.282850] acpiphp: Slot [26] registered [ 0.283674] acpiphp: Slot [27] registered [ 0.284493] acpiphp: Slot [28] registered [ 0.285315] acpiphp: Slot [29] registered [ 0.286129] acpiphp: Slot [30] registered [ 0.286957] acpiphp: Slot [31] registered [ 0.287783] PCI host bridge to bus 0000:00 [ 0.288607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289846] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291085] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292564] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303985] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358595] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361447] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362859] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365259] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367995] vgaarb: loaded [ 0.368601] vgaarb: bridge control possible 0000:00:02.0 [ 0.369754] SCSI subsystem initialized [ 0.370579] ACPI: bus type USB registered [ 0.371404] usbcore: registered new interface driver usbfs [ 0.372452] usbcore: registered new interface driver hub [ 0.373493] usbcore: registered new device driver usb [ 0.374600] PCI: Using ACPI for IRQ routing [ 0.375659] NetLabel: Initializing [ 0.376402] NetLabel: domain hash size = 128 [ 0.377298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378299] NetLabel: unlabeled traffic allowed by default [ 0.379436] clocksource: Switched to clocksource kvm-clock [ 0.384927] AppArmor: AppArmor Filesystem Enabled [ 0.385939] pnp: PnP ACPI init [ 0.386864] pnp: PnP ACPI: found 5 devices [ 0.393247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394974] NET: Registered protocol family 2 [ 0.395953] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399679] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401978] NET: Registered protocol family 1 [ 0.402859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432803] Trying to unpack rootfs image as initramfs... [ 0.482189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496136] Scanning for low memory corruption every 60 seconds [ 0.497497] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498662] audit: initializing netlink subsys (disabled) [ 0.499696] audit: type=2000 audit(1541456221.865:1): initialized [ 0.501014] Initialise system trusted keyring [ 0.501941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505041] zbud: loaded [ 0.505743] VFS: Disk quotas dquot_6.6.0 [ 0.506556] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508075] fuse init (API version 7.23) [ 0.508954] Key type big_key registered [ 0.509747] Allocating IMA MOK and blacklist keyrings. [ 0.510840] Key type asymmetric registered [ 0.511677] Asymmetric key parser 'x509' registered [ 0.512697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514618] io scheduler noop registered [ 0.515463] io scheduler deadline registered (default) [ 0.516522] io scheduler cfq registered [ 0.517431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521440] ACPI: Power Button [PWRF] [ 0.522371] GHES: HEST is not enabled! [ 0.535827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594614] Linux agpgart interface v0.103 [ 0.596974] brd: module loaded [ 0.598433] loop: module loaded [ 0.603737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605710] GPT:90111 != 2097151 [ 0.606518] GPT:Alternate GPT header not at the end of the disk. [ 0.607676] GPT:90111 != 2097151 [ 0.608339] GPT: Use GNU Parted to correct GPT errors. [ 0.609282] vda: vda1 vda15 [ 0.610713] scsi host0: ata_piix [ 0.611447] scsi host1: ata_piix [ 0.612146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613339] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614754] libphy: Fixed MDIO Bus: probed [ 0.615569] tun: Universal TUN/TAP device driver, 1.6 [ 0.616505] tun: (C) 1999-2004 Max Krasnyansky [ 0.618630] PPP generic driver version 2.4.2 [ 0.619511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620768] ehci-pci: EHCI PCI platform driver [ 0.621618] ehci-platform: EHCI generic platform driver [ 0.622583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623687] ohci-pci: OHCI PCI platform driver [ 0.624541] ohci-platform: OHCI generic platform driver [ 0.625502] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639821] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642212] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643207] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646885] usb usb1: Product: UHCI Host Controller [ 0.647809] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648929] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649910] hub 1-0:1.0: USB hub found [ 0.650677] hub 1-0:1.0: 2 ports detected [ 0.651570] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655581] mousedev: PS/2 mouse device common for all mice [ 0.656794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658592] rtc_cmos 00:00: RTC can wake from S4 [ 0.659678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662016] i2c /dev entries driver [ 0.662771] device-mapper: uevent: version 1.0.3 [ 0.663705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666558] NET: Registered protocol family 10 [ 0.667561] NET: Registered protocol family 17 [ 0.668437] Key type dns_resolver registered [ 0.669344] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672139] registered taskstats version 1 [ 0.672964] Loading compiled-in X.509 certificates [ 0.674389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676211] zswap: loaded using pool lzo/zbud [ 0.677567] Key type trusted registered [ 0.679095] Key type encrypted registered [ 0.679927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680937] ima: No TPM chip found, activating TPM-bypass! [ 0.681948] evm: HMAC attrs: 0x1 [ 0.682861] Magic number: 10:460:299 [ 0.683707] rtc_cmos 00:00: setting system clock to 2018-11-05 22:17:02 UTC (1541456222) [ 0.685278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686370] EDD information not available. [ 0.772376] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773905] Write protecting the kernel read-only data: 14336k [ 0.785670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.20 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.426766] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.36. iid=i-0000002a 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCcOgTWd3Y6c9/KnWsH8o16BIiyYxprkU7nMMhhQi0UeY/K6dL2WgQyWKCyWkpzCQlFm4euVlOK8KnJ1Foc+xIlwlgkxD/5C5y13t0VTDGZ5ySbvSTwjlK+VwQL1r69DLjEOI6BztjsNgXpZ5ItGLbYeGEBQjjS88s+xDrFdtF5cVSYyIltxiZ3PcAms2LPbcXpWJgKuKnLCUX2i6naYbcYRap+Tq2kyHohjR9rATtC1QoQboDruGeOuiIWoO1lMq2/QX0WHpA96rGjsa6U3KI+P6B0E5tE1mEPTvzSNAGTL32l2yh0v3YQwlNzOV4moSFYB9xAOtV4Zz0AZpe5dV+/ root@vping-userdata-vm2-4c720c5e-8490-429b-967d-76d41083a680 ssh-dss AAAAB3NzaC1kc3MAAACBANizZBuaeAv5Sdo8Q/6GJEEN9cVaT4FW8L0V182p3kkwTDG77LQ5tjt2NulSDdsBZALtqv/tup1jr8g9GbLuGXy9jTzvn2y+PYlOMCwW3wj84kQZApL83D8dl0TNysgPSdhzbcmtIoJvkePcGIXoehi4UCTpMHIKPjMmrj2p3h9fAAAAFQDvh26IGM3ZoAy9zW4Yz6dW7ZD3cwAAAIAFC8A2Ag3Kn34vVAxbSnHvhSlEMGaKwA8oqjQT2wBUrRxK3wgqIgGUPA9eHQ2nqdSP+UORoOZn9YNc0AI9JFWwYHBj+swV3I/j8zw0bmPdTLD9L8fY+GHK8nc1o3RkUmORwS1NApB8sWYn4fHs81KlXG6O5dZpLo9KsG2OebHNCwAAAIAQmHiRVSHmG1LPaX4U/Go/1e05JfYAz3BDXd39Zkx+qbqSljzvktxJrodY70oD0N9C1RA70v+bxH4H9k1C4HXBEP50HktW8wcq8jY0WIDE142MeEZg8OusNqXrOO3OV5kSjkrZK/YgwLwN4PvojL+F/ciLv4EAzkAAFtVPtsTDlA== root@vping-userdata-vm2-4c720c5e-8490-429b-967d-76d41083a680 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe4e:e329/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-4c720c5e-8490-429b-967d-76d41083a680 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=63.90 === 2018-11-05 22:18:06,252 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-11-05 22:18:06,390 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:18:06,391 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-11-05 22:18:06,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-05 22:18:06,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:06,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22: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-63575362-a1eb-4c15-9855-ad0a5a22c6a7 x-compute-request-id: req-63575362-a1eb-4c15-9855-ad0a5a22c6a7 Content-Type: application/json 2018-11-05 22:18:06,561 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a used request id req-63575362-a1eb-4c15-9855-ad0a5a22c6a7 2018-11-05 22:18:06,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163763046265s 2018-11-05 22:18:06,561 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a used request id req-63575362-a1eb-4c15-9855-ad0a5a22c6a7 2018-11-05 22:18:06,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:06,564 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:07,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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,Accept-Encoding x-openstack-request-id: req-0c51fa4d-d55e-4bd9-8e88-4cbf89f297c5 x-compute-request-id: req-0c51fa4d-d55e-4bd9-8e88-4cbf89f297c5 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:18:06Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:07,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c51fa4d-d55e-4bd9-8e88-4cbf89f297c5 2018-11-05 22:18:07,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.445491075516s 2018-11-05 22:18:07,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c51fa4d-d55e-4bd9-8e88-4cbf89f297c5 2018-11-05 22:18:07,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:18:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:09,015 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:09,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18: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-b989a891-b2a3-462a-a75b-5d0036b2be7a x-compute-request-id: req-b989a891-b2a3-462a-a75b-5d0036b2be7a Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:89:cf", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:16:53.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "d144b6d1-aaae-47b9-82e3-251b6f1b7a5a", "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:18:08Z", "hostId": "814ca435557ce633c20722985631ff175cd58f0cb682c57e292ac890", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:47Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:09,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b989a891-b2a3-462a-a75b-5d0036b2be7a 2018-11-05 22:18:09,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480432987213s 2018-11-05 22:18:09,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b989a891-b2a3-462a-a75b-5d0036b2be7a 2018-11-05 22:18:09,496 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:18:11,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:11,502 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:12,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78033d30-fb20-4619-b816-51df22e17380 x-compute-request-id: req-78033d30-fb20-4619-b816-51df22e17380 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:17:01Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:12,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-78033d30-fb20-4619-b816-51df22e17380 2018-11-05 22:18:12,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66091299057s 2018-11-05 22:18:12,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-78033d30-fb20-4619-b816-51df22e17380 2018-11-05 22:18:12,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-05 22:18:12,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:12,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-873e22f0-11dc-4de5-8bdf-1971c7dffaad x-compute-request-id: req-873e22f0-11dc-4de5-8bdf-1971c7dffaad Content-Type: application/json 2018-11-05 22:18:12,573 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8 used request id req-873e22f0-11dc-4de5-8bdf-1971c7dffaad 2018-11-05 22:18:12,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.41031908989s 2018-11-05 22:18:12,573 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8 used request id req-873e22f0-11dc-4de5-8bdf-1971c7dffaad 2018-11-05 22:18:12,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:12,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:13,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-949dca69-819b-4c6c-9757-201b3b9bb98c x-compute-request-id: req-949dca69-819b-4c6c-9757-201b3b9bb98c Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:e3:29", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "rel": "bookmark"}], "image": {"id": "c175efec-6723-4644-ab02-e679fef404e1", "links": [{"href": "http://172.30.9.23:8774/images/c175efec-6723-4644-ab02-e679fef404e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-05T22:17:01.000000", "flavor": {"id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "links": [{"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}]}, "id": "ac14a19d-c2d2-4601-ba5e-b7ea690384e8", "security_groups": [{"name": "default"}], "user_id": "e5383dffed29491da0029574b39508b7", "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-11-05T22:18:12Z", "hostId": "c88584353d12366caa1b0b7704e639b6fcfbf2cc435c7e7782fc44e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c720c5e-8490-429b-967d-76d41083a680", "created": "2018-11-05T22:16:55Z", "tenant_id": "1edac5ddda634035be2df07193f34c14", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 22:18:13,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-949dca69-819b-4c6c-9757-201b3b9bb98c 2018-11-05 22:18:13,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478121042252s 2018-11-05 22:18:13,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-949dca69-819b-4c6c-9757-201b3b9bb98c 2018-11-05 22:18:13,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-05 22:18:15,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-05 22:18:15,060 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:15,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18: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-4467b01d-9fbc-46bc-8cdd-5b1dca3f8bf0 x-compute-request-id: req-4467b01d-9fbc-46bc-8cdd-5b1dca3f8bf0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 22:18:15,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4467b01d-9fbc-46bc-8cdd-5b1dca3f8bf0 2018-11-05 22:18:15,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0821309089661s 2018-11-05 22:18:15,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4467b01d-9fbc-46bc-8cdd-5b1dca3f8bf0 2018-11-05 22:18:15,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-05 22:18:15,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" -d '{"subnet_id": "e5f8ac0a-4ccf-477b-a034-7c158ee1593a"}' 2018-11-05 22:18:16,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d021b1f6-b810-4872-986c-33c81c897fec Date: Mon, 05 Nov 2018 22:18:16 GMT RESP BODY: {"network_id": "a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8", "tenant_id": "1edac5ddda634035be2df07193f34c14", "subnet_id": "e5f8ac0a-4ccf-477b-a034-7c158ee1593a", "subnet_ids": ["e5f8ac0a-4ccf-477b-a034-7c158ee1593a"], "port_id": "80522d5e-d232-49e7-b755-c35930b565f5", "id": "b6f2dc8a-2468-46c2-a2f2-6134dfda96b5"} 2018-11-05 22:18:16,341 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5/remove_router_interface.json used request id req-d021b1f6-b810-4872-986c-33c81c897fec 2018-11-05 22:18:16,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.20101118088s 2018-11-05 22:18:16,342 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5/remove_router_interface.json used request id req-d021b1f6-b810-4872-986c-33c81c897fec returning object b6f2dc8a-2468-46c2-a2f2-6134dfda96b5 2018-11-05 22:18:16,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-05 22:18:16,343 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:16,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fa3d59f3-0d65-4113-91bf-301f64c2254d Date: Mon, 05 Nov 2018 22:18:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "1edac5ddda634035be2df07193f34c14", "created_at": "2018-11-05T22:16:39Z", "admin_state_up": true, "updated_at": "2018-11-05T22:18:15Z", "revision_number": 4, "routes": [], "project_id": "1edac5ddda634035be2df07193f34c14", "id": "b6f2dc8a-2468-46c2-a2f2-6134dfda96b5", "name": "vping_userdata-router_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:18:16,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-fa3d59f3-0d65-4113-91bf-301f64c2254d 2018-11-05 22:18:16,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0676069259644s 2018-11-05 22:18:16,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-fa3d59f3-0d65-4113-91bf-301f64c2254d 2018-11-05 22:18:16,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-05 22:18:16,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:17,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49c4be42-0d73-4ee4-a6b1-636f01423e70 Content-Length: 0 Date: Mon, 05 Nov 2018 22:18:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:18:17,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5.json used request id req-49c4be42-0d73-4ee4-a6b1-636f01423e70 2018-11-05 22:18:17,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.11963391304s 2018-11-05 22:18:17,532 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b6f2dc8a-2468-46c2-a2f2-6134dfda96b5.json used request id req-49c4be42-0d73-4ee4-a6b1-636f01423e70 2018-11-05 22:18:17,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-05 22:18:17,533 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:17,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1d93af94-e3e2-4f51-ae06-92a64cbdb59d Date: Mon, 05 Nov 2018 22:18:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:16:39Z","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":"1edac5ddda634035be2df07193f34c14","id":"e5f8ac0a-4ccf-477b-a034-7c158ee1593a","subnetpool_id":null,"name":"vping_userdata-subnet_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:18:17,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1d93af94-e3e2-4f51-ae06-92a64cbdb59d 2018-11-05 22:18:17,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0574018955231s 2018-11-05 22:18:17,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1d93af94-e3e2-4f51-ae06-92a64cbdb59d 2018-11-05 22:18:17,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-05 22:18:17,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/e5f8ac0a-4ccf-477b-a034-7c158ee1593a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:19,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0df7102b-3e31-460e-a943-f650d13343c9 Date: Mon, 05 Nov 2018 22:18:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:18:19,864 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e5f8ac0a-4ccf-477b-a034-7c158ee1593a.json used request id req-0df7102b-3e31-460e-a943-f650d13343c9 2018-11-05 22:18:19,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27188587189s 2018-11-05 22:18:19,864 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e5f8ac0a-4ccf-477b-a034-7c158ee1593a.json used request id req-0df7102b-3e31-460e-a943-f650d13343c9 2018-11-05 22:18:19,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:18:19,865 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:19,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-00e9ee3c-84f7-4e08-b4b0-bb2dec8a95d7 Date: Mon, 05 Nov 2018 22:18:19 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":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"updated_at":"2018-11-05T21:49:48Z","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","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-11-05T22:18:19Z","tenant_id":"1edac5ddda634035be2df07193f34c14","created_at":"2018-11-05T22:16:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1edac5ddda634035be2df07193f34c14","id":"a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8","name":"vping_userdata-net_4c720c5e-8490-429b-967d-76d41083a680"}]} 2018-11-05 22:18:19,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-00e9ee3c-84f7-4e08-b4b0-bb2dec8a95d7 2018-11-05 22:18:19,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12041592598s 2018-11-05 22:18:19,985 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-00e9ee3c-84f7-4e08-b4b0-bb2dec8a95d7 2018-11-05 22:18:19,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-05 22:18:19,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:21,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-94df40fd-7ec5-4333-bd88-54a10c0d04c0 Date: Mon, 05 Nov 2018 22:18:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:18:21,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8.json used request id req-94df40fd-7ec5-4333-bd88-54a10c0d04c0 2018-11-05 22:18:21,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24749207497s 2018-11-05 22:18:21,235 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a7d5f9a6-a2f8-48cb-86a5-8ae6aae4e7d8.json used request id req-94df40fd-7ec5-4333-bd88-54a10c0d04c0 2018-11-05 22:18:21,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:18:21,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:21,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-834b43e1-0b64-4d9e-8264-41f872f980a3 Date: Mon, 05 Nov 2018 22:18:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "metadata": {}}], "file": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1/file", "owner": "1edac5ddda634035be2df07193f34c14", "id": "c175efec-6723-4644-ab02-e679fef404e1", "size": 12716032, "self": "/v2/images/c175efec-6723-4644-ab02-e679fef404e1", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c175efec-6723-4644-ab02-e679fef404e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:16:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c720c5e-8490-429b-967d-76d41083a680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:16:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:18:21,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-834b43e1-0b64-4d9e-8264-41f872f980a3 2018-11-05 22:18:21,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174145936966s 2018-11-05 22:18:21,410 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-834b43e1-0b64-4d9e-8264-41f872f980a3 2018-11-05 22:18:21,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:18:21,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9991144571408ea3cdd9bfb30b413a3e42dee35" 2018-11-05 22:18:23,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00290cf2-3dfb-464e-bbe6-bf41bfc71051 Date: Mon, 05 Nov 2018 22:18:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:18:23,122 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1 used request id req-00290cf2-3dfb-464e-bbe6-bf41bfc71051 2018-11-05 22:18:23,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.71037888527s 2018-11-05 22:18:23,122 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c175efec-6723-4644-ab02-e679fef404e1 used request id req-00290cf2-3dfb-464e-bbe6-bf41bfc71051 2018-11-05 22:18:23,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:18:23,126 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18c2b3ec-c938-490a-9a15-e71d315c77a2 x-compute-request-id: req-18c2b3ec-c938-490a-9a15-e71d315c77a2 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a", "name": "vping_userdata-flavor_4c720c5e-8490-429b-967d-76d41083a680", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:18:23,158 - 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-18c2b3ec-c938-490a-9a15-e71d315c77a2 2018-11-05 22:18:23,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0353009700775s 2018-11-05 22:18:23,159 - 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-18c2b3ec-c938-490a-9a15-e71d315c77a2 2018-11-05 22:18:23,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:18:23,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,195 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a21b29d-4104-4bd1-83dc-c0a0de8b2fa3 x-compute-request-id: req-3a21b29d-4104-4bd1-83dc-c0a0de8b2fa3 Content-Length: 0 Content-Type: application/json 2018-11-05 22:18:23,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a used request id req-3a21b29d-4104-4bd1-83dc-c0a0de8b2fa3 2018-11-05 22:18:23,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0354669094086s 2018-11-05 22:18:23,196 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a0c99264-f61c-4b2b-a3e0-2a0cbaa5271a used request id req-3a21b29d-4104-4bd1-83dc-c0a0de8b2fa3 2018-11-05 22:18:23,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:18:23,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-370c5e01-8d9c-4690-b7d4-f71c7ff3b918 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680", "links": {"self": "http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7"}, "domain_id": "default", "enabled": true, "id": "e5383dffed29491da0029574b39508b7", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:18:23,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-370c5e01-8d9c-4690-b7d4-f71c7ff3b918 2018-11-05 22:18:23,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968210697174s 2018-11-05 22:18:23,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-370c5e01-8d9c-4690-b7d4-f71c7ff3b918 2018-11-05 22:18:23,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:18:23,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae4c33e-c6f0-4f78-afb2-8f18160d7933 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7"}, "enabled": true, "id": "e5383dffed29491da0029574b39508b7", "options": {}, "domain_id": "default", "name": "vping_userdata-user_4c720c5e-8490-429b-967d-76d41083a680"}} 2018-11-05 22:18:23,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 used request id req-fae4c33e-c6f0-4f78-afb2-8f18160d7933 2018-11-05 22:18:23,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0927059650421s 2018-11-05 22:18:23,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 used request id req-fae4c33e-c6f0-4f78-afb2-8f18160d7933 2018-11-05 22:18:23,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:18:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66bdd3ba-d71a-453b-986c-adb624d100f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:18:23,608 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 used request id req-66bdd3ba-d71a-453b-986c-adb624d100f1 2018-11-05 22:18:23,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.214440107346s 2018-11-05 22:18:23,608 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e5383dffed29491da0029574b39508b7 used request id req-66bdd3ba-d71a-453b-986c-adb624d100f1 2018-11-05 22:18:23,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:18:23,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e336ef9-2294-487e-8b07-d09db7862e2f Content-Encoding: gzip Content-Length: 382 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: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14"}, "enabled": true, "id": "1edac5ddda634035be2df07193f34c14", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c720c5e-8490-429b-967d-76d41083a680"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:18:23,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6e336ef9-2294-487e-8b07-d09db7862e2f 2018-11-05 22:18:23,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0843138694763s 2018-11-05 22:18:23,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6e336ef9-2294-487e-8b07-d09db7862e2f 2018-11-05 22:18:23,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:18:23,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,838 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-016f9bf4-39d6-4186-8f29-0330b4c5a360 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:18:23,838 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14 used request id req-016f9bf4-39d6-4186-8f29-0330b4c5a360 2018-11-05 22:18:23,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.142438173294s 2018-11-05 22:18:23,839 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1edac5ddda634035be2df07193f34c14 used request id req-016f9bf4-39d6-4186-8f29-0330b4c5a360 2018-11-05 22:18:23,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:23,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:23,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f2458e9-93d0-4ba6-ab33-d9e23419b6f1 Content-Encoding: gzip Content-Length: 317 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": "0c2d774b625f486abb9202ca70b266d6", "links": {"self": "http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:23,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f2458e9-93d0-4ba6-ab33-d9e23419b6f1 2018-11-05 22:18:23,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826561450958s 2018-11-05 22:18:23,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:18:23,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:24,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59c79269-1de3-4a9e-b7e1-e1e1950cbc92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:18:24,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0c2d774b625f486abb9202ca70b266d6 used request id req-59c79269-1de3-4a9e-b7e1-e1e1950cbc92 2018-11-05 22:18:24,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102499961853s 2018-11-05 22:18:24,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:18:24,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1edac5ddda634035be2df07193f34c14&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:24,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-8627d93a-73d8-4902-8409-11435eaeb2f6 Date: Mon, 05 Nov 2018 22:18:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1edac5ddda634035be2df07193f34c14", "created_at": "2018-11-05T22:16:37Z", "updated_at": "2018-11-05T22:16:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "56d3b995-a65c-4082-97ef-d247ec7d2194", "remote_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv6", "project_id": "1edac5ddda634035be2df07193f34c14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "6bfe8d90-0d62-4e19-816a-01988034fd51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv4", "project_id": "1edac5ddda634035be2df07193f34c14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "a63eb593-995c-431b-a9b8-25af8b0a19a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv6", "project_id": "1edac5ddda634035be2df07193f34c14"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "b440a134-c23f-4148-ae8d-134a3594e7ef", "remote_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv4", "project_id": "1edac5ddda634035be2df07193f34c14"}], "revision_number": 4, "project_id": "1edac5ddda634035be2df07193f34c14", "id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "name": "default"}]} 2018-11-05 22:18:24,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1edac5ddda634035be2df07193f34c14&name=default used request id req-8627d93a-73d8-4902-8409-11435eaeb2f6 2018-11-05 22:18:24,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19332408905s 2018-11-05 22:18:24,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1edac5ddda634035be2df07193f34c14&name=default used request id req-8627d93a-73d8-4902-8409-11435eaeb2f6 2018-11-05 22:18:24,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:18:24,227 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:24,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-eea5d067-699d-40bc-9394-131f2f314e32 Date: Mon, 05 Nov 2018 22:18:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1edac5ddda634035be2df07193f34c14", "created_at": "2018-11-05T22:16:37Z", "updated_at": "2018-11-05T22:16:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "56d3b995-a65c-4082-97ef-d247ec7d2194", "remote_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv6", "project_id": "1edac5ddda634035be2df07193f34c14"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "b440a134-c23f-4148-ae8d-134a3594e7ef", "remote_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv4", "project_id": "1edac5ddda634035be2df07193f34c14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "a63eb593-995c-431b-a9b8-25af8b0a19a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv6", "project_id": "1edac5ddda634035be2df07193f34c14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:16:37Z", "revision_number": 0, "id": "6bfe8d90-0d62-4e19-816a-01988034fd51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:16:37Z", "security_group_id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "tenant_id": "1edac5ddda634035be2df07193f34c14", "port_range_min": null, "ethertype": "IPv4", "project_id": "1edac5ddda634035be2df07193f34c14"}], "revision_number": 4, "project_id": "1edac5ddda634035be2df07193f34c14", "id": "dbed4b93-131c-4a0e-abcc-26e3f3376479", "name": "default"}]} 2018-11-05 22:18:24,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-eea5d067-699d-40bc-9394-131f2f314e32 2018-11-05 22:18:24,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205877065659s 2018-11-05 22:18:24,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-eea5d067-699d-40bc-9394-131f2f314e32 2018-11-05 22:18:24,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-05 22:18:24,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/dbed4b93-131c-4a0e-abcc-26e3f3376479.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d423abf0ab96676fd32fb4f4729e50f62b08e663" 2018-11-05 22:18:24,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-494e84b5-6e74-4093-a1d2-fd9ccaea21a1 Content-Length: 0 Date: Mon, 05 Nov 2018 22:18:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:18:24,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dbed4b93-131c-4a0e-abcc-26e3f3376479.json used request id req-494e84b5-6e74-4093-a1d2-fd9ccaea21a1 2018-11-05 22:18:24,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.30628991127s 2018-11-05 22:18:24,744 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dbed4b93-131c-4a0e-abcc-26e3f3376479.json used request id req-494e84b5-6e74-4093-a1d2-fd9ccaea21a1 2018-11-05 22:18:24,796 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-05 22:18:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:18:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:18:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:18:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:18:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:18:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:18:24,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:18:24,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:18:24,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:18:24,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:18:24,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:18:24,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:18:24,842 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:18:24,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70c00bbf-5f9a-4f0d-bb10-e360607206ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:18:24,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-70c00bbf-5f9a-4f0d-bb10-e360607206ea 2018-11-05 22:18:24,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:18:25,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["97GL1n6EQuGKUhzr4Emmpg"], "issued_at": "2018-11-05T22:18:25.000000Z"}} 2018-11-05 22:18:25,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:18:25,226 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:25,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3cb1677d-9be2-4422-baba-a28afce1081d Date: Mon, 05 Nov 2018 22:18:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:18:25,475 - 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-3cb1677d-9be2-4422-baba-a28afce1081d 2018-11-05 22:18:25,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25000500679s 2018-11-05 22:18:25,476 - 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-3cb1677d-9be2-4422-baba-a28afce1081d 2018-11-05 22:18:25,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:18:25,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:25,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:18:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:18:25,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:25,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad35cabe-83ee-4648-a13e-201c8a92f7d5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:18:25,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ad35cabe-83ee-4648-a13e-201c8a92f7d5 2018-11-05 22:18:25,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0871851444244s 2018-11-05 22:18:25,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:18:25,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201"}}' 2018-11-05 22:18:25,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55f5dfb3-1191-4b03-b14e-64e8d10ba1a7 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622"}, "enabled": true, "id": "7d6f069cad7e4cbf9b88a30222c99622", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201"}} 2018-11-05 22:18:25,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-55f5dfb3-1191-4b03-b14e-64e8d10ba1a7 2018-11-05 22:18:25,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.14347410202s 2018-11-05 22:18:25,709 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-55f5dfb3-1191-4b03-b14e-64e8d10ba1a7 2018-11-05 22:18:25,710 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201', 'id': u'7d6f069cad7e4cbf9b88a30222c99622', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:18:25,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:18:26,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351801156998s 2018-11-05 22:18:26,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc07b900-8e12-46f0-8df0-15b976adb8ca Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566"}, "enabled": true, "id": "6bf295407d7948d6bff81ceaa8618566", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201"}} 2018-11-05 22:18:26,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 used request id req-fc07b900-8e12-46f0-8df0-15b976adb8ca 2018-11-05 22:18:26,150 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6bf295407d7948d6bff81ceaa8618566', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201'}) 2018-11-05 22:18:26,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:26,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff27f5d4-d022-4bd7-93a0-04012e894929 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:26,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff27f5d4-d022-4bd7-93a0-04012e894929 2018-11-05 22:18:26,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831949710846s 2018-11-05 22:18:26,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2638ab3a-8e82-4562-a78d-7aa6b836bde2 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:26,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2638ab3a-8e82-4562-a78d-7aa6b836bde2 2018-11-05 22:18:26,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776650905609s 2018-11-05 22:18:26,313 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:18:26,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:18:26,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" -d '{"role": {"name": "Member"}}' 2018-11-05 22:18:26,409 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-679cca26-7c9a-436c-b9ef-724a9d66c6b8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}} 2018-11-05 22:18:26,409 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-679cca26-7c9a-436c-b9ef-724a9d66c6b8 2018-11-05 22:18:26,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0955548286438s 2018-11-05 22:18:26,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a9dfbc1-18d6-4c46-8a81-fceacba8f3fe Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "domain_id": null, "name": "Member", "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49"}} 2018-11-05 22:18:26,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49 used request id req-6a9dfbc1-18d6-4c46-8a81-fceacba8f3fe 2018-11-05 22:18:26,425 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49'}, 'domain_id': None, 'human_id': None, 'id': u'9d0a95fb73fb4fdca6f2b8c9a58eca49', 'HUMAN_ID': False}) 2018-11-05 22:18:26,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:26,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5fe121-f7d3-4c95-84b2-c3a8aa4051ab Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:26,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6e5fe121-f7d3-4c95-84b2-c3a8aa4051ab 2018-11-05 22:18:26,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821528434753s 2018-11-05 22:18:26,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:18:26,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861ccf3b-1b52-4359-8d51-281b1235ca5a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:18:26,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-861ccf3b-1b52-4359-8d51-281b1235ca5a 2018-11-05 22:18:26,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0736739635468s 2018-11-05 22:18:26,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:18:26,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346ed6b7-4e4c-48a5-8603-2d4ca075d7ea Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201", "links": {"self": "http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566"}, "domain_id": "default", "enabled": true, "id": "6bf295407d7948d6bff81ceaa8618566", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:18:26,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-346ed6b7-4e4c-48a5-8603-2d4ca075d7ea 2018-11-05 22:18:26,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982990264893s 2018-11-05 22:18:26,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-346ed6b7-4e4c-48a5-8603-2d4ca075d7ea 2018-11-05 22:18:26,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:18:26,689 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ece579-04fa-472b-8f9e-eee0b05aa587 Content-Encoding: gzip Content-Length: 399 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622"}, "enabled": true, "id": "7d6f069cad7e4cbf9b88a30222c99622", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:18:26,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a3ece579-04fa-472b-8f9e-eee0b05aa587 2018-11-05 22:18:26,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0859761238098s 2018-11-05 22:18:26,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a3ece579-04fa-472b-8f9e-eee0b05aa587 2018-11-05 22:18:26,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:18:26,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&scope.project.id=7d6f069cad7e4cbf9b88a30222c99622&role.id=9d0a95fb73fb4fdca6f2b8c9a58eca49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963fc587-b876-4b64-80d3-740262e4d26a 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=6bf295407d7948d6bff81ceaa8618566&scope.project.id=7d6f069cad7e4cbf9b88a30222c99622&role.id=9d0a95fb73fb4fdca6f2b8c9a58eca49", "previous": null, "next": null}} 2018-11-05 22:18:26,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&scope.project.id=7d6f069cad7e4cbf9b88a30222c99622&role.id=9d0a95fb73fb4fdca6f2b8c9a58eca49 used request id req-963fc587-b876-4b64-80d3-740262e4d26a 2018-11-05 22:18:26,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782380104065s 2018-11-05 22:18:26,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:18:26,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622/users/6bf295407d7948d6bff81ceaa8618566/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:26,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8847876-67de-4a06-beb0-f96a8696dfc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:18:26,981 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622/users/6bf295407d7948d6bff81ceaa8618566/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49 used request id req-d8847876-67de-4a06-beb0-f96a8696dfc0 2018-11-05 22:18:26,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124760150909s 2018-11-05 22:18:26,982 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'ae169222-e011-42d4-9718-d1c6d2cff662', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201', 'project_id': u'7d6f069cad7e4cbf9b88a30222c99622', '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-11-05 22:18:26,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:18:26,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:18:26,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:18:26,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:18:26,988 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201', 'password': 'ae169222-e011-42d4-9718-d1c6d2cff662', 'project_name': 'tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '7d6f069cad7e4cbf9b88a30222c99622', 'project_domain_name': 'Default'} 2018-11-05 22:18:26,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:26,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-795dcb02-48d9-446d-b003-a849ef92c0e0 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:27,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-795dcb02-48d9-446d-b003-a849ef92c0e0 2018-11-05 22:18:27,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793042182922s 2018-11-05 22:18:27,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:27,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e691c68-4857-4cdf-8dd0-a9db1fdeb3b1 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:27,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7e691c68-4857-4cdf-8dd0-a9db1fdeb3b1 2018-11-05 22:18:27,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745871067047s 2018-11-05 22:18:27,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:18:27,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159f8de1-9029-4f5f-9a2f-f85d03be4482 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:18:27,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-159f8de1-9029-4f5f-9a2f-f85d03be4482 2018-11-05 22:18:27,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0756521224976s 2018-11-05 22:18:27,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:18:27,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-876165b6-736b-4962-be24-dfa60db42969 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201", "links": {"self": "http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566"}, "domain_id": "default", "enabled": true, "id": "6bf295407d7948d6bff81ceaa8618566", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:18:27,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-876165b6-736b-4962-be24-dfa60db42969 2018-11-05 22:18:27,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923068523407s 2018-11-05 22:18:27,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-876165b6-736b-4962-be24-dfa60db42969 2018-11-05 22:18:27,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:18:27,321 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1886db-a091-457d-8fdb-5b9b02ecdac7 Content-Encoding: gzip Content-Length: 399 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622"}, "enabled": true, "id": "7d6f069cad7e4cbf9b88a30222c99622", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:18:27,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9e1886db-a091-457d-8fdb-5b9b02ecdac7 2018-11-05 22:18:27,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.077926158905s 2018-11-05 22:18:27,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9e1886db-a091-457d-8fdb-5b9b02ecdac7 2018-11-05 22:18:27,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:18:27,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&scope.project.id=7d6f069cad7e4cbf9b88a30222c99622&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b89e9c-98ec-4cd2-82fc-bcf6547a8bcd 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=6bf295407d7948d6bff81ceaa8618566&scope.project.id=7d6f069cad7e4cbf9b88a30222c99622&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:18:27,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&scope.project.id=7d6f069cad7e4cbf9b88a30222c99622&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-50b89e9c-98ec-4cd2-82fc-bcf6547a8bcd 2018-11-05 22:18:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0811448097229s 2018-11-05 22:18:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:18:27,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622/users/6bf295407d7948d6bff81ceaa8618566/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,604 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ecbcfa4-68f7-42b4-9e4d-668feaec89b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:18:27,604 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622/users/6bf295407d7948d6bff81ceaa8618566/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-3ecbcfa4-68f7-42b4-9e4d-668feaec89b1 2018-11-05 22:18:27,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121489048004s 2018-11-05 22:18:27,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:27,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4a6791-75c5-40d6-a0f3-d23fb520f559 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:27,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2a4a6791-75c5-40d6-a0f3-d23fb520f559 2018-11-05 22:18:27,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772140026093s 2018-11-05 22:18:27,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:18:27,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f914bdd2-3dad-4868-a2df-898bdb3faf64 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:18:27,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f914bdd2-3dad-4868-a2df-898bdb3faf64 2018-11-05 22:18:27,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0931901931763s 2018-11-05 22:18:27,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:18:27,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18bb4308-389f-4ee3-b5af-1a8a18b66447 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201", "links": {"self": "http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566"}, "domain_id": "default", "enabled": true, "id": "6bf295407d7948d6bff81ceaa8618566", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:18:27,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-18bb4308-389f-4ee3-b5af-1a8a18b66447 2018-11-05 22:18:27,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100818872452s 2018-11-05 22:18:27,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-18bb4308-389f-4ee3-b5af-1a8a18b66447 2018-11-05 22:18:27,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:18:27,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:27,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9927e5-5777-4a36-a97f-6bf0d00fdb4f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-05 22:18:27,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=6bf295407d7948d6bff81ceaa8618566&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default used request id req-3d9927e5-5777-4a36-a97f-6bf0d00fdb4f 2018-11-05 22:18:27,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.077082157135s 2018-11-05 22:18:27,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:18:27,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/6bf295407d7948d6bff81ceaa8618566/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:18:28,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-051d3e66-8727-45cc-9580-34e7ead6d5dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:18:28,161 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/6bf295407d7948d6bff81ceaa8618566/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-051d3e66-8727-45cc-9580-34e7ead6d5dc 2018-11-05 22:18:28,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.199553966522s 2018-11-05 22:18:28,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-05 22:18:32,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-05 22:18:32.668 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=83970a4e-780e-40d6-972e-e922ecee5968) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 83970a4e-780e-40d6-972e-e922ecee5968 | 2018-11-05T22:18:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 83970a4e-780e-40d6-972e-e922ecee5968 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-05 22:18:36,221 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-11-05 22:18:36,221 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-05 22:18:42,019 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-05 22:18:40.507 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-05 22:18:40.652 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-05 22:18:41.826 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d) as the default verifier for the future CLI operations. 2018-11-05 22:18:44,865 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-05 22:18:44,866 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:18:44,999 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-05 22:18:45,000 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:18:45,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f1e29b-1aa6-455f-8d2e-891b740bf1d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:18:45,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93f1e29b-1aa6-455f-8d2e-891b740bf1d3 2018-11-05 22:18:45,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:18:45,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "name": "Member"}], "expires_at": "2018-11-05T23:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d6f069cad7e4cbf9b88a30222c99622", "name": "tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/7d6f069cad7e4cbf9b88a30222c99622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/7d6f069cad7e4cbf9b88a30222c99622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/7d6f069cad7e4cbf9b88a30222c99622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7d6f069cad7e4cbf9b88a30222c99622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/7d6f069cad7e4cbf9b88a30222c99622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/7d6f069cad7e4cbf9b88a30222c99622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/7d6f069cad7e4cbf9b88a30222c99622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/7d6f069cad7e4cbf9b88a30222c99622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/7d6f069cad7e4cbf9b88a30222c99622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/7d6f069cad7e4cbf9b88a30222c99622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/7d6f069cad7e4cbf9b88a30222c99622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/7d6f069cad7e4cbf9b88a30222c99622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201", "id": "6bf295407d7948d6bff81ceaa8618566"}, "audit_ids": ["scWQ6gKTRdeyl-Tvbvvzsg"], "issued_at": "2018-11-05T22:18:45.000000Z"}} 2018-11-05 22:18:45,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:45,393 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 05 Nov 2018 22:18:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-05 22:18:45,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:18:45,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:45,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2f6dc536-6cfb-4670-843b-ef3a5eb40e07 Date: Mon, 05 Nov 2018 22:18:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:18:45,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2f6dc536-6cfb-4670-843b-ef3a5eb40e07 2018-11-05 22:18:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.269782781601s 2018-11-05 22:18:45,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2f6dc536-6cfb-4670-843b-ef3a5eb40e07 2018-11-05 22:18:45,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:18:45,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201"}' 2018-11-05 22:18:45,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4 X-Openstack-Request-Id: req-4ee43f82-0c5c-4e54-a483-2130c8bc0ba0 Date: Mon, 05 Nov 2018 22:18:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "ab789600-46c1-40f7-be2a-8025afc8f0b4", "size": null, "self": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "checksum": null, "created_at": "2018-11-05T22:18:45Z", "protected": false} 2018-11-05 22:18:45,909 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4ee43f82-0c5c-4e54-a483-2130c8bc0ba0 2018-11-05 22:18:45,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.242021799088s 2018-11-05 22:18:45,909 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4ee43f82-0c5c-4e54-a483-2130c8bc0ba0 returning object ab789600-46c1-40f7-be2a-8025afc8f0b4 2018-11-05 22:18:45,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:18:45,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" -d '' 2018-11-05 22:18:47,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b6d038cc-6695-4cff-a7b3-1fa1c4274dc5 Date: Mon, 05 Nov 2018 22:18:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:18:47,232 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file used request id req-b6d038cc-6695-4cff-a7b3-1fa1c4274dc5 2018-11-05 22:18:47,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32228779793s 2018-11-05 22:18:47,232 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file used request id req-b6d038cc-6695-4cff-a7b3-1fa1c4274dc5 2018-11-05 22:18:47,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:18:47,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:47,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-129067b0-0826-4e4d-98e1-f41ea6e23c33 Date: Mon, 05 Nov 2018 22:18:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "metadata": {}}], "file": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "ab789600-46c1-40f7-be2a-8025afc8f0b4", "size": 12716032, "self": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:47Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:18:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:18:47,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-129067b0-0826-4e4d-98e1-f41ea6e23c33 2018-11-05 22:18:47,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176710128784s 2018-11-05 22:18:47,410 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-129067b0-0826-4e4d-98e1-f41ea6e23c33 2018-11-05 22:18:47,412 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file', 'owner': u'7d6f069cad7e4cbf9b88a30222c99622', 'id': u'ab789600-46c1-40f7-be2a-8025afc8f0b4', 'size': 12716032, u'self': u'/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d6f069cad7e4cbf9b88a30222c99622', 'name': 'tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:18:47Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T22:18:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201', 'created': u'2018-11-05T22:18:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:18:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:18:47,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:18:47,416 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_6429803e-502e-4819-ac90-16df3b725201", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:18:47,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-be683186-94aa-46b8-b035-229753a4b5dc x-compute-request-id: req-be683186-94aa-46b8-b035-229753a4b5dc Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "270114ce-3ddd-40f1-84e2-26b94f007c73", "name": "tempest_smoke_serial-flavor_6429803e-502e-4819-ac90-16df3b725201", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:18:47,732 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-be683186-94aa-46b8-b035-229753a4b5dc 2018-11-05 22:18:47,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.318655967712s 2018-11-05 22:18:47,732 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-be683186-94aa-46b8-b035-229753a4b5dc returning object 270114ce-3ddd-40f1-84e2-26b94f007c73 2018-11-05 22:18:47,733 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_6429803e-502e-4819-ac90-16df3b725201', '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'aba621f7e9154af3a5e42bcbad943619', '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'270114ce-3ddd-40f1-84e2-26b94f007c73', 'swap': 0}) 2018-11-05 22:18:47,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:18:47,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" -d '{"extra_specs": {}}' 2018-11-05 22:18:47,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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 x-openstack-request-id: req-96f23476-1109-4355-88b3-490953c89b6e x-compute-request-id: req-96f23476-1109-4355-88b3-490953c89b6e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:18:47,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73/os-extra_specs used request id req-96f23476-1109-4355-88b3-490953c89b6e 2018-11-05 22:18:47,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212340354919s 2018-11-05 22:18:47,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73/os-extra_specs used request id req-96f23476-1109-4355-88b3-490953c89b6e 2018-11-05 22:18:47,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:18:47,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:47,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:18:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:18:47,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:47,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa3e1eb-09f6-42be-8f0e-26bd1dbfb7bb Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:18:47,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cfa3e1eb-09f6-42be-8f0e-26bd1dbfb7bb 2018-11-05 22:18:47,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.090439081192s 2018-11-05 22:18:47,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-05 22:18:47,855 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:48,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-5f54a554-1ecd-4666-806f-7f641e00d781 x-compute-request-id: req-5f54a554-1ecd-4666-806f-7f641e00d781 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 22:18:48,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5f54a554-1ecd-4666-806f-7f641e00d781 2018-11-05 22:18:48,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191154956818s 2018-11-05 22:18:48,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5f54a554-1ecd-4666-806f-7f641e00d781 2018-11-05 22:18:48,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:18:48,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:48,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-21960e7f-67a1-42f9-bf09-1142fd9642f0 Date: Mon, 05 Nov 2018 22:18:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "metadata": {}}], "file": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "ab789600-46c1-40f7-be2a-8025afc8f0b4", "size": 12716032, "self": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:47Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:18:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:18:48,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-21960e7f-67a1-42f9-bf09-1142fd9642f0 2018-11-05 22:18:48,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169979095459s 2018-11-05 22:18:48,215 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-21960e7f-67a1-42f9-bf09-1142fd9642f0 2018-11-05 22:18:48,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:18:48,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201"}' 2018-11-05 22:18:48,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436 X-Openstack-Request-Id: req-a4febb4d-bc1b-4899-b3b5-ec4b3ef070c9 Date: Mon, 05 Nov 2018 22:18:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "a1d5e75d-fc5e-457d-b463-d79f78dc3436", "size": null, "self": "/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:48Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201", "checksum": null, "created_at": "2018-11-05T22:18:48Z", "protected": false} 2018-11-05 22:18:48,725 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a4febb4d-bc1b-4899-b3b5-ec4b3ef070c9 2018-11-05 22:18:48,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.507457971573s 2018-11-05 22:18:48,725 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a4febb4d-bc1b-4899-b3b5-ec4b3ef070c9 returning object a1d5e75d-fc5e-457d-b463-d79f78dc3436 2018-11-05 22:18:48,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:18:48,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" -d '' 2018-11-05 22:18:50,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7ffd93a-158d-4c37-93b2-0bb635871a15 Date: Mon, 05 Nov 2018 22:18:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:18:50,506 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/file used request id req-e7ffd93a-158d-4c37-93b2-0bb635871a15 2018-11-05 22:18:50,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.78013801575s 2018-11-05 22:18:50,506 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/file used request id req-e7ffd93a-158d-4c37-93b2-0bb635871a15 2018-11-05 22:18:50,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:18:50,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:18:50,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-f0b89101-9b8f-4a1f-8f59-043662d962cc Date: Mon, 05 Nov 2018 22:18:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/snap", "metadata": {}}], "file": "/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "a1d5e75d-fc5e-457d-b463-d79f78dc3436", "size": 12716032, "self": "/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:50Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:18:48Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "metadata": {}}], "file": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "ab789600-46c1-40f7-be2a-8025afc8f0b4", "size": 12716032, "self": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:47Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:18:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:18:50,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f0b89101-9b8f-4a1f-8f59-043662d962cc 2018-11-05 22:18:50,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167178869247s 2018-11-05 22:18:50,675 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f0b89101-9b8f-4a1f-8f59-043662d962cc 2018-11-05 22:18:50,678 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/file', 'owner': u'7d6f069cad7e4cbf9b88a30222c99622', 'id': u'a1d5e75d-fc5e-457d-b463-d79f78dc3436', 'size': 12716032, u'self': u'/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d6f069cad7e4cbf9b88a30222c99622', 'name': 'tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:18:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T22:18:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201', 'created': u'2018-11-05T22:18:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:18:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_6429803e-502e-4819-ac90-16df3b725201', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:18:50,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:18:50,681 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_6429803e-502e-4819-ac90-16df3b725201", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:18:50,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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-87fa411b-dbdf-42bd-a041-91c8a911b821 x-compute-request-id: req-87fa411b-dbdf-42bd-a041-91c8a911b821 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e7b96754-b072-410f-897a-ca96f614e51b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e7b96754-b072-410f-897a-ca96f614e51b", "name": "tempest_smoke_serial-flavor_alt_6429803e-502e-4819-ac90-16df3b725201", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:18:50,731 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-87fa411b-dbdf-42bd-a041-91c8a911b821 2018-11-05 22:18:50,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0527100563049s 2018-11-05 22:18:50,732 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-87fa411b-dbdf-42bd-a041-91c8a911b821 returning object e7b96754-b072-410f-897a-ca96f614e51b 2018-11-05 22:18:50,732 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_6429803e-502e-4819-ac90-16df3b725201', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'e7b96754-b072-410f-897a-ca96f614e51b', 'swap': 0}) 2018-11-05 22:18:50,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:18:50,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" -d '{"extra_specs": {}}' 2018-11-05 22:18:50,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22: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 x-openstack-request-id: req-040e1e7b-bcf9-48e5-b3bd-a8f30c2aeb42 x-compute-request-id: req-040e1e7b-bcf9-48e5-b3bd-a8f30c2aeb42 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:18:50,754 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b/os-extra_specs used request id req-040e1e7b-bcf9-48e5-b3bd-a8f30c2aeb42 2018-11-05 22:18:50,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020977973938s 2018-11-05 22:18:50,755 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b/os-extra_specs used request id req-040e1e7b-bcf9-48e5-b3bd-a8f30c2aeb42 2018-11-05 22:18:50,755 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_6429803e-502e-4819-ac90-16df3b725201', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'e7b96754-b072-410f-897a-ca96f614e51b', 'swap': 0}) 2018-11-05 22:18:53,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-05 22:18:52.894 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d) for deployment 'opnfv-rally' (UUID=83970a4e-780e-40d6-972e-e922ecee5968). 2018-11-05 22:18:53.767 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-05 22:18:53.769 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d) has been successfully configured for deployment 'opnfv-rally' (UUID=83970a4e-780e-40d6-972e-e922ecee5968)! 2018-11-05 22:18:53,933 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-05 22:18:53,934 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-05 22:18:53,936 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-05 22:18:53,949 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-05 22:18:57,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9e5aec6f-487e-42cd-b62c-0b3a553d2a2d/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-05 22:18:57,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-05 22:18:57,197 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-05 22:18:57,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-11-05 22:18:59,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:18:59.369 51 INFO rally.api [-] Starting verification (UUID=79821145-088b-4df1-8f89-5cc644da9b24) for deployment 'opnfv-rally' (UUID=83970a4e-780e-40d6-972e-e922ecee5968) by verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d). 2018-11-05 22:18:59,371 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 79821145-088b-4df1-8f89-5cc644da9b24 2018-11-05 22:19:05,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:19:05.553 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.182s] 2018-11-05 22:19:05,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:19:05.617 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.064s] 2018-11-05 22:19:12,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:19:12.768 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.549s] 2018-11-05 22:19:15,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:19:15.595 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.826s] 2018-11-05 22:19:30,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:19:30.070 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.074s] 2018-11-05 22:19:46,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:19:46.177 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.945s] 2018-11-05 22:20:18,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:20:18.734 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.082s] 2018-11-05 22:20:18,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:20:18.735 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-05 22:20:50,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:20:50.276 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.062s] 2018-11-05 22:20:50,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:20:50.278 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-05 22:21:21,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:21:21.459 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-11-05 22:21:21,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:21:21.461 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-05 22:23:19,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:19.256 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [76.262s] 2018-11-05 22:23:42,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:42.667 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-11-05 22:23:42,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:42.770 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-11-05 22:23:50,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:50.709 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.660s] 2018-11-05 22:23:50,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:50.719 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-11-05 22:23:52,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:52.406 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-05 22:23:52,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:52.407 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-05 22:23:56,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:23:56.569 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.310s] 2018-11-05 22:24:03,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:03.281 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.402s] 2018-11-05 22:24:10,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:10.064 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.571s] 2018-11-05 22:24:17,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:17.425 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.484s] 2018-11-05 22:24:26,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:26.917 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.883s] 2018-11-05 22:24:33,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:33.388 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.766s] 2018-11-05 22:24:40,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:40.064 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.177s] 2018-11-05 22:24:47,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:47.841 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.347s] 2018-11-05 22:24:55,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:24:55.009 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.723s] 2018-11-05 22:25:03,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:03.924 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.553s] 2018-11-05 22:25:06,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:06.495 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-05 22:25:08,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:08.448 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-11-05 22:25:08,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:08.524 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-11-05 22:25:08,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:08.597 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-11-05 22:25:08,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:08.604 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-05 22:25:12,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:12.864 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.840s] 2018-11-05 22:25:14,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:14.737 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.872s] 2018-11-05 22:25:16,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:16.664 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.927s] 2018-11-05 22:25:23,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:23.259 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-05 22:25:30,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:30.789 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.188s] 2018-11-05 22:25:47,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:47.630 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON ... fail 2018-11-05 22:25:52,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:52.511 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.035s] 2018-11-05 22:25:55,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:25:55.917 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.406s] 2018-11-05 22:26:04,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:04.484 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.566s] 2018-11-05 22:26:15,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:15.112 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.027s] 2018-11-05 22:26:18,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:18.570 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.457s] 2018-11-05 22:26:21,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:21.908 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.337s] 2018-11-05 22:26:39,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:39.207 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.294s] 2018-11-05 22:26:39,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:39.630 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.423s] 2018-11-05 22:26:39,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:39.769 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.138s] 2018-11-05 22:26:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:39.971 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.201s] 2018-11-05 22:26:40,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:40.071 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.100s] 2018-11-05 22:26:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:40.151 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.080s] 2018-11-05 22:26:55,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:55.966 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.842s] 2018-11-05 22:26:56,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:56.405 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.439s] 2018-11-05 22:26:56,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:56.819 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.413s] 2018-11-05 22:26:57,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:57.020 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.199s] 2018-11-05 22:26:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:57.278 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.258s] 2018-11-05 22:26:57,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:26:57.355 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.076s] 2018-11-05 22:27:10,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:10.485 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.022s] 2018-11-05 22:27:16,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:16.810 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.325s] 2018-11-05 22:27:19,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:19.110 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.298s] 2018-11-05 22:27:19,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:19.194 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.084s] 2018-11-05 22:27:19,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:19.385 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.191s] 2018-11-05 22:27:31,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:31.427 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.268s] 2018-11-05 22:27:37,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:37.836 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.407s] 2018-11-05 22:27:39,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:39.671 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.835s] 2018-11-05 22:27:39,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:39.727 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-11-05 22:27:39,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:39.921 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.194s] 2018-11-05 22:27:56,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:27:56.171 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.474s] 2018-11-05 22:28:01,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:01.476 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.304s] 2018-11-05 22:28:06,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:06.145 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.669s] 2018-11-05 22:28:07,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:07.080 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... fail [0.931s] 2018-11-05 22:28:32,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:32.266 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.812s] 2018-11-05 22:28:37,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:37.565 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.298s] 2018-11-05 22:28:42,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:42.008 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.442s] 2018-11-05 22:28:42,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:28:42.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... fail [0.924s] 2018-11-05 22:29:00,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:00.091 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.742s] 2018-11-05 22:29:02,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:02.302 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.209s] 2018-11-05 22:29:02,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:02.346 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-11-05 22:29:06,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:06.741 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.382s] 2018-11-05 22:29:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:09.189 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.445s] 2018-11-05 22:29:09,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:09.235 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-11-05 22:29:13,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:13.752 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.379s] 2018-11-05 22:29:17,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:17.307 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-11-05 22:29:18,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:18.631 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-05 22:29:18,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:18.634 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-05 22:29:18,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:18.636 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-05 22:29:18,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:18.637 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-05 22:29:18,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:18.638 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-05 22:29:20,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:20.578 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-05 22:29:34,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:34.556 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.560s] 2018-11-05 22:29:47,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:47.340 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.810s] 2018-11-05 22:29:59,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:29:59.317 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.973s] 2018-11-05 22:30:09,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:30:09.627 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-11-05 22:30:19,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:30:19.636 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [3.306s] 2018-11-05 22:30:31,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:30:31.573 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps ... fail 2018-11-05 22:30:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:30:39.140 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode ... fail 2018-11-05 22:30:40,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 79821145-088b-4df1-8f89-5cc644da9b24 2018-11-05 22:30:40,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '79821145-088b-4df1-8f89-5cc644da9b24']'. 2018-11-05 22:30:41,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-05 22:30:41,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-05 22:30:41,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 79821145-088b-4df1-8f89-5cc644da9b24 | 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-05 22:18:59 | 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-05 22:30:40 | 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:41 | 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-05 22:30:41,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9e5aec6f-487e-42cd-b62c-0b3a553d2a2d) | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 83970a4e-780e-40d6-972e-e922ecee5968) | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 695.724 | 2018-11-05 22:30:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 83 | 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-05 22:30:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-05 22:30:41,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 92.2222222222% 2018-11-05 22:30:41,973 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:30:41,973 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:57 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-11-05 22:30:41,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:30:41,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:30:43,425 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-143589dc-c4bc-4400-8202-9d343939d159 Date: Mon, 05 Nov 2018 22:30:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:30:43,426 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436 used request id req-143589dc-c4bc-4400-8202-9d343939d159 2018-11-05 22:30:43,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.44666194916s 2018-11-05 22:30:43,426 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a1d5e75d-fc5e-457d-b463-d79f78dc3436 used request id req-143589dc-c4bc-4400-8202-9d343939d159 2018-11-05 22:30:43,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:30:43,430 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:43,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30: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-5a707011-e6ab-4baf-8385-cf3f831d58f6 x-compute-request-id: req-5a707011-e6ab-4baf-8385-cf3f831d58f6 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "270114ce-3ddd-40f1-84e2-26b94f007c73", "name": "tempest_smoke_serial-flavor_6429803e-502e-4819-ac90-16df3b725201", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e7b96754-b072-410f-897a-ca96f614e51b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e7b96754-b072-410f-897a-ca96f614e51b", "name": "tempest_smoke_serial-flavor_alt_6429803e-502e-4819-ac90-16df3b725201", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:30:43,622 - 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-5a707011-e6ab-4baf-8385-cf3f831d58f6 2018-11-05 22:30:43,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.194952011108s 2018-11-05 22:30:43,622 - 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-5a707011-e6ab-4baf-8385-cf3f831d58f6 2018-11-05 22:30:43,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:30:43,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:43,672 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:30: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-a35d3e2e-15d0-48f7-a6df-f6189d7f434a x-compute-request-id: req-a35d3e2e-15d0-48f7-a6df-f6189d7f434a Content-Length: 0 Content-Type: application/json 2018-11-05 22:30:43,673 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b used request id req-a35d3e2e-15d0-48f7-a6df-f6189d7f434a 2018-11-05 22:30:43,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0477318763733s 2018-11-05 22:30:43,673 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e7b96754-b072-410f-897a-ca96f614e51b used request id req-a35d3e2e-15d0-48f7-a6df-f6189d7f434a 2018-11-05 22:30:43,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:30:43,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:30:43,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-39e9fc53-7f55-4201-a5ce-7807a387af5a Date: Mon, 05 Nov 2018 22:30:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "metadata": {}}], "file": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/file", "owner": "7d6f069cad7e4cbf9b88a30222c99622", "id": "ab789600-46c1-40f7-be2a-8025afc8f0b4", "size": 12716032, "self": "/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/ab789600-46c1-40f7-be2a-8025afc8f0b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:18:47Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6429803e-502e-4819-ac90-16df3b725201", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:18:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:30:43,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-39e9fc53-7f55-4201-a5ce-7807a387af5a 2018-11-05 22:30:43,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189409017563s 2018-11-05 22:30:43,863 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-39e9fc53-7f55-4201-a5ce-7807a387af5a 2018-11-05 22:30:43,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:30:43,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}52d9cdcba411f7700e6dbaf28549ac5a4082e288" 2018-11-05 22:30:45,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-268a1fc8-0f91-4245-ad6e-42630d21b78f Date: Mon, 05 Nov 2018 22:30:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:30:45,682 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4 used request id req-268a1fc8-0f91-4245-ad6e-42630d21b78f 2018-11-05 22:30:45,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.8161919117s 2018-11-05 22:30:45,682 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ab789600-46c1-40f7-be2a-8025afc8f0b4 used request id req-268a1fc8-0f91-4245-ad6e-42630d21b78f 2018-11-05 22:30:45,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:30:45,685 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:45,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30: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-57dd236e-51ef-40ea-9a8f-8322db7a7021 x-compute-request-id: req-57dd236e-51ef-40ea-9a8f-8322db7a7021 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "270114ce-3ddd-40f1-84e2-26b94f007c73", "name": "tempest_smoke_serial-flavor_6429803e-502e-4819-ac90-16df3b725201", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:30:45,719 - 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-57dd236e-51ef-40ea-9a8f-8322db7a7021 2018-11-05 22:30:45,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0367910861969s 2018-11-05 22:30:45,720 - 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-57dd236e-51ef-40ea-9a8f-8322db7a7021 2018-11-05 22:30:45,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:30:45,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:45,761 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f367996c-eed4-4e16-b368-121a3bfa319f x-compute-request-id: req-f367996c-eed4-4e16-b368-121a3bfa319f Content-Length: 0 Content-Type: application/json 2018-11-05 22:30:45,761 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73 used request id req-f367996c-eed4-4e16-b368-121a3bfa319f 2018-11-05 22:30:45,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0401351451874s 2018-11-05 22:30:45,762 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/270114ce-3ddd-40f1-84e2-26b94f007c73 used request id req-f367996c-eed4-4e16-b368-121a3bfa319f 2018-11-05 22:30:45,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:30:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:45,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbec85a7-18db-40da-8b9d-0e615c3e328f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201", "links": {"self": "http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566"}, "domain_id": "default", "enabled": true, "id": "6bf295407d7948d6bff81ceaa8618566", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:30:45,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cbec85a7-18db-40da-8b9d-0e615c3e328f 2018-11-05 22:30:45,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111859083176s 2018-11-05 22:30:45,875 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cbec85a7-18db-40da-8b9d-0e615c3e328f 2018-11-05 22:30:45,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:30:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:45,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67eaff1-f1a0-4e59-966e-6e201f00927e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566"}, "enabled": true, "id": "6bf295407d7948d6bff81ceaa8618566", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_6429803e-502e-4819-ac90-16df3b725201"}} 2018-11-05 22:30:45,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 used request id req-b67eaff1-f1a0-4e59-966e-6e201f00927e 2018-11-05 22:30:45,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0975120067596s 2018-11-05 22:30:45,978 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 used request id req-b67eaff1-f1a0-4e59-966e-6e201f00927e 2018-11-05 22:30:45,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:30:45,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:46,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24325e50-2fe4-4854-9ece-b6f05f1d51ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:46,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 used request id req-24325e50-2fe4-4854-9ece-b6f05f1d51ca 2018-11-05 22:30:46,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.33232998848s 2018-11-05 22:30:46,312 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6bf295407d7948d6bff81ceaa8618566 used request id req-24325e50-2fe4-4854-9ece-b6f05f1d51ca 2018-11-05 22:30:46,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:30:46,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:46,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93b17cb-b137-46ac-9455-1a9e41f202b0 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622"}, "enabled": true, "id": "7d6f069cad7e4cbf9b88a30222c99622", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6429803e-502e-4819-ac90-16df3b725201"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:30:46,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e93b17cb-b137-46ac-9455-1a9e41f202b0 2018-11-05 22:30:46,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081503868103s 2018-11-05 22:30:46,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e93b17cb-b137-46ac-9455-1a9e41f202b0 2018-11-05 22:30:46,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:30:46,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:46,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f0d4dfe-9bad-442a-8edc-a1403c5fc692 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:46,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622 used request id req-7f0d4dfe-9bad-442a-8edc-a1403c5fc692 2018-11-05 22:30:46,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.151238918304s 2018-11-05 22:30:46,548 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7d6f069cad7e4cbf9b88a30222c99622 used request id req-7f0d4dfe-9bad-442a-8edc-a1403c5fc692 2018-11-05 22:30:46,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:46,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:46,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18484614-4aee-45b2-b24f-e23ff54ed3e0 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9d0a95fb73fb4fdca6f2b8c9a58eca49", "links": {"self": "http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:46,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-18484614-4aee-45b2-b24f-e23ff54ed3e0 2018-11-05 22:30:46,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844349861145s 2018-11-05 22:30:46,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:30:46,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:46,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a857198f-11ad-4f56-9ac0-f6ec091eae3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:46,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9d0a95fb73fb4fdca6f2b8c9a58eca49 used request id req-a857198f-11ad-4f56-9ac0-f6ec091eae3e 2018-11-05 22:30:46,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.113061189651s 2018-11-05 22:30:46,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:30:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=7d6f069cad7e4cbf9b88a30222c99622&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c88c795181fc34b564cbbde403552454fb19242" 2018-11-05 22:30:46,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4f6a39db-a1fd-4626-a646-12b6e2620516 Date: Mon, 05 Nov 2018 22:30:46 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:30:46,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=7d6f069cad7e4cbf9b88a30222c99622&name=default used request id req-4f6a39db-a1fd-4626-a646-12b6e2620516 2018-11-05 22:30:46,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188997983932s 2018-11-05 22:30:46,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=7d6f069cad7e4cbf9b88a30222c99622&name=default used request id req-4f6a39db-a1fd-4626-a646-12b6e2620516 2018-11-05 22:30:46,941 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-11-05 22:30:46,989 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:30:47,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:30:47,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:30:47,033 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:30:47,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a8eb4b-6f4c-4e56-a8db-886904ecc0ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:30:47,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-41a8eb4b-6f4c-4e56-a8db-886904ecc0ae 2018-11-05 22:30:47,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:30:47,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["J3eI4OdZQ5ePcT_JjbGhpA"], "issued_at": "2018-11-05T22:30:47.000000Z"}} 2018-11-05 22:30:47,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:30:47,419 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:47,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-25b02286-04b2-421d-bc19-c25a880dc739 Date: Mon, 05 Nov 2018 22:30:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:30:47,651 - 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-25b02286-04b2-421d-bc19-c25a880dc739 2018-11-05 22:30:47,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.232533931732s 2018-11-05 22:30:47,652 - 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-25b02286-04b2-421d-bc19-c25a880dc739 2018-11-05 22:30:47,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:30:47,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:47,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:30:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:30:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:47,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62375ac6-38ff-4e3a-a118-6238d7a5e861 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:30:47,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-62375ac6-38ff-4e3a-a118-6238d7a5e861 2018-11-05 22:30:47,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0868639945984s 2018-11-05 22:30:47,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:30:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}}' 2018-11-05 22:30:47,844 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:30:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec6209ba-9fd8-4bf3-82e0-ca4d0f547df6 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504"}, "enabled": true, "id": "3c1022346f6c4edb9313fcb4324a0504", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}} 2018-11-05 22:30:47,845 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ec6209ba-9fd8-4bf3-82e0-ca4d0f547df6 2018-11-05 22:30:47,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103618144989s 2018-11-05 22:30:47,845 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ec6209ba-9fd8-4bf3-82e0-ca4d0f547df6 2018-11-05 22:30:47,846 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16', 'id': u'3c1022346f6c4edb9313fcb4324a0504', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:30:47,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:30:48,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.387475013733s 2018-11-05 22:30:48,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35c58439-12b5-4797-bfc6-c8f8c270be47 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2"}, "enabled": true, "id": "176c316a4c974ca4838b524f31b284c2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16"}} 2018-11-05 22:30:48,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 used request id req-35c58439-12b5-4797-bfc6-c8f8c270be47 2018-11-05 22:30:48,324 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'176c316a4c974ca4838b524f31b284c2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16'}) 2018-11-05 22:30:48,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:48,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5068bd9-e96f-40d3-914d-ac2f9bcdd5c7 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:48,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5068bd9-e96f-40d3-914d-ac2f9bcdd5c7 2018-11-05 22:30:48,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813241004944s 2018-11-05 22:30:48,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:48,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e89cc6f-b25a-493f-a370-4513bd7cd3a1 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:48,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3e89cc6f-b25a-493f-a370-4513bd7cd3a1 2018-11-05 22:30:48,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864789485931s 2018-11-05 22:30:48,495 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:30:48,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:30:48,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" -d '{"role": {"name": "Member"}}' 2018-11-05 22:30:48,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63c50537-a67a-4d86-81be-95ffabe12a41 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "04881b868a0d43bb8a476b95c2f839bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc"}, "name": "Member"}} 2018-11-05 22:30:48,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-63c50537-a67a-4d86-81be-95ffabe12a41 2018-11-05 22:30:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0976581573486s 2018-11-05 22:30:48,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffe06773-0170-496c-ad30-fab965e701f8 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc"}, "domain_id": null, "name": "Member", "id": "04881b868a0d43bb8a476b95c2f839bc"}} 2018-11-05 22:30:48,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc used request id req-ffe06773-0170-496c-ad30-fab965e701f8 2018-11-05 22:30:48,672 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc'}, 'domain_id': None, 'human_id': None, 'id': u'04881b868a0d43bb8a476b95c2f839bc', 'HUMAN_ID': False}) 2018-11-05 22:30:48,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53362e7f-61cf-430d-b48a-942539834393 Content-Encoding: gzip Content-Length: 315 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": "04881b868a0d43bb8a476b95c2f839bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:48,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-53362e7f-61cf-430d-b48a-942539834393 2018-11-05 22:30:48,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823369026184s 2018-11-05 22:30:48,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:30:48,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016dd89a-c58e-46b8-94be-10e6434db669 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:30:48,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-016dd89a-c58e-46b8-94be-10e6434db669 2018-11-05 22:30:48,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0736081600189s 2018-11-05 22:30:48,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:30:48,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:48,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40bbbfc9-db84-4409-b359-b77b45d4a7cd Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16", "links": {"self": "http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2"}, "domain_id": "default", "enabled": true, "id": "176c316a4c974ca4838b524f31b284c2", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:30:48,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-40bbbfc9-db84-4409-b359-b77b45d4a7cd 2018-11-05 22:30:48,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943410396576s 2018-11-05 22:30:48,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-40bbbfc9-db84-4409-b359-b77b45d4a7cd 2018-11-05 22:30:48,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:30:48,932 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df4b34c6-09db-4bce-91a7-eb13acd15a0b Content-Encoding: gzip Content-Length: 391 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": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504"}, "enabled": true, "id": "3c1022346f6c4edb9313fcb4324a0504", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:30:49,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-df4b34c6-09db-4bce-91a7-eb13acd15a0b 2018-11-05 22:30:49,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0886099338531s 2018-11-05 22:30:49,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-df4b34c6-09db-4bce-91a7-eb13acd15a0b 2018-11-05 22:30:49,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:30:49,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=176c316a4c974ca4838b524f31b284c2&scope.project.id=3c1022346f6c4edb9313fcb4324a0504&role.id=04881b868a0d43bb8a476b95c2f839bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e2aad3-bf8f-48b3-8bde-508855f71d54 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=176c316a4c974ca4838b524f31b284c2&scope.project.id=3c1022346f6c4edb9313fcb4324a0504&role.id=04881b868a0d43bb8a476b95c2f839bc", "previous": null, "next": null}} 2018-11-05 22:30:49,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=176c316a4c974ca4838b524f31b284c2&scope.project.id=3c1022346f6c4edb9313fcb4324a0504&role.id=04881b868a0d43bb8a476b95c2f839bc used request id req-96e2aad3-bf8f-48b3-8bde-508855f71d54 2018-11-05 22:30:49,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0737149715424s 2018-11-05 22:30:49,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:30:49,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504/users/176c316a4c974ca4838b524f31b284c2/roles/04881b868a0d43bb8a476b95c2f839bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66d3fd63-e439-4034-bf29-d08791dd47f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:49,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504/users/176c316a4c974ca4838b524f31b284c2/roles/04881b868a0d43bb8a476b95c2f839bc used request id req-66d3fd63-e439-4034-bf29-d08791dd47f3 2018-11-05 22:30:49,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120593070984s 2018-11-05 22:30:49,219 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '64408213-179f-434d-8eaa-ad65b719200a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16', 'project_id': u'3c1022346f6c4edb9313fcb4324a0504', '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-11-05 22:30:49,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:30:49,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:30:49,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:30:49,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:30:49,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:30:49,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:30:49,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:30:49,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:30:49,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:30:49,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:30:49,225 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16', 'password': '64408213-179f-434d-8eaa-ad65b719200a', 'project_name': 'rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3c1022346f6c4edb9313fcb4324a0504', 'project_domain_name': 'Default'} 2018-11-05 22:30:49,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:49,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9fad3fd-02bd-4bed-8274-52724e170784 Content-Encoding: gzip Content-Length: 315 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": "04881b868a0d43bb8a476b95c2f839bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:49,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a9fad3fd-02bd-4bed-8274-52724e170784 2018-11-05 22:30:49,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818359851837s 2018-11-05 22:30:49,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:49,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b211b96-a51d-420a-9a36-076e0ba10993 Content-Encoding: gzip Content-Length: 315 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": "04881b868a0d43bb8a476b95c2f839bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:49,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b211b96-a51d-420a-9a36-076e0ba10993 2018-11-05 22:30:49,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075098991394s 2018-11-05 22:30:49,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:30:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72570245-722f-41ac-9135-c2c3dd687d71 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:30:49,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-72570245-722f-41ac-9135-c2c3dd687d71 2018-11-05 22:30:49,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0165989398956s 2018-11-05 22:30:49,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:30:49,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ffdb28-f8d7-4207-b006-2be8d06050d5 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16", "links": {"self": "http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2"}, "domain_id": "default", "enabled": true, "id": "176c316a4c974ca4838b524f31b284c2", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:30:49,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b8ffdb28-f8d7-4207-b006-2be8d06050d5 2018-11-05 22:30:49,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0978350639343s 2018-11-05 22:30:49,500 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b8ffdb28-f8d7-4207-b006-2be8d06050d5 2018-11-05 22:30:49,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:30:49,508 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac9f94f-0230-463a-8420-25be4ba9daa6 Content-Encoding: gzip Content-Length: 391 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": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504"}, "enabled": true, "id": "3c1022346f6c4edb9313fcb4324a0504", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:30:49,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3ac9f94f-0230-463a-8420-25be4ba9daa6 2018-11-05 22:30:49,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744438171387s 2018-11-05 22:30:49,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3ac9f94f-0230-463a-8420-25be4ba9daa6 2018-11-05 22:30:49,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:30:49,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=176c316a4c974ca4838b524f31b284c2&scope.project.id=3c1022346f6c4edb9313fcb4324a0504&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd2e0a8-c8d2-4510-bf66-9ad04246d82b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=176c316a4c974ca4838b524f31b284c2&scope.project.id=3c1022346f6c4edb9313fcb4324a0504&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:30:49,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=176c316a4c974ca4838b524f31b284c2&scope.project.id=3c1022346f6c4edb9313fcb4324a0504&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-5bd2e0a8-c8d2-4510-bf66-9ad04246d82b 2018-11-05 22:30:49,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.088907957077s 2018-11-05 22:30:49,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:30:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504/users/176c316a4c974ca4838b524f31b284c2/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:49,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0a5b12e-b742-411f-ae76-606ef748b033 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:49,800 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504/users/176c316a4c974ca4838b524f31b284c2/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-d0a5b12e-b742-411f-ae76-606ef748b033 2018-11-05 22:30:49,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12669801712s 2018-11-05 22:30:49,801 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-05 22:30:50,147 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-11-05 22:30:50,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:30:50,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:50,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a35fc6-de56-4ca6-a635-94d2513a881b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:30:50,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-21a35fc6-de56-4ca6-a635-94d2513a881b 2018-11-05 22:30:50,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0752329826355s 2018-11-05 22:30:50,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:30:50,225 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:50,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71599e25-c313-459e-b1ee-c407590881e3 Content-Encoding: gzip Content-Length: 391 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": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504"}, "enabled": true, "id": "3c1022346f6c4edb9313fcb4324a0504", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:30:50,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-71599e25-c313-459e-b1ee-c407590881e3 2018-11-05 22:30:50,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812289714813s 2018-11-05 22:30:50,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-71599e25-c313-459e-b1ee-c407590881e3 2018-11-05 22:30:50,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-05 22:30:50,310 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" -d '{"network": {"shared": true, "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "name": "rally_sanity-net_6828df63-04a4-4c94-9212-500e27c4ab16", "admin_state_up": true}}' 2018-11-05 22:30:50,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-37ec96ef-f3cb-4ef9-995b-cf0b809039e0 Date: Mon, 05 Nov 2018 22:30:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8fbbf183-f8d5-44cb-b4fe-1017506bbef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"3c1022346f6c4edb9313fcb4324a0504","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:30:50Z","is_default":false,"provider:segmentation_id":61,"name":"rally_sanity-net_6828df63-04a4-4c94-9212-500e27c4ab16","admin_state_up":true,"tenant_id":"3c1022346f6c4edb9313fcb4324a0504","created_at":"2018-11-05T22:30:50Z","mtu":1450}} 2018-11-05 22:30:50,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-37ec96ef-f3cb-4ef9-995b-cf0b809039e0 2018-11-05 22:30:50,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.593930006027s 2018-11-05 22:30:50,904 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-37ec96ef-f3cb-4ef9-995b-cf0b809039e0 2018-11-05 22:30:50,904 - 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-11-05T22:30:50Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8fbbf183-f8d5-44cb-b4fe-1017506bbef5', u'provider:segmentation_id': 61, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_6828df63-04a4-4c94-9212-500e27c4ab16', u'admin_state_up': True, u'tenant_id': u'3c1022346f6c4edb9313fcb4324a0504', u'created_at': u'2018-11-05T22:30:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'3c1022346f6c4edb9313fcb4324a0504'}) 2018-11-05 22:30:50,906 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:30:50,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edfdc3d7-ec72-4d60-a45d-96cc904b3a3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:30:50,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-edfdc3d7-ec72-4d60-a45d-96cc904b3a3f 2018-11-05 22:30:50,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:30:51,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "04881b868a0d43bb8a476b95c2f839bc", "name": "Member"}], "expires_at": "2018-11-05T23:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c1022346f6c4edb9313fcb4324a0504", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/3c1022346f6c4edb9313fcb4324a0504", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/3c1022346f6c4edb9313fcb4324a0504", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/3c1022346f6c4edb9313fcb4324a0504", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3c1022346f6c4edb9313fcb4324a0504", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/3c1022346f6c4edb9313fcb4324a0504", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/3c1022346f6c4edb9313fcb4324a0504", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/3c1022346f6c4edb9313fcb4324a0504", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/3c1022346f6c4edb9313fcb4324a0504", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/3c1022346f6c4edb9313fcb4324a0504", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/3c1022346f6c4edb9313fcb4324a0504", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/3c1022346f6c4edb9313fcb4324a0504", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/3c1022346f6c4edb9313fcb4324a0504", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16", "id": "176c316a4c974ca4838b524f31b284c2"}, "audit_ids": ["DO-NDx0zTNO3nTx9zxqSPg"], "issued_at": "2018-11-05T22:30:51.000000Z"}} 2018-11-05 22:30:51,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:30:51,290 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" 2018-11-05 22:30:51,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-3d772d03-000d-4e5a-aa2d-cdf779deacb6 Date: Mon, 05 Nov 2018 22:30:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8fbbf183-f8d5-44cb-b4fe-1017506bbef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"3c1022346f6c4edb9313fcb4324a0504","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:30:50Z","provider:segmentation_id":61,"name":"rally_sanity-net_6828df63-04a4-4c94-9212-500e27c4ab16","admin_state_up":true,"tenant_id":"3c1022346f6c4edb9313fcb4324a0504","created_at":"2018-11-05T22:30:50Z","provider:network_type":"vxlan"}]} 2018-11-05 22:30:51,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3d772d03-000d-4e5a-aa2d-cdf779deacb6 2018-11-05 22:30:51,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234622955322s 2018-11-05 22:30:51,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3d772d03-000d-4e5a-aa2d-cdf779deacb6 2018-11-05 22:30:51,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-05 22:30:51,527 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" -d '{"subnet": {"name": "rally_sanity-subnet_6828df63-04a4-4c94-9212-500e27c4ab16", "enable_dhcp": true, "network_id": "8fbbf183-f8d5-44cb-b4fe-1017506bbef5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-05 22:30:52,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-cffc8169-723e-424a-83cd-2dbe0810cff0 Date: Mon, 05 Nov 2018 22:30:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fbbf183-f8d5-44cb-b4fe-1017506bbef5","tenant_id":"3c1022346f6c4edb9313fcb4324a0504","created_at":"2018-11-05T22:30:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:30:51Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"3c1022346f6c4edb9313fcb4324a0504","id":"e2aa9043-9df6-4899-83ee-a2d23b2b6545","subnetpool_id":null,"name":"rally_sanity-subnet_6828df63-04a4-4c94-9212-500e27c4ab16"}} 2018-11-05 22:30:52,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-cffc8169-723e-424a-83cd-2dbe0810cff0 2018-11-05 22:30:52,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.712517023087s 2018-11-05 22:30:52,239 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-cffc8169-723e-424a-83cd-2dbe0810cff0 2018-11-05 22:30:52,239 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-05T22:30:51Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e2aa9043-9df6-4899-83ee-a2d23b2b6545', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_6828df63-04a4-4c94-9212-500e27c4ab16', u'enable_dhcp': True, u'network_id': u'8fbbf183-f8d5-44cb-b4fe-1017506bbef5', u'tenant_id': u'3c1022346f6c4edb9313fcb4324a0504', u'created_at': u'2018-11-05T22:30:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3c1022346f6c4edb9313fcb4324a0504'}) 2018-11-05 22:30:52,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-05 22:30:52,241 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}, "name": "rally_sanity-router_6828df63-04a4-4c94-9212-500e27c4ab16", "admin_state_up": true}}' 2018-11-05 22:30:53,137 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 164 X-Openstack-Request-Id: req-6dec5095-e3ab-4ed5-af9c-f44a39c41b18 Date: Mon, 05 Nov 2018 22:30:53 GMT RESP BODY: {"NeutronError": {"message": "No more IP addresses available on network 4f827ab6-c5ee-4775-b891-069196ebbbbd.", "type": "IpAddressGenerationFailure", "detail": ""}} 2018-11-05 22:30:53,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6dec5095-e3ab-4ed5-af9c-f44a39c41b18 2018-11-05 22:30:53,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.896977901459s 2018-11-05 22:30:53,138 - functest.core.tenantnetwork - ERROR - Cannot run rally_sanity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 240, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 231, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router rally_sanity-router_6828df63-04a4-4c94-9212-500e27c4ab16. (409) Client Error for url: http://172.30.9.23:9696/v2.0/routers.json No more IP addresses available on network 4f827ab6-c5ee-4775-b891-069196ebbbbd. (Inner Exception: 'args') 2018-11-05 22:30:53,183 - functest.core.singlevm - ERROR - Cannot run rally_sanity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 237, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-11-05 22:30:53,192 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: 2018-11-05 22:30:53,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:30:53,333 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 00:03 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-11-05 22:30:53,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-05 22:30:53,340 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" 2018-11-05 22:30:53,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-17ee17e8-9bf7-46a0-8dcb-ca2e637cde1d Date: Mon, 05 Nov 2018 22:30:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fbbf183-f8d5-44cb-b4fe-1017506bbef5","tenant_id":"3c1022346f6c4edb9313fcb4324a0504","created_at":"2018-11-05T22:30:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-05T22:30:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"3c1022346f6c4edb9313fcb4324a0504","id":"e2aa9043-9df6-4899-83ee-a2d23b2b6545","subnetpool_id":null,"name":"rally_sanity-subnet_6828df63-04a4-4c94-9212-500e27c4ab16"}]} 2018-11-05 22:30:53,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-17ee17e8-9bf7-46a0-8dcb-ca2e637cde1d 2018-11-05 22:30:53,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.189665794373s 2018-11-05 22:30:53,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-17ee17e8-9bf7-46a0-8dcb-ca2e637cde1d 2018-11-05 22:30:53,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-05 22:30:53,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/e2aa9043-9df6-4899-83ee-a2d23b2b6545.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" 2018-11-05 22:30:55,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-962e0127-6645-4859-8109-76ffa3316f7d Date: Mon, 05 Nov 2018 22:30:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:30:55,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e2aa9043-9df6-4899-83ee-a2d23b2b6545.json used request id req-962e0127-6645-4859-8109-76ffa3316f7d 2018-11-05 22:30:55,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.72008085251s 2018-11-05 22:30:55,251 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e2aa9043-9df6-4899-83ee-a2d23b2b6545.json used request id req-962e0127-6645-4859-8109-76ffa3316f7d 2018-11-05 22:30:55,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:30:55,252 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" 2018-11-05 22:30:55,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-99b112ee-9144-415b-a4ef-7025dcd4717e Date: Mon, 05 Nov 2018 22:30:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8fbbf183-f8d5-44cb-b4fe-1017506bbef5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"3c1022346f6c4edb9313fcb4324a0504","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T22:30:55Z","provider:segmentation_id":61,"name":"rally_sanity-net_6828df63-04a4-4c94-9212-500e27c4ab16","admin_state_up":true,"tenant_id":"3c1022346f6c4edb9313fcb4324a0504","created_at":"2018-11-05T22:30:50Z","provider:network_type":"vxlan"}]} 2018-11-05 22:30:55,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-99b112ee-9144-415b-a4ef-7025dcd4717e 2018-11-05 22:30:55,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234034061432s 2018-11-05 22:30:55,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-99b112ee-9144-415b-a4ef-7025dcd4717e 2018-11-05 22:30:55,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-05 22:30:55,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/8fbbf183-f8d5-44cb-b4fe-1017506bbef5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4e016cfa27aa2b83a4b2bc14ad773ff78cce1a7" 2018-11-05 22:30:56,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d90a89c-212a-42df-b278-3db586d1e8c2 Date: Mon, 05 Nov 2018 22:30:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:30:56,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8fbbf183-f8d5-44cb-b4fe-1017506bbef5.json used request id req-8d90a89c-212a-42df-b278-3db586d1e8c2 2018-11-05 22:30:56,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27816987038s 2018-11-05 22:30:56,767 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8fbbf183-f8d5-44cb-b4fe-1017506bbef5.json used request id req-8d90a89c-212a-42df-b278-3db586d1e8c2 2018-11-05 22:30:56,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:30:56,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:56,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c1f3b4-5434-47f1-a79f-11e9154d11b9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16", "links": {"self": "http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2"}, "domain_id": "default", "enabled": true, "id": "176c316a4c974ca4838b524f31b284c2", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:30:56,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-67c1f3b4-5434-47f1-a79f-11e9154d11b9 2018-11-05 22:30:56,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0955619812012s 2018-11-05 22:30:56,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-67c1f3b4-5434-47f1-a79f-11e9154d11b9 2018-11-05 22:30:56,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:30:56,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:56,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df6a41f-ae69-4d06-be3c-3af2077b553c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2"}, "enabled": true, "id": "176c316a4c974ca4838b524f31b284c2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_6828df63-04a4-4c94-9212-500e27c4ab16"}} 2018-11-05 22:30:56,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 used request id req-9df6a41f-ae69-4d06-be3c-3af2077b553c 2018-11-05 22:30:56,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931601524353s 2018-11-05 22:30:56,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 used request id req-9df6a41f-ae69-4d06-be3c-3af2077b553c 2018-11-05 22:30:56,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:30:56,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:57,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd6f0cc6-fe34-40b1-b66f-e8f1d0d2dc91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:57,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 used request id req-fd6f0cc6-fe34-40b1-b66f-e8f1d0d2dc91 2018-11-05 22:30:57,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.297478914261s 2018-11-05 22:30:57,262 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/176c316a4c974ca4838b524f31b284c2 used request id req-fd6f0cc6-fe34-40b1-b66f-e8f1d0d2dc91 2018-11-05 22:30:57,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:30:57,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:57,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd00a59-8788-458f-b92f-5917fa7864c8 Content-Encoding: gzip Content-Length: 381 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: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504"}, "enabled": true, "id": "3c1022346f6c4edb9313fcb4324a0504", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6828df63-04a4-4c94-9212-500e27c4ab16"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:30:57,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-5cd00a59-8788-458f-b92f-5917fa7864c8 2018-11-05 22:30:57,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0776000022888s 2018-11-05 22:30:57,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-5cd00a59-8788-458f-b92f-5917fa7864c8 2018-11-05 22:30:57,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:30:57,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:57,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-008e8d48-6e16-4ca8-8547-53783bab0428 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:57,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504 used request id req-008e8d48-6e16-4ca8-8547-53783bab0428 2018-11-05 22:30:57,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.139015197754s 2018-11-05 22:30:57,482 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3c1022346f6c4edb9313fcb4324a0504 used request id req-008e8d48-6e16-4ca8-8547-53783bab0428 2018-11-05 22:30:57,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:57,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:57,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d780bd-a4da-46a4-a6bf-26de2e94c8a6 Content-Encoding: gzip Content-Length: 315 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": "04881b868a0d43bb8a476b95c2f839bc", "links": {"self": "http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:57,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-34d780bd-a4da-46a4-a6bf-26de2e94c8a6 2018-11-05 22:30:57,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075690984726s 2018-11-05 22:30:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:30:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:57,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:30:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-708796b1-7d40-4400-8bd3-d1794f41a213 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:30:57,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/04881b868a0d43bb8a476b95c2f839bc used request id req-708796b1-7d40-4400-8bd3-d1794f41a213 2018-11-05 22:30:57,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104809999466s 2018-11-05 22:30:57,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:30:57,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3c1022346f6c4edb9313fcb4324a0504&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:57,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-0ba4bf5c-a9a5-4693-aac9-83c066ac31ff Date: Mon, 05 Nov 2018 22:30:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "created_at": "2018-11-05T22:30:50Z", "updated_at": "2018-11-05T22:30:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "6d9ef5e4-c0e2-461c-b55b-ffbaf2534171", "remote_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "75b164a1-c74e-4af6-9259-afe3c9f4e292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "bc8e42e5-519c-4775-86ab-c1048db7ee9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "cc24a47d-cdf6-4a2e-afd2-f380b0e96e79", "remote_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}], "revision_number": 4, "project_id": "3c1022346f6c4edb9313fcb4324a0504", "id": "88f19acd-f256-4dae-a534-7aed0959633f", "name": "default"}]} 2018-11-05 22:30:57,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3c1022346f6c4edb9313fcb4324a0504&name=default used request id req-0ba4bf5c-a9a5-4693-aac9-83c066ac31ff 2018-11-05 22:30:57,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189186096191s 2018-11-05 22:30:57,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3c1022346f6c4edb9313fcb4324a0504&name=default used request id req-0ba4bf5c-a9a5-4693-aac9-83c066ac31ff 2018-11-05 22:30:57,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:30:57,862 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:58,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a68cb9c0-7d81-4ab8-80de-f00d124d1394 Date: Mon, 05 Nov 2018 22:30:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "created_at": "2018-11-05T22:30:50Z", "updated_at": "2018-11-05T22:30:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "6d9ef5e4-c0e2-461c-b55b-ffbaf2534171", "remote_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "bc8e42e5-519c-4775-86ab-c1048db7ee9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "75b164a1-c74e-4af6-9259-afe3c9f4e292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:30:50Z", "revision_number": 0, "id": "cc24a47d-cdf6-4a2e-afd2-f380b0e96e79", "remote_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "remote_ip_prefix": null, "created_at": "2018-11-05T22:30:50Z", "security_group_id": "88f19acd-f256-4dae-a534-7aed0959633f", "tenant_id": "3c1022346f6c4edb9313fcb4324a0504", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c1022346f6c4edb9313fcb4324a0504"}], "revision_number": 4, "project_id": "3c1022346f6c4edb9313fcb4324a0504", "id": "88f19acd-f256-4dae-a534-7aed0959633f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 22:30:58,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a68cb9c0-7d81-4ab8-80de-f00d124d1394 2018-11-05 22:30:58,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191153049469s 2018-11-05 22:30:58,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a68cb9c0-7d81-4ab8-80de-f00d124d1394 2018-11-05 22:30:58,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-05 22:30:58,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/88f19acd-f256-4dae-a534-7aed0959633f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}efdecc32dcea280a8194b0caca78678dd1e46820" 2018-11-05 22:30:58,445 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62e0e98a-c8d3-4ddb-81ee-0588e8a3f661 Content-Length: 0 Date: Mon, 05 Nov 2018 22:30:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 22:30:58,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/88f19acd-f256-4dae-a534-7aed0959633f.json used request id req-62e0e98a-c8d3-4ddb-81ee-0588e8a3f661 2018-11-05 22:30:58,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.387689113617s 2018-11-05 22:30:58,445 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/88f19acd-f256-4dae-a534-7aed0959633f.json used request id req-62e0e98a-c8d3-4ddb-81ee-0588e8a3f661 2018-11-05 22:30:58,446 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-11-05 22:30:58,499 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-05 22:30:58,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:30:58,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:30:58,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:30:58,544 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:30:58,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be485f61-9eb9-45c6-adfb-590146595174 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:30:58,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-be485f61-9eb9-45c6-adfb-590146595174 2018-11-05 22:30:58,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:30:58,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:30:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["4SPUoPfMTleYRBRzWlKLDw"], "issued_at": "2018-11-05T22:30:58.000000Z"}} 2018-11-05 22:30:58,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:30:58,921 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:30:59,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-20d1f03f-4235-40fc-b21d-68d553b14665 Date: Mon, 05 Nov 2018 22:30:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:30:59,161 - 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-20d1f03f-4235-40fc-b21d-68d553b14665 2018-11-05 22:30:59,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240223884583s 2018-11-05 22:30:59,162 - 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-20d1f03f-4235-40fc-b21d-68d553b14665 2018-11-05 22:30:59,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:30:59,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:30:59,171 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:30:59,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:30:59,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76870a7-ca52-4bd8-ac67-4372afb5a905 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:30:59,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d76870a7-ca52-4bd8-ac67-4372afb5a905 2018-11-05 22:30:59,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0907409191132s 2018-11-05 22:30:59,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:30:59,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f"}}' 2018-11-05 22:30:59,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcbc2542-01d3-4deb-8ae3-4363cf191a41 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e"}, "enabled": true, "id": "332cc7c132144ca98d3f9d38cb4e8e2e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f"}} 2018-11-05 22:30:59,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bcbc2542-01d3-4deb-8ae3-4363cf191a41 2018-11-05 22:30:59,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.105438947678s 2018-11-05 22:30:59,360 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bcbc2542-01d3-4deb-8ae3-4363cf191a41 2018-11-05 22:30:59,361 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f', 'id': u'332cc7c132144ca98d3f9d38cb4e8e2e', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:30:59,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:30:59,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351034879684s 2018-11-05 22:30:59,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:30:59,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6164ac4c-52e3-485a-ac45-9faed7073dea Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a"}, "enabled": true, "id": "d83d6d1e29c04f2d922aa537ee13387a", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f"}} 2018-11-05 22:30:59,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a used request id req-6164ac4c-52e3-485a-ac45-9faed7073dea 2018-11-05 22:30:59,807 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd83d6d1e29c04f2d922aa537ee13387a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f'}) 2018-11-05 22:30:59,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:30:59,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d89360d-98c4-42a6-b7d6-e626337a2f80 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:59,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3d89360d-98c4-42a6-b7d6-e626337a2f80 2018-11-05 22:30:59,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769929885864s 2018-11-05 22:30:59,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:30:59,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:30:59,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d599db48-a561-4347-99ef-c284eb1bb1a2 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:30:59,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d599db48-a561-4347-99ef-c284eb1bb1a2 2018-11-05 22:30:59,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804309844971s 2018-11-05 22:30:59,967 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:30:59,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:30:59,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" -d '{"role": {"name": "Member"}}' 2018-11-05 22:31:00,066 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-729bf615-1058-4407-99a0-623af906b09d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}} 2018-11-05 22:31:00,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-729bf615-1058-4407-99a0-623af906b09d 2018-11-05 22:31:00,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.099240064621s 2018-11-05 22:31:00,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afcc3b36-a9c3-4bce-875c-9304bd6ead6c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "domain_id": null, "name": "Member", "id": "8b5926a094fc44bc8c71d858f0a75d13"}} 2018-11-05 22:31:00,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13 used request id req-afcc3b36-a9c3-4bce-875c-9304bd6ead6c 2018-11-05 22:31:00,143 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13'}, 'domain_id': None, 'human_id': None, 'id': u'8b5926a094fc44bc8c71d858f0a75d13', 'HUMAN_ID': False}) 2018-11-05 22:31:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:31:00,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3123e527-f667-480b-866c-ed0431a5c715 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:31:00,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3123e527-f667-480b-866c-ed0431a5c715 2018-11-05 22:31:00,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080109834671s 2018-11-05 22:31:00,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:31:00,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7830b3bb-1398-433a-af16-ed80a38fa636 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:31:00,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7830b3bb-1398-433a-af16-ed80a38fa636 2018-11-05 22:31:00,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082004070282s 2018-11-05 22:31:00,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:31:00,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6741bb4f-0969-4795-a7a9-29ad32a9c07c Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f", "links": {"self": "http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a"}, "domain_id": "default", "enabled": true, "id": "d83d6d1e29c04f2d922aa537ee13387a", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:31:00,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6741bb4f-0969-4795-a7a9-29ad32a9c07c 2018-11-05 22:31:00,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0325870513916s 2018-11-05 22:31:00,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6741bb4f-0969-4795-a7a9-29ad32a9c07c 2018-11-05 22:31:00,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:31:00,346 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f21741-48e6-42c2-ba4d-aaf699ac0582 Content-Encoding: gzip Content-Length: 391 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": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e"}, "enabled": true, "id": "332cc7c132144ca98d3f9d38cb4e8e2e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:31:00,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e6f21741-48e6-42c2-ba4d-aaf699ac0582 2018-11-05 22:31:00,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798368453979s 2018-11-05 22:31:00,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e6f21741-48e6-42c2-ba4d-aaf699ac0582 2018-11-05 22:31:00,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:31:00,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&scope.project.id=332cc7c132144ca98d3f9d38cb4e8e2e&role.id=8b5926a094fc44bc8c71d858f0a75d13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007eda8a-7abc-4104-9994-f14198a3e4c8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&scope.project.id=332cc7c132144ca98d3f9d38cb4e8e2e&role.id=8b5926a094fc44bc8c71d858f0a75d13", "previous": null, "next": null}} 2018-11-05 22:31:00,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&scope.project.id=332cc7c132144ca98d3f9d38cb4e8e2e&role.id=8b5926a094fc44bc8c71d858f0a75d13 used request id req-007eda8a-7abc-4104-9994-f14198a3e4c8 2018-11-05 22:31:00,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817549228668s 2018-11-05 22:31:00,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:31:00,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e/users/d83d6d1e29c04f2d922aa537ee13387a/roles/8b5926a094fc44bc8c71d858f0a75d13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3474bda-c1ea-4775-86ce-689b085c90b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:31:00,619 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e/users/d83d6d1e29c04f2d922aa537ee13387a/roles/8b5926a094fc44bc8c71d858f0a75d13 used request id req-f3474bda-c1ea-4775-86ce-689b085c90b4 2018-11-05 22:31:00,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108568906784s 2018-11-05 22:31:00,620 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'e7aed691-9750-4ac1-9a9b-2085d571d00c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f', 'project_id': u'332cc7c132144ca98d3f9d38cb4e8e2e', '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-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:31:00,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:31:00,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:31:00,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:31:00,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:31:00,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:31:00,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:31:00,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:31:00,625 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f', 'password': 'e7aed691-9750-4ac1-9a9b-2085d571d00c', 'project_name': 'refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '332cc7c132144ca98d3f9d38cb4e8e2e', 'project_domain_name': 'Default'} 2018-11-05 22:31:00,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:31:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e457db5d-14de-4be5-870b-cc1740e5aa87 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:31:00,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e457db5d-14de-4be5-870b-cc1740e5aa87 2018-11-05 22:31:00,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0851590633392s 2018-11-05 22:31:00,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:31:00,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319560f9-cbf4-4dda-bd49-faf83e593092 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:31:00,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-319560f9-cbf4-4dda-bd49-faf83e593092 2018-11-05 22:31:00,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775461196899s 2018-11-05 22:31:00,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:31:00,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2388e096-bba4-4d80-865b-0fca4f63740f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:31:00,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2388e096-bba4-4d80-865b-0fca4f63740f 2018-11-05 22:31:00,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0767450332642s 2018-11-05 22:31:00,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:31:00,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:00,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa70fd2-b946-41a3-8529-bcb6e7ed074d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f", "links": {"self": "http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a"}, "domain_id": "default", "enabled": true, "id": "d83d6d1e29c04f2d922aa537ee13387a", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:31:00,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3aa70fd2-b946-41a3-8529-bcb6e7ed074d 2018-11-05 22:31:00,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928661823273s 2018-11-05 22:31:00,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3aa70fd2-b946-41a3-8529-bcb6e7ed074d 2018-11-05 22:31:00,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:31:00,968 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b6660b0-df35-4a06-a9d0-edaa4341824e Content-Encoding: gzip Content-Length: 391 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": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e"}, "enabled": true, "id": "332cc7c132144ca98d3f9d38cb4e8e2e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:31:01,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3b6660b0-df35-4a06-a9d0-edaa4341824e 2018-11-05 22:31:01,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0789859294891s 2018-11-05 22:31:01,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3b6660b0-df35-4a06-a9d0-edaa4341824e 2018-11-05 22:31:01,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:31:01,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&scope.project.id=332cc7c132144ca98d3f9d38cb4e8e2e&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7770657b-7986-475f-ad39-9aa5d6e5d9b4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&scope.project.id=332cc7c132144ca98d3f9d38cb4e8e2e&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:31:01,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&scope.project.id=332cc7c132144ca98d3f9d38cb4e8e2e&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-7770657b-7986-475f-ad39-9aa5d6e5d9b4 2018-11-05 22:31:01,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0802619457245s 2018-11-05 22:31:01,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:31:01,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e/users/d83d6d1e29c04f2d922aa537ee13387a/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58b76ded-7ac5-442e-8e51-e004bb83fa88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:31:01,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e/users/d83d6d1e29c04f2d922aa537ee13387a/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-58b76ded-7ac5-442e-8e51-e004bb83fa88 2018-11-05 22:31:01,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.213794946671s 2018-11-05 22:31:01,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:31:01,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74aa98f-b490-4c1a-bac3-80bd98e45f02 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:31:01,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b74aa98f-b490-4c1a-bac3-80bd98e45f02 2018-11-05 22:31:01,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792880058289s 2018-11-05 22:31:01,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:31:01,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86d94168-02be-43e6-bc54-9e4b9b729a17 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:31:01,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-86d94168-02be-43e6-bc54-9e4b9b729a17 2018-11-05 22:31:01,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0735020637512s 2018-11-05 22:31:01,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:31:01,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce52b676-1e99-4b02-856e-1bcee48df206 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f", "links": {"self": "http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a"}, "domain_id": "default", "enabled": true, "id": "d83d6d1e29c04f2d922aa537ee13387a", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:31:01,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ce52b676-1e99-4b02-856e-1bcee48df206 2018-11-05 22:31:01,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950689315796s 2018-11-05 22:31:01,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ce52b676-1e99-4b02-856e-1bcee48df206 2018-11-05 22:31:01,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:31:01,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005ab2e5-643e-410c-b67b-d3e979846e91 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-05 22:31:01,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d83d6d1e29c04f2d922aa537ee13387a&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default used request id req-005ab2e5-643e-410c-b67b-d3e979846e91 2018-11-05 22:31:01,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0790438652039s 2018-11-05 22:31:01,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:31:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/d83d6d1e29c04f2d922aa537ee13387a/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:31:01,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7f2134c-2773-4a7a-af8d-a9736a487d9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:31:01,798 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/d83d6d1e29c04f2d922aa537ee13387a/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-c7f2134c-2773-4a7a-af8d-a9736a487d9d 2018-11-05 22:31:01,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119066953659s 2018-11-05 22:31:01,799 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-05 22:31:04,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-05 22:31:03.942 72 INFO rally.deployment.engine [-] Deployment 83970a4e-780e-40d6-972e-e922ecee5968 | Starting: Destroy cloud and free allocated resources. 2018-11-05 22:31:04.024 72 INFO rally.deployment.engine [-] Deployment 83970a4e-780e-40d6-972e-e922ecee5968 | Completed: Destroy cloud and free allocated resources. 2018-11-05 22:31:04.040 72 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d) for deployment 'opnfv-rally'. 2018-11-05 22:31:04.048 72 INFO rally.api [-] Deleting verification (UUID=79821145-088b-4df1-8f89-5cc644da9b24). 2018-11-05 22:31:04.089 72 INFO rally.api [-] Verification has been successfully deleted! 2018-11-05 22:31:04.089 72 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d). 2018-11-05 22:31:04.092 72 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-05 22:31:06,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-05 22:31:06.383 75 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2b4a62fd-e32a-4b93-9d73-b988b50eb29e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2b4a62fd-e32a-4b93-9d73-b988b50eb29e | 2018-11-05T22:31:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2b4a62fd-e32a-4b93-9d73-b988b50eb29e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-05 22:31:10,124 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-11-05 22:31:10,124 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-05 22:31:12,465 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-05 22:31:12.197 81 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9e5aec6f-487e-42cd-b62c-0b3a553d2a2d). 2018-11-05 22:31:12.333 81 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-05 22:31:15,872 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-05 22:31:14.426 84 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-05 22:31:14.581 84 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-05 22:31:15.669 84 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9) as the default verifier for the future CLI operations. 2018-11-05 22:31:19,037 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-05 22:31:19,038 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:31:19,170 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-05 22:31:19,172 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:31:19,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33697d1c-1b28-4e89-94e0-b57a7b41f8e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:31:19,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33697d1c-1b28-4e89-94e0-b57a7b41f8e1 2018-11-05 22:31:19,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:31:19,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "8b5926a094fc44bc8c71d858f0a75d13", "name": "Member"}], "expires_at": "2018-11-05T23:31:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "332cc7c132144ca98d3f9d38cb4e8e2e", "name": "refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/332cc7c132144ca98d3f9d38cb4e8e2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f", "id": "d83d6d1e29c04f2d922aa537ee13387a"}, "audit_ids": ["__Yvz2oGQXORFiqhRxrvFw"], "issued_at": "2018-11-05T22:31:19.000000Z"}} 2018-11-05 22:31:19,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:19,655 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 05 Nov 2018 22:31:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-05 22:31:19,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:31:19,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:19,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-364df6b7-4f94-4a69-9dd9-d8452d0ff187 Date: Mon, 05 Nov 2018 22:31:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:31:19,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-364df6b7-4f94-4a69-9dd9-d8452d0ff187 2018-11-05 22:31:19,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.161898136139s 2018-11-05 22:31:19,820 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-364df6b7-4f94-4a69-9dd9-d8452d0ff187 2018-11-05 22:31:19,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:31:19,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f"}' 2018-11-05 22:31:20,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf X-Openstack-Request-Id: req-0a002e6d-76fc-43fb-8cb4-1dbe3424daa3 Date: Mon, 05 Nov 2018 22:31:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "60576883-7a39-4572-b38c-0235f9a0addf", "size": null, "self": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:20Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": null, "created_at": "2018-11-05T22:31:20Z", "protected": false} 2018-11-05 22:31:20,046 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0a002e6d-76fc-43fb-8cb4-1dbe3424daa3 2018-11-05 22:31:20,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.224468946457s 2018-11-05 22:31:20,047 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0a002e6d-76fc-43fb-8cb4-1dbe3424daa3 returning object 60576883-7a39-4572-b38c-0235f9a0addf 2018-11-05 22:31:20,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:31:20,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" -d '' 2018-11-05 22:31:22,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-242e8734-202e-4ce4-9aaf-b06239b0f239 Date: Mon, 05 Nov 2018 22:31:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:31:22,027 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file used request id req-242e8734-202e-4ce4-9aaf-b06239b0f239 2018-11-05 22:31:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.98001694679s 2018-11-05 22:31:22,028 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file used request id req-242e8734-202e-4ce4-9aaf-b06239b0f239 2018-11-05 22:31:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:31:22,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:22,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-53df6fd2-ea5d-4946-93a5-2cd9a4738b2c Date: Mon, 05 Nov 2018 22:31:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "metadata": {}}], "file": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "60576883-7a39-4572-b38c-0235f9a0addf", "size": 12716032, "self": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:21Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:31:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:31:22,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-53df6fd2-ea5d-4946-93a5-2cd9a4738b2c 2018-11-05 22:31:22,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17505812645s 2018-11-05 22:31:22,204 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-53df6fd2-ea5d-4946-93a5-2cd9a4738b2c 2018-11-05 22:31:22,206 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file', 'owner': u'332cc7c132144ca98d3f9d38cb4e8e2e', 'id': u'60576883-7a39-4572-b38c-0235f9a0addf', 'size': 12716032, u'self': u'/v2/images/60576883-7a39-4572-b38c-0235f9a0addf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'332cc7c132144ca98d3f9d38cb4e8e2e', 'name': 'refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:31:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T22:31:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/60576883-7a39-4572-b38c-0235f9a0addf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f', 'created': u'2018-11-05T22:31:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:31:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/60576883-7a39-4572-b38c-0235f9a0addf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:31:22,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:31:22,210 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_efed311c-730a-4262-b2be-14fd8c735c9f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:31:22,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31: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-da0096db-553b-42be-aa42-e48d7155d5b6 x-compute-request-id: req-da0096db-553b-42be-aa42-e48d7155d5b6 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "05a354d6-7910-4049-89ee-c06f5195ddc4", "name": "refstack_defcore-flavor_efed311c-730a-4262-b2be-14fd8c735c9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:31:22,412 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-da0096db-553b-42be-aa42-e48d7155d5b6 2018-11-05 22:31:22,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.205173015594s 2018-11-05 22:31:22,413 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-da0096db-553b-42be-aa42-e48d7155d5b6 returning object 05a354d6-7910-4049-89ee-c06f5195ddc4 2018-11-05 22:31:22,414 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_efed311c-730a-4262-b2be-14fd8c735c9f', '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'aba621f7e9154af3a5e42bcbad943619', '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'05a354d6-7910-4049-89ee-c06f5195ddc4', 'swap': 0}) 2018-11-05 22:31:22,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:31:22,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" -d '{"extra_specs": {}}' 2018-11-05 22:31:22,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e72ff32a-bba6-4b77-8d74-d71be8aef155 x-compute-request-id: req-e72ff32a-bba6-4b77-8d74-d71be8aef155 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:31:22,435 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4/os-extra_specs used request id req-e72ff32a-bba6-4b77-8d74-d71be8aef155 2018-11-05 22:31:22,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202760696411s 2018-11-05 22:31:22,435 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4/os-extra_specs used request id req-e72ff32a-bba6-4b77-8d74-d71be8aef155 2018-11-05 22:31:22,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:31:22,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:22,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:31:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:31:22,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:22,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67137dba-fe3a-4c75-90df-fe19a2fa5a52 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:31:22,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-67137dba-fe3a-4c75-90df-fe19a2fa5a52 2018-11-05 22:31:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.193316221237s 2018-11-05 22:31:22,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-05 22:31:22,636 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:22,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31: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-d2ef99d9-7a14-4c52-a693-5081ac9ad672 x-compute-request-id: req-d2ef99d9-7a14-4c52-a693-5081ac9ad672 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 22:31:22,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d2ef99d9-7a14-4c52-a693-5081ac9ad672 2018-11-05 22:31:22,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192731142044s 2018-11-05 22:31:22,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d2ef99d9-7a14-4c52-a693-5081ac9ad672 2018-11-05 22:31:22,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:31:22,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:22,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-a9810db3-c29a-4139-b4ab-2197e2d5932d Date: Mon, 05 Nov 2018 22:31:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "metadata": {}}], "file": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "60576883-7a39-4572-b38c-0235f9a0addf", "size": 12716032, "self": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:21Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:31:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:31:22,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a9810db3-c29a-4139-b4ab-2197e2d5932d 2018-11-05 22:31:22,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163477897644s 2018-11-05 22:31:22,992 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a9810db3-c29a-4139-b4ab-2197e2d5932d 2018-11-05 22:31:22,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:31:22,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f"}' 2018-11-05 22:31:23,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231 X-Openstack-Request-Id: req-e734e817-2694-4d67-b995-2c5cbdcfcef1 Date: Mon, 05 Nov 2018 22:31:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231", "size": null, "self": "/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:23Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": null, "created_at": "2018-11-05T22:31:23Z", "protected": false} 2018-11-05 22:31:23,225 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e734e817-2694-4d67-b995-2c5cbdcfcef1 2018-11-05 22:31:23,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.231417894363s 2018-11-05 22:31:23,226 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e734e817-2694-4d67-b995-2c5cbdcfcef1 returning object f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231 2018-11-05 22:31:23,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:31:23,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" -d '' 2018-11-05 22:31:25,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39ecf37a-aa92-4577-a0a1-6c7798cea47d Date: Mon, 05 Nov 2018 22:31:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:31:25,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/file used request id req-39ecf37a-aa92-4577-a0a1-6c7798cea47d 2018-11-05 22:31:25,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.24063396454s 2018-11-05 22:31:25,468 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/file used request id req-39ecf37a-aa92-4577-a0a1-6c7798cea47d 2018-11-05 22:31:25,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:31:25,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:31:25,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-ac0dd573-b3a1-4223-955f-c2362d808fa0 Date: Mon, 05 Nov 2018 22:31:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/snap", "metadata": {}}], "file": "/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231", "size": 12716032, "self": "/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:25Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:31:23Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "metadata": {}}], "file": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "60576883-7a39-4572-b38c-0235f9a0addf", "size": 12716032, "self": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:21Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:31:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:31:25,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ac0dd573-b3a1-4223-955f-c2362d808fa0 2018-11-05 22:31:25,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184615850449s 2018-11-05 22:31:25,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ac0dd573-b3a1-4223-955f-c2362d808fa0 2018-11-05 22:31:25,656 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/file', 'owner': u'332cc7c132144ca98d3f9d38cb4e8e2e', 'id': u'f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231', 'size': 12716032, u'self': u'/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'332cc7c132144ca98d3f9d38cb4e8e2e', 'name': 'refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:31:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T22:31:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f', 'created': u'2018-11-05T22:31:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:31:23Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_efed311c-730a-4262-b2be-14fd8c735c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:31:25,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:31:25,660 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:31:25,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31: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-0dfcfdcb-06b2-4c6e-ba89-16b3106a4ea4 x-compute-request-id: req-0dfcfdcb-06b2-4c6e-ba89-16b3106a4ea4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7", "name": "refstack_defcore-flavor_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:31:25,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0dfcfdcb-06b2-4c6e-ba89-16b3106a4ea4 2018-11-05 22:31:25,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0595390796661s 2018-11-05 22:31:25,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0dfcfdcb-06b2-4c6e-ba89-16b3106a4ea4 returning object ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7 2018-11-05 22:31:25,718 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_efed311c-730a-4262-b2be-14fd8c735c9f', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7', 'swap': 0}) 2018-11-05 22:31:25,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:31:25,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" -d '{"extra_specs": {}}' 2018-11-05 22:31:25,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:31: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-948dad68-9b38-4751-97f8-6c984cf79ffe x-compute-request-id: req-948dad68-9b38-4751-97f8-6c984cf79ffe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:31:25,741 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7/os-extra_specs used request id req-948dad68-9b38-4751-97f8-6c984cf79ffe 2018-11-05 22:31:25,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225028991699s 2018-11-05 22:31:25,742 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7/os-extra_specs used request id req-948dad68-9b38-4751-97f8-6c984cf79ffe 2018-11-05 22:31:25,742 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_efed311c-730a-4262-b2be-14fd8c735c9f', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7', 'swap': 0}) 2018-11-05 22:31:28,871 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-05 22:31:27.869 103 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9) for deployment 'opnfv-rally' (UUID=2b4a62fd-e32a-4b93-9d73-b988b50eb29e). 2018-11-05 22:31:28.704 103 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-05 22:31:28.706 103 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9) has been successfully configured for deployment 'opnfv-rally' (UUID=2b4a62fd-e32a-4b93-9d73-b988b50eb29e)! 2018-11-05 22:31:28,871 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-05 22:31:28,872 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-05 22:31:28,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-11-05 22:31:31,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-05 22:31:31,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-11-05 22:31:31,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-11-05 22:31:31,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-11-05 22:31:31,260 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-11-05 22:31:31,261 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-05 22:31:31,262 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-11-05 22:31:31,263 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-11-05 22:31:31,263 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-11-05 22:31:31,263 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-11-05 22:31:31,263 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-11-05 22:31:31,263 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-11-05 22:31:31,263 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-11-05 22:31:31,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-05 22:31:31,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-05 22:31:31,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-11-05 22:31:33,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:31:33.413 115 INFO rally.api [-] Starting verification (UUID=431e47ec-28c8-4cec-8b2c-d2629cf152ab) for deployment 'opnfv-rally' (UUID=2b4a62fd-e32a-4b93-9d73-b988b50eb29e) by verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9). 2018-11-05 22:31:33,415 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 431e47ec-28c8-4cec-8b2c-d2629cf152ab 2018-11-05 22:31:39,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:31:39.545 115 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.207s] 2018-11-05 22:31:39,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:31:39.610 115 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.065s] 2018-11-05 22:31:43,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:31:43.215 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.171s] 2018-11-05 22:31:49,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:31:49.051 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [9.684s] 2018-11-05 22:31:59,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:31:59.631 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-11-05 22:32:02,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:02.873 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.241s] 2018-11-05 22:32:12,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:12.428 115 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [24.645s] 2018-11-05 22:32:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:13.253 115 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.830s] 2018-11-05 22:32:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:24.270 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.633s] 2018-11-05 22:32:24,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:24.811 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.541s] 2018-11-05 22:32:25,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:25.607 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.796s] 2018-11-05 22:32:26,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:26.216 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.608s] 2018-11-05 22:32:26,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:26.656 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.440s] 2018-11-05 22:32:26,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:26.747 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.090s] 2018-11-05 22:32:26,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:26.818 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.071s] 2018-11-05 22:32:26,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:26.890 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-11-05 22:32:26,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:26.957 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-11-05 22:32:27,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:27.021 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.064s] 2018-11-05 22:32:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:27.177 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.156s] 2018-11-05 22:32:28,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:28.451 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-11-05 22:32:34,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.084 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-11-05 22:32:34,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.094 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-11-05 22:32:34,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.233 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.138s] 2018-11-05 22:32:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.243 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-11-05 22:32:34,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.257 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-11-05 22:32:34,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.288 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-11-05 22:32:34,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.345 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.058s] 2018-11-05 22:32:34,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.406 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-11-05 22:32:34,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.696 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.289s] 2018-11-05 22:32:34,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.710 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-11-05 22:32:34,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:34.789 115 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.079s] 2018-11-05 22:32:39,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:39.059 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-11-05 22:32:42,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:42.772 115 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-11-05 22:32:46,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:46.246 115 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-11-05 22:32:46,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:46.320 115 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-11-05 22:32:46,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:46.389 115 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-11-05 22:32:48,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:48.952 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.834s] 2018-11-05 22:32:49,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:49.204 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.251s] 2018-11-05 22:32:49,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:49.419 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.215s] 2018-11-05 22:32:49,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:49.780 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.360s] 2018-11-05 22:32:50,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:50.178 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.397s] 2018-11-05 22:32:50,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:50.666 115 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.488s] 2018-11-05 22:32:50,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:50.748 115 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.162s] 2018-11-05 22:32:50,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:50.924 115 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.176s] 2018-11-05 22:32:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:51.758 115 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.832s] 2018-11-05 22:32:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:51.905 115 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.147s] 2018-11-05 22:32:52,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:52.068 115 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.163s] 2018-11-05 22:32:56,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:56.489 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-11-05 22:32:56,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:32:56.555 115 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.880s] 2018-11-05 22:33:00,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:00.027 115 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.471s] 2018-11-05 22:33:01,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:01.102 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.913s] 2018-11-05 22:33:05,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:05.123 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.019s] 2018-11-05 22:33:08,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:08.922 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.829s] 2018-11-05 22:33:09,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:09.416 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.292s] 2018-11-05 22:33:09,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:09.586 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.025s] 2018-11-05 22:33:10,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:10.713 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.125s] 2018-11-05 22:33:11,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:11.220 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.298s] 2018-11-05 22:33:11,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:11.640 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.926s] 2018-11-05 22:33:12,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:12.801 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.160s] 2018-11-05 22:33:13,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:13.549 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.747s] 2018-11-05 22:33:13,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:13.718 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.302s] 2018-11-05 22:33:14,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:14.697 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.147s] 2018-11-05 22:33:14,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:14.934 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.709s] 2018-11-05 22:33:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:15.209 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.513s] 2018-11-05 22:33:15,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:15.861 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.651s] 2018-11-05 22:33:16,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:16.025 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.095s] 2018-11-05 22:33:16,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:16.532 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.671s] 2018-11-05 22:33:17,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:17.181 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.647s] 2018-11-05 22:33:17,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:17.910 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.729s] 2018-11-05 22:33:18,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:18.429 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.518s] 2018-11-05 22:33:18,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:18.951 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.924s] 2018-11-05 22:33:19,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:19.046 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.328s] 2018-11-05 22:33:19,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:19.140 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.711s] 2018-11-05 22:33:19,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:19.739 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.598s] 2018-11-05 22:33:20,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:20.196 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.243s] 2018-11-05 22:33:20,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:20.265 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.526s] 2018-11-05 22:33:21,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:21.118 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.852s] 2018-11-05 22:33:21,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:21.951 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.833s] 2018-11-05 22:33:22,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:22.345 115 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.393s] 2018-11-05 22:33:22,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:22.442 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.243s] 2018-11-05 22:33:22,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:22.573 115 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.133s] 2018-11-05 22:33:24,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:24.814 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.767s] 2018-11-05 22:33:26,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:26.751 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.692s] 2018-11-05 22:33:29,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:29.180 115 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.245s] 2018-11-05 22:33:29,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:29.548 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.733s] 2018-11-05 22:33:33,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:33.281 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.701s] 2018-11-05 22:33:34,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:34.077 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.795s] 2018-11-05 22:33:37,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:37.037 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.487s] 2018-11-05 22:33:38,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:38.616 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.672s] 2018-11-05 22:33:40,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.037 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.000s] 2018-11-05 22:33:40,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.316 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.278s] 2018-11-05 22:33:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.555 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.238s] 2018-11-05 22:33:40,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.617 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-11-05 22:33:40,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.666 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.048s] 2018-11-05 22:33:40,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.762 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2018-11-05 22:33:40,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.864 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.101s] 2018-11-05 22:33:40,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.930 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-11-05 22:33:41,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:40.999 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.069s] 2018-11-05 22:33:45,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:45.460 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.843s] 2018-11-05 22:33:47,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:47.207 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.207s] 2018-11-05 22:33:47,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:47.501 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.040s] 2018-11-05 22:33:47,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:47.620 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.119s] 2018-11-05 22:33:47,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:47.832 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.211s] 2018-11-05 22:33:47,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:47.896 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.064s] 2018-11-05 22:33:47,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:47.947 115 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.050s] 2018-11-05 22:33:54,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:54.969 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.168s] 2018-11-05 22:33:54,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:54.995 115 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.648s] 2018-11-05 22:33:56,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:56.747 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.776s] 2018-11-05 22:33:58,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:58.312 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.564s] 2018-11-05 22:33:59,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:33:59.357 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.044s] 2018-11-05 22:34:00,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:00.985 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.627s] 2018-11-05 22:34:02,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:02.669 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.682s] 2018-11-05 22:34:04,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:04.340 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.672s] 2018-11-05 22:34:04,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:04.549 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.209s] 2018-11-05 22:34:04,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:04.710 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.161s] 2018-11-05 22:34:04,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:04.878 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.167s] 2018-11-05 22:34:04,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:04.897 115 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-11-05 22:34:06,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:06.821 115 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.067s] 2018-11-05 22:34:08,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:08.564 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [34.480s] 2018-11-05 22:34:11,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:11.373 115 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.615s] 2018-11-05 22:34:12,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:12.103 115 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.729s] 2018-11-05 22:34:16,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:16.618 115 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.795s] 2018-11-05 22:34:22,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:22.661 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.331s] 2018-11-05 22:34:23,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:23.011 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.350s] 2018-11-05 22:34:25,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:25.237 115 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.792s] 2018-11-05 22:34:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:28.237 115 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.616s] 2018-11-05 22:34:32,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:32.974 115 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.735s] 2018-11-05 22:34:34,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:34.737 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.174s] 2018-11-05 22:34:34,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:34:34.912 115 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.175s] 2018-11-05 22:34:39,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 431e47ec-28c8-4cec-8b2c-d2629cf152ab 2018-11-05 22:34:39,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '431e47ec-28c8-4cec-8b2c-d2629cf152ab']'. 2018-11-05 22:34:40,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-05 22:34:40,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-05 22:34:40,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 22:34:40,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 431e47ec-28c8-4cec-8b2c-d2629cf152ab | 2018-11-05 22:34:40,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-05 22:34:40,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-05 22:31:33 | 2018-11-05 22:34:40,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-05 22:34:38 | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:05 | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7ff004f3-44fb-4982-92b6-c53b8d66eda9) | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-05 22:34:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2b4a62fd-e32a-4b93-9d73-b988b50eb29e) | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 140 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 177.406 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 14 | 2018-11-05 22:34:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 22:34:40,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-05 22:34:40,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-05 22:34:40,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 90.0% 2018-11-05 22:34:40,419 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:34:40,419 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:21 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-11-05 22:34:40,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:34:40,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:34:42,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d1fa4d0-239f-445a-9ecb-170beada2c3b Date: Mon, 05 Nov 2018 22:34:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:34:42,064 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231 used request id req-3d1fa4d0-239f-445a-9ecb-170beada2c3b 2018-11-05 22:34:42,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63904809952s 2018-11-05 22:34:42,065 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f7dbbf2b-68a3-44cf-ab3d-a4c70cda6231 used request id req-3d1fa4d0-239f-445a-9ecb-170beada2c3b 2018-11-05 22:34:42,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:34:42,068 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:42,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34: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-2f2f78d8-adf1-4b20-87d1-54aa9f2c7238 x-compute-request-id: req-2f2f78d8-adf1-4b20-87d1-54aa9f2c7238 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "05a354d6-7910-4049-89ee-c06f5195ddc4", "name": "refstack_defcore-flavor_efed311c-730a-4262-b2be-14fd8c735c9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7", "name": "refstack_defcore-flavor_alt_efed311c-730a-4262-b2be-14fd8c735c9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:34:42,101 - 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-2f2f78d8-adf1-4b20-87d1-54aa9f2c7238 2018-11-05 22:34:42,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0355448722839s 2018-11-05 22:34:42,101 - 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-2f2f78d8-adf1-4b20-87d1-54aa9f2c7238 2018-11-05 22:34:42,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:34:42,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:42,147 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:34: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-581a58e7-54ce-4ac1-a680-7eae210142b9 x-compute-request-id: req-581a58e7-54ce-4ac1-a680-7eae210142b9 Content-Length: 0 Content-Type: application/json 2018-11-05 22:34:42,147 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7 used request id req-581a58e7-54ce-4ac1-a680-7eae210142b9 2018-11-05 22:34:42,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439767837524s 2018-11-05 22:34:42,148 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ceaf8ec5-4ca4-4bf4-b4f6-36b4e2d579d7 used request id req-581a58e7-54ce-4ac1-a680-7eae210142b9 2018-11-05 22:34:42,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:34:42,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:34:42,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-64a6d4a4-ce98-4d2f-afaf-bb23457c7600 Date: Mon, 05 Nov 2018 22:34:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "metadata": {}}], "file": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf/file", "owner": "332cc7c132144ca98d3f9d38cb4e8e2e", "id": "60576883-7a39-4572-b38c-0235f9a0addf", "size": 12716032, "self": "/v2/images/60576883-7a39-4572-b38c-0235f9a0addf", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/60576883-7a39-4572-b38c-0235f9a0addf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:31:21Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_efed311c-730a-4262-b2be-14fd8c735c9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:31:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:34:42,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-64a6d4a4-ce98-4d2f-afaf-bb23457c7600 2018-11-05 22:34:42,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.021497964859s 2018-11-05 22:34:42,170 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-64a6d4a4-ce98-4d2f-afaf-bb23457c7600 2018-11-05 22:34:42,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:34:42,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b66c0d8b4f1a3a8736f1b9821afb640680b99024" 2018-11-05 22:34:43,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33011ce6-dbb1-4ef7-8bf6-44d9b2a91f5b Date: Mon, 05 Nov 2018 22:34:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:34:43,158 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf used request id req-33011ce6-dbb1-4ef7-8bf6-44d9b2a91f5b 2018-11-05 22:34:43,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.986206054688s 2018-11-05 22:34:43,158 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/60576883-7a39-4572-b38c-0235f9a0addf used request id req-33011ce6-dbb1-4ef7-8bf6-44d9b2a91f5b 2018-11-05 22:34:43,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:34:43,163 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34: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-00bdd4de-55ce-48d9-9ff2-c64f1e707095 x-compute-request-id: req-00bdd4de-55ce-48d9-9ff2-c64f1e707095 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "05a354d6-7910-4049-89ee-c06f5195ddc4", "name": "refstack_defcore-flavor_efed311c-730a-4262-b2be-14fd8c735c9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:34:43,191 - 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-00bdd4de-55ce-48d9-9ff2-c64f1e707095 2018-11-05 22:34:43,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0319600105286s 2018-11-05 22:34:43,191 - 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-00bdd4de-55ce-48d9-9ff2-c64f1e707095 2018-11-05 22:34:43,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:34:43,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,285 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:34: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-1bce2e4d-c61f-4773-a190-00ea94789008 x-compute-request-id: req-1bce2e4d-c61f-4773-a190-00ea94789008 Content-Length: 0 Content-Type: application/json 2018-11-05 22:34:43,285 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4 used request id req-1bce2e4d-c61f-4773-a190-00ea94789008 2018-11-05 22:34:43,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0917348861694s 2018-11-05 22:34:43,285 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/05a354d6-7910-4049-89ee-c06f5195ddc4 used request id req-1bce2e4d-c61f-4773-a190-00ea94789008 2018-11-05 22:34:43,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:34:43,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0629c521-d4b6-47e2-88c4-1e3aaa156d88 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f", "links": {"self": "http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a"}, "domain_id": "default", "enabled": true, "id": "d83d6d1e29c04f2d922aa537ee13387a", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:34:43,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0629c521-d4b6-47e2-88c4-1e3aaa156d88 2018-11-05 22:34:43,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947890281677s 2018-11-05 22:34:43,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0629c521-d4b6-47e2-88c4-1e3aaa156d88 2018-11-05 22:34:43,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:34:43,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-422bd1ea-a507-403b-8b9b-720e26373f0d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a"}, "enabled": true, "id": "d83d6d1e29c04f2d922aa537ee13387a", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_efed311c-730a-4262-b2be-14fd8c735c9f"}} 2018-11-05 22:34:43,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a used request id req-422bd1ea-a507-403b-8b9b-720e26373f0d 2018-11-05 22:34:43,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916719436646s 2018-11-05 22:34:43,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a used request id req-422bd1ea-a507-403b-8b9b-720e26373f0d 2018-11-05 22:34:43,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:34:43,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0533534d-aff8-4e17-b060-7224b657e464 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:34:43,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a used request id req-0533534d-aff8-4e17-b060-7224b657e464 2018-11-05 22:34:43,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.192439079285s 2018-11-05 22:34:43,673 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d83d6d1e29c04f2d922aa537ee13387a used request id req-0533534d-aff8-4e17-b060-7224b657e464 2018-11-05 22:34:43,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:34:43,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e812db-ce54-41b9-ab43-b5bdb59b983f Content-Encoding: gzip Content-Length: 381 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: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e"}, "enabled": true, "id": "332cc7c132144ca98d3f9d38cb4e8e2e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_efed311c-730a-4262-b2be-14fd8c735c9f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:34:43,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b1e812db-ce54-41b9-ab43-b5bdb59b983f 2018-11-05 22:34:43,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829420089722s 2018-11-05 22:34:43,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b1e812db-ce54-41b9-ab43-b5bdb59b983f 2018-11-05 22:34:43,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:34:43,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d120cbd-b613-4cc2-be78-eee6d3f3b581 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:34:43,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e used request id req-0d120cbd-b613-4cc2-be78-eee6d3f3b581 2018-11-05 22:34:43,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.131175994873s 2018-11-05 22:34:43,891 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/332cc7c132144ca98d3f9d38cb4e8e2e used request id req-0d120cbd-b613-4cc2-be78-eee6d3f3b581 2018-11-05 22:34:43,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:43,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:43,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac4c41d-36a7-4aaa-b573-53577ca9e4ff Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8b5926a094fc44bc8c71d858f0a75d13", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:43,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2ac4c41d-36a7-4aaa-b573-53577ca9e4ff 2018-11-05 22:34:43,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755369663239s 2018-11-05 22:34:43,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:34:43,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:44,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:34:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f46c2a6a-2210-45b0-b199-e2baf789df97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:34:44,067 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8b5926a094fc44bc8c71d858f0a75d13 used request id req-f46c2a6a-2210-45b0-b199-e2baf789df97 2018-11-05 22:34:44,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0987169742584s 2018-11-05 22:34:44,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:34:44,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=332cc7c132144ca98d3f9d38cb4e8e2e&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fdbbddd640c7ba3177c3df498cd8688e1860afe8" 2018-11-05 22:34:44,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-cd920366-2ea0-4c59-9867-e9ee23f1afd9 Date: Mon, 05 Nov 2018 22:34:44 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:34:44,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=332cc7c132144ca98d3f9d38cb4e8e2e&name=default used request id req-cd920366-2ea0-4c59-9867-e9ee23f1afd9 2018-11-05 22:34:44,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.181813001633s 2018-11-05 22:34:44,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=332cc7c132144ca98d3f9d38cb4e8e2e&name=default used request id req-cd920366-2ea0-4c59-9867-e9ee23f1afd9 2018-11-05 22:34:44,253 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-11-05 22:34:44,307 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:34:44,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:34:44,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:34:44,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:34:44,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:34:44,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:34:44,351 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:34:44,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2b6dec2-5a93-410c-a78c-b8c1fcf9d653 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:34:44,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d2b6dec2-5a93-410c-a78c-b8c1fcf9d653 2018-11-05 22:34:44,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:34:44,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["x3LOCfLmQTq1AASaHImVEg"], "issued_at": "2018-11-05T22:34:44.000000Z"}} 2018-11-05 22:34:44,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 22:34:44,729 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:45,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-130d0df0-e4f3-41c8-b56f-73e78f61c3da Date: Mon, 05 Nov 2018 22:34:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 22:34:45,042 - 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-130d0df0-e4f3-41c8-b56f-73e78f61c3da 2018-11-05 22:34:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313733100891s 2018-11-05 22:34:45,043 - 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-130d0df0-e4f3-41c8-b56f-73e78f61c3da 2018-11-05 22:34:45,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 22:34:45,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:45,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:34:45,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:45,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8846555a-3447-413e-89a3-1a01856c137b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 22:34:45,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-8846555a-3447-413e-89a3-1a01856c137b 2018-11-05 22:34:45,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0900259017944s 2018-11-05 22:34:45,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 22:34:45,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d"}}' 2018-11-05 22:34:45,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5d5eafe-93a8-465d-bc16-f690db33ff5c Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03"}, "enabled": true, "id": "22c37efe389948a6b2ae8210683faa03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d"}} 2018-11-05 22:34:45,241 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e5d5eafe-93a8-465d-bc16-f690db33ff5c 2018-11-05 22:34:45,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10574889183s 2018-11-05 22:34:45,241 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e5d5eafe-93a8-465d-bc16-f690db33ff5c 2018-11-05 22:34:45,242 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d', 'id': u'22c37efe389948a6b2ae8210683faa03', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 22:34:45,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 22:34:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350975990295s 2018-11-05 22:34:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:45,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d92559-4ee9-40d9-a03a-da43b226abe2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37"}, "enabled": true, "id": "2fdb7f6ca03c4243961cbf60fe6f0c37", "options": {}, "domain_id": "default", "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d"}} 2018-11-05 22:34:45,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 used request id req-61d92559-4ee9-40d9-a03a-da43b226abe2 2018-11-05 22:34:45,694 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2fdb7f6ca03c4243961cbf60fe6f0c37', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d'}) 2018-11-05 22:34:45,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:45,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:45,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26131a5-b202-48cb-9f0a-f95f9ae79a03 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:45,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e26131a5-b202-48cb-9f0a-f95f9ae79a03 2018-11-05 22:34:45,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796458721161s 2018-11-05 22:34:45,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:45,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:45,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a55273da-d190-418e-a06d-52c7b8f25cf3 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:45,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a55273da-d190-418e-a06d-52c7b8f25cf3 2018-11-05 22:34:45,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834140777588s 2018-11-05 22:34:45,860 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:34:45,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 22:34:45,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" -d '{"role": {"name": "Member"}}' 2018-11-05 22:34:45,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac60a5d7-5437-439f-956b-f63b6c4960c5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}} 2018-11-05 22:34:45,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ac60a5d7-5437-439f-956b-f63b6c4960c5 2018-11-05 22:34:45,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0998139381409s 2018-11-05 22:34:45,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ac9a56-6e2b-4180-8320-da13810a701f Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "domain_id": null, "name": "Member", "id": "c3f8a718d28e47b8a4a64b24556dc9ad"}} 2018-11-05 22:34:46,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad used request id req-a7ac9a56-6e2b-4180-8320-da13810a701f 2018-11-05 22:34:46,034 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad'}, 'domain_id': None, 'human_id': None, 'id': u'c3f8a718d28e47b8a4a64b24556dc9ad', 'HUMAN_ID': False}) 2018-11-05 22:34:46,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:46,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e480ee-aa03-4020-a274-21056ecf8548 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:46,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-30e480ee-aa03-4020-a274-21056ecf8548 2018-11-05 22:34:46,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813279151917s 2018-11-05 22:34:46,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:34:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-666090dd-ab82-4326-beb5-2524a065ebda Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:34:46,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-666090dd-ab82-4326-beb5-2524a065ebda 2018-11-05 22:34:46,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0807399749756s 2018-11-05 22:34:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:34:46,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53019fb-eccb-4111-9434-3a3f1e2ed17e Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d", "links": {"self": "http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37"}, "domain_id": "default", "enabled": true, "id": "2fdb7f6ca03c4243961cbf60fe6f0c37", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:34:46,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f53019fb-eccb-4111-9434-3a3f1e2ed17e 2018-11-05 22:34:46,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0309040546417s 2018-11-05 22:34:46,230 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f53019fb-eccb-4111-9434-3a3f1e2ed17e 2018-11-05 22:34:46,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:34:46,236 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a54338-17f0-4467-9f75-665788c1129c Content-Encoding: gzip Content-Length: 387 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": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03"}, "enabled": true, "id": "22c37efe389948a6b2ae8210683faa03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:34:46,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-28a54338-17f0-4467-9f75-665788c1129c 2018-11-05 22:34:46,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0788900852203s 2018-11-05 22:34:46,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-28a54338-17f0-4467-9f75-665788c1129c 2018-11-05 22:34:46,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:34:46,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&scope.project.id=22c37efe389948a6b2ae8210683faa03&role.id=c3f8a718d28e47b8a4a64b24556dc9ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fdf91cd-2c96-4368-b1e2-689e32e1bf8b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&scope.project.id=22c37efe389948a6b2ae8210683faa03&role.id=c3f8a718d28e47b8a4a64b24556dc9ad", "previous": null, "next": null}} 2018-11-05 22:34:46,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&scope.project.id=22c37efe389948a6b2ae8210683faa03&role.id=c3f8a718d28e47b8a4a64b24556dc9ad used request id req-2fdf91cd-2c96-4368-b1e2-689e32e1bf8b 2018-11-05 22:34:46,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803079605103s 2018-11-05 22:34:46,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:34:46,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03/users/2fdb7f6ca03c4243961cbf60fe6f0c37/roles/c3f8a718d28e47b8a4a64b24556dc9ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-663cfd19-a1e2-4957-976c-5443a79d8b7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:34:46,514 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03/users/2fdb7f6ca03c4243961cbf60fe6f0c37/roles/c3f8a718d28e47b8a4a64b24556dc9ad used request id req-663cfd19-a1e2-4957-976c-5443a79d8b7c 2018-11-05 22:34:46,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115172863007s 2018-11-05 22:34:46,515 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '28a0a162-4845-4d8b-88c5-1b90ab8547be', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d', 'project_id': u'22c37efe389948a6b2ae8210683faa03', '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-11-05 22:34:46,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:34:46,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:34:46,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:34:46,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:34:46,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:34:46,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:34:46,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:34:46,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:34:46,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:34:46,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:34:46,520 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d', 'password': '28a0a162-4845-4d8b-88c5-1b90ab8547be', 'project_name': 'patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '22c37efe389948a6b2ae8210683faa03', 'project_domain_name': 'Default'} 2018-11-05 22:34:46,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7aaa62-1d2d-47fb-bf07-12b0ac31dfea Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:46,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5c7aaa62-1d2d-47fb-bf07-12b0ac31dfea 2018-11-05 22:34:46,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781879425049s 2018-11-05 22:34:46,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:46,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e22e84-2b5d-42d8-a712-5a4b768dfcd3 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:46,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-01e22e84-2b5d-42d8-a712-5a4b768dfcd3 2018-11-05 22:34:46,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797698497772s 2018-11-05 22:34:46,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:34:46,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba3f603-16b9-472a-90e5-568ad4afaee6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:34:46,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1ba3f603-16b9-472a-90e5-568ad4afaee6 2018-11-05 22:34:46,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0745887756348s 2018-11-05 22:34:46,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:34:46,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040c680b-844b-4b5e-aac6-ca818c1004ec Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d", "links": {"self": "http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37"}, "domain_id": "default", "enabled": true, "id": "2fdb7f6ca03c4243961cbf60fe6f0c37", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:34:46,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-040c680b-844b-4b5e-aac6-ca818c1004ec 2018-11-05 22:34:46,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973429679871s 2018-11-05 22:34:46,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-040c680b-844b-4b5e-aac6-ca818c1004ec 2018-11-05 22:34:46,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:34:46,861 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:46,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-644f35bd-5baa-4182-ac5e-e4f8ff5f820b Content-Encoding: gzip Content-Length: 387 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": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03"}, "enabled": true, "id": "22c37efe389948a6b2ae8210683faa03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:34:46,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-644f35bd-5baa-4182-ac5e-e4f8ff5f820b 2018-11-05 22:34:46,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814199447632s 2018-11-05 22:34:46,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-644f35bd-5baa-4182-ac5e-e4f8ff5f820b 2018-11-05 22:34:46,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:34:46,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&scope.project.id=22c37efe389948a6b2ae8210683faa03&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613fad9a-3f59-4973-9944-aab121d0bfb2 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=2fdb7f6ca03c4243961cbf60fe6f0c37&scope.project.id=22c37efe389948a6b2ae8210683faa03&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 22:34:47,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&scope.project.id=22c37efe389948a6b2ae8210683faa03&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-613fad9a-3f59-4973-9944-aab121d0bfb2 2018-11-05 22:34:47,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.073098897934s 2018-11-05 22:34:47,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:34:47,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03/users/2fdb7f6ca03c4243961cbf60fe6f0c37/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:34:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea9438ee-5a9d-4c38-99c3-b4472692b048 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:34:47,136 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03/users/2fdb7f6ca03c4243961cbf60fe6f0c37/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-ea9438ee-5a9d-4c38-99c3-b4472692b048 2018-11-05 22:34:47,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118319988251s 2018-11-05 22:34:47,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:34:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af506e9-ba63-4974-af75-47292246bb74 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:34:47,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5af506e9-ba63-4974-af75-47292246bb74 2018-11-05 22:34:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.182589054108s 2018-11-05 22:34:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 22:34:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544977ef-48b1-4fcd-8274-0e76d4b2d8c7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 22:34:47,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-544977ef-48b1-4fcd-8274-0e76d4b2d8c7 2018-11-05 22:34:47,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0769100189209s 2018-11-05 22:34:47,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:34:47,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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a239f8-eb4e-4780-9139-dcbc9122dc35 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d", "links": {"self": "http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37"}, "domain_id": "default", "enabled": true, "id": "2fdb7f6ca03c4243961cbf60fe6f0c37", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:34:47,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e1a239f8-eb4e-4780-9139-dcbc9122dc35 2018-11-05 22:34:47,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947599411011s 2018-11-05 22:34:47,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e1a239f8-eb4e-4780-9139-dcbc9122dc35 2018-11-05 22:34:47,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 22:34:47,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eda3834-eece-4163-88cb-1d5f9209da2a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-05 22:34:47,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2fdb7f6ca03c4243961cbf60fe6f0c37&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default used request id req-6eda3834-eece-4163-88cb-1d5f9209da2a 2018-11-05 22:34:47,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0767650604248s 2018-11-05 22:34:47,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 22:34:47,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/2fdb7f6ca03c4243961cbf60fe6f0c37/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:34:47,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:34:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd4a87b8-7626-4ace-aec1-f4f25491cdf9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:34:47,686 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/2fdb7f6ca03c4243961cbf60fe6f0c37/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-cd4a87b8-7626-4ace-aec1-f4f25491cdf9 2018-11-05 22:34:47,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111223936081s 2018-11-05 22:34:47,687 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-05 22:34:50,154 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-05 22:34:49.824 145 INFO rally.deployment.engine [-] Deployment 2b4a62fd-e32a-4b93-9d73-b988b50eb29e | Starting: Destroy cloud and free allocated resources. 2018-11-05 22:34:49.887 145 INFO rally.deployment.engine [-] Deployment 2b4a62fd-e32a-4b93-9d73-b988b50eb29e | Completed: Destroy cloud and free allocated resources. 2018-11-05 22:34:49.906 145 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9) for deployment 'opnfv-rally'. 2018-11-05 22:34:49.915 145 INFO rally.api [-] Deleting verification (UUID=431e47ec-28c8-4cec-8b2c-d2629cf152ab). 2018-11-05 22:34:49.954 145 INFO rally.api [-] Verification has been successfully deleted! 2018-11-05 22:34:49.954 145 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9). 2018-11-05 22:34:49.961 145 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-05 22:34:52,554 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-05 22:34:52.240 148 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2dcb036b-8042-455e-9427-d10551a68c5e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2dcb036b-8042-455e-9427-d10551a68c5e | 2018-11-05T22:34:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2dcb036b-8042-455e-9427-d10551a68c5e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-05 22:34:55,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-11-05 22:34:55,935 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-05 22:34:58,254 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-05 22:34:57.967 154 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7ff004f3-44fb-4982-92b6-c53b8d66eda9). 2018-11-05 22:34:58.101 154 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-05 22:35:01,703 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-05 22:35:00.354 157 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-05 22:35:00.498 157 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-05 22:35:01.534 157 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa) as the default verifier for the future CLI operations. 2018-11-05 22:35:04,556 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-05 22:35:04,557 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 22:35:04,675 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-05 22:35:04,676 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:35:04,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6404e3e-0f50-4e50-9436-2fc085846ab1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:35:04,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6404e3e-0f50-4e50-9436-2fc085846ab1 2018-11-05 22:35:04,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:35:05,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "c3f8a718d28e47b8a4a64b24556dc9ad", "name": "Member"}], "expires_at": "2018-11-05T23:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22c37efe389948a6b2ae8210683faa03", "name": "patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/22c37efe389948a6b2ae8210683faa03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/22c37efe389948a6b2ae8210683faa03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/22c37efe389948a6b2ae8210683faa03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/22c37efe389948a6b2ae8210683faa03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/22c37efe389948a6b2ae8210683faa03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/22c37efe389948a6b2ae8210683faa03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/22c37efe389948a6b2ae8210683faa03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/22c37efe389948a6b2ae8210683faa03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/22c37efe389948a6b2ae8210683faa03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/22c37efe389948a6b2ae8210683faa03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/22c37efe389948a6b2ae8210683faa03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/22c37efe389948a6b2ae8210683faa03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d", "id": "2fdb7f6ca03c4243961cbf60fe6f0c37"}, "audit_ids": ["XhrS7eyOQ_2scF2LCt-7KA"], "issued_at": "2018-11-05T22:35:05.000000Z"}} 2018-11-05 22:35:05,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:05,063 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 05 Nov 2018 22:35:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-05 22:35:05,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:35:05,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:05,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7976c100-5681-4951-adac-00c008f2e4f6 Date: Mon, 05 Nov 2018 22:35:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:35:05,243 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7976c100-5681-4951-adac-00c008f2e4f6 2018-11-05 22:35:05,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175717115402s 2018-11-05 22:35:05,243 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7976c100-5681-4951-adac-00c008f2e4f6 2018-11-05 22:35:05,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:35:05,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d"}' 2018-11-05 22:35:05,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f X-Openstack-Request-Id: req-600cab2a-cf2e-4cbf-b9bb-2d47ab29802a Date: Mon, 05 Nov 2018 22:35:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "10a42af5-444f-4b7e-ac0b-989e0626120f", "size": null, "self": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:05Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": null, "created_at": "2018-11-05T22:35:05Z", "protected": false} 2018-11-05 22:35:05,442 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-600cab2a-cf2e-4cbf-b9bb-2d47ab29802a 2018-11-05 22:35:05,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.196505069733s 2018-11-05 22:35:05,442 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-600cab2a-cf2e-4cbf-b9bb-2d47ab29802a returning object 10a42af5-444f-4b7e-ac0b-989e0626120f 2018-11-05 22:35:05,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:35:05,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" -d '' 2018-11-05 22:35:06,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b52d2508-ad44-4eb8-90a6-6f0e0f0e465c Date: Mon, 05 Nov 2018 22:35:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:35:06,919 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file used request id req-b52d2508-ad44-4eb8-90a6-6f0e0f0e465c 2018-11-05 22:35:06,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.47634792328s 2018-11-05 22:35:06,920 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file used request id req-b52d2508-ad44-4eb8-90a6-6f0e0f0e465c 2018-11-05 22:35:06,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:35:06,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:07,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-c50e45c6-e35b-465d-913d-ff09a016d6d0 Date: Mon, 05 Nov 2018 22:35:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "metadata": {}}], "file": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "10a42af5-444f-4b7e-ac0b-989e0626120f", "size": 12716032, "self": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:35:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:35:07,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c50e45c6-e35b-465d-913d-ff09a016d6d0 2018-11-05 22:35:07,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165620088577s 2018-11-05 22:35:07,086 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c50e45c6-e35b-465d-913d-ff09a016d6d0 2018-11-05 22:35:07,089 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file', 'owner': u'22c37efe389948a6b2ae8210683faa03', 'id': u'10a42af5-444f-4b7e-ac0b-989e0626120f', 'size': 12716032, u'self': u'/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22c37efe389948a6b2ae8210683faa03', 'name': 'patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:35:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T22:35:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d', 'created': u'2018-11-05T22:35:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:35:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:35:07,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:35:07,093 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_d5d85296-4940-475f-aa18-8bc38fda283d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:35:07,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccec7623-b61f-4595-904c-d0437377ac96 x-compute-request-id: req-ccec7623-b61f-4595-904c-d0437377ac96 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/171fbb25-f4da-4880-9893-f4471b0666fa", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "171fbb25-f4da-4880-9893-f4471b0666fa", "name": "patrole-flavor_d5d85296-4940-475f-aa18-8bc38fda283d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:35:07,289 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ccec7623-b61f-4595-904c-d0437377ac96 2018-11-05 22:35:07,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.199634075165s 2018-11-05 22:35:07,290 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ccec7623-b61f-4595-904c-d0437377ac96 returning object 171fbb25-f4da-4880-9893-f4471b0666fa 2018-11-05 22:35:07,290 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_d5d85296-4940-475f-aa18-8bc38fda283d', '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'aba621f7e9154af3a5e42bcbad943619', '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'171fbb25-f4da-4880-9893-f4471b0666fa', 'swap': 0}) 2018-11-05 22:35:07,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:35:07,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" -d '{"extra_specs": {}}' 2018-11-05 22:35:07,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97e07044-99fd-44d3-a57b-ab23e953811b x-compute-request-id: req-97e07044-99fd-44d3-a57b-ab23e953811b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:35:07,312 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa/os-extra_specs used request id req-97e07044-99fd-44d3-a57b-ab23e953811b 2018-11-05 22:35:07,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211699008942s 2018-11-05 22:35:07,313 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa/os-extra_specs used request id req-97e07044-99fd-44d3-a57b-ab23e953811b 2018-11-05 22:35:07,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:35:07,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:07,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:35:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:35:07,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:07,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c40c5f-ab89-443f-80fa-082eff33e763 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:35:07,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d3c40c5f-ab89-443f-80fa-082eff33e763 2018-11-05 22:35:07,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0942208766937s 2018-11-05 22:35:07,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-05 22:35:07,415 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:07,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99cf7b1f-04ed-477d-accb-5e68724e5290 x-compute-request-id: req-99cf7b1f-04ed-477d-accb-5e68724e5290 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 22:35:07,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-99cf7b1f-04ed-477d-accb-5e68724e5290 2018-11-05 22:35:07,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.196302175522s 2018-11-05 22:35:07,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-99cf7b1f-04ed-477d-accb-5e68724e5290 2018-11-05 22:35:07,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:35:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:07,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-92300f92-7a11-4a7f-8a28-efcfb5d38f4d Date: Mon, 05 Nov 2018 22:35:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "metadata": {}}], "file": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "10a42af5-444f-4b7e-ac0b-989e0626120f", "size": 12716032, "self": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:35:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:35:07,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-92300f92-7a11-4a7f-8a28-efcfb5d38f4d 2018-11-05 22:35:07,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162217855453s 2018-11-05 22:35:07,772 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-92300f92-7a11-4a7f-8a28-efcfb5d38f4d 2018-11-05 22:35:07,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 22:35:07,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d"}' 2018-11-05 22:35:07,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699 X-Openstack-Request-Id: req-b659c368-bf37-4687-8f2d-a828a46bcc93 Date: Mon, 05 Nov 2018 22:35:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "3f5caa0c-a338-48c9-90c0-312e7878c699", "size": null, "self": "/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": null, "created_at": "2018-11-05T22:35:07Z", "protected": false} 2018-11-05 22:35:07,980 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b659c368-bf37-4687-8f2d-a828a46bcc93 2018-11-05 22:35:07,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.205527067184s 2018-11-05 22:35:07,981 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b659c368-bf37-4687-8f2d-a828a46bcc93 returning object 3f5caa0c-a338-48c9-90c0-312e7878c699 2018-11-05 22:35:07,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 22:35:07,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" -d '' 2018-11-05 22:35:09,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e06eb38b-7b7f-4995-b5a8-720d99c3aced Date: Mon, 05 Nov 2018 22:35:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:35:09,338 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699/file used request id req-e06eb38b-7b7f-4995-b5a8-720d99c3aced 2018-11-05 22:35:09,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.35641980171s 2018-11-05 22:35:09,338 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699/file used request id req-e06eb38b-7b7f-4995-b5a8-720d99c3aced 2018-11-05 22:35:09,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:35:09,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:35:09,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-000795b0-ab2d-4b5c-9e46-5a80163cad4b Date: Mon, 05 Nov 2018 22:35:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/3f5caa0c-a338-48c9-90c0-312e7878c699/snap", "metadata": {}}], "file": "/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "3f5caa0c-a338-48c9-90c0-312e7878c699", "size": 12716032, "self": "/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/3f5caa0c-a338-48c9-90c0-312e7878c699/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:09Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:35:07Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "metadata": {}}], "file": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "10a42af5-444f-4b7e-ac0b-989e0626120f", "size": 12716032, "self": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:35:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:35:09,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-000795b0-ab2d-4b5c-9e46-5a80163cad4b 2018-11-05 22:35:09,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239150524139s 2018-11-05 22:35:09,363 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-000795b0-ab2d-4b5c-9e46-5a80163cad4b 2018-11-05 22:35:09,366 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/3f5caa0c-a338-48c9-90c0-312e7878c699/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699/file', 'owner': u'22c37efe389948a6b2ae8210683faa03', 'id': u'3f5caa0c-a338-48c9-90c0-312e7878c699', 'size': 12716032, u'self': u'/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22c37efe389948a6b2ae8210683faa03', 'name': 'patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/3f5caa0c-a338-48c9-90c0-312e7878c699/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T22:35:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T22:35:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d', 'created': u'2018-11-05T22:35:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T22:35:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_d5d85296-4940-475f-aa18-8bc38fda283d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 22:35:09,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 22:35:09,369 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 22:35:09,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35: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-a9602d16-53f0-431e-8aa6-064d96ac63b1 x-compute-request-id: req-a9602d16-53f0-431e-8aa6-064d96ac63b1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1e17e3d-08e0-42f4-b09c-30f99c3479e4", "name": "patrole-flavor_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 22:35:09,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a9602d16-53f0-431e-8aa6-064d96ac63b1 2018-11-05 22:35:09,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0535271167755s 2018-11-05 22:35:09,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a9602d16-53f0-431e-8aa6-064d96ac63b1 returning object c1e17e3d-08e0-42f4-b09c-30f99c3479e4 2018-11-05 22:35:09,421 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_d5d85296-4940-475f-aa18-8bc38fda283d', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'c1e17e3d-08e0-42f4-b09c-30f99c3479e4', 'swap': 0}) 2018-11-05 22:35:09,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 22:35:09,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" -d '{"extra_specs": {}}' 2018-11-05 22:35:09,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:35: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-94b5021d-c021-41cd-80a4-b2fb80b617a4 x-compute-request-id: req-94b5021d-c021-41cd-80a4-b2fb80b617a4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 22:35:09,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4/os-extra_specs used request id req-94b5021d-c021-41cd-80a4-b2fb80b617a4 2018-11-05 22:35:09,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020348072052s 2018-11-05 22:35:09,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4/os-extra_specs used request id req-94b5021d-c021-41cd-80a4-b2fb80b617a4 2018-11-05 22:35:09,443 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_d5d85296-4940-475f-aa18-8bc38fda283d', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'c1e17e3d-08e0-42f4-b09c-30f99c3479e4', 'swap': 0}) 2018-11-05 22:35:12,858 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-05 22:35:11.585 176 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa) for deployment 'opnfv-rally' (UUID=2dcb036b-8042-455e-9427-d10551a68c5e). 2018-11-05 22:35:12.692 176 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-05 22:35:12.694 176 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa) has been successfully configured for deployment 'opnfv-rally' (UUID=2dcb036b-8042-455e-9427-d10551a68c5e)! 2018-11-05 22:35:12,859 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-05 22:35:12,859 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-05 22:35:12,862 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-05 22:35:12,888 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-05 22:35:16,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f6360c8c-6aed-4c91-ae1c-72621019a8fa/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-11-05 22:35:16,066 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-05 22:35:16,095 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-05 22:35:16,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-11-05 22:35:18,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 22:35:18.054 185 INFO rally.api [-] Starting verification (UUID=31790a72-9b3a-4c89-bf4b-756c00f9ee1e) for deployment 'opnfv-rally' (UUID=2dcb036b-8042-455e-9427-d10551a68c5e) by verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa). 2018-11-05 22:35:18,054 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 31790a72-9b3a-4c89-bf4b-756c00f9ee1e 2018-11-05 22:37:53,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 31790a72-9b3a-4c89-bf4b-756c00f9ee1e 2018-11-05 22:37:53,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '31790a72-9b3a-4c89-bf4b-756c00f9ee1e']'. 2018-11-05 22:37:54,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-05 22:37:54,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-05 22:37:54,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 31790a72-9b3a-4c89-bf4b-756c00f9ee1e | 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-05 22:35:18 | 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-05 22:37:52 | 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-05 22:37:54,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f6360c8c-6aed-4c91-ae1c-72621019a8fa) | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2dcb036b-8042-455e-9427-d10551a68c5e) | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.699 | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-11-05 22:37:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-11-05 22:37:54,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-05 22:37:54,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-05 22:37:54,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-05 22:37:54,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 22:37:54,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-05 22:37:54,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-05 22:37:54,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-05 22:37:54,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:37:54,491 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-05 22:37:54,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:37:54,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:37:55,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a32dc3d0-d453-482c-95c3-9626f88331be Date: Mon, 05 Nov 2018 22:37:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:37:55,919 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699 used request id req-a32dc3d0-d453-482c-95c3-9626f88331be 2018-11-05 22:37:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.42579698563s 2018-11-05 22:37:55,920 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3f5caa0c-a338-48c9-90c0-312e7878c699 used request id req-a32dc3d0-d453-482c-95c3-9626f88331be 2018-11-05 22:37:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:37:55,923 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:55,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37: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-faf71e74-9f2d-489f-b046-fc73dce5ed44 x-compute-request-id: req-faf71e74-9f2d-489f-b046-fc73dce5ed44 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/171fbb25-f4da-4880-9893-f4471b0666fa", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "171fbb25-f4da-4880-9893-f4471b0666fa", "name": "patrole-flavor_d5d85296-4940-475f-aa18-8bc38fda283d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1e17e3d-08e0-42f4-b09c-30f99c3479e4", "name": "patrole-flavor_alt_d5d85296-4940-475f-aa18-8bc38fda283d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:37:55,952 - 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-faf71e74-9f2d-489f-b046-fc73dce5ed44 2018-11-05 22:37:55,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0317451953888s 2018-11-05 22:37:55,953 - 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-faf71e74-9f2d-489f-b046-fc73dce5ed44 2018-11-05 22:37:55,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:37:55,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:56,004 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:37:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29a50091-4e83-4b26-87e1-8e80562bf11c x-compute-request-id: req-29a50091-4e83-4b26-87e1-8e80562bf11c Content-Length: 0 Content-Type: application/json 2018-11-05 22:37:56,004 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4 used request id req-29a50091-4e83-4b26-87e1-8e80562bf11c 2018-11-05 22:37:56,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.049122095108s 2018-11-05 22:37:56,005 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c1e17e3d-08e0-42f4-b09c-30f99c3479e4 used request id req-29a50091-4e83-4b26-87e1-8e80562bf11c 2018-11-05 22:37:56,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 22:37:56,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:37:56,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-72d0c8b2-2472-4f5c-89dd-cd0bdf0d4766 Date: Mon, 05 Nov 2018 22:37:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "metadata": {}}], "file": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f/file", "owner": "22c37efe389948a6b2ae8210683faa03", "id": "10a42af5-444f-4b7e-ac0b-989e0626120f", "size": 12716032, "self": "/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/10a42af5-444f-4b7e-ac0b-989e0626120f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T22:35:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_d5d85296-4940-475f-aa18-8bc38fda283d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T22:35:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 22:37:56,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-72d0c8b2-2472-4f5c-89dd-cd0bdf0d4766 2018-11-05 22:37:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239109992981s 2018-11-05 22:37:56,029 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-72d0c8b2-2472-4f5c-89dd-cd0bdf0d4766 2018-11-05 22:37:56,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-05 22:37:56,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f0f6d6f56a74f35e201fe8db8cb3b3eaef24f8" 2018-11-05 22:37:57,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb8d3ce4-64af-46d2-9994-8ae5e73a690f Date: Mon, 05 Nov 2018 22:37:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 22:37:57,368 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f used request id req-eb8d3ce4-64af-46d2-9994-8ae5e73a690f 2018-11-05 22:37:57,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.33689403534s 2018-11-05 22:37:57,368 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/10a42af5-444f-4b7e-ac0b-989e0626120f used request id req-eb8d3ce4-64af-46d2-9994-8ae5e73a690f 2018-11-05 22:37:57,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-05 22:37:57,371 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:57,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6187267-1ebe-4f38-8904-1c67f307d608 x-compute-request-id: req-d6187267-1ebe-4f38-8904-1c67f307d608 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/171fbb25-f4da-4880-9893-f4471b0666fa", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "171fbb25-f4da-4880-9893-f4471b0666fa", "name": "patrole-flavor_d5d85296-4940-475f-aa18-8bc38fda283d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 22:37:57,402 - 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-d6187267-1ebe-4f38-8904-1c67f307d608 2018-11-05 22:37:57,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.03346991539s 2018-11-05 22:37:57,403 - 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-d6187267-1ebe-4f38-8904-1c67f307d608 2018-11-05 22:37:57,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-05 22:37:57,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:57,447 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-70355baf-7857-4cc2-a7f3-ef7f01ed44e5 x-compute-request-id: req-70355baf-7857-4cc2-a7f3-ef7f01ed44e5 Content-Length: 0 Content-Type: application/json 2018-11-05 22:37:57,447 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa used request id req-70355baf-7857-4cc2-a7f3-ef7f01ed44e5 2018-11-05 22:37:57,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0433177947998s 2018-11-05 22:37:57,448 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/171fbb25-f4da-4880-9893-f4471b0666fa used request id req-70355baf-7857-4cc2-a7f3-ef7f01ed44e5 2018-11-05 22:37:57,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:37:57,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:57,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0caeddf-2989-4672-8a38-5be8797fced8 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d", "links": {"self": "http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37"}, "domain_id": "default", "enabled": true, "id": "2fdb7f6ca03c4243961cbf60fe6f0c37", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 22:37:57,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b0caeddf-2989-4672-8a38-5be8797fced8 2018-11-05 22:37:57,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995759963989s 2018-11-05 22:37:57,548 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b0caeddf-2989-4672-8a38-5be8797fced8 2018-11-05 22:37:57,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 22:37:57,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:57,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64558a7e-adbf-45eb-b30a-3e04d331d77f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37"}, "enabled": true, "id": "2fdb7f6ca03c4243961cbf60fe6f0c37", "options": {}, "domain_id": "default", "name": "patrole-user_d5d85296-4940-475f-aa18-8bc38fda283d"}} 2018-11-05 22:37:57,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 used request id req-64558a7e-adbf-45eb-b30a-3e04d331d77f 2018-11-05 22:37:57,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943531990051s 2018-11-05 22:37:57,649 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 used request id req-64558a7e-adbf-45eb-b30a-3e04d331d77f 2018-11-05 22:37:57,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-05 22:37:57,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:57,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c5d33a3-e7f2-4104-86ff-06c22ed2ff78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:37:57,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 used request id req-1c5d33a3-e7f2-4104-86ff-06c22ed2ff78 2018-11-05 22:37:57,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208911895752s 2018-11-05 22:37:57,858 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2fdb7f6ca03c4243961cbf60fe6f0c37 used request id req-1c5d33a3-e7f2-4104-86ff-06c22ed2ff78 2018-11-05 22:37:57,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 22:37:57,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:57,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de707848-3799-487e-b2a3-166b72d048ab Content-Encoding: gzip Content-Length: 375 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: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03"}, "enabled": true, "id": "22c37efe389948a6b2ae8210683faa03", "parent_id": "default", "domain_id": "default", "name": "patrole-project_d5d85296-4940-475f-aa18-8bc38fda283d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 22:37:57,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-de707848-3799-487e-b2a3-166b72d048ab 2018-11-05 22:37:57,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0731048583984s 2018-11-05 22:37:57,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-de707848-3799-487e-b2a3-166b72d048ab 2018-11-05 22:37:57,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-05 22:37:57,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:58,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:37:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97f448d-22ae-47d6-bc28-feec40416626 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:37:58,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03 used request id req-c97f448d-22ae-47d6-bc28-feec40416626 2018-11-05 22:37:58,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160805940628s 2018-11-05 22:37:58,096 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/22c37efe389948a6b2ae8210683faa03 used request id req-c97f448d-22ae-47d6-bc28-feec40416626 2018-11-05 22:37:58,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 22:37:58,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:58,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f09764a-9950-4cb1-8856-e2156a1801e7 Content-Encoding: gzip Content-Length: 316 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c3f8a718d28e47b8a4a64b24556dc9ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad"}, "name": "Member"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 22:37:58,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f09764a-9950-4cb1-8856-e2156a1801e7 2018-11-05 22:37:58,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081013917923s 2018-11-05 22:37:58,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-05 22:37:58,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:58,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 22:37:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55a50b05-6f50-470c-acd8-7a8e29779dd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 22:37:58,283 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c3f8a718d28e47b8a4a64b24556dc9ad used request id req-55a50b05-6f50-470c-acd8-7a8e29779dd1 2018-11-05 22:37:58,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104883909225s 2018-11-05 22:37:58,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-05 22:37:58,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=22c37efe389948a6b2ae8210683faa03&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4c78eb732dead791146fe5da06c49e5a67ce172" 2018-11-05 22:37:58,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-378df697-d3b5-4803-98ea-f168d460767a Date: Mon, 05 Nov 2018 22:37:58 GMT RESP BODY: {"security_groups": []} 2018-11-05 22:37:58,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=22c37efe389948a6b2ae8210683faa03&name=default used request id req-378df697-d3b5-4803-98ea-f168d460767a 2018-11-05 22:37:58,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192774057388s 2018-11-05 22:37:58,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=22c37efe389948a6b2ae8210683faa03&name=default used request id req-378df697-d3b5-4803-98ea-f168d460767a 2018-11-05 22:37:58,533 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-11-05 22:37:59,280 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 22:37:59,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 22:37:59,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 22:37:59,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 22:37:59,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 22:37:59,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 22:37:59,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 22:37:59,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-05 22:37:59,285 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 22:37:59,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52980d28-cd66-4bb8-9c3f-a728d1e24486 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 22:37:59,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-52980d28-cd66-4bb8-9c3f-a728d1e24486 2018-11-05 22:37:59,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 22:37:59,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-05T23:37:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["hJcltDMKSI26PJPCMW93_Q"], "issued_at": "2018-11-05T22:37:59.000000Z"}} 2018-11-05 22:37:59,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f422d48168776af8421dee1f75de3cd33ff64dd" 2018-11-05 22:37:59,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 22:37:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 22:37:59,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f422d48168776af8421dee1f75de3cd33ff64dd" 2018-11-05 22:37:59,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00d6dc16-0b19-44eb-8210-40f88fe85050 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.23:5000/v3/services/1f2e33e9bf204163ba537992787e5c41"}, "enabled": true, "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.23:5000/v3/services/21c55d786e8d44318178c6d21d35328f"}, "enabled": true, "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.23:5000/v3/services/21efa0eb0e234e61a70affda9215dd85"}, "enabled": true, "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.23:5000/v3/services/328689201b854c959ac8b3472bab70e1"}, "enabled": true, "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.23:5000/v3/services/3f781007892d4b1a8f657ff6e93fd2d8"}, "enabled": true, "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.23:5000/v3/services/4cb9b11909a3427e980d708a5dbac563"}, "enabled": true, "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.23:5000/v3/services/4ecef037b7544b529c43d4b1458b8881"}, "enabled": true, "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.23:5000/v3/services/69e12291fc114cd1880ae3c5a17b8b23"}, "enabled": true, "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/8ce3ed35d7f64aa5b610ad19dd573da1"}, "enabled": true, "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.23:5000/v3/services/94c25c9576824d32b6b279e7266a07fb"}, "enabled": true, "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a7aecdc07fdf4627a03143a4b160f015"}, "enabled": true, "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.23:5000/v3/services/c562ac7909e04937aefc87b51e9d556b"}, "enabled": true, "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.23:5000/v3/services/f34b184d6e8149c299e20721dc9b2e20"}, "enabled": true, "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.23:5000/v3/services/f5b6819f682c4e85bbd3e378cc5dfa4b"}, "enabled": true, "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.23:5000/v3/services/ffcfaaec48044aeeb641d97ef0b4ffad"}, "enabled": true, "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "links": {"self": "http://172.30.9.23:5000/v3/services", "previous": null, "next": null}} 2018-11-05 22:37:59,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/services used request id req-00d6dc16-0b19-44eb-8210-40f88fe85050 2018-11-05 22:37:59,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.493829965591s 2018-11-05 22:37:59,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-05 22:37:59,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f422d48168776af8421dee1f75de3cd33ff64dd" 2018-11-05 22:37:59,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 22:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13db6f5a-39b4-440d-b2dc-2234f0b5c679 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/06bb114ee2b04ee6ae3da38646e865b3"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ecef037b7544b529c43d4b1458b8881", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0bf10468c1cc4bad9eb4ca798da95356"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "94c25c9576824d32b6b279e7266a07fb", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0bfe7e3e4d154efbb9f66b823e467c83"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f781007892d4b1a8f657ff6e93fd2d8", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/19d420dc0d944b23b819d1c341930629"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f2e33e9bf204163ba537992787e5c41", "id": "19d420dc0d944b23b819d1c341930629"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1ae8ff944fdf4e4fb42fe0bab96bc54e"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "328689201b854c959ac8b3472bab70e1", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b7e863c3d24489390815674dc385070"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a7aecdc07fdf4627a03143a4b160f015", "id": "1b7e863c3d24489390815674dc385070"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2501704239c34d879ff6205cb054b34c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21c55d786e8d44318178c6d21d35328f", "id": "2501704239c34d879ff6205cb054b34c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/38e4d7a0a6d846f18bdcc470ed3f36f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ecef037b7544b529c43d4b1458b8881", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/40e3efe6602149598979342bf6b1ac55"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21efa0eb0e234e61a70affda9215dd85", "id": "40e3efe6602149598979342bf6b1ac55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/434ac9c351264e768b29ba38102a9915"}, "url": "http://172.30.9.23:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ffcfaaec48044aeeb641d97ef0b4ffad", "id": "434ac9c351264e768b29ba38102a9915"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/448b10321c8742578f610785767b9603"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c562ac7909e04937aefc87b51e9d556b", "id": "448b10321c8742578f610785767b9603"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/46c4989a39e94acd9a3b91230d114bbc"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "328689201b854c959ac8b3472bab70e1", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4cc7b66ad008414b940996c081561097"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ce3ed35d7f64aa5b610ad19dd573da1", "id": "4cc7b66ad008414b940996c081561097"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/56533840f07941d0a85ce526aaeb000b"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f34b184d6e8149c299e20721dc9b2e20", "id": "56533840f07941d0a85ce526aaeb000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5d793ded4aad4cd59eeb8559516215dd"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/61e513d2200d4b358919b180fdf5bc7d"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21efa0eb0e234e61a70affda9215dd85", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6751e74982844fdb8fea78384520c5d4"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c562ac7909e04937aefc87b51e9d556b", "id": "6751e74982844fdb8fea78384520c5d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/77a14fa22d0f427a84db238b60e7d4ab"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f781007892d4b1a8f657ff6e93fd2d8", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/78d8ae10a1b6406ebc63ef0c9a64384d"}, "url": "http://172.30.9.23:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4cb9b11909a3427e980d708a5dbac563", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7f0be90ebacc495cb850c567dea8a397"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21efa0eb0e234e61a70affda9215dd85", "id": "7f0be90ebacc495cb850c567dea8a397"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/82435b38513a443e814f3971fc708f04"}, "url": "http://192.30.9.3:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4cb9b11909a3427e980d708a5dbac563", "id": "82435b38513a443e814f3971fc708f04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8aa02874f6cc4d91be0dc50bf2649d0c"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f2e33e9bf204163ba537992787e5c41", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8d9816a03b1b4a40ab186098e73e72dd"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/923c662fca1249f79431abff59cbc68c"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "id": "923c662fca1249f79431abff59cbc68c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/98cd31bfff64460f960bd39254033c1b"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "94c25c9576824d32b6b279e7266a07fb", "id": "98cd31bfff64460f960bd39254033c1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9915ac9c5e7a435394ba33383765edbd"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "328689201b854c959ac8b3472bab70e1", "id": "9915ac9c5e7a435394ba33383765edbd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a9cf987a77534d11bbb6cff8c6990517"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "94c25c9576824d32b6b279e7266a07fb", "id": "a9cf987a77534d11bbb6cff8c6990517"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b2e4f2e6bf334f4fbb73f2198bb7352e"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ce3ed35d7f64aa5b610ad19dd573da1", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b3ff5a7cc3a44f239ed960f408f0bd2d"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f34b184d6e8149c299e20721dc9b2e20", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b4d7224edbf04119a8da628e61806903"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21c55d786e8d44318178c6d21d35328f", "id": "b4d7224edbf04119a8da628e61806903"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b7fe54c0cbf9435386597b4988359ce9"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a7aecdc07fdf4627a03143a4b160f015", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b89fbbfb151541d8b839540a1c953757"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c562ac7909e04937aefc87b51e9d556b", "id": "b89fbbfb151541d8b839540a1c953757"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c3786e9cd4a9408c9cd26fbecb72ae9d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f781007892d4b1a8f657ff6e93fd2d8", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c5d5f43e3a88426984a7f00f13034898"}, "url": "http://192.30.9.3:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ffcfaaec48044aeeb641d97ef0b4ffad", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c632488bf1c04b8a81a788df537514d2"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f34b184d6e8149c299e20721dc9b2e20", "id": "c632488bf1c04b8a81a788df537514d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d24f1d8f694045b2b33845e8edc0a55e"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ecef037b7544b529c43d4b1458b8881", "id": "d24f1d8f694045b2b33845e8edc0a55e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d2a19c4b703e435e9b7371795316f0b3"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21c55d786e8d44318178c6d21d35328f", "id": "d2a19c4b703e435e9b7371795316f0b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d49c062251fd4771b8f3dc33316f290d"}, "url": "http://192.30.9.3:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ffcfaaec48044aeeb641d97ef0b4ffad", "id": "d49c062251fd4771b8f3dc33316f290d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e5fcf1667f424286a2eb65fa970ffbbc"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ce3ed35d7f64aa5b610ad19dd573da1", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/eaf903d71f794e128c49a85b6302daf8"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a7aecdc07fdf4627a03143a4b160f015", "id": "eaf903d71f794e128c49a85b6302daf8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f18acea14adc4388b50355fa27abbe71"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f2e33e9bf204163ba537992787e5c41", "id": "f18acea14adc4388b50355fa27abbe71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ff111463f3d745acaca9ea630890fb99"}, "url": "http://192.30.9.3:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4cb9b11909a3427e980d708a5dbac563", "id": "ff111463f3d745acaca9ea630890fb99"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-05 22:37:59,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-13db6f5a-39b4-440d-b2dc-2234f0b5c679 2018-11-05 22:37:59,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.079038143158s 2018-11-05 22:38:19,849 - 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... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 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... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 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... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 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... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 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 ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-11-05 22:38:19,897 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-11-05 22:38:20,149 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-11-05 22:38:20,284 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 22:38:20,284 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-05 22:38:20,324 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-05 22:38:21,736 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 22:38:23,867 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-05 22:38:23,868 - openstack_tests - INFO - OS Credentials = > 2018-11-05 22:38:24,710 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-05 22:38:24,710 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-05 22:38:25,937 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0e3d235f-071b-4fa-proj 2018-11-05 22:38:27,086 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0e3d235f-071b-4fa-user 2018-11-05 22:38:27,296 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0e3d235f-071b-4fa-proj-role 2018-11-05 22:38:27,316 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0e3d235f-071b-4fa-proj-role to project CreateSecurityGroupTests-0e3d235f-071b-4fa-proj 2018-11-05 22:38:28,241 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e03666dd-729c-46bd-a5e7-df1bd986680dname... 2018-11-05 22:38:28,241 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e03666dd-729c-46bd-a5e7-df1bd986680dname 2018-11-05 22:38:28,728 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:28,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:29,112 - neutron_utils - INFO - Retrieving security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:29,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:29,500 - neutron_utils - INFO - Retrieving security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:29,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:29,734 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e03666dd-729c-46bd-a5e7-df1bd986680dname 2018-11-05 22:38:30,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:30,526 - neutron_utils - INFO - Retrieving security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:30,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:31,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:31,510 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:32,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:32,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:32,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:32,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:32,527 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e03666dd-729c-46bd-a5e7-df1bd986680dname 2018-11-05 22:38:32,819 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:33,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 658d5619-b1ff-422b-9f91-243d75c5871c 2018-11-05 22:38:33,374 - neutron_utils - INFO - Deleting security group rule with ID - 94869a6a-b60e-4e60-9140-7f151eb5a5d2 2018-11-05 22:38:33,637 - neutron_utils - INFO - Deleting security group rule with ID - 512aa985-fc1a-478e-926a-4b2838da2bc8 2018-11-05 22:38:33,880 - neutron_utils - INFO - Deleting security group rule with ID - 9ec9a3dd-7a11-448e-b2ea-602b8f6039fd 2018-11-05 22:38:33,979 - neutron_utils - INFO - Deleting security group rule with ID - 10c2eb96-c2fc-4769-8f76-535b9e693d0f 2018-11-05 22:38:34,221 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e03666dd-729c-46bd-a5e7-df1bd986680dname 2018-11-05 22:38:34,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b29f830f-c864-43a2-9e05-5e4d24e90630 2018-11-05 22:38:35,053 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:38:35,475 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0e3d235f-071b-4fa-proj 2018-11-05 22:38:35,763 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0e3d235f-071b-4fa-proj-role 2018-11-05 22:38:36,060 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0e3d235f-071b-4fa-user 2018-11-05 22:38:37,476 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-cee21893-79b7-4b7-proj 2018-11-05 22:38:38,619 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-cee21893-79b7-4b7-user 2018-11-05 22:38:38,751 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-cee21893-79b7-4b7-proj-role 2018-11-05 22:38:38,842 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-cee21893-79b7-4b7-proj-role to project CreateSecurityGroupTests-cee21893-79b7-4b7-proj 2018-11-05 22:38:39,897 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-97a34cf5-d612-4050-9037-257798bdd8dfname... 2018-11-05 22:38:39,898 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-97a34cf5-d612-4050-9037-257798bdd8dfname 2018-11-05 22:38:40,279 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:40,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:40,620 - neutron_utils - INFO - Retrieving security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:40,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:40,851 - neutron_utils - INFO - Retrieving security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:41,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:41,226 - neutron_utils - INFO - Retrieving security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:41,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 627a9675-ad67-4087-b6c7-8518f01715e9 2018-11-05 22:38:41,304 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-97a34cf5-d612-4050-9037-257798bdd8dfname 2018-11-05 22:38:42,161 - neutron_utils - INFO - Deleting security group rule with ID - e58b2ca1-d4fb-4f94-b07e-b0fa3828b1f4 2018-11-05 22:38:42,184 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule e58b2ca1-d4fb-4f94-b07e-b0fa3828b1f4 does not exist Neutron server returns request_ids: ['req-1206e892-cbcf-443c-b37d-1b9fc511aef7'] 2018-11-05 22:38:42,184 - neutron_utils - INFO - Deleting security group rule with ID - 35583447-f684-497f-813d-cf75c2711e2b 2018-11-05 22:38:42,349 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 35583447-f684-497f-813d-cf75c2711e2b does not exist Neutron server returns request_ids: ['req-1ba90fdc-3155-4e29-9c47-0d0beb9cca6d'] 2018-11-05 22:38:42,349 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-97a34cf5-d612-4050-9037-257798bdd8dfname 2018-11-05 22:38:42,523 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 627a9675-ad67-4087-b6c7-8518f01715e9 does not exist Neutron server returns request_ids: ['req-013f090a-5610-4415-9bd0-27829f43c37e'] 2018-11-05 22:38:42,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a462a1a-f24e-4be6-afc5-61591f6eddb5 2018-11-05 22:38:43,021 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:38:43,315 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-cee21893-79b7-4b7-proj 2018-11-05 22:38:43,562 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-cee21893-79b7-4b7-proj-role 2018-11-05 22:38:43,770 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-cee21893-79b7-4b7-user 2018-11-05 22:38:45,218 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3f53f831-1e58-4d3-proj 2018-11-05 22:38:46,340 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3f53f831-1e58-4d3-user 2018-11-05 22:38:46,613 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3f53f831-1e58-4d3-proj-role 2018-11-05 22:38:46,705 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3f53f831-1e58-4d3-proj-role to project CreateSecurityGroupTests-3f53f831-1e58-4d3-proj 2018-11-05 22:38:47,499 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3daa19d3-07e4-447f-b559-e41b890c2d1cname... 2018-11-05 22:38:47,499 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3daa19d3-07e4-447f-b559-e41b890c2d1cname 2018-11-05 22:38:48,106 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:48,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:48,472 - neutron_utils - INFO - Retrieving security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:48,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:48,849 - neutron_utils - INFO - Retrieving security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:49,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:49,215 - neutron_utils - INFO - Retrieving security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:49,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:50,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:50,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:51,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:51,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:51,648 - neutron_utils - INFO - Retrieving security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:51,832 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1ebaab3-f0e8-443f-bf09-9480c1010d4c 2018-11-05 22:38:52,006 - neutron_utils - INFO - Deleting security group rule with ID - 5fcfd9c8-d440-4361-bab5-fa04e36e2673 2018-11-05 22:38:52,099 - neutron_utils - INFO - Deleting security group rule with ID - b44ce297-4d30-4366-b6dc-f6d847d5222e 2018-11-05 22:38:52,337 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3daa19d3-07e4-447f-b559-e41b890c2d1cname 2018-11-05 22:38:52,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dde50b2-3ca4-41c3-bb1d-51bca78e3302 2018-11-05 22:38:53,135 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:38:53,479 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3f53f831-1e58-4d3-proj 2018-11-05 22:38:53,708 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3f53f831-1e58-4d3-proj-role 2018-11-05 22:38:53,921 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3f53f831-1e58-4d3-user 2018-11-05 22:38:55,350 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ce9257d9-6822-4a4-proj 2018-11-05 22:38:56,535 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ce9257d9-6822-4a4-user 2018-11-05 22:38:56,727 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ce9257d9-6822-4a4-proj-role 2018-11-05 22:38:56,816 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ce9257d9-6822-4a4-proj-role to project CreateSecurityGroupTests-ce9257d9-6822-4a4-proj 2018-11-05 22:38:57,605 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-19603059-d805-41ff-aba5-5a5590776a2fname... 2018-11-05 22:38:57,605 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-19603059-d805-41ff-aba5-5a5590776a2fname 2018-11-05 22:38:58,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:58,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:58,581 - neutron_utils - INFO - Retrieving security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:58,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:58,817 - neutron_utils - INFO - Retrieving security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:58,867 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:58,889 - neutron_utils - INFO - Retrieving security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:59,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:38:59,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:39:00,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b568be91-3945-4a89-9c09-dcc965545278 2018-11-05 22:39:00,308 - neutron_utils - INFO - Deleting security group rule with ID - bff95c0a-effd-4e52-80b3-cec9f6f75336 2018-11-05 22:39:00,559 - neutron_utils - INFO - Deleting security group rule with ID - a38d8124-24b5-4554-adca-bd09b867bd41 2018-11-05 22:39:00,823 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-19603059-d805-41ff-aba5-5a5590776a2fname 2018-11-05 22:39:01,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7fe4b802-e1e7-464f-882e-737463957d14 2018-11-05 22:39:01,425 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:39:01,732 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ce9257d9-6822-4a4-proj 2018-11-05 22:39:02,018 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ce9257d9-6822-4a4-proj-role 2018-11-05 22:39:02,224 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ce9257d9-6822-4a4-user 2018-11-05 22:39:03,643 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-1024179e-8bf4-45c-proj 2018-11-05 22:39:04,697 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-1024179e-8bf4-45c-user 2018-11-05 22:39:04,895 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-1024179e-8bf4-45c-proj-role 2018-11-05 22:39:04,986 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-1024179e-8bf4-45c-proj-role to project CreateSecurityGroupTests-1024179e-8bf4-45c-proj 2018-11-05 22:39:05,870 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8881c129-a7f2-4d2c-948c-4378389ad187name... 2018-11-05 22:39:05,870 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8881c129-a7f2-4d2c-948c-4378389ad187name 2018-11-05 22:39:06,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:06,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:06,456 - neutron_utils - INFO - Retrieving security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:06,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:06,818 - neutron_utils - INFO - Retrieving security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:07,018 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:07,197 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8881c129-a7f2-4d2c-948c-4378389ad187name 2018-11-05 22:39:07,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:07,962 - neutron_utils - INFO - Retrieving security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:08,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:08,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:08,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:09,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:09,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:09,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a21428ad-8327-4667-a476-0d57247fccca 2018-11-05 22:39:10,088 - neutron_utils - INFO - Deleting security group rule with ID - 3d706d4e-b051-4885-8d36-07b357496fbe 2018-11-05 22:39:10,195 - neutron_utils - INFO - Deleting security group rule with ID - a9af2b75-3b16-492e-b5f5-31ff7d13536f 2018-11-05 22:39:10,499 - neutron_utils - INFO - Deleting security group rule with ID - 28459ed0-bcc8-41df-a6b4-dce67bfd11f2 2018-11-05 22:39:10,753 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8881c129-a7f2-4d2c-948c-4378389ad187name 2018-11-05 22:39:11,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 41d20a56-e5e5-49b8-879b-ca25470638fa 2018-11-05 22:39:11,508 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:39:11,818 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-1024179e-8bf4-45c-proj 2018-11-05 22:39:12,023 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-1024179e-8bf4-45c-proj-role 2018-11-05 22:39:12,212 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-1024179e-8bf4-45c-user 2018-11-05 22:39:13,620 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fed5bd83-b921-416-proj 2018-11-05 22:39:14,745 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fed5bd83-b921-416-user 2018-11-05 22:39:14,937 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fed5bd83-b921-416-proj-role 2018-11-05 22:39:15,035 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fed5bd83-b921-416-proj-role to project CreateSecurityGroupTests-fed5bd83-b921-416-proj 2018-11-05 22:39:15,853 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-29f014cd-7680-4afb-9ca3-e51a049f1c25name... 2018-11-05 22:39:15,853 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-29f014cd-7680-4afb-9ca3-e51a049f1c25name 2018-11-05 22:39:16,309 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:16,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:16,506 - neutron_utils - INFO - Retrieving security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:16,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:16,616 - neutron_utils - INFO - Retrieving security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:16,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:17,028 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-29f014cd-7680-4afb-9ca3-e51a049f1c25name 2018-11-05 22:39:17,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:17,860 - neutron_utils - INFO - Retrieving security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:17,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:18,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:18,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:19,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:19,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81f0fd10-997b-4b89-916d-2cc575a97e1a 2018-11-05 22:39:19,298 - neutron_utils - INFO - Deleting security group rule with ID - 8619c7cc-7850-4c16-94d7-f68b8323ed33 2018-11-05 22:39:19,557 - neutron_utils - INFO - Deleting security group rule with ID - 2afe2b1d-efe9-4aa9-8224-aee659aef152 2018-11-05 22:39:19,678 - neutron_utils - INFO - Deleting security group rule with ID - ce2f23b7-5a7b-451c-b12f-544bf1907ed4 2018-11-05 22:39:19,933 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-29f014cd-7680-4afb-9ca3-e51a049f1c25name 2018-11-05 22:39:20,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d52d5e0-80c2-4dd5-838e-78c01f8f8b64 2018-11-05 22:39:20,743 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:39:21,060 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fed5bd83-b921-416-proj 2018-11-05 22:39:21,329 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fed5bd83-b921-416-proj-role 2018-11-05 22:39:21,532 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fed5bd83-b921-416-user 2018-11-05 22:39:22,949 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b630294d-50ae-48c-proj 2018-11-05 22:39:23,979 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b630294d-50ae-48c-user 2018-11-05 22:39:24,104 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b630294d-50ae-48c-proj-role 2018-11-05 22:39:24,194 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b630294d-50ae-48c-proj-role to project CreateSecurityGroupTests-b630294d-50ae-48c-proj 2018-11-05 22:39:25,110 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-bd96bb05-dc37-4805-a2c8-cd8050bc42a1name... 2018-11-05 22:39:25,111 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-bd96bb05-dc37-4805-a2c8-cd8050bc42a1name 2018-11-05 22:39:25,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:25,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:25,816 - neutron_utils - INFO - Retrieving security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:26,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:26,331 - neutron_utils - INFO - Retrieving security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:26,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:26,566 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bd96bb05-dc37-4805-a2c8-cd8050bc42a1name 2018-11-05 22:39:26,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:27,357 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bd96bb05-dc37-4805-a2c8-cd8050bc42a1name 2018-11-05 22:39:27,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:27,686 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bd96bb05-dc37-4805-a2c8-cd8050bc42a1name 2018-11-05 22:39:27,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:28,351 - neutron_utils - INFO - Retrieving security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:28,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:29,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:29,427 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:29,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:30,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:30,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:30,673 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:30,901 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:30,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:31,563 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:31,935 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:32,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:32,400 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:32,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2f4753-1300-4b54-8239-f910211bf0e8 2018-11-05 22:39:32,817 - neutron_utils - INFO - Deleting security group rule with ID - 05722835-7736-47a4-9101-a2f7cfe0b98e 2018-11-05 22:39:32,956 - neutron_utils - INFO - Deleting security group rule with ID - 27bc829e-a96b-4538-9e08-97f97a157883 2018-11-05 22:39:33,198 - neutron_utils - INFO - Deleting security group rule with ID - 30823bf4-327e-4c84-a41a-b9fadaf78a35 2018-11-05 22:39:33,301 - neutron_utils - INFO - Deleting security group rule with ID - b49fa453-2dce-4412-a87b-91dbfbaf0847 2018-11-05 22:39:33,414 - neutron_utils - INFO - Deleting security group rule with ID - efdf410b-e902-4480-bda3-21d2d6828dd0 2018-11-05 22:39:33,670 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-bd96bb05-dc37-4805-a2c8-cd8050bc42a1name 2018-11-05 22:39:34,344 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd1dfc08-bbf7-495e-a918-2c9aed23dced 2018-11-05 22:39:34,518 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:39:34,822 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b630294d-50ae-48c-proj 2018-11-05 22:39:35,054 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b630294d-50ae-48c-proj-role 2018-11-05 22:39:35,256 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b630294d-50ae-48c-user 2018-11-05 22:39:36,650 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fb663c8a-5abc-414-proj 2018-11-05 22:39:37,704 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fb663c8a-5abc-414-user 2018-11-05 22:39:37,894 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fb663c8a-5abc-414-proj-role 2018-11-05 22:39:37,988 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fb663c8a-5abc-414-proj-role to project CreateSecurityGroupTests-fb663c8a-5abc-414-proj 2018-11-05 22:39:38,914 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9ce217e8-fc4a-42c1-80de-34eab915c0a6name... 2018-11-05 22:39:38,914 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9ce217e8-fc4a-42c1-80de-34eab915c0a6name 2018-11-05 22:39:39,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:39,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:39,623 - neutron_utils - INFO - Retrieving security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:39,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:39,994 - neutron_utils - INFO - Retrieving security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:40,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:40,247 - neutron_utils - INFO - Retrieving security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:40,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:41,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:41,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cb42da4-ae33-4508-832c-7e3bf4622f8c 2018-11-05 22:39:41,379 - neutron_utils - INFO - Deleting security group rule with ID - 6d0c5354-2276-4614-ab1f-e9635cffe601 2018-11-05 22:39:41,663 - neutron_utils - INFO - Deleting security group rule with ID - 41251216-44db-4f2c-bf6f-ee39517f0078 2018-11-05 22:39:41,912 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9ce217e8-fc4a-42c1-80de-34eab915c0a6name 2018-11-05 22:39:42,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34a19c71-d1ef-43d6-84f9-035c61083cc8 2018-11-05 22:39:42,661 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:39:42,990 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fb663c8a-5abc-414-proj 2018-11-05 22:39:43,378 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fb663c8a-5abc-414-proj-role 2018-11-05 22:39:43,589 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fb663c8a-5abc-414-user 2018-11-05 22:39:45,099 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-347d9b32-52f2-464-proj 2018-11-05 22:39:46,237 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-347d9b32-52f2-464-user 2018-11-05 22:39:46,428 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-347d9b32-52f2-464-proj-role 2018-11-05 22:39:46,518 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-347d9b32-52f2-464-proj-role to project CreateSecurityGroupTests-347d9b32-52f2-464-proj 2018-11-05 22:39:47,423 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8fe79f72-aabe-4590-b9a5-288c4c9cb923name... 2018-11-05 22:39:47,423 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8fe79f72-aabe-4590-b9a5-288c4c9cb923name 2018-11-05 22:39:47,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:48,020 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:48,202 - neutron_utils - INFO - Retrieving security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:48,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:48,576 - neutron_utils - INFO - Retrieving security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:48,776 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:48,807 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8fe79f72-aabe-4590-b9a5-288c4c9cb923name 2018-11-05 22:39:48,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:49,447 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8fe79f72-aabe-4590-b9a5-288c4c9cb923name 2018-11-05 22:39:49,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:50,100 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8fe79f72-aabe-4590-b9a5-288c4c9cb923name 2018-11-05 22:39:50,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:50,788 - neutron_utils - INFO - Retrieving security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:50,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:51,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:51,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:52,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:52,521 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:52,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:52,850 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:53,232 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:53,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:53,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:53,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:54,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:54,241 - neutron_utils - INFO - Deleting security group rule with ID - 2738e326-db21-46f3-bdba-0b9e66a700c7 2018-11-05 22:39:54,503 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-05 22:39:54,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c91fbeae-e42f-4db9-b9f7-7f3e283c3539 2018-11-05 22:39:54,535 - neutron_utils - INFO - Deleting security group rule with ID - d517f7ad-a480-4960-a553-15e6dadcf2e1 2018-11-05 22:39:54,638 - neutron_utils - INFO - Deleting security group rule with ID - f2322887-91e3-48ee-9c05-17cea96975c0 2018-11-05 22:39:54,760 - neutron_utils - INFO - Deleting security group rule with ID - 5c5fb353-d1fc-4b5d-99e7-b1bf8481c5d0 2018-11-05 22:39:54,871 - neutron_utils - INFO - Deleting security group rule with ID - b7c2704a-3a13-4762-bd59-6a35e2c87f6c 2018-11-05 22:39:54,986 - neutron_utils - INFO - Deleting security group rule with ID - 2738e326-db21-46f3-bdba-0b9e66a700c7 2018-11-05 22:39:55,011 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 2738e326-db21-46f3-bdba-0b9e66a700c7 does not exist Neutron server returns request_ids: ['req-485efebc-c8a2-49de-b6f7-ebc17c4f9de2'] 2018-11-05 22:39:55,011 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8fe79f72-aabe-4590-b9a5-288c4c9cb923name 2018-11-05 22:39:55,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eef88321-65ce-4d2d-b673-386352554d69 2018-11-05 22:39:55,909 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:39:56,232 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-347d9b32-52f2-464-proj 2018-11-05 22:39:56,490 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-347d9b32-52f2-464-proj-role 2018-11-05 22:39:56,699 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-347d9b32-52f2-464-user 2018-11-05 22:39:58,033 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f9fc00ce-a476-407-proj 2018-11-05 22:39:59,146 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f9fc00ce-a476-407-user 2018-11-05 22:39:59,344 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f9fc00ce-a476-407-proj-role 2018-11-05 22:39:59,361 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f9fc00ce-a476-407-proj-role to project CreateSecurityGroupTests-f9fc00ce-a476-407-proj 2018-11-05 22:40:00,269 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9d02e3d9-9785-4ca6-a681-06b0cd10ffcename... 2018-11-05 22:40:00,269 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9d02e3d9-9785-4ca6-a681-06b0cd10ffcename 2018-11-05 22:40:00,657 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:00,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:00,851 - neutron_utils - INFO - Retrieving security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:00,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:00,957 - neutron_utils - INFO - Retrieving security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:01,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:01,346 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9d02e3d9-9785-4ca6-a681-06b0cd10ffcename 2018-11-05 22:40:01,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:02,155 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9d02e3d9-9785-4ca6-a681-06b0cd10ffcename 2018-11-05 22:40:02,420 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:02,633 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9d02e3d9-9785-4ca6-a681-06b0cd10ffcename 2018-11-05 22:40:02,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:03,431 - neutron_utils - INFO - Retrieving security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:03,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:04,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:04,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:04,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:05,235 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:05,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:05,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:06,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:06,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:06,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:06,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:07,080 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:07,268 - neutron_utils - INFO - Deleting security group rule with ID - 3c24e029-3627-49b7-b7af-c4a87af42ef3 2018-11-05 22:40:07,557 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-05 22:40:07,557 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3558dba-f4f5-4ca1-81b5-94b709d9c774 2018-11-05 22:40:07,747 - neutron_utils - INFO - Deleting security group rule with ID - 3c24e029-3627-49b7-b7af-c4a87af42ef3 2018-11-05 22:40:07,775 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 3c24e029-3627-49b7-b7af-c4a87af42ef3 does not exist Neutron server returns request_ids: ['req-afb4bc6f-9fc3-4296-b388-3eff9ee13118'] 2018-11-05 22:40:07,775 - neutron_utils - INFO - Deleting security group rule with ID - d6fdc21a-434c-441b-b936-553d683ceba4 2018-11-05 22:40:07,874 - neutron_utils - INFO - Deleting security group rule with ID - d87d094a-2455-4252-9e2e-d9254553ee4f 2018-11-05 22:40:07,981 - neutron_utils - INFO - Deleting security group rule with ID - 05c90b30-55f3-4716-9ddc-c627d8c04989 2018-11-05 22:40:08,086 - neutron_utils - INFO - Deleting security group rule with ID - 1cdb3d5b-0121-447b-8e68-a11dca1c2a85 2018-11-05 22:40:08,338 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9d02e3d9-9785-4ca6-a681-06b0cd10ffcename 2018-11-05 22:40:08,911 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c92b049-e362-4011-b59c-1999f9d6526b 2018-11-05 22:40:09,105 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:40:09,441 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f9fc00ce-a476-407-proj 2018-11-05 22:40:09,737 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f9fc00ce-a476-407-proj-role 2018-11-05 22:40:09,960 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f9fc00ce-a476-407-user 2018-11-05 22:40:11,375 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-59ae4b51-e864-491-proj 2018-11-05 22:40:12,500 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-59ae4b51-e864-491-user 2018-11-05 22:40:12,692 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-59ae4b51-e864-491-proj-role 2018-11-05 22:40:12,713 - keystone_utils - INFO - Granting role CreateImageSuccessTests-59ae4b51-e864-491-proj-role to project CreateImageSuccessTests-59ae4b51-e864-491-proj 2018-11-05 22:40:15,364 - create_image - INFO - Created image with name - CreateImageSuccessTests-4fd3462f-f649-44b2-a9ff-ca0452ccc096 2018-11-05 22:40:15,534 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-4fd3462f-f649-44b2-a9ff-ca0452ccc096 2018-11-05 22:40:16,247 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4fd3462f-f649-44b2-a9ff-ca0452ccc096 2018-11-05 22:40:17,918 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4fd3462f-f649-44b2-a9ff-ca0452ccc096 2018-11-05 22:40:18,568 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-59ae4b51-e864-491-proj 2018-11-05 22:40:18,791 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-59ae4b51-e864-491-proj-role 2018-11-05 22:40:18,996 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-59ae4b51-e864-491-user 2018-11-05 22:40:20,428 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-1cfe36da-6722-428-proj 2018-11-05 22:40:21,476 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-1cfe36da-6722-428-user 2018-11-05 22:40:21,680 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-1cfe36da-6722-428-proj-role 2018-11-05 22:40:21,769 - keystone_utils - INFO - Granting role CreateImageSuccessTests-1cfe36da-6722-428-proj-role to project CreateImageSuccessTests-1cfe36da-6722-428-proj 2018-11-05 22:40:24,471 - create_image - INFO - Created image with name - CreateImageSuccessTests-dde313c7-9a47-437e-a0da-04cb61988e2d 2018-11-05 22:40:24,626 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-dde313c7-9a47-437e-a0da-04cb61988e2d 2018-11-05 22:40:25,430 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-dde313c7-9a47-437e-a0da-04cb61988e2d 2018-11-05 22:40:26,991 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-1cfe36da-6722-428-proj 2018-11-05 22:40:27,197 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-1cfe36da-6722-428-proj-role 2018-11-05 22:40:27,394 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-1cfe36da-6722-428-user 2018-11-05 22:40:28,817 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-e3a50e24-ca8c-4bb-proj 2018-11-05 22:40:29,895 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-e3a50e24-ca8c-4bb-user 2018-11-05 22:40:30,087 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-e3a50e24-ca8c-4bb-proj-role 2018-11-05 22:40:30,170 - keystone_utils - INFO - Granting role CreateImageSuccessTests-e3a50e24-ca8c-4bb-proj-role to project CreateImageSuccessTests-e3a50e24-ca8c-4bb-proj 2018-11-05 22:40:33,398 - create_image - INFO - Created image with name - CreateImageSuccessTests-fc05d506-b1f7-476b-a1ba-e01366b3926b 2018-11-05 22:40:33,559 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fc05d506-b1f7-476b-a1ba-e01366b3926b 2018-11-05 22:40:34,250 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fc05d506-b1f7-476b-a1ba-e01366b3926b 2018-11-05 22:40:35,792 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-e3a50e24-ca8c-4bb-proj 2018-11-05 22:40:36,018 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-e3a50e24-ca8c-4bb-proj-role 2018-11-05 22:40:36,306 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-e3a50e24-ca8c-4bb-user 2018-11-05 22:40:37,644 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-4097751c-70ce-44b-proj 2018-11-05 22:40:38,763 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-4097751c-70ce-44b-user 2018-11-05 22:40:38,955 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-4097751c-70ce-44b-proj-role 2018-11-05 22:40:39,043 - keystone_utils - INFO - Granting role CreateImageSuccessTests-4097751c-70ce-44b-proj-role to project CreateImageSuccessTests-4097751c-70ce-44b-proj 2018-11-05 22:40:42,414 - create_image - INFO - Created image with name - CreateImageSuccessTests-0299a9de-ce13-4c73-80e5-f250587be4e5 2018-11-05 22:40:42,433 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-0299a9de-ce13-4c73-80e5-f250587be4e5 2018-11-05 22:40:43,197 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-0299a9de-ce13-4c73-80e5-f250587be4e5 2018-11-05 22:40:45,107 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-4097751c-70ce-44b-proj 2018-11-05 22:40:45,323 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-4097751c-70ce-44b-proj-role 2018-11-05 22:40:45,518 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-4097751c-70ce-44b-user 2018-11-05 22:40:46,926 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d6ec53be-d8e3-498-proj 2018-11-05 22:40:47,979 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d6ec53be-d8e3-498-user 2018-11-05 22:40:48,213 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d6ec53be-d8e3-498-proj-role 2018-11-05 22:40:48,306 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d6ec53be-d8e3-498-proj-role to project CreateImageSuccessTests-d6ec53be-d8e3-498-proj 2018-11-05 22:40:51,142 - create_image - INFO - Created image with name - CreateImageSuccessTests-36631d9c-47fa-4b2a-9ff7-a395733f1c3c 2018-11-05 22:40:51,161 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-36631d9c-47fa-4b2a-9ff7-a395733f1c3c 2018-11-05 22:40:52,647 - create_image - INFO - Found image with name - CreateImageSuccessTests-36631d9c-47fa-4b2a-9ff7-a395733f1c3c 2018-11-05 22:40:52,647 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-36631d9c-47fa-4b2a-9ff7-a395733f1c3c 2018-11-05 22:40:54,753 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d6ec53be-d8e3-498-proj 2018-11-05 22:40:54,971 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d6ec53be-d8e3-498-proj-role 2018-11-05 22:40:55,170 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d6ec53be-d8e3-498-user 2018-11-05 22:40:56,680 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2bb37486-3d54-46d-proj 2018-11-05 22:40:57,787 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2bb37486-3d54-46d-user 2018-11-05 22:40:57,979 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2bb37486-3d54-46d-proj-role 2018-11-05 22:40:58,073 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2bb37486-3d54-46d-proj-role to project CreateImageSuccessTests-2bb37486-3d54-46d-proj 2018-11-05 22:41:01,011 - create_image - INFO - Created image with name - CreateImageSuccessTests-8001795c-a59c-472e-9422-9cafa8069c8c 2018-11-05 22:41:01,183 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-8001795c-a59c-472e-9422-9cafa8069c8c 2018-11-05 22:41:02,743 - create_image - INFO - Found image with name - CreateImageSuccessTests-8001795c-a59c-472e-9422-9cafa8069c8c 2018-11-05 22:41:02,743 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-8001795c-a59c-472e-9422-9cafa8069c8c 2018-11-05 22:41:04,829 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2bb37486-3d54-46d-proj 2018-11-05 22:41:05,000 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2bb37486-3d54-46d-proj-role 2018-11-05 22:41:05,197 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2bb37486-3d54-46d-user 2018-11-05 22:41:06,566 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-08ceadc2-bc04-457-proj 2018-11-05 22:41:07,775 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-08ceadc2-bc04-457-user 2018-11-05 22:41:07,974 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-08ceadc2-bc04-457-proj-role 2018-11-05 22:41:07,993 - keystone_utils - INFO - Granting role CreateImageNegativeTests-08ceadc2-bc04-457-proj-role to project CreateImageNegativeTests-08ceadc2-bc04-457-proj 2018-11-05 22:41:09,304 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-05 22:41:09,304 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-4a6d4c69-d234-4d57-abdc-00d9392f9933 2018-11-05 22:41:09,991 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-08ceadc2-bc04-457-proj 2018-11-05 22:41:10,205 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-08ceadc2-bc04-457-proj-role 2018-11-05 22:41:10,410 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-08ceadc2-bc04-457-user 2018-11-05 22:41:11,890 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-d4616f9d-b3eb-425-proj 2018-11-05 22:41:12,932 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-d4616f9d-b3eb-425-user 2018-11-05 22:41:13,129 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-d4616f9d-b3eb-425-proj-role 2018-11-05 22:41:13,218 - keystone_utils - INFO - Granting role CreateImageNegativeTests-d4616f9d-b3eb-425-proj-role to project CreateImageNegativeTests-d4616f9d-b3eb-425-proj 2018-11-05 22:41:14,386 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-05 22:41:14,386 - glance_utils - INFO - Removing file ./tmp/f5100261-7d21-4af8-bb9f-74b18de3295e 2018-11-05 22:41:14,880 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-d4616f9d-b3eb-425-proj 2018-11-05 22:41:15,108 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-d4616f9d-b3eb-425-proj-role 2018-11-05 22:41:15,319 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-d4616f9d-b3eb-425-user 2018-11-05 22:41:16,746 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-5b0e600e-3cbf-43d-proj 2018-11-05 22:41:17,793 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-5b0e600e-3cbf-43d-user 2018-11-05 22:41:17,979 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-5b0e600e-3cbf-43d-proj-role 2018-11-05 22:41:17,999 - keystone_utils - INFO - Granting role CreateImageNegativeTests-5b0e600e-3cbf-43d-proj-role to project CreateImageNegativeTests-5b0e600e-3cbf-43d-proj 2018-11-05 22:41:19,235 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-5b0e600e-3cbf-43d-proj 2018-11-05 22:41:19,461 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-5b0e600e-3cbf-43d-proj-role 2018-11-05 22:41:19,671 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-5b0e600e-3cbf-43d-user 2018-11-05 22:41:21,069 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-dc3410f0-8144-4a9-proj 2018-11-05 22:41:22,099 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-dc3410f0-8144-4a9-user 2018-11-05 22:41:22,303 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-dc3410f0-8144-4a9-proj-role 2018-11-05 22:41:22,391 - keystone_utils - INFO - Granting role CreateImageNegativeTests-dc3410f0-8144-4a9-proj-role to project CreateImageNegativeTests-dc3410f0-8144-4a9-proj 2018-11-05 22:41:23,890 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-dc3410f0-8144-4a9-proj 2018-11-05 22:41:24,108 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-dc3410f0-8144-4a9-proj-role 2018-11-05 22:41:24,301 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-dc3410f0-8144-4a9-user 2018-11-05 22:41:25,650 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-4d8f5b25-fcc6-424-proj 2018-11-05 22:41:26,759 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-4d8f5b25-fcc6-424-user 2018-11-05 22:41:26,955 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-4d8f5b25-fcc6-424-proj-role 2018-11-05 22:41:27,043 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-4d8f5b25-fcc6-424-proj-role to project CreateMultiPartImageTests-4d8f5b25-fcc6-424-proj 2018-11-05 22:41:27,181 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-11-05 22:41:27,668 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-4d8f5b25-fcc6-424-proj 2018-11-05 22:41:27,898 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-4d8f5b25-fcc6-424-proj-role 2018-11-05 22:41:28,103 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-4d8f5b25-fcc6-424-user 2018-11-05 22:41:29,527 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-c38080e4-b9ba-4ab-proj 2018-11-05 22:41:30,494 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-c38080e4-b9ba-4ab-user 2018-11-05 22:41:30,692 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-c38080e4-b9ba-4ab-proj-role 2018-11-05 22:41:30,779 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-c38080e4-b9ba-4ab-proj-role to project CreateMultiPartImageTests-c38080e4-b9ba-4ab-proj 2018-11-05 22:41:30,925 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-05 22:41:31,425 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-c38080e4-b9ba-4ab-proj 2018-11-05 22:41:31,641 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-c38080e4-b9ba-4ab-proj-role 2018-11-05 22:41:31,770 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-c38080e4-b9ba-4ab-user 2018-11-05 22:41:33,196 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-eae31c83-6231-469-proj 2018-11-05 22:41:34,411 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-eae31c83-6231-469-user 2018-11-05 22:41:34,537 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-eae31c83-6231-469-proj-role 2018-11-05 22:41:34,629 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-eae31c83-6231-469-proj-role to project CreateMultiPartImageTests-eae31c83-6231-469-proj 2018-11-05 22:41:34,770 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-05 22:41:35,254 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-eae31c83-6231-469-proj 2018-11-05 22:41:35,456 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-eae31c83-6231-469-proj-role 2018-11-05 22:41:35,648 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-eae31c83-6231-469-user 2018-11-05 22:41:37,081 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-f301ff95-04b1-423-proj 2018-11-05 22:41:38,226 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-f301ff95-04b1-423-user 2018-11-05 22:41:38,422 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-f301ff95-04b1-423-proj-role 2018-11-05 22:41:38,511 - keystone_utils - INFO - Granting role CreateKeypairsTests-f301ff95-04b1-423-proj-role to project CreateKeypairsTests-f301ff95-04b1-423-proj 2018-11-05 22:41:39,374 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-d68c8483-cf3d-4b18-8372-4fe694d3910d... 2018-11-05 22:41:39,374 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:41:39,427 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-d68c8483-cf3d-4b18-8372-4fe694d3910d 2018-11-05 22:41:40,634 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-f301ff95-04b1-423-proj 2018-11-05 22:41:40,844 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-f301ff95-04b1-423-proj-role 2018-11-05 22:41:41,036 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-f301ff95-04b1-423-user 2018-11-05 22:41:42,279 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-2d1725ce-243c-488-proj 2018-11-05 22:41:43,380 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-2d1725ce-243c-488-user 2018-11-05 22:41:43,572 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-2d1725ce-243c-488-proj-role 2018-11-05 22:41:43,589 - keystone_utils - INFO - Granting role CreateKeypairsTests-2d1725ce-243c-488-proj-role to project CreateKeypairsTests-2d1725ce-243c-488-proj 2018-11-05 22:41:43,926 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a5db4072-7b0e-4dd9-8e40-c896ee1a12b4.pub 2018-11-05 22:41:44,560 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a5db4072-7b0e-4dd9-8e40-c896ee1a12b4... 2018-11-05 22:41:44,561 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-05 22:41:44,561 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-a5db4072-7b0e-4dd9-8e40-c896ee1a12b4.pub 2018-11-05 22:41:44,561 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a5db4072-7b0e-4dd9-8e40-c896ee1a12b4 2018-11-05 22:41:45,687 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-2d1725ce-243c-488-proj 2018-11-05 22:41:45,898 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-2d1725ce-243c-488-proj-role 2018-11-05 22:41:46,084 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-2d1725ce-243c-488-user 2018-11-05 22:41:47,488 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e86d0bc9-ced0-4c6-proj 2018-11-05 22:41:48,621 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e86d0bc9-ced0-4c6-user 2018-11-05 22:41:48,805 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e86d0bc9-ced0-4c6-proj-role 2018-11-05 22:41:48,897 - keystone_utils - INFO - Granting role CreateKeypairsTests-e86d0bc9-ced0-4c6-proj-role to project CreateKeypairsTests-e86d0bc9-ced0-4c6-proj 2018-11-05 22:41:49,595 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-d061ee8e-d6be-42a0-8f5b-1cd2a3241d98... 2018-11-05 22:41:49,595 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:00,448 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-d061ee8e-d6be-42a0-8f5b-1cd2a3241d98 2018-11-05 22:42:01,636 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e86d0bc9-ced0-4c6-proj 2018-11-05 22:42:01,857 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e86d0bc9-ced0-4c6-proj-role 2018-11-05 22:42:02,068 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e86d0bc9-ced0-4c6-user 2018-11-05 22:42:03,590 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-832cb365-ac37-4a7-proj 2018-11-05 22:42:04,728 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-832cb365-ac37-4a7-user 2018-11-05 22:42:04,926 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-832cb365-ac37-4a7-proj-role 2018-11-05 22:42:05,018 - keystone_utils - INFO - Granting role CreateKeypairsTests-832cb365-ac37-4a7-proj-role to project CreateKeypairsTests-832cb365-ac37-4a7-proj 2018-11-05 22:42:05,778 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-58279e79-5e73-4fda-8b89-1760881f8a9d... 2018-11-05 22:42:05,778 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:05,793 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-58279e79-5e73-4fda-8b89-1760881f8a9d 2018-11-05 22:42:06,906 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-832cb365-ac37-4a7-proj 2018-11-05 22:42:07,101 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-832cb365-ac37-4a7-proj-role 2018-11-05 22:42:07,305 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-832cb365-ac37-4a7-user 2018-11-05 22:42:08,704 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-df4625e8-e517-4cf-proj 2018-11-05 22:42:09,824 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-df4625e8-e517-4cf-user 2018-11-05 22:42:10,015 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-df4625e8-e517-4cf-proj-role 2018-11-05 22:42:10,033 - keystone_utils - INFO - Granting role CreateKeypairsTests-df4625e8-e517-4cf-proj-role to project CreateKeypairsTests-df4625e8-e517-4cf-proj 2018-11-05 22:42:10,778 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-561bc680-3cca-4a32-91d9-d96d9574221a... 2018-11-05 22:42:10,778 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:10,839 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-561bc680-3cca-4a32-91d9-d96d9574221a 2018-11-05 22:42:10,910 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-561bc680-3cca-4a32-91d9-d96d9574221a.pub 2018-11-05 22:42:10,911 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-561bc680-3cca-4a32-91d9-d96d9574221a 2018-11-05 22:42:11,495 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-561bc680-3cca-4a32-91d9-d96d9574221a.pub] 2018-11-05 22:42:11,495 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-561bc680-3cca-4a32-91d9-d96d9574221a] 2018-11-05 22:42:11,988 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-df4625e8-e517-4cf-proj 2018-11-05 22:42:12,193 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-df4625e8-e517-4cf-proj-role 2018-11-05 22:42:12,395 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-df4625e8-e517-4cf-user 2018-11-05 22:42:13,794 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d58da504-36f9-433-proj 2018-11-05 22:42:14,842 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d58da504-36f9-433-user 2018-11-05 22:42:15,033 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d58da504-36f9-433-proj-role 2018-11-05 22:42:15,122 - keystone_utils - INFO - Granting role CreateKeypairsTests-d58da504-36f9-433-proj-role to project CreateKeypairsTests-d58da504-36f9-433-proj 2018-11-05 22:42:15,797 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-965663b0-8bf4-470a-9c52-3fde1b9c2e58... 2018-11-05 22:42:15,797 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:15,842 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-965663b0-8bf4-470a-9c52-3fde1b9c2e58 2018-11-05 22:42:15,928 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-965663b0-8bf4-470a-9c52-3fde1b9c2e58.pub 2018-11-05 22:42:16,495 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-965663b0-8bf4-470a-9c52-3fde1b9c2e58.pub] 2018-11-05 22:42:16,912 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d58da504-36f9-433-proj 2018-11-05 22:42:17,108 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d58da504-36f9-433-proj-role 2018-11-05 22:42:17,301 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d58da504-36f9-433-user 2018-11-05 22:42:18,686 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-0eab62b4-b8fd-496-proj 2018-11-05 22:42:19,812 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-0eab62b4-b8fd-496-user 2018-11-05 22:42:20,003 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-0eab62b4-b8fd-496-proj-role 2018-11-05 22:42:20,094 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-0eab62b4-b8fd-496-proj-role to project CreateKeypairsCleanupTests-0eab62b4-b8fd-496-proj 2018-11-05 22:42:20,520 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213.pub 2018-11-05 22:42:20,520 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213 2018-11-05 22:42:21,161 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213... 2018-11-05 22:42:21,162 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-05 22:42:21,162 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213.pub 2018-11-05 22:42:21,162 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213 2018-11-05 22:42:21,261 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213.pub] 2018-11-05 22:42:21,262 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-e54e45d1-be6a-4da8-b2f5-4fc0bbec0213] 2018-11-05 22:42:21,761 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-0eab62b4-b8fd-496-proj 2018-11-05 22:42:21,952 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-0eab62b4-b8fd-496-proj-role 2018-11-05 22:42:22,145 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-0eab62b4-b8fd-496-user 2018-11-05 22:42:23,549 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-proj 2018-11-05 22:42:24,662 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-user 2018-11-05 22:42:24,925 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-proj-role 2018-11-05 22:42:24,943 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-proj-role to project CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-proj 2018-11-05 22:42:25,293 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-20e50569-3b12-4490-ab31-b1e604201546.pub 2018-11-05 22:42:25,293 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-20e50569-3b12-4490-ab31-b1e604201546 2018-11-05 22:42:25,993 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-20e50569-3b12-4490-ab31-b1e604201546... 2018-11-05 22:42:25,993 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-05 22:42:25,993 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-20e50569-3b12-4490-ab31-b1e604201546.pub 2018-11-05 22:42:25,993 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-20e50569-3b12-4490-ab31-b1e604201546 2018-11-05 22:42:26,573 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-proj 2018-11-05 22:42:26,767 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-proj-role 2018-11-05 22:42:26,968 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-5e0cbe8a-5caa-4eb-user 2018-11-05 22:42:28,279 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e015c3ca-f9d1-460-proj 2018-11-05 22:42:29,387 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e015c3ca-f9d1-460-user 2018-11-05 22:42:29,585 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e015c3ca-f9d1-460-proj-role 2018-11-05 22:42:29,605 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e015c3ca-f9d1-460-proj-role to project CreateKeypairsCleanupTests-e015c3ca-f9d1-460-proj 2018-11-05 22:42:30,342 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-7af74ec0-f102-4ead-b5b9-bdc56cd9473a... 2018-11-05 22:42:30,342 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:30,392 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-7af74ec0-f102-4ead-b5b9-bdc56cd9473a 2018-11-05 22:42:30,467 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-7af74ec0-f102-4ead-b5b9-bdc56cd9473a.pub 2018-11-05 22:42:30,467 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-7af74ec0-f102-4ead-b5b9-bdc56cd9473a 2018-11-05 22:42:30,501 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-7af74ec0-f102-4ead-b5b9-bdc56cd9473a.pub] 2018-11-05 22:42:30,501 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-7af74ec0-f102-4ead-b5b9-bdc56cd9473a] 2018-11-05 22:42:30,980 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e015c3ca-f9d1-460-proj 2018-11-05 22:42:31,114 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e015c3ca-f9d1-460-proj-role 2018-11-05 22:42:31,300 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e015c3ca-f9d1-460-user 2018-11-05 22:42:32,734 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-proj 2018-11-05 22:42:33,937 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-user 2018-11-05 22:42:34,147 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-proj-role 2018-11-05 22:42:34,241 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-proj-role to project CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-proj 2018-11-05 22:42:34,988 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-6d5fbf12-46be-4267-879f-00d47053d484... 2018-11-05 22:42:34,989 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:35,065 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-6d5fbf12-46be-4267-879f-00d47053d484 2018-11-05 22:42:35,125 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-6d5fbf12-46be-4267-879f-00d47053d484.pub 2018-11-05 22:42:35,126 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-6d5fbf12-46be-4267-879f-00d47053d484 2018-11-05 22:42:35,153 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-6d5fbf12-46be-4267-879f-00d47053d484.pub] 2018-11-05 22:42:35,154 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-6d5fbf12-46be-4267-879f-00d47053d484] 2018-11-05 22:42:35,638 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-proj 2018-11-05 22:42:35,851 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-proj-role 2018-11-05 22:42:36,044 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-4e8af7ee-9cce-4e4-user 2018-11-05 22:42:37,435 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-63052777-da10-4d1-proj 2018-11-05 22:42:38,495 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-63052777-da10-4d1-user 2018-11-05 22:42:38,686 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-63052777-da10-4d1-proj-role 2018-11-05 22:42:38,778 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-63052777-da10-4d1-proj-role to project CreateKeypairsCleanupTests-63052777-da10-4d1-proj 2018-11-05 22:42:39,607 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-dcd78318-6fcd-4720-abfc-99b1bb162c7a... 2018-11-05 22:42:39,608 - OpenStackKeypair - INFO - Creating new keypair 2018-11-05 22:42:39,632 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-dcd78318-6fcd-4720-abfc-99b1bb162c7a 2018-11-05 22:42:39,706 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-dcd78318-6fcd-4720-abfc-99b1bb162c7a.pub 2018-11-05 22:42:39,707 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-dcd78318-6fcd-4720-abfc-99b1bb162c7a 2018-11-05 22:42:40,213 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-63052777-da10-4d1-proj 2018-11-05 22:42:40,383 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-63052777-da10-4d1-proj-role 2018-11-05 22:42:40,577 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-63052777-da10-4d1-user 2018-11-05 22:42:42,051 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ffe46054-2c8e-4b9-proj 2018-11-05 22:42:43,160 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ffe46054-2c8e-4b9-user 2018-11-05 22:42:43,369 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ffe46054-2c8e-4b9-proj-role 2018-11-05 22:42:43,451 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ffe46054-2c8e-4b9-proj-role to project CreateNetworkSuccessTests-ffe46054-2c8e-4b9-proj 2018-11-05 22:42:44,213 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-net 2018-11-05 22:42:45,268 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-subnet 2018-11-05 22:42:47,392 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-subnet 2018-11-05 22:42:47,392 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-subnet 2018-11-05 22:42:49,958 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-net 2018-11-05 22:42:51,517 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-subnet 2018-11-05 22:42:51,517 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-subnet 2018-11-05 22:42:51,554 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-4fd992e2-f618-4a07-8a2d-f8bf55346132-pub-net 2018-11-05 22:42:52,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a4a45323-63a5-49bf-806d-b891229b416b 2018-11-05 22:42:52,315 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:42:52,812 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ffe46054-2c8e-4b9-proj 2018-11-05 22:42:53,062 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ffe46054-2c8e-4b9-proj-role 2018-11-05 22:42:53,256 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ffe46054-2c8e-4b9-user 2018-11-05 22:42:54,656 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-86b0919b-e7cd-42b-proj 2018-11-05 22:42:55,638 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-86b0919b-e7cd-42b-user 2018-11-05 22:42:55,861 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-86b0919b-e7cd-42b-proj-role 2018-11-05 22:42:55,945 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-86b0919b-e7cd-42b-proj-role to project CreateNetworkSuccessTests-86b0919b-e7cd-42b-proj 2018-11-05 22:42:56,729 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-8224982a-c635-4018-a049-3d5b7deef855-pub-net 2018-11-05 22:42:58,786 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-8224982a-c635-4018-a049-3d5b7deef855-pub-subnet 2018-11-05 22:43:03,420 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-8224982a-c635-4018-a049-3d5b7deef855-pub-router 2018-11-05 22:43:04,401 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8224982a-c635-4018-a049-3d5b7deef855-pub-subnet 2018-11-05 22:43:04,401 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8224982a-c635-4018-a049-3d5b7deef855-pub-subnet 2018-11-05 22:43:06,347 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-8224982a-c635-4018-a049-3d5b7deef855-pub-net 2018-11-05 22:43:08,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b656727-0a40-4875-9168-909b4d252675 2018-11-05 22:43:08,323 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:43:08,695 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-86b0919b-e7cd-42b-proj 2018-11-05 22:43:09,079 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-86b0919b-e7cd-42b-proj-role 2018-11-05 22:43:09,285 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-86b0919b-e7cd-42b-user 2018-11-05 22:43:10,752 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-32238e12-5e4e-459-proj 2018-11-05 22:43:11,890 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-32238e12-5e4e-459-user 2018-11-05 22:43:12,064 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-32238e12-5e4e-459-proj-role 2018-11-05 22:43:12,082 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-32238e12-5e4e-459-proj-role to project CreateNetworkSuccessTests-32238e12-5e4e-459-proj 2018-11-05 22:43:12,875 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-4e13fb42-92d4-4880-9b43-8c9adc992498-pub-net 2018-11-05 22:43:14,990 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-4e13fb42-92d4-4880-9b43-8c9adc992498-pub-subnet 2018-11-05 22:43:18,679 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-4e13fb42-92d4-4880-9b43-8c9adc992498-pub-router 2018-11-05 22:43:19,704 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4e13fb42-92d4-4880-9b43-8c9adc992498-pub-subnet 2018-11-05 22:43:19,704 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4e13fb42-92d4-4880-9b43-8c9adc992498-pub-subnet 2018-11-05 22:43:22,072 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-4e13fb42-92d4-4880-9b43-8c9adc992498-pub-net 2018-11-05 22:43:23,696 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 05eb367e-d882-462c-9a0b-56cc3c8517bf 2018-11-05 22:43:23,887 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:43:24,237 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-32238e12-5e4e-459-proj 2018-11-05 22:43:24,485 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-32238e12-5e4e-459-proj-role 2018-11-05 22:43:24,709 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-32238e12-5e4e-459-user 2018-11-05 22:43:26,129 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-42b696f6-5408-408-proj 2018-11-05 22:43:27,249 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-42b696f6-5408-408-user 2018-11-05 22:43:27,447 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-42b696f6-5408-408-proj-role 2018-11-05 22:43:27,529 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-42b696f6-5408-408-proj-role to project CreateNetworkSuccessTests-42b696f6-5408-408-proj 2018-11-05 22:43:28,302 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-89ee392a-05a5-409d-aa5e-4014dbc8f76f-pub-net 2018-11-05 22:43:29,156 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-89ee392a-05a5-409d-aa5e-4014dbc8f76f-pub-subnet 2018-11-05 22:43:31,844 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-89ee392a-05a5-409d-aa5e-4014dbc8f76f-pub-router 2018-11-05 22:43:33,094 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-89ee392a-05a5-409d-aa5e-4014dbc8f76f-pub-subnet 2018-11-05 22:43:33,095 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-89ee392a-05a5-409d-aa5e-4014dbc8f76f-pub-subnet 2018-11-05 22:43:35,577 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-89ee392a-05a5-409d-aa5e-4014dbc8f76f-pub-net 2018-11-05 22:43:37,810 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1785b409-b1d3-4ca8-bf66-eda96333c6d2 2018-11-05 22:43:37,996 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:43:38,311 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-42b696f6-5408-408-proj 2018-11-05 22:43:38,582 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-42b696f6-5408-408-proj-role 2018-11-05 22:43:38,785 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-42b696f6-5408-408-user 2018-11-05 22:43:40,154 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-71f16741-f579-4b8-proj 2018-11-05 22:43:41,279 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-71f16741-f579-4b8-user 2018-11-05 22:43:41,484 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-71f16741-f579-4b8-proj-role 2018-11-05 22:43:41,567 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-71f16741-f579-4b8-proj-role to project CreateNetworkSuccessTests-71f16741-f579-4b8-proj 2018-11-05 22:43:42,362 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-bc23229a-4592-441f-944f-ca7f06ca439c-pub-net 2018-11-05 22:43:43,366 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-bc23229a-4592-441f-944f-ca7f06ca439c-pub-subnet 2018-11-05 22:43:45,596 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-bc23229a-4592-441f-944f-ca7f06ca439c-pub-subnet 2018-11-05 22:43:45,596 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-bc23229a-4592-441f-944f-ca7f06ca439c-pub-subnet 2018-11-05 22:43:48,002 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-bc23229a-4592-441f-944f-ca7f06ca439c-pub-net 2018-11-05 22:43:49,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb1c9370-3ef9-47f1-8e65-671e2af78998 2018-11-05 22:43:50,044 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:43:50,372 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-71f16741-f579-4b8-proj 2018-11-05 22:43:50,612 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-71f16741-f579-4b8-proj-role 2018-11-05 22:43:50,810 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-71f16741-f579-4b8-user 2018-11-05 22:43:52,244 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-proj 2018-11-05 22:43:53,297 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-user 2018-11-05 22:43:53,417 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-proj-role 2018-11-05 22:43:53,505 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-proj-role to project CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-proj 2018-11-05 22:43:54,245 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a44d57ab-baf8-4561-bd9b-3e7d9d72268b-pub-net 2018-11-05 22:43:55,216 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a44d57ab-baf8-4561-bd9b-3e7d9d72268b-pub-subnet 2018-11-05 22:43:57,421 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a44d57ab-baf8-4561-bd9b-3e7d9d72268b-pub-subnet 2018-11-05 22:43:57,421 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a44d57ab-baf8-4561-bd9b-3e7d9d72268b-pub-subnet 2018-11-05 22:43:59,741 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a44d57ab-baf8-4561-bd9b-3e7d9d72268b-pub-net 2018-11-05 22:44:01,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ae92648-6a73-41e8-b2b7-89b2a30d5a9c 2018-11-05 22:44:01,635 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:44:01,957 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-proj 2018-11-05 22:44:02,336 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-proj-role 2018-11-05 22:44:02,555 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f77d8f86-bfb3-4cd-user 2018-11-05 22:44:03,963 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-62aab417-3b99-449-proj 2018-11-05 22:44:05,047 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-62aab417-3b99-449-user 2018-11-05 22:44:05,244 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-62aab417-3b99-449-proj-role 2018-11-05 22:44:05,332 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-62aab417-3b99-449-proj-role to project CreateRouterSuccessTests-62aab417-3b99-449-proj 2018-11-05 22:44:07,000 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2be14406-3701-4a3e-8d61-83f3551f7727-pub-router 2018-11-05 22:44:08,545 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-62aab417-3b99-449-proj 2018-11-05 22:44:08,744 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-62aab417-3b99-449-proj-role 2018-11-05 22:44:08,941 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-62aab417-3b99-449-user 2018-11-05 22:44:10,471 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b7c3e495-9e1b-4f7-proj 2018-11-05 22:44:11,681 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b7c3e495-9e1b-4f7-user 2018-11-05 22:44:11,891 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b7c3e495-9e1b-4f7-proj-role 2018-11-05 22:44:11,980 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b7c3e495-9e1b-4f7-proj-role to project CreateRouterSuccessTests-b7c3e495-9e1b-4f7-proj 2018-11-05 22:44:13,195 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c30c55c6-c9cb-4503-a8c1-25fb035627e9-pub-router 2018-11-05 22:44:14,908 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c30c55c6-c9cb-4503-a8c1-25fb035627e9-pub-router 2018-11-05 22:44:14,908 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c30c55c6-c9cb-4503-a8c1-25fb035627e9-pub-router 2018-11-05 22:44:15,994 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b7c3e495-9e1b-4f7-proj 2018-11-05 22:44:16,300 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b7c3e495-9e1b-4f7-proj-role 2018-11-05 22:44:16,585 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b7c3e495-9e1b-4f7-user 2018-11-05 22:44:18,064 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-19822287-45f6-4b7-proj 2018-11-05 22:44:19,208 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-19822287-45f6-4b7-user 2018-11-05 22:44:19,393 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-19822287-45f6-4b7-proj-role 2018-11-05 22:44:19,482 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-19822287-45f6-4b7-proj-role to project CreateRouterSuccessTests-19822287-45f6-4b7-proj 2018-11-05 22:44:20,675 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-53d8bac0-74bd-468a-8cde-0f09c3042dd5-pub-router 2018-11-05 22:44:22,302 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-53d8bac0-74bd-468a-8cde-0f09c3042dd5-pub-router 2018-11-05 22:44:22,303 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-53d8bac0-74bd-468a-8cde-0f09c3042dd5-pub-router 2018-11-05 22:44:23,213 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-19822287-45f6-4b7-proj 2018-11-05 22:44:23,415 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-19822287-45f6-4b7-proj-role 2018-11-05 22:44:23,610 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-19822287-45f6-4b7-user 2018-11-05 22:44:25,010 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-cb77ae56-1476-41a-proj 2018-11-05 22:44:26,137 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-cb77ae56-1476-41a-user 2018-11-05 22:44:26,334 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-cb77ae56-1476-41a-proj-role 2018-11-05 22:44:26,352 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-cb77ae56-1476-41a-proj-role to project CreateRouterSuccessTests-cb77ae56-1476-41a-proj 2018-11-05 22:44:28,191 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d1cc445a-263a-4e16-827f-d7f327d55f63-pub-router 2018-11-05 22:44:29,669 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-cb77ae56-1476-41a-proj 2018-11-05 22:44:29,888 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-cb77ae56-1476-41a-proj-role 2018-11-05 22:44:30,088 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-cb77ae56-1476-41a-user 2018-11-05 22:44:31,508 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3ab68b0b-a92d-446-proj 2018-11-05 22:44:32,579 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3ab68b0b-a92d-446-user 2018-11-05 22:44:32,860 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3ab68b0b-a92d-446-proj-role 2018-11-05 22:44:32,881 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3ab68b0b-a92d-446-proj-role to project CreateRouterSuccessTests-3ab68b0b-a92d-446-proj 2018-11-05 22:44:33,639 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-1f849161-b9de-4277-acd1-8828b375f562-pub-net1 2018-11-05 22:44:34,679 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-1f849161-b9de-4277-acd1-8828b375f562-pub-subnet1 2018-11-05 22:44:37,365 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1f849161-b9de-4277-acd1-8828b375f562-pub-router 2018-11-05 22:44:38,148 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-1f849161-b9de-4277-acd1-8828b375f562-pub-subnet1 2018-11-05 22:44:38,148 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-1f849161-b9de-4277-acd1-8828b375f562-pub-subnet1 2018-11-05 22:44:40,647 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-1f849161-b9de-4277-acd1-8828b375f562-pub-net1 2018-11-05 22:44:42,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ac24426-fd81-4507-b79e-6f9dd8bf00cb 2018-11-05 22:44:42,499 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:44:42,798 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3ab68b0b-a92d-446-proj 2018-11-05 22:44:43,163 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3ab68b0b-a92d-446-proj-role 2018-11-05 22:44:43,441 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3ab68b0b-a92d-446-user 2018-11-05 22:44:44,860 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-6b748a24-556c-4db-proj 2018-11-05 22:44:45,939 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-6b748a24-556c-4db-user 2018-11-05 22:44:46,148 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-6b748a24-556c-4db-proj-role 2018-11-05 22:44:46,242 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-6b748a24-556c-4db-proj-role to project CreateRouterSuccessTests-6b748a24-556c-4db-proj 2018-11-05 22:44:48,047 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-605f33ab-4e31-4afb-872c-4511c2291e58-pub-router 2018-11-05 22:44:49,599 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-6b748a24-556c-4db-proj 2018-11-05 22:44:49,791 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-6b748a24-556c-4db-proj-role 2018-11-05 22:44:49,994 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-6b748a24-556c-4db-user 2018-11-05 22:44:51,442 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-162691ef-6aae-494-proj 2018-11-05 22:44:52,417 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-162691ef-6aae-494-user 2018-11-05 22:44:52,549 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-162691ef-6aae-494-proj-role 2018-11-05 22:44:52,633 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-162691ef-6aae-494-proj-role to project CreateRouterSuccessTests-162691ef-6aae-494-proj 2018-11-05 22:44:53,549 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-net1 2018-11-05 22:44:54,948 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-subnet1 2018-11-05 22:44:56,764 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-net2 2018-11-05 22:44:57,594 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-subnet2 2018-11-05 22:44:59,972 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:01,531 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-port1 for router - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:03,219 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-net1 2018-11-05 22:45:04,128 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-port1 for router - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:04,129 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:06,337 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-port2 for router - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:07,587 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-net2 2018-11-05 22:45:08,686 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-port2 for router - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:08,686 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:17,378 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router and port CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-port1 2018-11-05 22:45:17,378 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:18,579 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router and port CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-port2 2018-11-05 22:45:18,579 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:19,804 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:19,805 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-router 2018-11-05 22:45:20,257 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-subnet1 2018-11-05 22:45:20,257 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-subnet1 2018-11-05 22:45:22,788 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-net1 2018-11-05 22:45:23,980 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-subnet2 2018-11-05 22:45:23,980 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-subnet2 2018-11-05 22:45:26,409 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-72dded39-d618-4751-8fc0-197179c3dfce-pub-net2 2018-11-05 22:45:28,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d77c01d5-4375-4e0c-a70d-e9d804ae4373 2018-11-05 22:45:29,088 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:45:29,442 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-162691ef-6aae-494-proj 2018-11-05 22:45:29,714 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-162691ef-6aae-494-proj-role 2018-11-05 22:45:29,922 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-162691ef-6aae-494-user 2018-11-05 22:45:31,352 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bfe1439a-480d-46d-proj 2018-11-05 22:45:32,412 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bfe1439a-480d-46d-user 2018-11-05 22:45:32,615 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bfe1439a-480d-46d-proj-role 2018-11-05 22:45:32,702 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bfe1439a-480d-46d-proj-role to project CreateRouterSuccessTests-bfe1439a-480d-46d-proj 2018-11-05 22:45:34,459 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4f216405-6ddb-44e9-876e-b2fecc0210d6-pub-router 2018-11-05 22:45:36,066 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bfe1439a-480d-46d-proj 2018-11-05 22:45:36,270 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bfe1439a-480d-46d-proj-role 2018-11-05 22:45:36,475 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bfe1439a-480d-46d-user 2018-11-05 22:45:37,867 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-da7ecbfe-d768-490-proj 2018-11-05 22:45:38,980 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-da7ecbfe-d768-490-user 2018-11-05 22:45:39,208 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-da7ecbfe-d768-490-proj-role 2018-11-05 22:45:39,290 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-da7ecbfe-d768-490-proj-role to project CreateRouterSuccessTests-da7ecbfe-d768-490-proj 2018-11-05 22:45:40,509 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-97364305-4457-4c25-bcaf-5bae7ce02431-pub-router 2018-11-05 22:45:41,488 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-97364305-4457-4c25-bcaf-5bae7ce02431-port1 for router - CreateRouterSuccessTests-97364305-4457-4c25-bcaf-5bae7ce02431-pub-router 2018-11-05 22:45:42,380 - neutron_utils - INFO - Creating port for network with name - external 2018-11-05 22:45:42,686 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-97364305-4457-4c25-bcaf-5bae7ce02431-pub-router 2018-11-05 22:45:42,686 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-97364305-4457-4c25-bcaf-5bae7ce02431-pub-router 2018-11-05 22:45:43,744 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-da7ecbfe-d768-490-proj 2018-11-05 22:45:43,883 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-da7ecbfe-d768-490-proj-role 2018-11-05 22:45:44,075 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-da7ecbfe-d768-490-user 2018-11-05 22:45:45,490 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e380b3e9-d90a-44d-proj 2018-11-05 22:45:46,561 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e380b3e9-d90a-44d-user 2018-11-05 22:45:46,759 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e380b3e9-d90a-44d-proj-role 2018-11-05 22:45:46,852 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e380b3e9-d90a-44d-proj-role to project CreateRouterSuccessTests-e380b3e9-d90a-44d-proj 2018-11-05 22:45:47,598 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-686aca26-8fc8-4297-b0bb-43693a207ed7-pub-net1 2018-11-05 22:45:48,582 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-686aca26-8fc8-4297-b0bb-43693a207ed7-pub-subnet1 2018-11-05 22:45:51,400 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-686aca26-8fc8-4297-b0bb-43693a207ed7-pub-router 2018-11-05 22:45:52,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-686aca26-8fc8-4297-b0bb-43693a207ed7-pub-subnet1 2018-11-05 22:45:52,304 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-686aca26-8fc8-4297-b0bb-43693a207ed7-pub-subnet1 2018-11-05 22:45:54,818 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-686aca26-8fc8-4297-b0bb-43693a207ed7-pub-net1 2018-11-05 22:45:56,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 909e0255-7cc5-421c-bbd8-1c25ecfe5068 2018-11-05 22:45:56,717 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:45:57,054 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e380b3e9-d90a-44d-proj 2018-11-05 22:45:57,367 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e380b3e9-d90a-44d-proj-role 2018-11-05 22:45:57,568 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e380b3e9-d90a-44d-user 2018-11-05 22:45:59,000 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0734f5b7-812e-400-proj 2018-11-05 22:46:00,148 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0734f5b7-812e-400-user 2018-11-05 22:46:00,364 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0734f5b7-812e-400-proj-role 2018-11-05 22:46:00,454 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0734f5b7-812e-400-proj-role to project CreateRouterSuccessTests-0734f5b7-812e-400-proj 2018-11-05 22:46:01,221 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-54b09181-5e61-494d-b2ca-b5fe3b340204-pub-net1 2018-11-05 22:46:02,066 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-54b09181-5e61-494d-b2ca-b5fe3b340204-pub-subnet1 2018-11-05 22:46:04,637 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-54b09181-5e61-494d-b2ca-b5fe3b340204-pub-router 2018-11-05 22:46:05,551 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-54b09181-5e61-494d-b2ca-b5fe3b340204-pub-subnet1 2018-11-05 22:46:05,551 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-54b09181-5e61-494d-b2ca-b5fe3b340204-pub-subnet1 2018-11-05 22:46:07,633 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-54b09181-5e61-494d-b2ca-b5fe3b340204-pub-net1 2018-11-05 22:46:09,647 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0734f5b7-812e-400-proj 2018-11-05 22:46:09,839 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0734f5b7-812e-400-proj-role 2018-11-05 22:46:10,043 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0734f5b7-812e-400-user 2018-11-05 22:46:11,502 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-bc1efce3-955e-48c-proj 2018-11-05 22:46:12,771 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-bc1efce3-955e-48c-user 2018-11-05 22:46:12,969 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-bc1efce3-955e-48c-proj-role 2018-11-05 22:46:13,059 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-bc1efce3-955e-48c-proj-role to project CreateRouterNegativeTests-bc1efce3-955e-48c-proj 2018-11-05 22:46:13,848 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-361e5541-c9f0-487c-a197-2db51ec54680-pub-net1 2018-11-05 22:46:14,628 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-361e5541-c9f0-487c-a197-2db51ec54680-pub-subnet1 2018-11-05 22:46:17,329 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-361e5541-c9f0-487c-a197-2db51ec54680-pub-router 2018-11-05 22:46:18,423 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-361e5541-c9f0-487c-a197-2db51ec54680-pub-subnet1 2018-11-05 22:46:18,424 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-361e5541-c9f0-487c-a197-2db51ec54680-pub-subnet1 2018-11-05 22:46:20,515 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-361e5541-c9f0-487c-a197-2db51ec54680-pub-net1 2018-11-05 22:46:22,138 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-bc1efce3-955e-48c-proj 2018-11-05 22:46:22,331 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-bc1efce3-955e-48c-proj-role 2018-11-05 22:46:22,525 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-bc1efce3-955e-48c-user 2018-11-05 22:46:24,017 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-d19c856d-cc65-42e-proj 2018-11-05 22:46:25,077 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-d19c856d-cc65-42e-user 2018-11-05 22:46:25,214 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-d19c856d-cc65-42e-proj-role 2018-11-05 22:46:25,304 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-d19c856d-cc65-42e-proj-role to project CreateRouterNegativeTests-d19c856d-cc65-42e-proj 2018-11-05 22:46:27,169 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-d19c856d-cc65-42e-proj 2018-11-05 22:46:27,373 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-d19c856d-cc65-42e-proj-role 2018-11-05 22:46:27,569 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-d19c856d-cc65-42e-user 2018-11-05 22:46:28,957 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-proj 2018-11-05 22:46:30,017 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-user 2018-11-05 22:46:30,202 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-proj-role 2018-11-05 22:46:30,293 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-proj-role to project CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-proj 2018-11-05 22:46:30,987 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-proj 2018-11-05 22:46:31,169 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-proj-role 2018-11-05 22:46:31,361 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-1a4ca53b-b3ae-4ce-user 2018-11-05 22:46:32,759 - keystone_utils - INFO - Created project with name - CreateQoSTests-8c8dae79-6586-458-proj 2018-11-05 22:46:34,011 - keystone_utils - INFO - Created user with name - CreateQoSTests-8c8dae79-6586-458-user 2018-11-05 22:46:34,196 - keystone_utils - INFO - Created role with name - CreateQoSTests-8c8dae79-6586-458-proj-role 2018-11-05 22:46:34,285 - keystone_utils - INFO - Granting role CreateQoSTests-8c8dae79-6586-458-proj-role to project CreateQoSTests-8c8dae79-6586-458-proj 2018-11-05 22:46:35,288 - create_qos - INFO - Created qos with name - CreateQoSTests-e45bdfc5-6460-4dbc-9d65-880c94e541b7 2018-11-05 22:46:35,470 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e45bdfc5-6460-4dbc-9d65-880c94e541b7 2018-11-05 22:46:35,843 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e45bdfc5-6460-4dbc-9d65-880c94e541b7 2018-11-05 22:46:36,516 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-8c8dae79-6586-458-proj 2018-11-05 22:46:36,732 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-8c8dae79-6586-458-proj-role 2018-11-05 22:46:36,938 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-8c8dae79-6586-458-user 2018-11-05 22:46:38,478 - keystone_utils - INFO - Created project with name - CreateQoSTests-eed901ae-278c-4ce-proj 2018-11-05 22:46:39,604 - keystone_utils - INFO - Created user with name - CreateQoSTests-eed901ae-278c-4ce-user 2018-11-05 22:46:39,801 - keystone_utils - INFO - Created role with name - CreateQoSTests-eed901ae-278c-4ce-proj-role 2018-11-05 22:46:39,820 - keystone_utils - INFO - Granting role CreateQoSTests-eed901ae-278c-4ce-proj-role to project CreateQoSTests-eed901ae-278c-4ce-proj 2018-11-05 22:46:40,820 - create_qos - INFO - Created qos with name - CreateQoSTests-05bec273-60e2-4832-81ce-3d5ec9c07ba2 2018-11-05 22:46:41,003 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-05bec273-60e2-4832-81ce-3d5ec9c07ba2 2018-11-05 22:46:41,770 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-eed901ae-278c-4ce-proj 2018-11-05 22:46:41,996 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-eed901ae-278c-4ce-proj-role 2018-11-05 22:46:42,202 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-eed901ae-278c-4ce-user 2018-11-05 22:46:43,688 - keystone_utils - INFO - Created project with name - CreateQoSTests-622cd551-b6a7-4bd-proj 2018-11-05 22:46:44,735 - keystone_utils - INFO - Created user with name - CreateQoSTests-622cd551-b6a7-4bd-user 2018-11-05 22:46:44,927 - keystone_utils - INFO - Created role with name - CreateQoSTests-622cd551-b6a7-4bd-proj-role 2018-11-05 22:46:45,011 - keystone_utils - INFO - Granting role CreateQoSTests-622cd551-b6a7-4bd-proj-role to project CreateQoSTests-622cd551-b6a7-4bd-proj 2018-11-05 22:46:45,988 - create_qos - INFO - Created qos with name - CreateQoSTests-c9ad867f-a470-4050-87fd-97347c34f442 2018-11-05 22:46:46,802 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-c9ad867f-a470-4050-87fd-97347c34f442 2018-11-05 22:46:47,407 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-622cd551-b6a7-4bd-proj 2018-11-05 22:46:47,600 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-622cd551-b6a7-4bd-proj-role 2018-11-05 22:46:47,813 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-622cd551-b6a7-4bd-user 2018-11-05 22:46:49,215 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-proj 2018-11-05 22:46:50,340 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-user 2018-11-05 22:46:50,621 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-proj-role 2018-11-05 22:46:50,703 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-proj-role to project CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-proj 2018-11-05 22:46:51,657 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-4cc3faa3-48c1-4391-8153-29d939ed2c48 2018-11-05 22:46:52,276 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4cc3faa3-48c1-4391-8153-29d939ed2c48 2018-11-05 22:46:52,511 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4cc3faa3-48c1-4391-8153-29d939ed2c48 2018-11-05 22:46:53,246 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-proj 2018-11-05 22:46:53,542 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-proj-role 2018-11-05 22:46:53,736 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-39970747-5e85-4a2-user 2018-11-05 22:46:55,136 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-proj 2018-11-05 22:46:56,269 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-user 2018-11-05 22:46:56,395 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-proj-role 2018-11-05 22:46:56,485 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-proj-role to project CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-proj 2018-11-05 22:46:57,480 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-4714385b-b342-4012-818d-be69e5d7367e 2018-11-05 22:46:58,993 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4714385b-b342-4012-818d-be69e5d7367e 2018-11-05 22:46:59,707 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-proj 2018-11-05 22:46:59,906 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-proj-role 2018-11-05 22:47:00,100 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-f94fc61a-c5c5-4d5-user 2018-11-05 22:47:01,448 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-proj 2018-11-05 22:47:02,503 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-user 2018-11-05 22:47:02,688 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-proj-role 2018-11-05 22:47:02,779 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-proj-role to project CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-proj 2018-11-05 22:47:03,680 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-0eb3738a-2079-4f77-85bb-9af0ae942570 2018-11-05 22:47:04,816 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-0eb3738a-2079-4f77-85bb-9af0ae942570 2018-11-05 22:47:05,483 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-proj 2018-11-05 22:47:05,673 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-proj-role 2018-11-05 22:47:05,869 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d422d1ce-16e6-416-user 2018-11-05 22:47:07,257 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c694c931-50e5-450-proj 2018-11-05 22:47:08,298 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c694c931-50e5-450-user 2018-11-05 22:47:08,484 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c694c931-50e5-450-proj-role 2018-11-05 22:47:08,574 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c694c931-50e5-450-proj-role to project CreateVolumeTypeComplexTests-c694c931-50e5-450-proj 2018-11-05 22:47:09,611 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-81b5a90a-09cd-49a2-b7e1-e9a4002b2efa-qos-spec 2018-11-05 22:47:10,695 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-81b5a90a-09cd-49a2-b7e1-e9a4002b2efa-vol_type 2018-11-05 22:47:11,230 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-81b5a90a-09cd-49a2-b7e1-e9a4002b2efa-vol_type 2018-11-05 22:47:11,287 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-81b5a90a-09cd-49a2-b7e1-e9a4002b2efa-qos-spec 2018-11-05 22:47:11,957 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c694c931-50e5-450-proj 2018-11-05 22:47:12,164 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c694c931-50e5-450-proj-role 2018-11-05 22:47:12,357 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c694c931-50e5-450-user 2018-11-05 22:47:13,838 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-proj 2018-11-05 22:47:14,951 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-user 2018-11-05 22:47:15,137 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-proj-role 2018-11-05 22:47:15,232 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-proj-role to project CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-proj 2018-11-05 22:47:16,204 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6b4eddf8-8c41-41a6-8328-a3573f75c5e9-qos-spec 2018-11-05 22:47:17,461 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6b4eddf8-8c41-41a6-8328-a3573f75c5e9-vol_type 2018-11-05 22:47:18,162 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6b4eddf8-8c41-41a6-8328-a3573f75c5e9-vol_type 2018-11-05 22:47:18,360 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6b4eddf8-8c41-41a6-8328-a3573f75c5e9-qos-spec 2018-11-05 22:47:19,043 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-proj 2018-11-05 22:47:19,277 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-proj-role 2018-11-05 22:47:19,545 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-9940f883-e3a3-4c6-user 2018-11-05 22:47:21,011 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c4044e54-9438-448-proj 2018-11-05 22:47:22,065 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c4044e54-9438-448-user 2018-11-05 22:47:22,191 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c4044e54-9438-448-proj-role 2018-11-05 22:47:22,363 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c4044e54-9438-448-proj-role to project CreateVolumeTypeComplexTests-c4044e54-9438-448-proj 2018-11-05 22:47:23,348 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6836ce53-5b83-48cf-9f8e-ffdebc921fde-qos-spec 2018-11-05 22:47:24,880 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6836ce53-5b83-48cf-9f8e-ffdebc921fde-vol_type 2018-11-05 22:47:25,567 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6836ce53-5b83-48cf-9f8e-ffdebc921fde-vol_type 2018-11-05 22:47:25,773 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6836ce53-5b83-48cf-9f8e-ffdebc921fde-qos-spec 2018-11-05 22:47:26,242 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c4044e54-9438-448-proj 2018-11-05 22:47:26,530 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c4044e54-9438-448-proj-role 2018-11-05 22:47:26,728 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c4044e54-9438-448-user 2018-11-05 22:47:28,155 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-proj 2018-11-05 22:47:29,263 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-user 2018-11-05 22:47:29,544 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-proj-role 2018-11-05 22:47:29,562 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-proj-role to project CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-proj 2018-11-05 22:47:31,310 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-db330073-9c3e-4293-acfc-4a05c05a0a47 2018-11-05 22:47:31,497 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-db330073-9c3e-4293-acfc-4a05c05a0a47 2018-11-05 22:47:31,963 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-db330073-9c3e-4293-acfc-4a05c05a0a47 2018-11-05 22:47:36,313 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-db330073-9c3e-4293-acfc-4a05c05a0a47 2018-11-05 22:47:36,992 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-proj 2018-11-05 22:47:37,206 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-proj-role 2018-11-05 22:47:37,399 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-7d2019cb-d848-4b1-user 2018-11-05 22:47:38,802 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-proj 2018-11-05 22:47:39,922 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-user 2018-11-05 22:47:40,113 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-proj-role 2018-11-05 22:47:40,130 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-proj-role to project CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-proj 2018-11-05 22:47:41,898 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-117bf6a7-58ad-4ade-a5e0-bc3b0bb74e45 2018-11-05 22:47:42,094 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-117bf6a7-58ad-4ade-a5e0-bc3b0bb74e45 2018-11-05 22:47:43,210 - create_volume - INFO - Did not create volume due to cleanup mode 2018-11-05 22:47:43,259 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-117bf6a7-58ad-4ade-a5e0-bc3b0bb74e45 2018-11-05 22:47:46,716 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-117bf6a7-58ad-4ade-a5e0-bc3b0bb74e45 2018-11-05 22:47:47,216 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-proj 2018-11-05 22:47:47,410 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-proj-role 2018-11-05 22:47:47,602 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8e0f0fd0-1289-4ea-user 2018-11-05 22:47:49,012 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-proj 2018-11-05 22:47:50,095 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-user 2018-11-05 22:47:50,287 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-proj-role 2018-11-05 22:47:50,307 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-proj-role to project CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-proj 2018-11-05 22:47:52,141 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-a13f4485-960d-415f-8bf9-dd1e96cb1fdf 2018-11-05 22:47:52,336 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-a13f4485-960d-415f-8bf9-dd1e96cb1fdf 2018-11-05 22:47:52,813 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-a13f4485-960d-415f-8bf9-dd1e96cb1fdf 2018-11-05 22:47:56,263 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-a13f4485-960d-415f-8bf9-dd1e96cb1fdf 2018-11-05 22:47:56,737 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-proj 2018-11-05 22:47:56,942 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-proj-role 2018-11-05 22:47:57,138 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e0dd866e-46a2-440-user 2018-11-05 22:47:58,562 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-proj 2018-11-05 22:47:59,610 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-user 2018-11-05 22:47:59,820 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-proj-role 2018-11-05 22:47:59,905 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-proj-role to project CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-proj 2018-11-05 22:48:01,511 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-proj 2018-11-05 22:48:01,715 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-proj-role 2018-11-05 22:48:01,909 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-21404cf7-a2e5-45b-user 2018-11-05 22:48:03,323 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-f451967b-8842-498-proj 2018-11-05 22:48:04,383 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-f451967b-8842-498-user 2018-11-05 22:48:04,581 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-f451967b-8842-498-proj-role 2018-11-05 22:48:04,677 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-f451967b-8842-498-proj-role to project CreateSimpleVolumeFailureTests-f451967b-8842-498-proj 2018-11-05 22:48:06,123 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-f451967b-8842-498-proj 2018-11-05 22:48:06,332 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-f451967b-8842-498-proj-role 2018-11-05 22:48:06,526 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-f451967b-8842-498-user 2018-11-05 22:48:07,920 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-proj 2018-11-05 22:48:08,916 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-user 2018-11-05 22:48:09,113 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-proj-role 2018-11-05 22:48:09,201 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-proj-role to project CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-proj 2018-11-05 22:48:10,628 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-proj 2018-11-05 22:48:10,823 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-proj-role 2018-11-05 22:48:10,954 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-40ba9cf8-2435-46c-user 2018-11-05 22:48:12,347 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-proj 2018-11-05 22:48:13,442 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-user 2018-11-05 22:48:13,635 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-proj-role 2018-11-05 22:48:13,653 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-proj-role to project CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-proj 2018-11-05 22:48:14,644 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-935774e9-5709-463c-9d99-9d1c8e6b0d90-vol-type 2018-11-05 22:48:15,450 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-935774e9-5709-463c-9d99-9d1c8e6b0d90-vol-type 2018-11-05 22:48:16,153 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-proj 2018-11-05 22:48:16,337 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-proj-role 2018-11-05 22:48:16,553 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-e5bfe4d9-86ae-4e9-user 2018-11-05 22:48:17,952 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-proj 2018-11-05 22:48:19,065 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-user 2018-11-05 22:48:19,263 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-proj-role 2018-11-05 22:48:19,344 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-proj-role to project CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-proj 2018-11-05 22:48:20,262 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-4e1bad49-6ac5-40d8-853e-33f46aaa2198-vol-type 2018-11-05 22:48:21,507 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-4e1bad49-6ac5-40d8-853e-33f46aaa2198-vol 2018-11-05 22:48:21,715 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-4e1bad49-6ac5-40d8-853e-33f46aaa2198-vol 2018-11-05 22:48:21,926 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-4e1bad49-6ac5-40d8-853e-33f46aaa2198-vol 2018-11-05 22:48:25,254 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-4e1bad49-6ac5-40d8-853e-33f46aaa2198-vol 2018-11-05 22:48:25,255 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-4e1bad49-6ac5-40d8-853e-33f46aaa2198-vol-type 2018-11-05 22:48:25,809 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-proj 2018-11-05 22:48:26,015 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-proj-role 2018-11-05 22:48:26,215 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-a0dc87d8-4bc8-4bb-user 2018-11-05 22:48:27,694 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-f59bbedd-89fa-425-proj 2018-11-05 22:48:28,796 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-f59bbedd-89fa-425-user 2018-11-05 22:48:28,994 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-f59bbedd-89fa-425-proj-role 2018-11-05 22:48:29,160 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-f59bbedd-89fa-425-proj-role to project CreateVolumeWithImageTests-f59bbedd-89fa-425-proj 2018-11-05 22:48:32,562 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-fa5742e0-5392-43d0-8fbf-c0fecfc23164-image 2018-11-05 22:48:32,727 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-fa5742e0-5392-43d0-8fbf-c0fecfc23164-image 2018-11-05 22:48:33,724 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-fa5742e0-5392-43d0-8fbf-c0fecfc23164-image 2018-11-05 22:48:36,349 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-f59bbedd-89fa-425-proj 2018-11-05 22:48:36,541 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-f59bbedd-89fa-425-proj-role 2018-11-05 22:48:36,747 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-f59bbedd-89fa-425-user 2018-11-05 22:48:38,143 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-ac8f2c33-4c96-490-proj 2018-11-05 22:48:39,239 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-ac8f2c33-4c96-490-user 2018-11-05 22:48:39,443 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-ac8f2c33-4c96-490-proj-role 2018-11-05 22:48:39,530 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-ac8f2c33-4c96-490-proj-role to project CreateVolumeWithImageTests-ac8f2c33-4c96-490-proj 2018-11-05 22:48:42,368 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-image 2018-11-05 22:48:42,388 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-image 2018-11-05 22:48:44,778 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-vol 2018-11-05 22:48:51,257 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-vol 2018-11-05 22:48:52,236 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-vol 2018-11-05 22:48:56,571 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-vol 2018-11-05 22:48:56,571 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-23194bf1-72f9-44cb-aec8-06a2341c72c4-image 2018-11-05 22:48:58,039 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-ac8f2c33-4c96-490-proj 2018-11-05 22:48:58,274 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-ac8f2c33-4c96-490-proj-role 2018-11-05 22:48:58,471 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-ac8f2c33-4c96-490-user 2018-11-05 22:48:59,910 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-12a4a371-efed-4c2-proj 2018-11-05 22:49:01,089 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-12a4a371-efed-4c2-user 2018-11-05 22:49:01,281 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-12a4a371-efed-4c2-proj-role 2018-11-05 22:49:01,371 - keystone_utils - INFO - Granting role SimpleHealthCheck-12a4a371-efed-4c2-proj-role to project SimpleHealthCheck-12a4a371-efed-4c2-proj 2018-11-05 22:49:04,732 - create_image - INFO - Created image with name - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-image 2018-11-05 22:49:04,891 - create_image - INFO - Image is now active with name - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-image 2018-11-05 22:49:05,463 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-priv-net 2018-11-05 22:49:06,785 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-priv-subnet 2018-11-05 22:49:12,092 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-priv-net 2018-11-05 22:49:13,817 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-inst 2018-11-05 22:49:16,274 - create_instance - INFO - Created instance with name - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-inst 2018-11-05 22:49:23,675 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:49:24,864 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2018-11-05 22:50:22,778 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-05 22:50:22,781 - create_instance - INFO - Deleting Port with ID - d5f134d0-a3e0-40e0-8bd6-cf6f7f199623 2018-11-05 22:50:22,782 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6port-1 2018-11-05 22:50:23,411 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-inst 2018-11-05 22:50:23,595 - create_instance - INFO - Checking deletion status 2018-11-05 22:50:26,925 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-inst 2018-11-05 22:50:26,926 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-priv-subnet 2018-11-05 22:50:26,926 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-priv-subnet 2018-11-05 22:50:29,555 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-priv-net 2018-11-05 22:50:30,978 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-c6960a64-97be-4917-bf28-42d61305dcb6-image 2018-11-05 22:50:32,446 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85aef736-467e-4a2c-900a-726563f46272 2018-11-05 22:50:32,639 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:50:33,081 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-12a4a371-efed-4c2-proj 2018-11-05 22:50:33,380 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-12a4a371-efed-4c2-proj-role 2018-11-05 22:50:33,590 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-12a4a371-efed-4c2-user 2018-11-05 22:50:34,995 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-e06f1337-46fc-4f9-proj 2018-11-05 22:50:36,126 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-e06f1337-46fc-4f9-user 2018-11-05 22:50:36,336 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-e06f1337-46fc-4f9-proj-role 2018-11-05 22:50:36,418 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-e06f1337-46fc-4f9-proj-role to project CreateInstanceTwoNetTests-e06f1337-46fc-4f9-proj 2018-11-05 22:50:39,786 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-be857c5d-dd96-4ed7-af27-3d944a82d6b0 2018-11-05 22:50:39,808 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-be857c5d-dd96-4ed7-af27-3d944a82d6b0 2018-11-05 22:50:40,433 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net1 2018-11-05 22:50:41,549 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-subnet1 2018-11-05 22:50:43,462 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net2 2018-11-05 22:50:44,448 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-subnet2 2018-11-05 22:50:46,756 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:48,059 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-router-port1 for router - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:49,425 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net1 2018-11-05 22:50:50,496 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-router-port1 for router - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:50,496 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:52,606 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-router-port2 for router - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:54,267 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net2 2018-11-05 22:50:55,196 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-router-port2 for router - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:55,196 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:50:58,342 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-sec-grp... 2018-11-05 22:50:58,342 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-sec-grp 2018-11-05 22:50:58,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:50:58,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:50:59,038 - neutron_utils - INFO - Retrieving security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:50:59,240 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:50:59,610 - neutron_utils - INFO - Retrieving security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:50:59,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:50:59,977 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-sec-grp 2018-11-05 22:51:00,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:51:00,758 - neutron_utils - INFO - Retrieving security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:51:00,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d887f0a-f527-42f5-aac0-1fa978a5b60c 2018-11-05 22:51:05,043 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net1 2018-11-05 22:51:06,987 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst1 2018-11-05 22:51:09,295 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst1 2018-11-05 22:51:16,596 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:51:21,550 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net2 2018-11-05 22:51:22,991 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst2 2018-11-05 22:51:26,029 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst2 2018-11-05 22:51:33,392 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:51:34,844 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-11-05 22:51:36,539 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-05 22:51:36,539 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-11-05 22:51:38,072 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-05 22:51:45,938 - create_instance - INFO - Deleting Port with ID - 8f8cf91c-96b9-4b9f-8d74-5e0e39e51cab 2018-11-05 22:51:45,938 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-vm1-port 2018-11-05 22:51:46,580 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst1 2018-11-05 22:51:46,746 - create_instance - INFO - Checking deletion status 2018-11-05 22:51:59,374 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst1 2018-11-05 22:51:59,375 - create_instance - INFO - Deleting Port with ID - 461bcee5-cd33-4bb9-95a6-347284703d28 2018-11-05 22:51:59,375 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-vm2-port 2018-11-05 22:51:59,822 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst2 2018-11-05 22:51:59,991 - create_instance - INFO - Checking deletion status 2018-11-05 22:52:09,795 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-inst2 2018-11-05 22:52:09,847 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router and port CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-router-port1 2018-11-05 22:52:09,848 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:52:10,973 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router and port CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-router-port2 2018-11-05 22:52:10,973 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:52:12,091 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:52:12,092 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-pub-router 2018-11-05 22:52:12,525 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-subnet1 2018-11-05 22:52:12,526 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-subnet1 2018-11-05 22:52:14,937 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net1 2018-11-05 22:52:16,294 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-subnet2 2018-11-05 22:52:16,294 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-subnet2 2018-11-05 22:52:18,957 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-net2 2018-11-05 22:52:20,530 - neutron_utils - INFO - Deleting security group rule with ID - 9e82363a-6740-4201-b2f2-5562a8d421ef 2018-11-05 22:52:20,836 - neutron_utils - INFO - Deleting security group rule with ID - 18452c6b-2e87-434b-a07a-29c8c24296a4 2018-11-05 22:52:20,953 - neutron_utils - INFO - Deleting security group rule with ID - d0f76967-1038-44f7-a506-ad06b74811aa 2018-11-05 22:52:21,200 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-473ff08c-b6c6-4c67-b965-38a3da9a00f8-sec-grp 2018-11-05 22:52:21,541 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-be857c5d-dd96-4ed7-af27-3d944a82d6b0 2018-11-05 22:52:23,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33071e2-bae8-4de9-839a-ddaa3d88f687 2018-11-05 22:52:23,444 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:52:23,763 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-e06f1337-46fc-4f9-proj 2018-11-05 22:52:23,956 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-e06f1337-46fc-4f9-proj-role 2018-11-05 22:52:24,161 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-e06f1337-46fc-4f9-user 2018-11-05 22:52:25,756 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-30789d7f-1d38-4a7-proj 2018-11-05 22:52:26,809 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-30789d7f-1d38-4a7-user 2018-11-05 22:52:27,001 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-30789d7f-1d38-4a7-proj-role 2018-11-05 22:52:27,086 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-30789d7f-1d38-4a7-proj-role to project CreateInstanceSimpleTests-30789d7f-1d38-4a7-proj 2018-11-05 22:52:29,603 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-image 2018-11-05 22:52:29,778 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-image 2018-11-05 22:52:31,138 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-pub-net 2018-11-05 22:52:32,233 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-pub-subnet 2018-11-05 22:52:37,448 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-pub-net 2018-11-05 22:52:39,184 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-inst 2018-11-05 22:52:41,126 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-inst 2018-11-05 22:52:48,212 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:52:53,932 - create_instance - INFO - Deleting Port with ID - ae775587-7b82-4b3f-a900-4527753cfbcb 2018-11-05 22:52:53,932 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-port 2018-11-05 22:52:54,568 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-inst 2018-11-05 22:52:54,721 - create_instance - INFO - Checking deletion status 2018-11-05 22:53:01,141 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-inst 2018-11-05 22:53:01,195 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-pub-subnet 2018-11-05 22:53:01,195 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-pub-subnet 2018-11-05 22:53:03,390 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-pub-net 2018-11-05 22:53:05,018 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-64c0f115-dab5-4ff9-b9fa-cfc8fa4fdfc9-image 2018-11-05 22:53:06,325 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-30789d7f-1d38-4a7-proj 2018-11-05 22:53:06,568 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-30789d7f-1d38-4a7-proj-role 2018-11-05 22:53:06,787 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-30789d7f-1d38-4a7-user 2018-11-05 22:53:08,193 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-5b847e96-326b-441-proj 2018-11-05 22:53:09,193 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-5b847e96-326b-441-user 2018-11-05 22:53:09,391 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-5b847e96-326b-441-proj-role 2018-11-05 22:53:09,478 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-5b847e96-326b-441-proj-role to project CreateInstanceSimpleTests-5b847e96-326b-441-proj 2018-11-05 22:53:13,255 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-image 2018-11-05 22:53:13,419 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-image 2018-11-05 22:53:14,746 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-pub-net 2018-11-05 22:53:15,905 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-pub-subnet 2018-11-05 22:53:20,594 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-pub-net 2018-11-05 22:53:22,193 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-inst 2018-11-05 22:53:24,700 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-inst 2018-11-05 22:53:31,807 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:53:44,760 - create_instance - INFO - Deleting Port with ID - f357c157-0fa3-463c-85f1-2434bf8b81c5 2018-11-05 22:53:44,761 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-port 2018-11-05 22:53:45,443 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-inst 2018-11-05 22:53:45,492 - create_instance - WARNING - Instance already deleted - Instance 153d38c8-9b05-42e5-8f2e-389612b9ba6a could not be found. (HTTP 404) (Request-ID: req-1a83d462-e398-4e45-985e-97776bbd783a) 2018-11-05 22:53:45,493 - create_instance - INFO - Checking deletion status 2018-11-05 22:53:45,543 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-inst 2018-11-05 22:53:45,602 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-pub-subnet 2018-11-05 22:53:45,602 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-pub-subnet 2018-11-05 22:53:48,119 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-pub-net 2018-11-05 22:53:50,013 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-c5d85c9a-e99f-4725-98d1-7a1c4126fa08-image 2018-11-05 22:53:51,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3d4f74b7-d836-49d9-b594-433a45e2958b 2018-11-05 22:53:52,137 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:53:52,491 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-5b847e96-326b-441-proj 2018-11-05 22:53:52,734 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-5b847e96-326b-441-proj-role 2018-11-05 22:53:52,940 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-5b847e96-326b-441-user 2018-11-05 22:53:54,385 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7027f550-bb1b-49d-proj 2018-11-05 22:53:55,510 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7027f550-bb1b-49d-user 2018-11-05 22:53:55,714 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7027f550-bb1b-49d-proj-role 2018-11-05 22:53:55,733 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7027f550-bb1b-49d-proj-role to project CreateInstancePortManipulationTests-7027f550-bb1b-49d-proj 2018-11-05 22:53:58,385 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-image 2018-11-05 22:53:58,404 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-image 2018-11-05 22:53:59,029 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-pub-net 2018-11-05 22:54:00,033 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-pub-subnet 2018-11-05 22:54:05,711 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-pub-net 2018-11-05 22:54:07,592 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-inst 2018-11-05 22:54:09,749 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-inst 2018-11-05 22:54:17,152 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:54:18,522 - create_instance - INFO - Deleting Port with ID - f9b0df4d-0f56-4620-bc5c-cf4735581116 2018-11-05 22:54:18,522 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5port-1 2018-11-05 22:54:19,289 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-inst 2018-11-05 22:54:19,464 - create_instance - INFO - Checking deletion status 2018-11-05 22:54:25,731 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-inst 2018-11-05 22:54:25,782 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-pub-subnet 2018-11-05 22:54:25,783 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-pub-subnet 2018-11-05 22:54:28,191 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-pub-net 2018-11-05 22:54:30,008 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-4573060e-a8f9-49c4-b374-65aaea15fdc5-image 2018-11-05 22:54:31,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5f9eaad-5a5c-4836-bf38-3eec2b88dafc 2018-11-05 22:54:32,076 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:54:32,409 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7027f550-bb1b-49d-proj 2018-11-05 22:54:32,712 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7027f550-bb1b-49d-proj-role 2018-11-05 22:54:32,915 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7027f550-bb1b-49d-user 2018-11-05 22:54:34,439 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-28e7a88c-6d64-418-proj 2018-11-05 22:54:35,511 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-28e7a88c-6d64-418-user 2018-11-05 22:54:35,720 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-28e7a88c-6d64-418-proj-role 2018-11-05 22:54:35,818 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-28e7a88c-6d64-418-proj-role to project CreateInstancePortManipulationTests-28e7a88c-6d64-418-proj 2018-11-05 22:54:39,318 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-image 2018-11-05 22:54:39,483 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-image 2018-11-05 22:54:40,103 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-pub-net 2018-11-05 22:54:41,141 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-pub-subnet 2018-11-05 22:54:46,878 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-pub-net 2018-11-05 22:54:46,956 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-pub-subnet 2018-11-05 22:54:46,956 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-pub-subnet 2018-11-05 22:54:49,266 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-pub-net 2018-11-05 22:54:50,874 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a4dc52b8-b0b7-4817-acec-6175774076e1-image 2018-11-05 22:54:53,521 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51ce0e89-f0f7-43c0-952c-9b1d1cc185ab 2018-11-05 22:54:53,721 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:54:54,054 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-28e7a88c-6d64-418-proj 2018-11-05 22:54:54,401 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-28e7a88c-6d64-418-proj-role 2018-11-05 22:54:54,600 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-28e7a88c-6d64-418-user 2018-11-05 22:54:56,080 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7f98dece-1222-49a-proj 2018-11-05 22:54:57,133 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7f98dece-1222-49a-user 2018-11-05 22:54:57,325 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7f98dece-1222-49a-proj-role 2018-11-05 22:54:57,421 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7f98dece-1222-49a-proj-role to project CreateInstancePortManipulationTests-7f98dece-1222-49a-proj 2018-11-05 22:55:00,810 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-image 2018-11-05 22:55:00,979 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-image 2018-11-05 22:55:01,620 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-pub-net 2018-11-05 22:55:02,992 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-pub-subnet 2018-11-05 22:55:08,627 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-pub-net 2018-11-05 22:55:08,698 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-pub-subnet 2018-11-05 22:55:08,699 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-pub-subnet 2018-11-05 22:55:11,011 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-pub-net 2018-11-05 22:55:12,283 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-64748c25-6b6e-4538-95c6-aba7d139d6ac-image 2018-11-05 22:55:14,661 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0371d4a3-f040-4400-8d79-86d8aa0b3b30 2018-11-05 22:55:14,839 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:55:15,178 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7f98dece-1222-49a-proj 2018-11-05 22:55:15,484 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7f98dece-1222-49a-proj-role 2018-11-05 22:55:15,684 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7f98dece-1222-49a-user 2018-11-05 22:55:17,104 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-71890c71-b0a5-44b-proj 2018-11-05 22:55:18,092 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-71890c71-b0a5-44b-user 2018-11-05 22:55:18,362 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-71890c71-b0a5-44b-proj-role 2018-11-05 22:55:18,445 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-71890c71-b0a5-44b-proj-role to project CreateInstancePortManipulationTests-71890c71-b0a5-44b-proj 2018-11-05 22:55:21,731 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-image 2018-11-05 22:55:21,831 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-image 2018-11-05 22:55:22,462 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-pub-net 2018-11-05 22:55:23,464 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-pub-subnet 2018-11-05 22:55:28,754 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-pub-net 2018-11-05 22:55:29,357 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-pub-subnet 2018-11-05 22:55:29,358 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-pub-subnet 2018-11-05 22:55:31,713 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-pub-net 2018-11-05 22:55:33,320 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-075c91e8-75ed-42a4-8cb9-d13e2d4d8b3f-image 2018-11-05 22:55:35,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 685e400d-fc38-43ab-9321-a09e0a7e1466 2018-11-05 22:55:35,348 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:55:35,677 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-71890c71-b0a5-44b-proj 2018-11-05 22:55:35,945 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-71890c71-b0a5-44b-proj-role 2018-11-05 22:55:36,140 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-71890c71-b0a5-44b-user 2018-11-05 22:55:37,655 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-616b8021-dd78-4b6-proj 2018-11-05 22:55:38,679 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-616b8021-dd78-4b6-user 2018-11-05 22:55:38,894 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-616b8021-dd78-4b6-proj-role 2018-11-05 22:55:38,984 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-616b8021-dd78-4b6-proj-role to project CreateInstancePortManipulationTests-616b8021-dd78-4b6-proj 2018-11-05 22:55:41,550 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-image 2018-11-05 22:55:41,713 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-image 2018-11-05 22:55:42,404 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-pub-net 2018-11-05 22:55:43,366 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-pub-subnet 2018-11-05 22:55:49,186 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-pub-net 2018-11-05 22:55:49,388 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-pub-subnet 2018-11-05 22:55:49,388 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-pub-subnet 2018-11-05 22:55:51,724 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-pub-net 2018-11-05 22:55:53,021 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-de5ba85e-de51-4b45-957e-6b640aa5ed69-image 2018-11-05 22:55:54,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 125d9fdf-a418-4351-bc5e-00f124d460ac 2018-11-05 22:55:55,134 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:55:55,610 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-616b8021-dd78-4b6-proj 2018-11-05 22:55:55,831 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-616b8021-dd78-4b6-proj-role 2018-11-05 22:55:56,033 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-616b8021-dd78-4b6-user 2018-11-05 22:55:57,523 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-425c1fab-3b29-4a5-proj 2018-11-05 22:55:58,668 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-425c1fab-3b29-4a5-user 2018-11-05 22:55:58,864 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-425c1fab-3b29-4a5-proj-role 2018-11-05 22:55:58,882 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-425c1fab-3b29-4a5-proj-role to project CreateInstancePortManipulationTests-425c1fab-3b29-4a5-proj 2018-11-05 22:56:02,396 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-image 2018-11-05 22:56:02,567 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-image 2018-11-05 22:56:03,192 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-pub-net 2018-11-05 22:56:04,200 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-pub-subnet 2018-11-05 22:56:09,191 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-pub-net 2018-11-05 22:56:10,923 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-inst 2018-11-05 22:56:13,366 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-inst 2018-11-05 22:56:20,679 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:56:22,293 - create_instance - INFO - Deleting Port with ID - 7d1563c6-71fe-40e4-9a49-a4afcf737aec 2018-11-05 22:56:22,294 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8feport-1 2018-11-05 22:56:22,891 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-inst 2018-11-05 22:56:23,058 - create_instance - INFO - Checking deletion status 2018-11-05 22:56:26,436 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-inst 2018-11-05 22:56:26,490 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-pub-subnet 2018-11-05 22:56:26,490 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-pub-subnet 2018-11-05 22:56:28,839 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-pub-net 2018-11-05 22:56:30,287 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ee48a82e-4a1d-4653-a89a-72205a8bb8fe-image 2018-11-05 22:56:32,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba416ab9-ce4a-464d-bb13-499ffe69daee 2018-11-05 22:56:32,416 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:56:32,756 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-425c1fab-3b29-4a5-proj 2018-11-05 22:56:33,053 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-425c1fab-3b29-4a5-proj-role 2018-11-05 22:56:33,248 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-425c1fab-3b29-4a5-user 2018-11-05 22:56:34,709 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-proj 2018-11-05 22:56:35,859 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-user 2018-11-05 22:56:36,050 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-proj-role 2018-11-05 22:56:36,139 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-proj-role to project CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-proj 2018-11-05 22:56:39,646 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-image 2018-11-05 22:56:39,807 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-image 2018-11-05 22:56:40,453 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-pub-net 2018-11-05 22:56:41,456 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-pub-subnet 2018-11-05 22:56:47,327 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-pub-net 2018-11-05 22:56:49,139 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-inst 2018-11-05 22:56:51,318 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-inst 2018-11-05 22:56:58,898 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:57:00,524 - create_instance - INFO - Deleting Port with ID - 3c2fc8ae-a5e6-411a-b7db-3a0c897570e2 2018-11-05 22:57:00,524 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0port-1 2018-11-05 22:57:01,318 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-inst 2018-11-05 22:57:01,556 - create_instance - INFO - Checking deletion status 2018-11-05 22:57:08,243 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-inst 2018-11-05 22:57:08,292 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-pub-subnet 2018-11-05 22:57:08,292 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-pub-subnet 2018-11-05 22:57:10,652 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-pub-net 2018-11-05 22:57:12,024 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8dccfeb4-9a9a-4399-9153-83aca727d9f0-image 2018-11-05 22:57:14,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f49abfd4-bb77-456e-a95b-442bf4797ff4 2018-11-05 22:57:14,515 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:57:15,016 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-proj 2018-11-05 22:57:15,324 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-proj-role 2018-11-05 22:57:15,529 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-00b32b3a-89bd-4d7-user 2018-11-05 22:57:17,087 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-29eee39e-67e7-421-proj 2018-11-05 22:57:18,297 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-29eee39e-67e7-421-user 2018-11-05 22:57:18,506 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-29eee39e-67e7-421-proj-role 2018-11-05 22:57:18,677 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-29eee39e-67e7-421-proj-role to project CreateInstancePortManipulationTests-29eee39e-67e7-421-proj 2018-11-05 22:57:22,095 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-image 2018-11-05 22:57:22,113 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-image 2018-11-05 22:57:22,737 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-pub-net 2018-11-05 22:57:23,926 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-pub-subnet 2018-11-05 22:57:29,003 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-pub-net 2018-11-05 22:57:30,770 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-inst 2018-11-05 22:57:32,761 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-inst 2018-11-05 22:57:40,196 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:57:41,365 - create_instance - INFO - Deleting Port with ID - 7117cd88-215e-495f-92b7-5f9f91eab4fe 2018-11-05 22:57:41,365 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063dport-1 2018-11-05 22:57:41,972 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-inst 2018-11-05 22:57:42,142 - create_instance - INFO - Checking deletion status 2018-11-05 22:57:48,546 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-inst 2018-11-05 22:57:48,598 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-pub-subnet 2018-11-05 22:57:48,598 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-pub-subnet 2018-11-05 22:57:51,127 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-pub-net 2018-11-05 22:57:52,820 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b3062eb5-d8a3-4bd5-9f1a-a385719b063d-image 2018-11-05 22:57:54,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b4b933b-c4b2-4424-beda-23fad7795009 2018-11-05 22:57:55,020 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:57:55,668 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-29eee39e-67e7-421-proj 2018-11-05 22:57:55,988 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-29eee39e-67e7-421-proj-role 2018-11-05 22:57:56,202 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-29eee39e-67e7-421-user 2018-11-05 22:57:57,667 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fff1aa27-6846-4f5-proj 2018-11-05 22:57:58,805 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fff1aa27-6846-4f5-user 2018-11-05 22:57:59,015 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fff1aa27-6846-4f5-proj-role 2018-11-05 22:57:59,097 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fff1aa27-6846-4f5-proj-role to project CreateInstancePortManipulationTests-fff1aa27-6846-4f5-proj 2018-11-05 22:58:02,297 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-image 2018-11-05 22:58:02,316 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-image 2018-11-05 22:58:02,951 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-pub-net 2018-11-05 22:58:03,874 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-pub-subnet 2018-11-05 22:58:09,572 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-pub-net 2018-11-05 22:58:11,752 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-inst 2018-11-05 22:58:14,139 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-inst 2018-11-05 22:58:21,479 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:58:22,907 - create_instance - INFO - Deleting Port with ID - e28168bc-5f62-4945-8ef8-5be5d08fe25b 2018-11-05 22:58:22,907 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0port-1 2018-11-05 22:58:23,393 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-inst 2018-11-05 22:58:23,586 - create_instance - INFO - Checking deletion status 2018-11-05 22:58:30,666 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-inst 2018-11-05 22:58:30,705 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-pub-subnet 2018-11-05 22:58:30,705 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-pub-subnet 2018-11-05 22:58:33,226 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-pub-net 2018-11-05 22:58:34,941 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-65a236de-b3d0-48c1-b28d-8b8dae6ad9d0-image 2018-11-05 22:58:37,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6e10603-4912-423c-b244-15a354067d3d 2018-11-05 22:58:37,752 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:58:38,473 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fff1aa27-6846-4f5-proj 2018-11-05 22:58:38,768 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fff1aa27-6846-4f5-proj-role 2018-11-05 22:58:38,979 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fff1aa27-6846-4f5-user 2018-11-05 22:58:40,417 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-bb863055-87ab-429-proj 2018-11-05 22:58:41,650 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-bb863055-87ab-429-user 2018-11-05 22:58:41,859 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-bb863055-87ab-429-proj-role 2018-11-05 22:58:41,950 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-bb863055-87ab-429-proj-role to project CreateInstancePortManipulationTests-bb863055-87ab-429-proj 2018-11-05 22:58:45,382 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-image 2018-11-05 22:58:45,535 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-image 2018-11-05 22:58:46,535 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-pub-net 2018-11-05 22:58:47,573 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-pub-subnet 2018-11-05 22:58:49,987 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6dnet2 2018-11-05 22:58:50,882 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-subnet1 2018-11-05 22:58:51,900 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-subnet2 2018-11-05 22:58:57,672 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6dnet2 2018-11-05 22:59:00,455 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-inst 2018-11-05 22:59:03,122 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-inst 2018-11-05 22:59:10,442 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:59:11,403 - create_instance - INFO - Deleting Port with ID - 48084861-7e5b-4931-b465-af031cdbb5e0 2018-11-05 22:59:11,403 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6dport-1 2018-11-05 22:59:12,061 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-inst 2018-11-05 22:59:12,244 - create_instance - INFO - Checking deletion status 2018-11-05 22:59:15,538 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-inst 2018-11-05 22:59:15,580 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-pub-subnet 2018-11-05 22:59:15,580 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-pub-subnet 2018-11-05 22:59:18,092 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-pub-net 2018-11-05 22:59:19,378 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-subnet1 2018-11-05 22:59:19,378 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-subnet1 2018-11-05 22:59:21,906 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-subnet2 2018-11-05 22:59:21,906 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-subnet2 2018-11-05 22:59:24,394 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6dnet2 2018-11-05 22:59:25,519 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2c533e62-7ad2-4007-a298-e30f39ad8c6d-image 2018-11-05 22:59:26,769 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 659dee05-3196-4f22-8c3a-b91bb6c581b4 2018-11-05 22:59:26,955 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 22:59:27,482 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-bb863055-87ab-429-proj 2018-11-05 22:59:27,737 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-bb863055-87ab-429-proj-role 2018-11-05 22:59:27,932 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-bb863055-87ab-429-user 2018-11-05 22:59:29,399 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-9e4c8d97-7589-458-proj 2018-11-05 22:59:30,501 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-9e4c8d97-7589-458-user 2018-11-05 22:59:30,710 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-9e4c8d97-7589-458-proj-role 2018-11-05 22:59:30,802 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-9e4c8d97-7589-458-proj-role to project InstanceSecurityGroupTests-9e4c8d97-7589-458-proj 2018-11-05 22:59:34,169 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-image 2018-11-05 22:59:34,325 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-image 2018-11-05 22:59:34,963 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-pub-net 2018-11-05 22:59:36,317 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-pub-subnet 2018-11-05 22:59:44,423 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-pub-net 2018-11-05 22:59:46,792 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-inst 2018-11-05 22:59:49,447 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-inst 2018-11-05 22:59:54,308 - create_instance - INFO - VM is - ACTIVE 2018-11-05 22:59:56,298 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-name... 2018-11-05 22:59:56,298 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-name 2018-11-05 22:59:56,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:56,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,049 - neutron_utils - INFO - Retrieving security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,128 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,299 - neutron_utils - INFO - Retrieving security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,520 - neutron_utils - INFO - Retrieving security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c36a0bb-4745-4d60-b868-3d6e9fd8db3e 2018-11-05 22:59:57,882 - neutron_utils - INFO - Deleting security group rule with ID - 952326da-029a-4048-937c-48d219b519f8 2018-11-05 22:59:58,135 - neutron_utils - INFO - Deleting security group rule with ID - ad74409b-7b44-4273-a702-c57580b1c05c 2018-11-05 22:59:58,780 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-name 2018-11-05 23:00:02,566 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:00:06,056 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-name] - Security group InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-name is not found for project b06d4e8dd2f2453aa683bac35d91369a (HTTP 404) (Request-ID: req-791c84df-2d81-4e3e-84fa-afd1c9f40c84) 2018-11-05 23:00:06,056 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-name is not found for project b06d4e8dd2f2453aa683bac35d91369a (HTTP 404) (Request-ID: req-791c84df-2d81-4e3e-84fa-afd1c9f40c84) 2018-11-05 23:00:08,424 - create_instance - INFO - Deleting Port with ID - b1f2e566-8d4d-45da-9663-a7607dc91264 2018-11-05 23:00:08,424 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-port 2018-11-05 23:00:09,392 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-inst 2018-11-05 23:00:09,598 - create_instance - INFO - Checking deletion status 2018-11-05 23:00:16,661 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-inst 2018-11-05 23:00:16,712 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-pub-subnet 2018-11-05 23:00:16,712 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-pub-subnet 2018-11-05 23:00:19,145 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-pub-net 2018-11-05 23:00:20,750 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5f315a54-6fe2-4915-b171-f597d817089b-image 2018-11-05 23:00:22,342 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a60e7e0-e7e5-498d-9ca0-ed623512527a 2018-11-05 23:00:22,522 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:00:22,834 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-9e4c8d97-7589-458-proj 2018-11-05 23:00:23,264 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-9e4c8d97-7589-458-proj-role 2018-11-05 23:00:23,473 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-9e4c8d97-7589-458-user 2018-11-05 23:00:24,878 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-1782aadf-1f1b-46c-proj 2018-11-05 23:00:25,873 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-1782aadf-1f1b-46c-user 2018-11-05 23:00:26,160 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-1782aadf-1f1b-46c-proj-role 2018-11-05 23:00:26,256 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-1782aadf-1f1b-46c-proj-role to project InstanceSecurityGroupTests-1782aadf-1f1b-46c-proj 2018-11-05 23:00:30,457 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-image 2018-11-05 23:00:30,624 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-image 2018-11-05 23:00:31,189 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-pub-net 2018-11-05 23:00:32,261 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-pub-subnet 2018-11-05 23:00:35,061 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-name... 2018-11-05 23:00:35,061 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-name 2018-11-05 23:00:35,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:36,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:36,270 - neutron_utils - INFO - Retrieving security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:36,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:36,948 - neutron_utils - INFO - Retrieving security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:37,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:37,307 - neutron_utils - INFO - Retrieving security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:37,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb539249-3bd3-46fa-9c14-3ddce2a4bc55 2018-11-05 23:00:41,057 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-pub-net 2018-11-05 23:00:43,065 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-inst 2018-11-05 23:00:45,509 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-inst 2018-11-05 23:00:52,745 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:00:54,896 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:00:59,991 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:01:03,525 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-name] already added to VM [InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-inst] 2018-11-05 23:01:05,077 - create_instance - INFO - Deleting Port with ID - ebf7a5c4-ca13-4895-89b9-4ba2dfffe411 2018-11-05 23:01:05,077 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-port 2018-11-05 23:01:05,511 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-inst 2018-11-05 23:01:05,652 - create_instance - INFO - Checking deletion status 2018-11-05 23:01:15,731 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-inst 2018-11-05 23:01:15,732 - neutron_utils - INFO - Deleting security group rule with ID - 635332ee-4817-4a77-ad6f-d95e6a4415fe 2018-11-05 23:01:15,998 - neutron_utils - INFO - Deleting security group rule with ID - 69a156a8-1ecf-4646-87bd-211323146512 2018-11-05 23:01:16,265 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-name 2018-11-05 23:01:16,670 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-pub-subnet 2018-11-05 23:01:16,671 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-pub-subnet 2018-11-05 23:01:19,196 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-pub-net 2018-11-05 23:01:20,608 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-6411fa42-baf2-4e17-aea5-78a6e9f94ee8-image 2018-11-05 23:01:23,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6d89d7d-ccb8-4008-829e-26b90ab77e78 2018-11-05 23:01:23,196 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:01:23,522 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-1782aadf-1f1b-46c-proj 2018-11-05 23:01:23,714 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-1782aadf-1f1b-46c-proj-role 2018-11-05 23:01:23,932 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-1782aadf-1f1b-46c-user 2018-11-05 23:01:25,411 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-proj 2018-11-05 23:01:26,554 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-user 2018-11-05 23:01:26,765 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-proj-role 2018-11-05 23:01:26,854 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-proj-role to project InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-proj 2018-11-05 23:01:30,383 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-image 2018-11-05 23:01:30,553 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-image 2018-11-05 23:01:31,122 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-pub-net 2018-11-05 23:01:32,199 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-pub-subnet 2018-11-05 23:01:38,115 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-pub-net 2018-11-05 23:01:39,632 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-inst 2018-11-05 23:01:41,424 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-inst 2018-11-05 23:01:48,870 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:01:50,382 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-name... 2018-11-05 23:01:50,383 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-name 2018-11-05 23:01:50,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:50,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:50,935 - neutron_utils - INFO - Retrieving security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:51,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:51,152 - neutron_utils - INFO - Retrieving security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:51,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:51,529 - neutron_utils - INFO - Retrieving security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:51,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb330c16-b1aa-44f1-8306-030e71c0f3db 2018-11-05 23:01:54,730 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:02:00,978 - create_instance - INFO - Deleting Port with ID - dd70413e-943b-4d4c-8f2a-6a22b3aff70e 2018-11-05 23:02:00,978 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-port 2018-11-05 23:02:01,416 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-inst 2018-11-05 23:02:01,563 - create_instance - INFO - Checking deletion status 2018-11-05 23:02:04,901 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-inst 2018-11-05 23:02:04,902 - neutron_utils - INFO - Deleting security group rule with ID - ce562cb5-ece0-41f0-8a6c-12ccd799d4d2 2018-11-05 23:02:05,185 - neutron_utils - INFO - Deleting security group rule with ID - cb0418aa-3536-43d8-b4a3-59c6c2704bf5 2018-11-05 23:02:05,450 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-name 2018-11-05 23:02:05,850 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-pub-subnet 2018-11-05 23:02:05,851 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-pub-subnet 2018-11-05 23:02:08,227 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-pub-net 2018-11-05 23:02:09,632 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-3fca7a28-f6d5-4622-8d64-5c1b24164af8-image 2018-11-05 23:02:11,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a71d69a9-5ab5-4e1e-8f1b-0cf5d5a20e97 2018-11-05 23:02:11,303 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:02:11,614 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-proj 2018-11-05 23:02:11,852 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-proj-role 2018-11-05 23:02:12,054 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-4b9e4c5c-3dbd-40a-user 2018-11-05 23:02:13,459 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-fb3283e7-b94f-48f-proj 2018-11-05 23:02:14,521 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-fb3283e7-b94f-48f-user 2018-11-05 23:02:14,723 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-fb3283e7-b94f-48f-proj-role 2018-11-05 23:02:14,810 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-fb3283e7-b94f-48f-proj-role to project InstanceSecurityGroupTests-fb3283e7-b94f-48f-proj 2018-11-05 23:02:18,682 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-image 2018-11-05 23:02:19,239 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-image 2018-11-05 23:02:19,865 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-pub-net 2018-11-05 23:02:20,922 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-pub-subnet 2018-11-05 23:02:23,406 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-name... 2018-11-05 23:02:23,406 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-name 2018-11-05 23:02:23,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,050 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,213 - neutron_utils - INFO - Retrieving security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,583 - neutron_utils - INFO - Retrieving security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,633 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,797 - neutron_utils - INFO - Retrieving security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:24,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b3ecb7b-b8a9-439c-9cec-a0ec666025e7 2018-11-05 23:02:28,748 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-pub-net 2018-11-05 23:02:30,455 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-inst 2018-11-05 23:02:32,755 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-inst 2018-11-05 23:02:40,283 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:02:42,103 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:02:46,165 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:02:52,109 - create_instance - INFO - Deleting Port with ID - 3f214e89-102e-4a8c-beb4-522868a467d3 2018-11-05 23:02:52,109 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-port 2018-11-05 23:02:52,565 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-inst 2018-11-05 23:02:52,761 - create_instance - INFO - Checking deletion status 2018-11-05 23:02:55,996 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-inst 2018-11-05 23:02:55,997 - neutron_utils - INFO - Deleting security group rule with ID - bfb44504-6c86-4970-a94c-b35ab409dab8 2018-11-05 23:02:56,263 - neutron_utils - INFO - Deleting security group rule with ID - f1025f72-4a50-4455-9bb3-c520f1d0a107 2018-11-05 23:02:56,501 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-name 2018-11-05 23:02:56,689 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-pub-subnet 2018-11-05 23:02:56,689 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-pub-subnet 2018-11-05 23:02:58,930 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-pub-net 2018-11-05 23:03:00,308 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-fdb1feef-8ffa-4361-956f-134ab0876be8-image 2018-11-05 23:03:02,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db6d364-6608-4620-8253-9ca18c46033c 2018-11-05 23:03:02,745 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:03:03,107 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-fb3283e7-b94f-48f-proj 2018-11-05 23:03:03,397 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-fb3283e7-b94f-48f-proj-role 2018-11-05 23:03:03,589 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-fb3283e7-b94f-48f-user 2018-11-05 23:03:05,040 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-c6836142-7d4b-463-proj 2018-11-05 23:03:06,166 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-c6836142-7d4b-463-user 2018-11-05 23:03:06,376 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-c6836142-7d4b-463-proj-role 2018-11-05 23:03:06,397 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-c6836142-7d4b-463-proj-role to project InstanceSecurityGroupTests-c6836142-7d4b-463-proj 2018-11-05 23:03:10,173 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-image 2018-11-05 23:03:10,332 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-image 2018-11-05 23:03:10,877 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-pub-net 2018-11-05 23:03:11,806 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-pub-subnet 2018-11-05 23:03:15,010 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-name... 2018-11-05 23:03:15,011 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-name 2018-11-05 23:03:15,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:15,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:15,957 - neutron_utils - INFO - Retrieving security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:16,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:16,309 - neutron_utils - INFO - Retrieving security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:16,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:16,673 - neutron_utils - INFO - Retrieving security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:17,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1bd2f7c-49fc-4a58-9363-69182913955b 2018-11-05 23:03:20,634 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-pub-net 2018-11-05 23:03:22,083 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-inst 2018-11-05 23:03:25,234 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-inst 2018-11-05 23:03:33,262 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:03:37,868 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:03:40,549 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-name not associated with the instance dd5f2f21-b62f-48df-b416-a70cb0e218ee (HTTP 404) (Request-ID: req-2ba33b7b-37dd-48c4-b991-c2fbbd8fb35a) 2018-11-05 23:03:42,514 - create_instance - INFO - Deleting Port with ID - c08a6015-5f30-41ca-8d18-bcc41e4ea362 2018-11-05 23:03:42,515 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-port 2018-11-05 23:03:43,109 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-inst 2018-11-05 23:03:43,444 - create_instance - INFO - Checking deletion status 2018-11-05 23:03:46,731 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-inst 2018-11-05 23:03:46,732 - neutron_utils - INFO - Deleting security group rule with ID - f797e6c5-4d01-403a-b538-2d1ebe8617af 2018-11-05 23:03:46,979 - neutron_utils - INFO - Deleting security group rule with ID - 12953a3d-eea9-4e5b-a17e-613a78224f65 2018-11-05 23:03:47,232 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-name 2018-11-05 23:03:47,432 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-pub-subnet 2018-11-05 23:03:47,432 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-pub-subnet 2018-11-05 23:03:49,923 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-pub-net 2018-11-05 23:03:51,309 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-4b80951b-8f87-41e4-a38d-83617d4a61d3-image 2018-11-05 23:03:53,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1809e0bd-bcd8-4208-b390-9857172d1cbd 2018-11-05 23:03:53,237 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:03:53,589 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-c6836142-7d4b-463-proj 2018-11-05 23:03:53,829 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-c6836142-7d4b-463-proj-role 2018-11-05 23:03:54,029 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-c6836142-7d4b-463-user 2018-11-05 23:03:55,454 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-proj 2018-11-05 23:03:56,520 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-user 2018-11-05 23:03:56,819 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-proj-role 2018-11-05 23:03:56,840 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-proj-role to project CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-proj 2018-11-05 23:03:57,597 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-net 2018-11-05 23:03:58,437 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-subnet 2018-11-05 23:04:04,032 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-image 2018-11-05 23:04:04,582 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-image 2018-11-05 23:04:08,127 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-net 2018-11-05 23:04:09,932 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-05 23:04:13,009 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-05 23:04:20,501 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:04:27,932 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-net 2018-11-05 23:04:29,540 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-05 23:04:31,838 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-05 23:04:38,687 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:04:42,419 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:04:44,889 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:04:46,340 - create_instance - INFO - Deleting Port with ID - 9e9d026a-91b6-4ce2-910b-000f97f4abfd 2018-11-05 23:04:46,341 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5port-1 2018-11-05 23:04:46,819 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-05 23:04:46,965 - create_instance - INFO - Checking deletion status 2018-11-05 23:04:50,641 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-05 23:04:50,642 - create_instance - INFO - Deleting Port with ID - 9a6fe610-539f-4de8-865e-99349d90513e 2018-11-05 23:04:50,643 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5port-2 2018-11-05 23:04:51,224 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-05 23:04:51,379 - create_instance - INFO - Checking deletion status 2018-11-05 23:04:54,671 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-05 23:04:54,733 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-subnet 2018-11-05 23:04:54,733 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-subnet 2018-11-05 23:04:57,069 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-priv-net 2018-11-05 23:04:58,549 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-cda837f0-09cf-40e7-9b80-02952ff01ab5-image 2018-11-05 23:05:00,507 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-proj 2018-11-05 23:05:00,745 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-proj-role 2018-11-05 23:05:00,946 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-e0b6d096-3f27-4a6-user 2018-11-05 23:05:02,473 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-69d6f753-37ee-407-proj 2018-11-05 23:05:03,556 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-69d6f753-37ee-407-user 2018-11-05 23:05:03,760 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-69d6f753-37ee-407-proj-role 2018-11-05 23:05:03,778 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-69d6f753-37ee-407-proj-role to project CreateInstanceFromThreePartImage-69d6f753-37ee-407-proj 2018-11-05 23:05:03,901 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-11-05 23:05:07,192 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77 2018-11-05 23:05:07,214 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77 2018-11-05 23:05:08,606 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-pub-net 2018-11-05 23:05:09,526 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-pub-subnet 2018-11-05 23:05:14,611 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-pub-net 2018-11-05 23:05:16,263 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-inst 2018-11-05 23:05:18,384 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-inst 2018-11-05 23:05:26,044 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:05:27,028 - create_instance - INFO - Deleting Port with ID - 8a96149e-4eaf-469e-a329-291a6ec84173 2018-11-05 23:05:27,028 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-port 2018-11-05 23:05:27,596 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-inst 2018-11-05 23:05:27,744 - create_instance - INFO - Checking deletion status 2018-11-05 23:05:31,185 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-inst 2018-11-05 23:05:31,260 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-pub-subnet 2018-11-05 23:05:31,260 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-pub-subnet 2018-11-05 23:05:33,754 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77-pub-net 2018-11-05 23:05:35,106 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-3a8b6a21-5750-401c-8b85-b93c20290a77 2018-11-05 23:05:36,808 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19861d29-38e8-4ff2-84da-0f4c7fbacd3c 2018-11-05 23:05:36,986 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:05:37,317 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-69d6f753-37ee-407-proj 2018-11-05 23:05:37,559 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-69d6f753-37ee-407-proj-role 2018-11-05 23:05:37,784 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-69d6f753-37ee-407-user 2018-11-05 23:05:39,203 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-fee99dab-18fc-410-proj 2018-11-05 23:05:40,264 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-fee99dab-18fc-410-user 2018-11-05 23:05:40,467 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-fee99dab-18fc-410-proj-role 2018-11-05 23:05:40,488 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-fee99dab-18fc-410-proj-role to project CreateInstanceVolumeTests-fee99dab-18fc-410-proj 2018-11-05 23:05:44,739 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-image 2018-11-05 23:05:44,759 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-image 2018-11-05 23:05:46,071 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-pub-net 2018-11-05 23:05:47,114 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-pub-subnet 2018-11-05 23:05:50,137 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-1 2018-11-05 23:05:53,402 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-1 2018-11-05 23:05:54,972 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-2 2018-11-05 23:05:55,538 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-2 2018-11-05 23:05:58,667 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-pub-net 2018-11-05 23:06:00,226 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-inst 2018-11-05 23:06:03,597 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-inst 2018-11-05 23:06:11,300 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:06:13,526 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:06:19,366 - create_instance - INFO - Deleting Port with ID - 1a739a40-ad69-4f9f-a791-972335d97c62 2018-11-05 23:06:19,366 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-port 2018-11-05 23:06:25,163 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-inst 2018-11-05 23:06:25,294 - create_instance - INFO - Checking deletion status 2018-11-05 23:06:28,749 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-inst 2018-11-05 23:06:28,793 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-pub-subnet 2018-11-05 23:06:28,793 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-pub-subnet 2018-11-05 23:06:31,339 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-pub-net 2018-11-05 23:06:32,935 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-2 2018-11-05 23:06:36,909 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-2 2018-11-05 23:06:36,964 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-1 2018-11-05 23:06:38,121 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-1 2018-11-05 23:06:38,122 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-46e8b2b7-e39b-4855-8a7e-30486cb1f506-image 2018-11-05 23:06:39,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb883990-a8df-4244-b291-a8d29b065fdc 2018-11-05 23:06:40,003 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:06:40,323 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-fee99dab-18fc-410-proj 2018-11-05 23:06:40,572 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-fee99dab-18fc-410-proj-role 2018-11-05 23:06:40,776 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-fee99dab-18fc-410-user 2018-11-05 23:06:42,234 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-072ec3ad-701c-418-proj 2018-11-05 23:06:43,360 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-072ec3ad-701c-418-user 2018-11-05 23:06:43,557 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-072ec3ad-701c-418-proj-role 2018-11-05 23:06:43,647 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-072ec3ad-701c-418-proj-role to project CreateInstanceVolumeTests-072ec3ad-701c-418-proj 2018-11-05 23:06:48,782 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-image 2018-11-05 23:06:48,800 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-image 2018-11-05 23:06:50,153 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-pub-net 2018-11-05 23:06:51,073 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-pub-subnet 2018-11-05 23:06:54,033 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-1 2018-11-05 23:06:54,240 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-1 2018-11-05 23:06:55,852 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-2 2018-11-05 23:06:56,043 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-2 2018-11-05 23:06:59,756 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-pub-net 2018-11-05 23:07:01,207 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-inst 2018-11-05 23:07:04,139 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-inst 2018-11-05 23:07:11,919 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:07:13,651 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:07:19,374 - create_instance - INFO - VM is - ACTIVE 2018-11-05 23:07:24,674 - create_instance - INFO - Deleting Port with ID - c46652bc-21c5-4a72-9894-909c7b8c6378 2018-11-05 23:07:24,674 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-port 2018-11-05 23:07:34,842 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-inst 2018-11-05 23:07:34,977 - create_instance - INFO - Checking deletion status 2018-11-05 23:07:38,418 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-inst 2018-11-05 23:07:38,464 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-pub-subnet 2018-11-05 23:07:38,464 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-pub-subnet 2018-11-05 23:07:40,826 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-pub-net 2018-11-05 23:07:42,661 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-2 2018-11-05 23:07:43,434 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-2 2018-11-05 23:07:43,629 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-1 2018-11-05 23:07:48,386 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-1 2018-11-05 23:07:48,387 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-1b6bf431-767c-4ce8-be08-7cf3ac924ef7-image 2018-11-05 23:07:50,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cbc0cc2-9d05-4545-a1b1-72d40f5e2d41 2018-11-05 23:07:50,605 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:07:50,936 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-072ec3ad-701c-418-proj 2018-11-05 23:07:51,189 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-072ec3ad-701c-418-proj-role 2018-11-05 23:07:51,384 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-072ec3ad-701c-418-user 2018-11-05 23:07:52,845 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-de7311ab-8d93-4e9-proj 2018-11-05 23:07:54,403 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-de7311ab-8d93-4e9-proj 2018-11-05 23:07:54,529 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-de7311ab-8d93-4e9-user 2018-11-05 23:07:54,726 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-de7311ab-8d93-4e9-proj-role 2018-11-05 23:07:54,816 - keystone_utils - INFO - Granting role CreateStackSuccessTests-de7311ab-8d93-4e9-proj-role to project CreateStackSuccessTests-de7311ab-8d93-4e9-proj 2018-11-05 23:07:58,340 - create_image - INFO - Created image with name - CreateStackSuccessTests-e464d7bc-2e9c-487e-896d-3e4005694d73-image 2018-11-05 23:07:58,511 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-e464d7bc-2e9c-487e-896d-3e4005694d73-image 2018-11-05 23:08:03,102 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-e464d7bc-2e9c-487e-896d-3e4005694d73-stack 2018-11-05 23:08:18,494 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-e464d7bc-2e9c-487e-896d-3e4005694d73-stack 2018-11-05 23:08:30,262 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-e464d7bc-2e9c-487e-896d-3e4005694d73-stack 2018-11-05 23:08:30,452 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-e464d7bc-2e9c-487e-896d-3e4005694d73-image 2018-11-05 23:08:32,884 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6cbcc3a8-0d8c-49b1-b163-3eda37e64a1d 2018-11-05 23:08:33,077 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:08:33,507 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-de7311ab-8d93-4e9-proj 2018-11-05 23:08:33,800 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-de7311ab-8d93-4e9-proj-role 2018-11-05 23:08:34,007 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-de7311ab-8d93-4e9-user 2018-11-05 23:08:35,480 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-f0f02207-d375-438-proj 2018-11-05 23:08:37,080 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-f0f02207-d375-438-proj 2018-11-05 23:08:37,206 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-f0f02207-d375-438-user 2018-11-05 23:08:37,402 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-f0f02207-d375-438-proj-role 2018-11-05 23:08:37,491 - keystone_utils - INFO - Granting role CreateStackSuccessTests-f0f02207-d375-438-proj-role to project CreateStackSuccessTests-f0f02207-d375-438-proj 2018-11-05 23:08:39,903 - create_image - INFO - Created image with name - CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-image 2018-11-05 23:08:40,079 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-image 2018-11-05 23:08:44,385 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-stack 2018-11-05 23:08:58,625 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-stack 2018-11-05 23:09:00,173 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-stack 2018-11-05 23:09:00,173 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-stack 2018-11-05 23:09:00,173 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-stack 2018-11-05 23:09:14,626 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-stack 2018-11-05 23:09:14,679 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2bb3b5b9-6870-41a8-ad4e-c79663a04639-image 2018-11-05 23:09:16,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d48d1a32-dd71-4c53-a68c-7d2a0622b28d 2018-11-05 23:09:17,120 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:09:17,454 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-f0f02207-d375-438-proj 2018-11-05 23:09:17,716 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-f0f02207-d375-438-proj-role 2018-11-05 23:09:17,922 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-f0f02207-d375-438-user 2018-11-05 23:09:19,330 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c213f797-e00d-4d0-proj 2018-11-05 23:09:20,902 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c213f797-e00d-4d0-proj 2018-11-05 23:09:21,045 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c213f797-e00d-4d0-user 2018-11-05 23:09:21,234 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c213f797-e00d-4d0-proj-role 2018-11-05 23:09:21,326 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c213f797-e00d-4d0-proj-role to project CreateStackSuccessTests-c213f797-e00d-4d0-proj 2018-11-05 23:09:25,014 - create_image - INFO - Created image with name - CreateStackSuccessTests-2f64dc3f-9c0a-453c-bce3-177c66f95137-image 2018-11-05 23:09:25,180 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2f64dc3f-9c0a-453c-bce3-177c66f95137-image 2018-11-05 23:09:29,975 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2f64dc3f-9c0a-453c-bce3-177c66f95137-stack 2018-11-05 23:09:29,975 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-11-05 23:09:30,332 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-11-05 23:09:30,332 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2f64dc3f-9c0a-453c-bce3-177c66f95137-stack 2018-11-05 23:09:35,068 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2f64dc3f-9c0a-453c-bce3-177c66f95137-stack 2018-11-05 23:09:35,653 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2f64dc3f-9c0a-453c-bce3-177c66f95137-image 2018-11-05 23:09:38,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 69e6cbd4-4f61-4ed5-866c-814e7b3df533 2018-11-05 23:09:38,559 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:09:38,882 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c213f797-e00d-4d0-proj 2018-11-05 23:09:39,244 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c213f797-e00d-4d0-proj-role 2018-11-05 23:09:39,446 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c213f797-e00d-4d0-user 2018-11-05 23:09:40,869 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-01f2eacc-e7e5-45c-proj 2018-11-05 23:09:42,413 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-01f2eacc-e7e5-45c-proj 2018-11-05 23:09:42,562 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-01f2eacc-e7e5-45c-user 2018-11-05 23:09:42,756 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-01f2eacc-e7e5-45c-proj-role 2018-11-05 23:09:42,846 - keystone_utils - INFO - Granting role CreateStackSuccessTests-01f2eacc-e7e5-45c-proj-role to project CreateStackSuccessTests-01f2eacc-e7e5-45c-proj 2018-11-05 23:09:45,912 - create_image - INFO - Created image with name - CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-image 2018-11-05 23:09:45,931 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-image 2018-11-05 23:09:50,661 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-stack 2018-11-05 23:10:04,987 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-stack 2018-11-05 23:10:06,327 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-stack 2018-11-05 23:10:16,402 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-stack 2018-11-05 23:10:16,607 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-87af7077-8819-4399-81c4-6683f5c7a2f2-image 2018-11-05 23:10:18,752 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcc37b9b-717e-4baa-8a82-4b5e6a10a78d 2018-11-05 23:10:18,935 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:10:19,291 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-01f2eacc-e7e5-45c-proj 2018-11-05 23:10:19,524 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-01f2eacc-e7e5-45c-proj-role 2018-11-05 23:10:19,734 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-01f2eacc-e7e5-45c-user 2018-11-05 23:10:21,151 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-76ce1b77-d3eb-44f-proj 2018-11-05 23:10:22,860 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-76ce1b77-d3eb-44f-proj 2018-11-05 23:10:22,957 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-76ce1b77-d3eb-44f-user 2018-11-05 23:10:23,151 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-76ce1b77-d3eb-44f-proj-role 2018-11-05 23:10:23,233 - keystone_utils - INFO - Granting role CreateStackSuccessTests-76ce1b77-d3eb-44f-proj-role to project CreateStackSuccessTests-76ce1b77-d3eb-44f-proj 2018-11-05 23:10:26,775 - create_image - INFO - Created image with name - CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-image 2018-11-05 23:10:26,943 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-image 2018-11-05 23:10:31,042 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-stack 2018-11-05 23:10:48,469 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-stack 2018-11-05 23:10:50,162 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-stack 2018-11-05 23:10:50,528 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-stack 2018-11-05 23:11:04,680 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-stack 2018-11-05 23:11:04,890 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-6233efd1-2001-440f-a5bc-3a2355843af8-image 2018-11-05 23:11:07,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c16b6b82-9670-4ab4-84ac-f7e722fc2180 2018-11-05 23:11:07,588 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:11:07,957 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-76ce1b77-d3eb-44f-proj 2018-11-05 23:11:08,406 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-76ce1b77-d3eb-44f-proj-role 2018-11-05 23:11:08,605 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-76ce1b77-d3eb-44f-user 2018-11-05 23:11:10,133 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-21e49557-0521-4f4-proj 2018-11-05 23:11:11,667 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-21e49557-0521-4f4-proj 2018-11-05 23:11:11,807 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-21e49557-0521-4f4-user 2018-11-05 23:11:12,013 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-21e49557-0521-4f4-proj-role 2018-11-05 23:11:12,103 - keystone_utils - INFO - Granting role CreateStackSuccessTests-21e49557-0521-4f4-proj-role to project CreateStackSuccessTests-21e49557-0521-4f4-proj 2018-11-05 23:11:15,935 - create_image - INFO - Created image with name - CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-image 2018-11-05 23:11:16,102 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-image 2018-11-05 23:11:20,459 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-stack 2018-11-05 23:11:37,333 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-stack 2018-11-05 23:11:41,121 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-stack 2018-11-05 23:11:51,173 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-stack 2018-11-05 23:11:51,228 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-58512511-b768-4347-a9ce-e52e870001c6-image 2018-11-05 23:11:53,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2bc77246-6030-4f7e-a1dd-df5e1af2610b 2018-11-05 23:11:53,613 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:11:53,962 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-21e49557-0521-4f4-proj 2018-11-05 23:11:54,256 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-21e49557-0521-4f4-proj-role 2018-11-05 23:11:54,481 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-21e49557-0521-4f4-user 2018-11-05 23:11:55,906 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-14898c76-946f-4b6-proj 2018-11-05 23:11:57,452 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-14898c76-946f-4b6-proj 2018-11-05 23:11:57,532 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-14898c76-946f-4b6-user 2018-11-05 23:11:57,726 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-14898c76-946f-4b6-proj-role 2018-11-05 23:11:57,813 - keystone_utils - INFO - Granting role CreateStackSuccessTests-14898c76-946f-4b6-proj-role to project CreateStackSuccessTests-14898c76-946f-4b6-proj 2018-11-05 23:12:01,101 - create_image - INFO - Created image with name - CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-image 2018-11-05 23:12:01,279 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-image 2018-11-05 23:12:05,392 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-stack 2018-11-05 23:12:22,389 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-stack 2018-11-05 23:12:28,468 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-inst 2018-11-05 23:12:37,197 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-stack 2018-11-05 23:12:53,470 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-stack 2018-11-05 23:12:53,523 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-89296830-f996-490e-8602-6190f35874bc-image 2018-11-05 23:12:55,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 134becf0-33d1-43fa-83ff-e1cfd5319a83 2018-11-05 23:12:55,800 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:12:56,142 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-14898c76-946f-4b6-proj 2018-11-05 23:12:56,468 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-14898c76-946f-4b6-proj-role 2018-11-05 23:12:56,667 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-14898c76-946f-4b6-user 2018-11-05 23:12:58,128 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-7760e286-5580-417-proj 2018-11-05 23:12:59,769 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-7760e286-5580-417-proj 2018-11-05 23:13:00,219 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-7760e286-5580-417-proj 2018-11-05 23:13:00,352 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-7760e286-5580-417-user 2018-11-05 23:13:00,559 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-7760e286-5580-417-proj-role 2018-11-05 23:13:00,682 - keystone_utils - INFO - Granting role CreateStackVolumeTests-7760e286-5580-417-proj-role to project CreateStackVolumeTests-7760e286-5580-417-proj 2018-11-05 23:13:03,481 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-184c4d12-3af7-4394-b56f-70857136963f-stack 2018-11-05 23:13:07,232 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-184c4d12-3af7-4394-b56f-70857136963f-stack 2018-11-05 23:13:08,604 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-184c4d12-3af7-4394-b56f-70857136963f-stack 2018-11-05 23:13:12,227 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-184c4d12-3af7-4394-b56f-70857136963f-stack 2018-11-05 23:13:13,091 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-7760e286-5580-417-proj 2018-11-05 23:13:13,400 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-7760e286-5580-417-proj-role 2018-11-05 23:13:13,617 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-7760e286-5580-417-user 2018-11-05 23:13:15,020 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-19c5124d-dc38-410-proj 2018-11-05 23:13:16,575 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-19c5124d-dc38-410-proj 2018-11-05 23:13:17,088 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-19c5124d-dc38-410-proj 2018-11-05 23:13:17,220 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-19c5124d-dc38-410-user 2018-11-05 23:13:17,416 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-19c5124d-dc38-410-proj-role 2018-11-05 23:13:17,504 - keystone_utils - INFO - Granting role CreateStackVolumeTests-19c5124d-dc38-410-proj-role to project CreateStackVolumeTests-19c5124d-dc38-410-proj 2018-11-05 23:13:20,165 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-9e53d1e9-8ac8-4062-be13-b355660733b6-stack 2018-11-05 23:13:23,765 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-9e53d1e9-8ac8-4062-be13-b355660733b6-stack 2018-11-05 23:13:26,244 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-9e53d1e9-8ac8-4062-be13-b355660733b6-stack 2018-11-05 23:13:29,871 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-9e53d1e9-8ac8-4062-be13-b355660733b6-stack 2018-11-05 23:13:30,555 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-19c5124d-dc38-410-proj 2018-11-05 23:13:30,772 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-19c5124d-dc38-410-proj-role 2018-11-05 23:13:30,964 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-19c5124d-dc38-410-user 2018-11-05 23:13:32,380 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-44797061-1acc-42d-proj 2018-11-05 23:13:33,903 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-44797061-1acc-42d-proj 2018-11-05 23:13:34,336 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-44797061-1acc-42d-proj 2018-11-05 23:13:34,467 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-44797061-1acc-42d-user 2018-11-05 23:13:34,649 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-44797061-1acc-42d-proj-role 2018-11-05 23:13:34,737 - keystone_utils - INFO - Granting role CreateStackFlavorTests-44797061-1acc-42d-proj-role to project CreateStackFlavorTests-44797061-1acc-42d-proj 2018-11-05 23:13:37,558 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-ce33a8c4-d654-4eb5-bcc7-6c4ffad4ed2a-stack 2018-11-05 23:13:37,773 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-ce33a8c4-d654-4eb5-bcc7-6c4ffad4ed2a-stack 2018-11-05 23:13:39,220 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-ce33a8c4-d654-4eb5-bcc7-6c4ffad4ed2a-stack-flavor-mcgolzityugb 2018-11-05 23:13:39,220 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-ce33a8c4-d654-4eb5-bcc7-6c4ffad4ed2a-stack 2018-11-05 23:13:42,878 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-ce33a8c4-d654-4eb5-bcc7-6c4ffad4ed2a-stack 2018-11-05 23:13:43,573 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-44797061-1acc-42d-proj 2018-11-05 23:13:43,820 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-44797061-1acc-42d-proj-role 2018-11-05 23:13:44,020 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-44797061-1acc-42d-user 2018-11-05 23:13:45,571 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-2a21191c-b432-4b6-proj 2018-11-05 23:13:47,257 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-2a21191c-b432-4b6-proj 2018-11-05 23:13:47,317 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-2a21191c-b432-4b6-user 2018-11-05 23:13:47,589 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-2a21191c-b432-4b6-proj-role 2018-11-05 23:13:47,678 - keystone_utils - INFO - Granting role CreateStackKeypairTests-2a21191c-b432-4b6-proj-role to project CreateStackKeypairTests-2a21191c-b432-4b6-proj 2018-11-05 23:13:50,295 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-fd57d341-e7f7-4ff6-b8f8-5f5a3e3a8c99-stack 2018-11-05 23:13:50,898 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-fd57d341-e7f7-4ff6-b8f8-5f5a3e3a8c99-stack 2018-11-05 23:13:52,748 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-fd57d341-e7f7-4ff6-b8f8-5f5a3e3a8c99-stack 2018-11-05 23:13:56,679 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-fd57d341-e7f7-4ff6-b8f8-5f5a3e3a8c99-stack 2018-11-05 23:13:57,221 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-2a21191c-b432-4b6-proj 2018-11-05 23:13:57,449 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-2a21191c-b432-4b6-proj-role 2018-11-05 23:13:57,641 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-2a21191c-b432-4b6-user 2018-11-05 23:13:59,051 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj 2018-11-05 23:14:00,674 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj 2018-11-05 23:14:00,801 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-3fdca2da-9910-43d-user 2018-11-05 23:14:01,027 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj-role 2018-11-05 23:14:01,116 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj-role to project CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj 2018-11-05 23:14:03,727 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d0a670cc-b59e-42ef-9b21-2381ee135fb0-stack 2018-11-05 23:14:07,483 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d0a670cc-b59e-42ef-9b21-2381ee135fb0-stack 2018-11-05 23:14:07,726 - neutron_utils - INFO - Retrieving security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:07,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:07,967 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:08,763 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:08,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:09,147 - neutron_utils - INFO - Retrieving security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:09,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d4a2b07-25b1-410e-a462-8741472b7b39 2018-11-05 23:14:09,375 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d0a670cc-b59e-42ef-9b21-2381ee135fb0-stack 2018-11-05 23:14:13,150 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d0a670cc-b59e-42ef-9b21-2381ee135fb0-stack 2018-11-05 23:14:13,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2647f20-0fde-428b-b19e-8435bca34c02 2018-11-05 23:14:13,766 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:14:14,224 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj 2018-11-05 23:14:14,526 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-3fdca2da-9910-43d-proj-role 2018-11-05 23:14:14,733 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-3fdca2da-9910-43d-user 2018-11-05 23:14:16,296 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-116e45e1-df2c-4a2-proj 2018-11-05 23:14:17,761 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-116e45e1-df2c-4a2-proj 2018-11-05 23:14:17,879 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-116e45e1-df2c-4a2-user 2018-11-05 23:14:18,092 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-116e45e1-df2c-4a2-proj-role 2018-11-05 23:14:18,172 - keystone_utils - INFO - Granting role CreateStackNegativeTests-116e45e1-df2c-4a2-proj-role to project CreateStackNegativeTests-116e45e1-df2c-4a2-proj 2018-11-05 23:14:19,411 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-116e45e1-df2c-4a2-proj 2018-11-05 23:14:19,622 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-116e45e1-df2c-4a2-proj-role 2018-11-05 23:14:19,815 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-116e45e1-df2c-4a2-user 2018-11-05 23:14:21,224 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-defbbf92-5714-4f6-proj 2018-11-05 23:14:22,695 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-defbbf92-5714-4f6-proj 2018-11-05 23:14:22,819 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-defbbf92-5714-4f6-user 2018-11-05 23:14:23,015 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-defbbf92-5714-4f6-proj-role 2018-11-05 23:14:23,105 - keystone_utils - INFO - Granting role CreateStackNegativeTests-defbbf92-5714-4f6-proj-role to project CreateStackNegativeTests-defbbf92-5714-4f6-proj 2018-11-05 23:14:24,801 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-defbbf92-5714-4f6-proj 2018-11-05 23:14:24,999 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-defbbf92-5714-4f6-proj-role 2018-11-05 23:14:25,193 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-defbbf92-5714-4f6-user 2018-11-05 23:14:26,595 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4fd65506-f248-433-proj 2018-11-05 23:14:27,721 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4fd65506-f248-433-user 2018-11-05 23:14:27,913 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4fd65506-f248-433-proj-role 2018-11-05 23:14:27,934 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4fd65506-f248-433-proj-role to project CreateInstanceSingleNetworkTests-4fd65506-f248-433-proj 2018-11-05 23:14:31,270 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-image 2018-11-05 23:14:31,437 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-image 2018-11-05 23:14:32,054 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-pub-net 2018-11-05 23:14:32,949 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-pub-subnet 2018-11-05 23:14:35,551 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-pub-router 2018-11-05 23:14:36,613 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-pub-subnet 2018-11-05 23:14:36,613 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-pub-subnet 2018-11-05 23:14:38,945 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-pub-net 2018-11-05 23:14:40,817 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-f7b0c706-2723-487f-9e3d-8bbb0b3ae9e5-image 2018-11-05 23:14:42,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ee516ad-92c6-44fc-84a6-9bf19a0a5b53 2018-11-05 23:14:42,897 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:14:43,332 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4fd65506-f248-433-proj 2018-11-05 23:14:43,634 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4fd65506-f248-433-proj-role 2018-11-05 23:14:43,832 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4fd65506-f248-433-user 2018-11-05 23:14:45,273 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-proj 2018-11-05 23:14:46,326 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-user 2018-11-05 23:14:46,524 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-proj-role 2018-11-05 23:14:46,615 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-proj-role to project CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-proj 2018-11-05 23:14:50,392 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-image 2018-11-05 23:14:50,572 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-image 2018-11-05 23:14:51,199 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-pub-net 2018-11-05 23:14:52,009 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-pub-subnet 2018-11-05 23:14:54,868 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-pub-router 2018-11-05 23:14:55,768 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-pub-subnet 2018-11-05 23:14:55,768 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-pub-subnet 2018-11-05 23:14:58,232 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-pub-net 2018-11-05 23:14:59,719 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-eb29dcf6-3992-400c-bff2-5dfd869a056f-image 2018-11-05 23:15:01,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f3007677-9a74-4441-8800-4675a995127c 2018-11-05 23:15:01,989 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:15:02,326 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-proj 2018-11-05 23:15:02,568 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-proj-role 2018-11-05 23:15:02,860 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-2d9bdc27-8681-451-user 2018-11-05 23:15:04,320 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-proj 2018-11-05 23:15:05,356 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-user 2018-11-05 23:15:05,554 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-proj-role 2018-11-05 23:15:05,637 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-proj-role to project CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-proj 2018-11-05 23:15:08,942 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-image 2018-11-05 23:15:09,107 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-image 2018-11-05 23:15:09,755 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-pub-net 2018-11-05 23:15:10,723 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-pub-subnet 2018-11-05 23:15:13,566 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-pub-router 2018-11-05 23:15:14,627 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-pub-subnet 2018-11-05 23:15:14,627 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-pub-subnet 2018-11-05 23:15:17,051 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-pub-net 2018-11-05 23:15:18,370 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d88427ea-cf55-4223-a939-da7116e86ed5-image 2018-11-05 23:15:20,154 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a0649c6-b458-44f3-86b2-6b90904bf442 2018-11-05 23:15:20,320 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:15:20,749 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-proj 2018-11-05 23:15:20,976 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-proj-role 2018-11-05 23:15:21,194 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4bcafa20-9128-45b-user 2018-11-05 23:15:22,626 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-proj 2018-11-05 23:15:23,680 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-user 2018-11-05 23:15:23,871 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-proj-role 2018-11-05 23:15:23,963 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-proj-role to project CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-proj 2018-11-05 23:15:27,427 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-image 2018-11-05 23:15:27,582 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-image 2018-11-05 23:15:28,208 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-pub-net 2018-11-05 23:15:29,172 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-pub-subnet 2018-11-05 23:15:32,162 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-pub-router 2018-11-05 23:15:32,906 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-pub-subnet 2018-11-05 23:15:32,906 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-pub-subnet 2018-11-05 23:15:35,341 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-pub-net 2018-11-05 23:15:36,645 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-1996660f-1871-49dd-bf94-e8c69c733d03-image 2018-11-05 23:15:38,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e24bae2-edd0-43ad-ba91-55ebb89aa05b 2018-11-05 23:15:38,915 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:15:39,245 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-proj 2018-11-05 23:15:39,461 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-proj-role 2018-11-05 23:15:39,656 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-cb0b8670-92fd-4eb-user 2018-11-05 23:15:41,088 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-proj 2018-11-05 23:15:42,094 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-user 2018-11-05 23:15:42,291 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-proj-role 2018-11-05 23:15:42,393 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-proj-role to project CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-proj 2018-11-05 23:15:45,990 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-image 2018-11-05 23:15:46,149 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-image 2018-11-05 23:15:46,783 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-pub-net 2018-11-05 23:15:47,918 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-pub-subnet 2018-11-05 23:15:50,685 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-pub-router 2018-11-05 23:15:51,727 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-pub-subnet 2018-11-05 23:15:51,727 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-pub-subnet 2018-11-05 23:15:54,180 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-pub-net 2018-11-05 23:15:55,798 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-cd9a4902-1831-4956-8013-ca6dc116e29e-image 2018-11-05 23:15:57,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f79274f1-e386-4e42-a8fc-73ee9554b800 2018-11-05 23:15:57,887 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:15:58,226 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-proj 2018-11-05 23:15:58,539 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-proj-role 2018-11-05 23:15:58,748 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-c20cfc4c-3b0c-407-user 2018-11-05 23:16:00,207 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b6267a22-6329-428-proj 2018-11-05 23:16:01,308 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b6267a22-6329-428-user 2018-11-05 23:16:01,422 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b6267a22-6329-428-proj-role 2018-11-05 23:16:01,511 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b6267a22-6329-428-proj-role to project CreateInstanceSingleNetworkTests-b6267a22-6329-428-proj 2018-11-05 23:16:04,856 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-image 2018-11-05 23:16:05,030 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-image 2018-11-05 23:16:05,663 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-pub-net 2018-11-05 23:16:06,544 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-pub-subnet 2018-11-05 23:16:09,498 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-pub-router 2018-11-05 23:16:10,403 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-pub-subnet 2018-11-05 23:16:10,404 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-pub-subnet 2018-11-05 23:16:12,677 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-pub-net 2018-11-05 23:16:13,810 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-0a576ae6-9f0e-457a-8049-3e444c6d520c-image 2018-11-05 23:16:16,163 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b3f251f-2595-4318-8b65-f1657e8e3130 2018-11-05 23:16:16,340 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:16:16,663 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b6267a22-6329-428-proj 2018-11-05 23:16:16,894 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b6267a22-6329-428-proj-role 2018-11-05 23:16:17,095 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b6267a22-6329-428-user 2018-11-05 23:16:18,997 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-proj 2018-11-05 23:16:19,991 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-user 2018-11-05 23:16:20,195 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-proj-role 2018-11-05 23:16:20,290 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-proj-role to project CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-proj 2018-11-05 23:16:23,691 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-image 2018-11-05 23:16:23,860 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-image 2018-11-05 23:16:24,473 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-pub-net 2018-11-05 23:16:25,426 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-pub-subnet 2018-11-05 23:16:28,000 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-pub-router 2018-11-05 23:16:28,907 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-pub-subnet 2018-11-05 23:16:28,907 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-pub-subnet 2018-11-05 23:16:31,367 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-pub-net 2018-11-05 23:16:32,745 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ffdec095-b515-4998-b35a-848e855c06f2-image 2018-11-05 23:16:34,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01bf6091-9b4d-47ff-b01a-91f4e0cece11 2018-11-05 23:16:35,089 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:16:35,409 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-proj 2018-11-05 23:16:35,648 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-proj-role 2018-11-05 23:16:35,846 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-eb1b9432-c574-4bd-user 2018-11-05 23:16:37,242 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-85de6b61-83cd-41d-proj 2018-11-05 23:16:39,059 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-85de6b61-83cd-41d-proj 2018-11-05 23:16:39,515 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-85de6b61-83cd-41d-proj 2018-11-05 23:16:39,641 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-85de6b61-83cd-41d-user 2018-11-05 23:16:39,848 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-85de6b61-83cd-41d-proj-role 2018-11-05 23:16:39,934 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-85de6b61-83cd-41d-proj-role to project CreateStackFloatingIpTests-85de6b61-83cd-41d-proj 2018-11-05 23:16:43,746 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-image 2018-11-05 23:16:43,928 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-image 2018-11-05 23:16:48,332 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-stack 2018-11-05 23:16:52,328 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-stack failed 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [flavor1] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [network] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [server_security_group] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,328 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,329 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,329 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 4f827ab6-c5ee-4775-b891-069196ebbbbd. Neutron server returns request_ids: ['req-9b7eddb4-bec3-4482-997f-38866531e154']] 2018-11-05 23:16:52,329 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,329 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,329 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:16:52,347 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-stack 2018-11-05 23:17:05,842 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-stack 2018-11-05 23:17:05,896 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-d1ce8081-84c9-453e-b58a-dd3a542b92a9-image 2018-11-05 23:17:07,671 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-85de6b61-83cd-41d-proj 2018-11-05 23:17:07,881 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-85de6b61-83cd-41d-proj-role 2018-11-05 23:17:08,082 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-85de6b61-83cd-41d-user 2018-11-05 23:17:09,483 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj 2018-11-05 23:17:10,942 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj 2018-11-05 23:17:11,374 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj 2018-11-05 23:17:11,510 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-ddc55893-e8e8-40c-user 2018-11-05 23:17:11,698 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj-role 2018-11-05 23:17:11,789 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj-role to project CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj 2018-11-05 23:17:15,066 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-image 2018-11-05 23:17:15,232 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-image 2018-11-05 23:17:20,205 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-stack 2018-11-05 23:17:24,239 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-stack failed 2018-11-05 23:17:24,239 - create_stack - ERROR - Resource: [flavor1] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,239 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,239 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,239 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 4f827ab6-c5ee-4775-b891-069196ebbbbd. Neutron server returns request_ids: ['req-5cd51747-e0f9-427b-9c24-a4d786a9c33c']] 2018-11-05 23:17:24,240 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,240 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,240 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,240 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-11-05 23:17:24,240 - create_stack - ERROR - Resource: [port1] status: [CREATE_IN_PROGRESS] reason: [state changed] 2018-11-05 23:17:24,240 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-stack 2018-11-05 23:17:41,108 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-stack 2018-11-05 23:17:41,162 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-4b4897c2-ca17-4ddb-8222-68e1e46d2b21-image 2018-11-05 23:17:43,528 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b131bc73-ed09-4d54-b16e-6f209d624ad9 2018-11-05 23:17:43,720 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:17:44,065 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj 2018-11-05 23:17:44,396 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-ddc55893-e8e8-40c-proj-role 2018-11-05 23:17:44,591 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-ddc55893-e8e8-40c-user 2018-11-05 23:17:46,183 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-f194691a-c682-48f-proj 2018-11-05 23:17:47,345 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-f194691a-c682-48f-user 2018-11-05 23:17:47,663 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-f194691a-c682-48f-proj-role 2018-11-05 23:17:47,754 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-f194691a-c682-48f-proj-role to project AnsibleProvisioningTests-f194691a-c682-48f-proj 2018-11-05 23:17:56,597 - create_image - INFO - Created image with name - AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38--image 2018-11-05 23:17:56,767 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38--image 2018-11-05 23:17:57,470 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38-pub-net 2018-11-05 23:17:58,509 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38-pub-subnet 2018-11-05 23:18:01,177 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38-pub-router 2018-11-05 23:18:02,117 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38-pub-subnet 2018-11-05 23:18:02,118 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38-pub-subnet 2018-11-05 23:18:04,556 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38-pub-net 2018-11-05 23:18:06,110 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-75c15c9b-4230-43f0-a5b2-a04b034b9f38--image 2018-11-05 23:18:07,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17148fab-ab01-4c86-a331-0fede5406553 2018-11-05 23:18:08,120 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:18:08,475 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-f194691a-c682-48f-proj 2018-11-05 23:18:08,780 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-f194691a-c682-48f-proj-role 2018-11-05 23:18:08,989 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-f194691a-c682-48f-user 2018-11-05 23:18:10,424 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-3c9cf3f8-6c71-43d-proj 2018-11-05 23:18:11,555 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-3c9cf3f8-6c71-43d-user 2018-11-05 23:18:11,753 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-3c9cf3f8-6c71-43d-proj-role 2018-11-05 23:18:11,843 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-3c9cf3f8-6c71-43d-proj-role to project AnsibleProvisioningTests-3c9cf3f8-6c71-43d-proj 2018-11-05 23:18:21,921 - create_image - INFO - Created image with name - AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb--image 2018-11-05 23:18:22,085 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb--image 2018-11-05 23:18:22,717 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb-pub-net 2018-11-05 23:18:23,549 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb-pub-subnet 2018-11-05 23:18:26,120 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb-pub-router 2018-11-05 23:18:27,214 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb-pub-subnet 2018-11-05 23:18:27,214 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb-pub-subnet 2018-11-05 23:18:29,480 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb-pub-net 2018-11-05 23:18:30,712 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-b280359b-36cc-4c31-96bd-5e0ceefe88eb--image 2018-11-05 23:18:33,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e10ccf1-dc7c-49ab-841c-87fd5ac0fbfc 2018-11-05 23:18:33,428 - neutron_utils - INFO - Deleting security group with name - default 2018-11-05 23:18:33,778 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-3c9cf3f8-6c71-43d-proj 2018-11-05 23:18:34,096 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-3c9cf3f8-6c71-43d-proj-role 2018-11-05 23:18:34,319 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-3c9cf3f8-6c71-43d-user 2018-11-05 23:18:34,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 23:18:34,723 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:10 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-11-05 23:18:36,538 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-11-05 23:18:36,592 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-05 23:18:37,980 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 23:18:39,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-05 23:18:42,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-05 23:18:41.875 275 INFO rally.deployment.engine [-] Deployment 2dcb036b-8042-455e-9427-d10551a68c5e | Starting: Destroy cloud and free allocated resources. 2018-11-05 23:18:41.959 275 INFO rally.deployment.engine [-] Deployment 2dcb036b-8042-455e-9427-d10551a68c5e | Completed: Destroy cloud and free allocated resources. 2018-11-05 23:18:42.011 275 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa) for deployment 'opnfv-rally'. 2018-11-05 23:18:42.040 275 INFO rally.api [-] Deleting verification (UUID=31790a72-9b3a-4c89-bf4b-756c00f9ee1e). 2018-11-05 23:18:42.075 275 INFO rally.api [-] Verification has been successfully deleted! 2018-11-05 23:18:42.075 275 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa). 2018-11-05 23:18:42.080 275 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-05 23:18:44,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-05 23:18:44.449 278 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=03f1d2c2-081d-4550-91c0-6c1fafabf092) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 03f1d2c2-081d-4550-91c0-6c1fafabf092 | 2018-11-05T23:18:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 03f1d2c2-081d-4550-91c0-6c1fafabf092 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-05 23:18:48,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-11-05 23:18:48,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-05 23:18:50,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-05 23:18:50.281 284 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f6360c8c-6aed-4c91-ae1c-72621019a8fa). 2018-11-05 23:18:50.407 284 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-05 23:18:53,747 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-05 23:18:52.496 287 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-05 23:18:52.645 287 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-05 23:18:53.615 287 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fbc3809-0df0-469b-941e-f03c165f7fbd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0fbc3809-0df0-469b-941e-f03c165f7fbd) as the default verifier for the future CLI operations. 2018-11-05 23:18:56,635 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-05 23:19:06,319 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-05 23:19:05.285 306 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0fbc3809-0df0-469b-941e-f03c165f7fbd) for deployment 'opnfv-rally' (UUID=03f1d2c2-081d-4550-91c0-6c1fafabf092). 2018-11-05 23:19:06.153 306 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-05 23:19:06.155 306 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fbc3809-0df0-469b-941e-f03c165f7fbd) has been successfully configured for deployment 'opnfv-rally' (UUID=03f1d2c2-081d-4550-91c0-6c1fafabf092)! 2018-11-05 23:19:09,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0fbc3809-0df0-469b-941e-f03c165f7fbd/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-05 23:19:09,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-11-05 23:19:11,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 23:19:11.674 315 INFO rally.api [-] Starting verification (UUID=f80c8379-6e4d-4f41-a2ed-d9cd6578536e) for deployment 'opnfv-rally' (UUID=03f1d2c2-081d-4550-91c0-6c1fafabf092) by verifier 'opnfv-tempest' (UUID=0fbc3809-0df0-469b-941e-f03c165f7fbd). 2018-11-05 23:21:00,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f80c8379-6e4d-4f41-a2ed-d9cd6578536e 2018-11-05 23:21:00,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f80c8379-6e4d-4f41-a2ed-d9cd6578536e']'. 2018-11-05 23:21:01,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-05 23:21:01,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-05 23:21:01,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 23:21:01,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f80c8379-6e4d-4f41-a2ed-d9cd6578536e | 2018-11-05 23:21:01,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-05 23:21:01,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-05 23:19:11 | 2018-11-05 23:21:01,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-05 23:21:00 | 2018-11-05 23:21:01,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-11-05 23:21:01,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-05 23:21:01,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0fbc3809-0df0-469b-941e-f03c165f7fbd) | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 03f1d2c2-081d-4550-91c0-6c1fafabf092) | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 98.431 | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-11-05 23:21:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-11-05 23:21:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-05 23:21:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-05 23:21:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-05 23:21:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-05 23:21:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-05 23:21:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-05 23:21:01,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-11-05 23:21:01,803 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 23:21:01,804 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-11-05 23:21:05,543 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-11-05 23:21:05,544 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:50 | FAIL | | vping_userdata | functest | smoke | 01:29 | PASS | | tempest_smoke_serial | functest | smoke | 11:57 | FAIL | | rally_sanity | functest | smoke | 00:03 | FAIL | | refstack_defcore | functest | smoke | 03:21 | FAIL | | patrole | functest | smoke | 02:50 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:10 | FAIL | | neutron_trunk | functest | smoke | 02:05 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-05 23:21:05,554 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-05 23:21:09,288 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-308 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-05 23:21:09,291 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=A4mUPKed4MwpDjvXWXXCXwUJW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-11-05 23:21:09,291 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-05 23:21:09,291 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-11-05 23:21:09,304 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-11-05 23:21:09,329 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-11-05 23:25:46,826 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-11-05 23:25:46,950 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-05 23:25:46,950 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:37 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-11-05 23:25:46,969 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-11-05 23:25:47,979 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-11-05 23:25:48,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:25:48,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:25:48,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:25:48,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:25:48,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:25:48,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:25:48,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:25:48,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:25:48,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:25:49,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:25:49,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:25:49,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:25:49,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:25:49,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:25:49,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:25:49,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:25:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:25:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:25:49,071 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-11-05 23:25:49,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:25:49,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71878ee-ff87-411e-81ca-1efcc661de5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:25:49,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e71878ee-ff87-411e-81ca-1efcc661de5b 2018-11-05 23:25:49,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:25:49,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["6h--vSfaT2Wkjbz8UWlYlw"], "issued_at": "2018-11-05T23:25:49.000000Z"}} 2018-11-05 23:25:49,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8932f06bf1145fcab73d73a7c08c273b84d2fc" 2018-11-05 23:25:49,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2df401a-462f-4acd-9df7-c81fe27d16fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:25:49,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f2df401a-462f-4acd-9df7-c81fe27d16fb 2018-11-05 23:25:49,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:25:49,549 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 23:25:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.3:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 23:25:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8932f06bf1145fcab73d73a7c08c273b84d2fc" 2018-11-05 23:25:49,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc3687a-69e8-46d0-893e-0d7ebf029039 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.3:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.3:35357/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.3:35357/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 23:25:49,641 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/projects used request id req-9dc3687a-69e8-46d0-893e-0d7ebf029039 2018-11-05 23:25:49,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:25:49,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3bece23-f806-4cac-9d2d-b9c3845dddc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:25:49,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3bece23-f806-4cac-9d2d-b9c3845dddc7 2018-11-05 23:25:49,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:25:50,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["r2-OKB1kS7m1-TiN8JUcow"], "issued_at": "2018-11-05T23:25:49.000000Z"}} 2018-11-05 23:25:50,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/quotas/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:50,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-ad2ce812-e7da-4624-945e-6378f49c1027 Date: Mon, 05 Nov 2018 23:25:50 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-11-05 23:25:50,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/aba621f7e9154af3a5e42bcbad943619 used request id req-ad2ce812-e7da-4624-945e-6378f49c1027 2018-11-05 23:25:50,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:25:50,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df21e0a6-d820-4710-9922-ed43a0a19da6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:25:50,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df21e0a6-d820-4710-9922-ed43a0a19da6 2018-11-05 23:25:50,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:25:50,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["bgX4hOaTQTSY2ymjgtBwqw"], "issued_at": "2018-11-05T23:25:50.000000Z"}} 2018-11-05 23:25:50,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f395ac675f49d20febab30dd676794a252c567" 2018-11-05 23:25:50,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25: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-fd3a0479-d11a-4e05-9a00-7122c4b2caaa x-compute-request-id: req-fd3a0479-d11a-4e05-9a00-7122c4b2caaa Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "default", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 23:25:50,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-fd3a0479-d11a-4e05-9a00-7122c4b2caaa 2018-11-05 23:25:50,672 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-11-05 23:25:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-11-05 23:25:50,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-d83589ac-25e6-4109-af2b-b88f6d7bc030 Date: Mon, 05 Nov 2018 23:25:50 GMT RESP BODY: {"quota": {"subnet": -1, "network": -1, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": -1, "rbac_policy": 10, "port": -1, "bgpvpn": -1}} 2018-11-05 23:25:50,919 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/aba621f7e9154af3a5e42bcbad943619 used request id req-d83589ac-25e6-4109-af2b-b88f6d7bc030 2018-11-05 23:25:50,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:25:50,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:25:50,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:25:50,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:25:50,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:25:50,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:25:50,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:25:50,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:25:50,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:25:50,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47cbda99-7ae9-4b28-bf07-9d1693966498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:25:50,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-47cbda99-7ae9-4b28-bf07-9d1693966498 2018-11-05 23:25:50,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:25:51,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:25:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["9m6JY464QtiLEv2XTYWw9w"], "issued_at": "2018-11-05T23:25:51.000000Z"}} 2018-11-05 23:25:51,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b1975f6e45ebd9014c2ea181b424e3d2dc7a2e" 2018-11-05 23:25:51,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25: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-07e5de02-70e5-4eaa-995d-6a461b1e217b x-compute-request-id: req-07e5de02-70e5-4eaa-995d-6a461b1e217b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 23:25:51,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-07e5de02-70e5-4eaa-995d-6a461b1e217b 2018-11-05 23:25:51,472 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-11-05 23:25:51,473 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-11-05 23:25:51,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f395ac675f49d20febab30dd676794a252c567" -d '{"quota_class_set": {"instances": -1}}' 2018-11-05 23:25:51,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:25: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-55bc5308-2d12-4555-989b-e64e18d871f8 x-compute-request-id: req-55bc5308-2d12-4555-989b-e64e18d871f8 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": -1, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-05 23:25:51,519 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-55bc5308-2d12-4555-989b-e64e18d871f8 2018-11-05 23:25:51,520 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-11-05 23:25:51,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:51,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-48987468-a0c5-4ff5-856b-60b3478ec97d Date: Mon, 05 Nov 2018 23:25:51 GMT RESP BODY: {"floatingips": []} 2018-11-05 23:25:51,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-48987468-a0c5-4ff5-856b-60b3478ec97d 2018-11-05 23:25:51,694 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-11-05 23:25:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:51,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15551 X-Openstack-Request-Id: req-376de862-6c63-4c48-b0be-34b5d9dc2fd6 Date: Mon, 05 Nov 2018 23:25:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.208"}],"id":"056d4757-c02f-47ea-b9c4-08c1ba3d019c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:10:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"58a2af8a-de1a-4f25-b10b-fd18546a3845","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.217"}],"id":"110d5a79-b165-4410-b6d0-fcfc7dc724f8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:ad:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"af8bec57-4ac9-42de-8992-1bde0e60413d","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.218"}],"id":"187bc7e3-f2f7-46e7-a544-2ef4c3f9665a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:9a:e8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"13a315c8-9c33-43fd-8925-4b7798e9fb51","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.200"}],"id":"1c3d1688-bc5c-43e3-93f5-419487a3b0b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:c2:a2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e79d9747-a636-43a5-a6bc-d8f5a801cad8","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.209"}],"id":"3134b814-7bce-44d4-a713-3ab812726837","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:f7:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"012a3ebf-6ce4-44fc-b616-dbd241130f01","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.202"}],"id":"3d193e44-8ff5-4971-aaf4-66fcbe7c714b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:a0:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:25:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.207"}],"id":"442ac97d-1d49-4f1a-893d-df1d2a3b99dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:24:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a1564159-f2e2-48af-b29c-ea051e4006c4","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:25:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:23Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.206"}],"id":"5d041d9e-71ef-48df-8a4d-453ddac4456b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:db:3d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"11d548a1-89f1-4c56-b610-ee42581fefb2","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.212"}],"id":"65749680-c1d4-4f78-b205-f05323cb5cfc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:28:ca","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fbf3b821-d8b6-4590-8139-776d48c255ef","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.204"}],"id":"7df916c0-d352-4b9c-b9fb-5218b6a75f32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:66:b2:8a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d77a7daf-af7e-4d9a-bff3-73f42688e899","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:02:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.201"}],"id":"afd04226-6670-4302-9830-879b0443fa52","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:10:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:02:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.220"}],"id":"b20a6ec0-fec4-48a2-a752-70d034e1346b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ee:06:ad","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"672a5825-4dec-4946-8462-e175b495b09e","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:25:40Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.216"}],"id":"b74da11a-d093-4f0d-bbe2-b778e6e6e5f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:20:8c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ed9a745e-3472-48de-b706-f48c763ed732","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:25:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.219"}],"id":"bb3a0537-b3e9-4bfb-a1a7-43e7bf7b9464","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:a4:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2c739b5b-c3c3-45f8-a32d-44944ef29679","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:25:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.203"}],"id":"c663c085-82bc-4848-9693-efc431735b05","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:24:cc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"eca16063-bde2-4f4c-8500-413faaffb8ff","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:25:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:25:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.205"}],"id":"d90c4f76-863d-4b27-8be0-b6d4618d8dc3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:87:dc:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4786bb71-24f1-4933-bb73-e191e19a80e3","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:25:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:22Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.211"}],"id":"dc22c665-de29-4f82-ba70-783cbb3a17bd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7c:f2:57","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f79e713a-b527-406f-a642-99b2c7bbf843","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:21:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.213"}],"id":"e155d590-c201-419c-9494-ea9536dcf8f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:44:e8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:21:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:25:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.210"}],"id":"e25510d8-7633-4e33-b8fd-d6d33d08c5c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:c3:be","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"452e23ba-b758-4b75-b967-826e02b6ffd0","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:25:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.215"}],"id":"e4f0c82e-f1ec-4cd1-b1ec-cb4c022a93ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:09:a9:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"99b37fbf-22a3-45a6-b28c-ee66c86ec728","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-05T22:04:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.214"}],"id":"ea286962-e3e2-4015-894a-6b7cdbb33c9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ca:c6:dd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"10365078-8bcb-4a15-a06b-36758449706c","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-05T22:04:34Z","binding:vnic_type":"normal"}]} 2018-11-05 23:25:51,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-376de862-6c63-4c48-b0be-34b5d9dc2fd6 2018-11-05 23:25:51,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:51,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13360 X-Openstack-Request-Id: req-1e7f3cc2-d2c1-4684-8cf9-d209164e0ff9 Date: Mon, 05 Nov 2018 23:25:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:22Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "012a3ebf-6ce4-44fc-b616-dbd241130f01", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:34Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "10365078-8bcb-4a15-a06b-36758449706c", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:24Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "11d548a1-89f1-4c56-b610-ee42581fefb2", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:37Z", "revision_number": 2, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "13a315c8-9c33-43fd-8925-4b7798e9fb51", "name": "tempest-ServerActionsTestJSON-1807695074-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:41Z", "revision_number": 2, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "2c739b5b-c3c3-45f8-a32d-44944ef29679", "name": "tempest-ServerActionsTestJSON-1807695074-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:41Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T22:25:42Z", "revision_number": 2, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "452e23ba-b758-4b75-b967-826e02b6ffd0", "name": "tempest-FloatingIPTestJSON-router-481095156"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:36Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T22:25:37Z", "revision_number": 2, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "4786bb71-24f1-4933-bb73-e191e19a80e3", "name": "tempest-FloatingIPTestJSON-router-481095156"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:44Z", "revision_number": 2, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "58a2af8a-de1a-4f25-b10b-fd18546a3845", "name": "tempest-ServerActionsTestJSON-1807695074-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:39Z", "revision_number": 2, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "672a5825-4dec-4946-8462-e175b495b09e", "name": "tempest-ServerActionsTestJSON-1807695074-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:32Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "99b37fbf-22a3-45a6-b28c-ee66c86ec728", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:37Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T22:25:38Z", "revision_number": 2, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "a1564159-f2e2-48af-b29c-ea051e4006c4", "name": "tempest-FloatingIPTestJSON-router-481095156"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:35Z", "revision_number": 2, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "af8bec57-4ac9-42de-8992-1bde0e60413d", "name": "tempest-ServerActionsTestJSON-1807695074-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:43Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:38Z", "revision_number": 2, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc", "name": "tempest-ServerActionsTestJSON-1807695074-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "3aa8a7e28e0b471d868f546a51983824", "created_at": "2018-11-05T22:21:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:21:04Z", "revision_number": 2, "routes": [], "project_id": "3aa8a7e28e0b471d868f546a51983824", "id": "d77a7daf-af7e-4d9a-bff3-73f42688e899", "name": "tempest-ServersTestManualDisk-1912958164-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:02:42Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:25Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "e79d9747-a636-43a5-a6bc-d8f5a801cad8", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:38Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T22:25:39Z", "revision_number": 2, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "eca16063-bde2-4f4c-8500-413faaffb8ff", "name": "tempest-FloatingIPTestJSON-router-481095156"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:40Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T22:25:40Z", "revision_number": 2, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "ed9a745e-3472-48de-b706-f48c763ed732", "name": "tempest-FloatingIPTestJSON-router-481095156"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:23Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "f79e713a-b527-406f-a642-99b2c7bbf843", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T22:04:33Z", "revision_number": 2, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "fbf3b821-d8b6-4590-8139-776d48c255ef", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}]} 2018-11-05 23:25:51,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-1e7f3cc2-d2c1-4684-8cf9-d209164e0ff9 2018-11-05 23:25:51,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/012a3ebf-6ce4-44fc-b616-dbd241130f01 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:25:52,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-6939eea7-c0dc-4f1d-9ce7-7ef683831754 Date: Mon, 05 Nov 2018 23:25:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:25:52Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "012a3ebf-6ce4-44fc-b616-dbd241130f01", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}} 2018-11-05 23:25:52,822 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/012a3ebf-6ce4-44fc-b616-dbd241130f01 used request id req-6939eea7-c0dc-4f1d-9ce7-7ef683831754 2018-11-05 23:25:52,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/012a3ebf-6ce4-44fc-b616-dbd241130f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:53,264 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82d372a5-f7f5-4174-9621-18f7b2e2796c Content-Length: 0 Date: Mon, 05 Nov 2018 23:25:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:25:53,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/012a3ebf-6ce4-44fc-b616-dbd241130f01 used request id req-82d372a5-f7f5-4174-9621-18f7b2e2796c 2018-11-05 23:25:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/10365078-8bcb-4a15-a06b-36758449706c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:25:54,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-0217dbf2-38ff-41a9-8e25-f651b8bbfce7 Date: Mon, 05 Nov 2018 23:25:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:25:53Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "10365078-8bcb-4a15-a06b-36758449706c", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}} 2018-11-05 23:25:54,156 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/10365078-8bcb-4a15-a06b-36758449706c used request id req-0217dbf2-38ff-41a9-8e25-f651b8bbfce7 2018-11-05 23:25:54,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/10365078-8bcb-4a15-a06b-36758449706c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:54,671 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-984a1aed-759b-46fb-8e31-6596a4c93181 Content-Length: 0 Date: Mon, 05 Nov 2018 23:25:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:25:54,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/10365078-8bcb-4a15-a06b-36758449706c used request id req-984a1aed-759b-46fb-8e31-6596a4c93181 2018-11-05 23:25:54,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/11d548a1-89f1-4c56-b610-ee42581fefb2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:25:55,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-da3b3ed0-6ee0-491d-8a68-b58bd2a4c74e Date: Mon, 05 Nov 2018 23:25:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:25:55Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "11d548a1-89f1-4c56-b610-ee42581fefb2", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}} 2018-11-05 23:25:55,723 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/11d548a1-89f1-4c56-b610-ee42581fefb2 used request id req-da3b3ed0-6ee0-491d-8a68-b58bd2a4c74e 2018-11-05 23:25:55,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/11d548a1-89f1-4c56-b610-ee42581fefb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:56,372 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06142d9c-f86c-47a0-94e0-28517c386162 Content-Length: 0 Date: Mon, 05 Nov 2018 23:25:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:25:56,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/11d548a1-89f1-4c56-b610-ee42581fefb2 used request id req-06142d9c-f86c-47a0-94e0-28517c386162 2018-11-05 23:25:56,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/13a315c8-9c33-43fd-8925-4b7798e9fb51 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:25:57,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-18fd8514-93f5-44ba-8e56-325167a4f65c Date: Mon, 05 Nov 2018 23:25:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:25:56Z", "revision_number": 5, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "13a315c8-9c33-43fd-8925-4b7798e9fb51", "name": "tempest-ServerActionsTestJSON-1807695074-router"}} 2018-11-05 23:25:57,437 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/13a315c8-9c33-43fd-8925-4b7798e9fb51 used request id req-18fd8514-93f5-44ba-8e56-325167a4f65c 2018-11-05 23:25:57,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/13a315c8-9c33-43fd-8925-4b7798e9fb51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:57,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fd4e0bb-7b98-45d1-9659-e307a4f31f46 Content-Length: 0 Date: Mon, 05 Nov 2018 23:25:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:25:57,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/13a315c8-9c33-43fd-8925-4b7798e9fb51 used request id req-5fd4e0bb-7b98-45d1-9659-e307a4f31f46 2018-11-05 23:25:57,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2c739b5b-c3c3-45f8-a32d-44944ef29679 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:25:58,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-d6f3fa91-b68b-4a9b-b59f-3af32db00f1f Date: Mon, 05 Nov 2018 23:25:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:25:58Z", "revision_number": 5, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "2c739b5b-c3c3-45f8-a32d-44944ef29679", "name": "tempest-ServerActionsTestJSON-1807695074-router"}} 2018-11-05 23:25:58,937 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2c739b5b-c3c3-45f8-a32d-44944ef29679 used request id req-d6f3fa91-b68b-4a9b-b59f-3af32db00f1f 2018-11-05 23:25:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/2c739b5b-c3c3-45f8-a32d-44944ef29679 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:25:59,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0454006-dc7f-4165-bd7a-189c8771ecc8 Content-Length: 0 Date: Mon, 05 Nov 2018 23:25:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:25:59,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2c739b5b-c3c3-45f8-a32d-44944ef29679 used request id req-e0454006-dc7f-4165-bd7a-189c8771ecc8 2018-11-05 23:25:59,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/452e23ba-b758-4b75-b967-826e02b6ffd0 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:00,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-2d405a40-bb36-4dac-ad5a-3db685a7e3eb Date: Mon, 05 Nov 2018 23:26:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:41Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T23:25:59Z", "revision_number": 5, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "452e23ba-b758-4b75-b967-826e02b6ffd0", "name": "tempest-FloatingIPTestJSON-router-481095156"}} 2018-11-05 23:26:00,240 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/452e23ba-b758-4b75-b967-826e02b6ffd0 used request id req-2d405a40-bb36-4dac-ad5a-3db685a7e3eb 2018-11-05 23:26:00,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/452e23ba-b758-4b75-b967-826e02b6ffd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:00,703 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ed534ca-de90-4a9d-ab3f-dfbb323b12f0 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:00,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/452e23ba-b758-4b75-b967-826e02b6ffd0 used request id req-7ed534ca-de90-4a9d-ab3f-dfbb323b12f0 2018-11-05 23:26:00,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4786bb71-24f1-4933-bb73-e191e19a80e3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:01,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-c2540721-2023-497e-b56f-164b04a4d238 Date: Mon, 05 Nov 2018 23:26:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:36Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T23:26:01Z", "revision_number": 5, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "4786bb71-24f1-4933-bb73-e191e19a80e3", "name": "tempest-FloatingIPTestJSON-router-481095156"}} 2018-11-05 23:26:01,779 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4786bb71-24f1-4933-bb73-e191e19a80e3 used request id req-c2540721-2023-497e-b56f-164b04a4d238 2018-11-05 23:26:01,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4786bb71-24f1-4933-bb73-e191e19a80e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:02,324 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c094056-9510-4848-9954-5c897791bde1 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:02,324 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4786bb71-24f1-4933-bb73-e191e19a80e3 used request id req-4c094056-9510-4848-9954-5c897791bde1 2018-11-05 23:26:02,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/58a2af8a-de1a-4f25-b10b-fd18546a3845 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:03,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-539a7527-fa31-42e5-b757-3fce772390bd Date: Mon, 05 Nov 2018 23:26:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:03Z", "revision_number": 5, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "58a2af8a-de1a-4f25-b10b-fd18546a3845", "name": "tempest-ServerActionsTestJSON-1807695074-router"}} 2018-11-05 23:26:03,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/58a2af8a-de1a-4f25-b10b-fd18546a3845 used request id req-539a7527-fa31-42e5-b757-3fce772390bd 2018-11-05 23:26:03,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/58a2af8a-de1a-4f25-b10b-fd18546a3845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:03,853 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef0f5de3-4c69-42f2-83cd-3ab413a71dbb Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:03,853 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/58a2af8a-de1a-4f25-b10b-fd18546a3845 used request id req-ef0f5de3-4c69-42f2-83cd-3ab413a71dbb 2018-11-05 23:26:03,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/672a5825-4dec-4946-8462-e175b495b09e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:04,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-3e5226b7-2c7e-4b0e-a1d3-e3156ed62f97 Date: Mon, 05 Nov 2018 23:26:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:04Z", "revision_number": 5, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "672a5825-4dec-4946-8462-e175b495b09e", "name": "tempest-ServerActionsTestJSON-1807695074-router"}} 2018-11-05 23:26:04,844 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/672a5825-4dec-4946-8462-e175b495b09e used request id req-3e5226b7-2c7e-4b0e-a1d3-e3156ed62f97 2018-11-05 23:26:04,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/672a5825-4dec-4946-8462-e175b495b09e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:05,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f155b43d-4b88-4f0a-8186-32a58df2a49d Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:05,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/672a5825-4dec-4946-8462-e175b495b09e used request id req-f155b43d-4b88-4f0a-8186-32a58df2a49d 2018-11-05 23:26:05,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99b37fbf-22a3-45a6-b28c-ee66c86ec728 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:05,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-23b86409-3c48-455c-869d-8e6b66bc02b3 Date: Mon, 05 Nov 2018 23:26:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:05Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "99b37fbf-22a3-45a6-b28c-ee66c86ec728", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}} 2018-11-05 23:26:05,972 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99b37fbf-22a3-45a6-b28c-ee66c86ec728 used request id req-23b86409-3c48-455c-869d-8e6b66bc02b3 2018-11-05 23:26:05,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/99b37fbf-22a3-45a6-b28c-ee66c86ec728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:06,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2220e82f-7d48-46a3-9f55-ee7bfd514632 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:06,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/99b37fbf-22a3-45a6-b28c-ee66c86ec728 used request id req-2220e82f-7d48-46a3-9f55-ee7bfd514632 2018-11-05 23:26:06,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a1564159-f2e2-48af-b29c-ea051e4006c4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:07,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-b6b36ec5-61f7-4437-aa13-271cf8435bd9 Date: Mon, 05 Nov 2018 23:26:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:37Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T23:26:06Z", "revision_number": 5, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "a1564159-f2e2-48af-b29c-ea051e4006c4", "name": "tempest-FloatingIPTestJSON-router-481095156"}} 2018-11-05 23:26:07,089 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a1564159-f2e2-48af-b29c-ea051e4006c4 used request id req-b6b36ec5-61f7-4437-aa13-271cf8435bd9 2018-11-05 23:26:07,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a1564159-f2e2-48af-b29c-ea051e4006c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:07,505 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08c2f6b6-9f0c-446d-be37-5b29bf0c0bb4 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:07,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a1564159-f2e2-48af-b29c-ea051e4006c4 used request id req-08c2f6b6-9f0c-446d-be37-5b29bf0c0bb4 2018-11-05 23:26:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/af8bec57-4ac9-42de-8992-1bde0e60413d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:08,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-88e84630-9193-49e8-8c04-db6af1f992d8 Date: Mon, 05 Nov 2018 23:26:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:08Z", "revision_number": 5, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "af8bec57-4ac9-42de-8992-1bde0e60413d", "name": "tempest-ServerActionsTestJSON-1807695074-router"}} 2018-11-05 23:26:08,538 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/af8bec57-4ac9-42de-8992-1bde0e60413d used request id req-88e84630-9193-49e8-8c04-db6af1f992d8 2018-11-05 23:26:08,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/af8bec57-4ac9-42de-8992-1bde0e60413d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:09,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0182c6f8-af5b-43ed-ac1c-9a0e3fb503cd Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:09,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/af8bec57-4ac9-42de-8992-1bde0e60413d used request id req-0182c6f8-af5b-43ed-ac1c-9a0e3fb503cd 2018-11-05 23:26:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:10,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-64a3f9b1-b853-49cb-91ba-f7d1243652ff Date: Mon, 05 Nov 2018 23:26:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:09Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}} 2018-11-05 23:26:10,204 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 used request id req-64a3f9b1-b853-49cb-91ba-f7d1243652ff 2018-11-05 23:26:10,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:10,486 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa88a1f9-4cf3-4ec4-8c06-f2b6749a1ef5 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:10,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b4ff57cf-717a-4b9c-88a6-0fb2a96a4a71 used request id req-aa88a1f9-4cf3-4ec4-8c06-f2b6749a1ef5 2018-11-05 23:26:10,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:11,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-bc3e3870-18ec-4ee2-a740-1c1d784a6204 Date: Mon, 05 Nov 2018 23:26:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f2d42818bc614d4bbb81fb435d02375c", "created_at": "2018-11-05T22:21:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:11Z", "revision_number": 5, "routes": [], "project_id": "f2d42818bc614d4bbb81fb435d02375c", "id": "bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc", "name": "tempest-ServerActionsTestJSON-1807695074-router"}} 2018-11-05 23:26:11,348 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc used request id req-bc3e3870-18ec-4ee2-a740-1c1d784a6204 2018-11-05 23:26:11,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:11,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7b58fc0-6cba-44f3-8121-9967a0b6e32b Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:11,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/bd9b1a1e-e1dc-4612-9320-3e73bd9f28fc used request id req-f7b58fc0-6cba-44f3-8121-9967a0b6e32b 2018-11-05 23:26:11,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d77a7daf-af7e-4d9a-bff3-73f42688e899 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:12,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-0209e43e-0c2a-4cde-b013-41a53b82df19 Date: Mon, 05 Nov 2018 23:26:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3aa8a7e28e0b471d868f546a51983824", "created_at": "2018-11-05T22:21:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:12Z", "revision_number": 5, "routes": [], "project_id": "3aa8a7e28e0b471d868f546a51983824", "id": "d77a7daf-af7e-4d9a-bff3-73f42688e899", "name": "tempest-ServersTestManualDisk-1912958164-router"}} 2018-11-05 23:26:12,348 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d77a7daf-af7e-4d9a-bff3-73f42688e899 used request id req-0209e43e-0c2a-4cde-b013-41a53b82df19 2018-11-05 23:26:12,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d77a7daf-af7e-4d9a-bff3-73f42688e899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:12,767 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-126ab8ba-ccbd-4b88-b5bc-1d7d5e83895f Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:12,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d77a7daf-af7e-4d9a-bff3-73f42688e899 used request id req-126ab8ba-ccbd-4b88-b5bc-1d7d5e83895f 2018-11-05 23:26:12,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:13,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-6cf13240-647d-429c-ae6a-454413d0c3ac Date: Mon, 05 Nov 2018 23:26:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:02:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:13Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4", "name": "NeutronUtilsRouterTests-38864d41-379a-45a3-85e4-7bf41078994a-pub-router"}} 2018-11-05 23:26:13,683 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4 used request id req-6cf13240-647d-429c-ae6a-454413d0c3ac 2018-11-05 23:26:13,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:14,145 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9ed5255-2cc7-4e3d-8a22-1fc98d9ab197 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:14,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/dba3d214-ac12-4ad1-bcf6-5c0d6851f2b4 used request id req-a9ed5255-2cc7-4e3d-8a22-1fc98d9ab197 2018-11-05 23:26:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e79d9747-a636-43a5-a6bc-d8f5a801cad8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:15,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-97e2994d-9984-480f-802e-ec4999fde55d Date: Mon, 05 Nov 2018 23:26:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:14Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "e79d9747-a636-43a5-a6bc-d8f5a801cad8", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}} 2018-11-05 23:26:15,148 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e79d9747-a636-43a5-a6bc-d8f5a801cad8 used request id req-97e2994d-9984-480f-802e-ec4999fde55d 2018-11-05 23:26:15,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/e79d9747-a636-43a5-a6bc-d8f5a801cad8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:15,605 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-feb3325f-166c-4bd4-80fa-b73b3ef883d5 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:15,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e79d9747-a636-43a5-a6bc-d8f5a801cad8 used request id req-feb3325f-166c-4bd4-80fa-b73b3ef883d5 2018-11-05 23:26:15,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/eca16063-bde2-4f4c-8500-413faaffb8ff -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:16,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-74221800-e202-4e07-a4e7-3c13c48596a8 Date: Mon, 05 Nov 2018 23:26:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:38Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T23:26:16Z", "revision_number": 5, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "eca16063-bde2-4f4c-8500-413faaffb8ff", "name": "tempest-FloatingIPTestJSON-router-481095156"}} 2018-11-05 23:26:16,516 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/eca16063-bde2-4f4c-8500-413faaffb8ff used request id req-74221800-e202-4e07-a4e7-3c13c48596a8 2018-11-05 23:26:16,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/eca16063-bde2-4f4c-8500-413faaffb8ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:17,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef44a34e-962c-48f8-96c2-dc666c35a6cb Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:17,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/eca16063-bde2-4f4c-8500-413faaffb8ff used request id req-ef44a34e-962c-48f8-96c2-dc666c35a6cb 2018-11-05 23:26:17,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ed9a745e-3472-48de-b706-f48c763ed732 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:17,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-78ae2c52-90f8-432a-9a4b-19f9e7f94c2c Date: Mon, 05 Nov 2018 23:26:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f1f26685160f467d8088a8a14acd6c11", "created_at": "2018-11-05T22:25:40Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-05T23:26:17Z", "revision_number": 5, "routes": [], "project_id": "f1f26685160f467d8088a8a14acd6c11", "id": "ed9a745e-3472-48de-b706-f48c763ed732", "name": "tempest-FloatingIPTestJSON-router-481095156"}} 2018-11-05 23:26:17,845 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ed9a745e-3472-48de-b706-f48c763ed732 used request id req-78ae2c52-90f8-432a-9a4b-19f9e7f94c2c 2018-11-05 23:26:17,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ed9a745e-3472-48de-b706-f48c763ed732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:18,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa6a8a0f-94f3-4b29-a9d4-289d800cb785 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:18,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ed9a745e-3472-48de-b706-f48c763ed732 used request id req-aa6a8a0f-94f3-4b29-a9d4-289d800cb785 2018-11-05 23:26:18,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f79e713a-b527-406f-a642-99b2c7bbf843 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:19,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-25acc725-fdca-49b1-a673-92f72c33b310 Date: Mon, 05 Nov 2018 23:26:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:18Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "f79e713a-b527-406f-a642-99b2c7bbf843", "name": "NeutronUtilsRouterTests-124d85ef-9434-4d51-be7b-199350f254f2-pub-router"}} 2018-11-05 23:26:19,043 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f79e713a-b527-406f-a642-99b2c7bbf843 used request id req-25acc725-fdca-49b1-a673-92f72c33b310 2018-11-05 23:26:19,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f79e713a-b527-406f-a642-99b2c7bbf843 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:19,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82325526-f9c8-4ce0-bfcb-d03b3d26ff7e Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:19,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f79e713a-b527-406f-a642-99b2c7bbf843 used request id req-82325526-f9c8-4ce0-bfcb-d03b3d26ff7e 2018-11-05 23:26:19,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/fbf3b821-d8b6-4590-8139-776d48c255ef -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:26:20,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-29173c62-8919-4d60-9b82-97dcca147ebc Date: Mon, 05 Nov 2018 23:26:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4514395712c64d95859941d968816975", "created_at": "2018-11-05T22:04:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:20Z", "revision_number": 5, "routes": [], "project_id": "4514395712c64d95859941d968816975", "id": "fbf3b821-d8b6-4590-8139-776d48c255ef", "name": "NeutronUtilsRouterTests-b445538c-86bb-4c8f-8452-d869dd8533af-pub-router"}} 2018-11-05 23:26:20,340 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fbf3b821-d8b6-4590-8139-776d48c255ef used request id req-29173c62-8919-4d60-9b82-97dcca147ebc 2018-11-05 23:26:20,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/fbf3b821-d8b6-4590-8139-776d48c255ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" 2018-11-05 23:26:20,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddcb69a3-ba94-4e49-93cb-e3c329ec5339 Content-Length: 0 Date: Mon, 05 Nov 2018 23:26:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:26:20,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fbf3b821-d8b6-4590-8139-776d48c255ef used request id req-ddcb69a3-ba94-4e49-93cb-e3c329ec5339 2018-11-05 23:26:20,781 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-11-05 23:26:20,781 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-11-05 23:26:20,781 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-11-05 23:26:20,833 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-11-05 23:26:20,835 - paramiko.transport - DEBUG - starting thread (client mode): 0x4ced1b90L 2018-11-05 23:26:20,836 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:20,860 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:20,860 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:20,864 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:20,865 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:20,865 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:20,865 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:20,865 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:20,865 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:20,872 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:20,873 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:20,899 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: d679e30ea19c107f857009f39a9ba2cd 2018-11-05 23:26:20,900 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:20,912 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:20,947 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:20,964 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:21,161 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:21,161 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:21,201 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:21,201 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:21,238 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:25,830 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:25,831 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:25,834 - paramiko.transport - DEBUG - starting thread (client mode): 0x49c32c90L 2018-11-05 23:26:25,834 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:25,841 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:25,842 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:25,844 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:25,845 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:25,845 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:25,845 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:25,845 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:25,845 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:25,849 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:25,850 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:25,866 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:26:25,867 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:25,889 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:25,901 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:25,931 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:25,980 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:25,980 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:26,020 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:26,020 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:26,035 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:26,072 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:26,073 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:26,073 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:26,074 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:26,074 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:26,115 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:26,169 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:26,170 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:26,171 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:26,171 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:26,171 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:26,212 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:26,247 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:26,248 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:26,250 - paramiko.transport - DEBUG - starting thread (client mode): 0x49c81290L 2018-11-05 23:26:26,250 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:26,257 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:26,257 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:26,260 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:26,261 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:26,261 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:26,261 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:26,261 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:26,261 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:26,266 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:26,267 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:26,282 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:26:26,283 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:26,305 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:26,319 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:26,347 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:26,424 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:26,424 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:26,463 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:26,463 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:26,483 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:26,518 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:26,519 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:26,519 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:26,520 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:26,521 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:26,562 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:26,605 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:26,606 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:26,606 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:26,607 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:26,607 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:26,648 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:26,679 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:26,680 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:26,682 - paramiko.transport - DEBUG - starting thread (client mode): 0x49c73410L 2018-11-05 23:26:26,683 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:26,688 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:26,688 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:26,691 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:26,691 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:26,691 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:26,691 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:26,691 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:26,692 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:26,696 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:26,697 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:26,698 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:26:26,699 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:26,736 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:26,749 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:26,763 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:26,851 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:26,851 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:26,890 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:26,891 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:26,898 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:26,935 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:26,936 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:26,936 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:26,937 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:26,937 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:26,979 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:27,043 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:27,045 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:27,046 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:27,046 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:27,046 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:27,088 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:27,122 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:27,123 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:27,125 - paramiko.transport - DEBUG - starting thread (client mode): 0x49ba6a50L 2018-11-05 23:26:27,125 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:27,130 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:27,130 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:27,133 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:27,133 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:27,134 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:27,134 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:27,134 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:27,134 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:27,139 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:27,140 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:27,157 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:26:27,157 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:27,179 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:27,190 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:27,222 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:27,273 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:27,273 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:27,312 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:27,313 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:27,325 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:27,359 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:27,359 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:27,360 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:27,361 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:27,361 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:27,402 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:27,443 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:27,445 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:27,445 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:27,446 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:27,446 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:27,486 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:27,516 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:27,517 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:27,519 - paramiko.transport - DEBUG - starting thread (client mode): 0x49c81710L 2018-11-05 23:26:27,519 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:27,525 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:27,526 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:27,529 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:27,529 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:27,530 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:27,530 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:27,530 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:27,530 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:27,535 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:27,535 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:27,551 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:26:27,552 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:27,575 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:27,590 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:27,616 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:27,682 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:27,682 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:27,722 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:27,722 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:27,727 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:27,759 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:27,759 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:27,760 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:27,761 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:27,761 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:27,802 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:27,844 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:27,845 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:27,846 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:27,846 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:27,846 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:27,887 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:27,917 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:27,918 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:27,918 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:27,919 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:27,919 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:27,926 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:32,291 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:32,292 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:32,294 - paramiko.transport - DEBUG - starting thread (client mode): 0x49c32810L 2018-11-05 23:26:32,295 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:32,302 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:32,302 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:32,305 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:32,305 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:32,305 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:32,305 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:32,305 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:32,305 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:32,310 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:32,311 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:32,326 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:26:32,327 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:32,351 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:32,363 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:32,391 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:32,455 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:32,456 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:32,495 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:32,496 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:32,503 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:32,539 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:32,540 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:32,541 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:32,541 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:32,542 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:32,583 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:32,619 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:32,620 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:32,621 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:32,622 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:32,622 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:32,662 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:32,695 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:32,696 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:32,698 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bb0490L 2018-11-05 23:26:32,698 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:32,705 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:32,706 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:32,709 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:32,709 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:32,709 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:32,709 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:32,709 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:32,709 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:32,714 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:32,714 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:32,730 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:26:32,730 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:32,754 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:32,767 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:32,795 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:32,871 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:32,871 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:32,910 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:32,911 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:32,914 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:32,949 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:32,950 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:32,951 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:32,951 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:32,952 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:32,992 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:33,028 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:33,030 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:33,030 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:33,031 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:33,031 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:33,072 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:33,105 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:33,106 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:33,107 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bb0690L 2018-11-05 23:26:33,108 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:33,114 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:33,114 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:33,117 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:33,118 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:33,118 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:33,118 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:33,118 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:33,118 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:33,123 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:33,123 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:33,140 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:26:33,140 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:33,162 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:33,175 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:33,205 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:33,283 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:33,283 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:33,322 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:33,323 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:33,341 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:33,377 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:33,377 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:33,378 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:33,379 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:33,379 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:33,420 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:33,458 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:33,459 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:33,459 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:33,460 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:33,461 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:33,502 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:33,534 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:33,535 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:33,537 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bc8cd0L 2018-11-05 23:26:33,538 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:33,542 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:33,542 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:33,544 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:33,544 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:33,544 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:33,544 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:33,545 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:33,545 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:33,549 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:33,550 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:33,553 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:26:33,554 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:33,589 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:33,599 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:33,618 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:33,669 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:33,669 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:33,708 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:33,709 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:33,720 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:33,748 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:33,749 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:33,750 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:33,751 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:33,751 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:33,791 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:33,822 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:33,823 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:33,823 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:33,824 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:33,824 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:33,865 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:33,891 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:33,892 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:33,894 - paramiko.transport - DEBUG - starting thread (client mode): 0x49be1cd0L 2018-11-05 23:26:33,895 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:33,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:33,899 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:33,901 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:33,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:33,901 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:33,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:33,902 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:33,902 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:33,906 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:33,907 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:33,910 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:26:33,910 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:33,946 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:33,956 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:33,975 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:34,031 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:34,031 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:34,070 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:34,070 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:34,077 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:34,106 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:34,107 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:34,107 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:34,108 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:34,109 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:34,149 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:34,182 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:34,183 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:34,183 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:34,184 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:34,184 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:34,225 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:34,252 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:34,253 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:34,254 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:34,255 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:34,255 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:34,259 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:34,308 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:34,309 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:34,310 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:34,311 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:34,311 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:34,314 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:34,368 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:34,369 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:34,369 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:34,370 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:34,371 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:34,372 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:34,422 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:34,423 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:34,423 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:34,424 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:34,424 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:34,426 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:34,503 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:34,504 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:34,506 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:34,506 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:34,506 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:34,510 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:34,616 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:34,616 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-11-05 23:26:34,616 - __name__ - INFO - Controller (ODL) list is ready 2018-11-05 23:26:34,617 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:34,619 - paramiko.transport - DEBUG - starting thread (client mode): 0x49ba67d0L 2018-11-05 23:26:34,619 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:34,632 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:34,632 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:34,636 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:34,636 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:34,636 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:34,637 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:34,637 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:34,637 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:34,642 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:34,642 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:34,651 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: d679e30ea19c107f857009f39a9ba2cd 2018-11-05 23:26:34,651 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:34,682 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:34,708 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:34,716 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:34,856 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:34,856 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:34,895 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:34,896 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:34,924 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:39,154 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:39,155 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:39,157 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bd1e10L 2018-11-05 23:26:39,157 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:39,164 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:39,164 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:39,168 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:39,168 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:39,168 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:39,169 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:39,169 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:39,169 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:39,174 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:39,174 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:39,189 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:26:39,189 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:39,213 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:39,226 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:39,254 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:39,326 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:39,326 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:39,365 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:39,365 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:39,374 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:39,410 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:39,411 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:39,412 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:39,413 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:39,413 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:39,454 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:39,491 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:39,493 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:39,493 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:39,494 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:39,494 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:39,535 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:39,568 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:39,569 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:39,571 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bdfd50L 2018-11-05 23:26:39,571 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:39,576 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:39,576 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:39,579 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:39,579 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:39,579 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:39,579 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:39,579 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:39,579 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:39,584 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:39,584 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:39,587 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:26:39,587 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:39,624 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:39,635 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:39,652 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:39,716 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:39,716 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:39,756 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:39,757 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:39,764 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:39,796 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:39,797 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:39,798 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:39,799 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:39,799 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:39,840 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:39,876 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:39,877 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:39,878 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:39,879 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:39,879 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:39,920 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:39,948 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:39,949 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:39,951 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bf9510L 2018-11-05 23:26:39,952 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:39,958 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:39,958 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:39,961 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:39,961 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:39,961 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:39,961 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:39,962 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:39,962 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:39,966 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:39,966 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:39,967 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:26:39,968 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:40,006 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:40,017 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:40,032 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:40,114 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:40,114 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:40,153 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:40,154 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:40,167 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:40,201 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:40,202 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:40,203 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:40,204 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:40,204 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:40,244 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:40,279 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:40,280 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:40,281 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:40,282 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:40,282 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:40,322 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:40,352 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:40,352 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:40,354 - paramiko.transport - DEBUG - starting thread (client mode): 0x49bfa990L 2018-11-05 23:26:40,355 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:40,359 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:40,360 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:40,361 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:40,361 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:40,361 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:40,361 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:40,362 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:40,362 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:40,366 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:40,366 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:40,370 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:26:40,370 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:40,406 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:40,415 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:40,434 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:40,485 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:40,485 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:40,524 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:40,525 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:40,538 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:40,567 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:40,568 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:40,568 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:40,569 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:40,569 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:40,610 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:40,641 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:40,642 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:40,643 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:40,644 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:40,644 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:40,684 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:40,710 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:40,711 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:40,713 - paramiko.transport - DEBUG - starting thread (client mode): 0x49c07790L 2018-11-05 23:26:40,714 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:40,718 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:40,719 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:40,720 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:40,720 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:40,720 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:40,721 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:40,721 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:40,721 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:40,725 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:40,726 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:40,729 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:26:40,730 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:40,765 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:40,775 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:40,794 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:40,849 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:40,849 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:40,888 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:40,888 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:40,897 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:40,925 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:40,926 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:40,927 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:40,928 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:40,928 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:40,968 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:41,000 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:41,001 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:41,002 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:41,003 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:41,003 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:41,043 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:41,071 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:41,072 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:41,073 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:41,073 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:41,074 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:41,081 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:45,808 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:45,810 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:45,812 - paramiko.transport - DEBUG - starting thread (client mode): 0x48b21590L 2018-11-05 23:26:45,813 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:45,819 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:45,819 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:45,822 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:45,822 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:45,822 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:45,822 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:45,822 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:45,823 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:45,827 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:45,827 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:45,828 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:26:45,829 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:45,867 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:45,879 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:45,893 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:45,973 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:45,973 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:46,012 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:46,013 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:46,028 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:46,064 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:46,064 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:46,065 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:46,066 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:46,066 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:46,107 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:46,145 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:46,146 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:46,147 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:46,148 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:46,148 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:46,189 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:46,220 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:46,221 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:46,223 - paramiko.transport - DEBUG - starting thread (client mode): 0x48b21f10L 2018-11-05 23:26:46,224 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:46,229 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:46,229 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:46,231 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:46,232 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:46,232 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:46,232 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:46,232 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:46,232 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:46,236 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:46,237 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:46,239 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:26:46,240 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:46,276 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:46,286 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:46,304 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:46,380 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:46,380 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:46,419 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:46,419 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:46,424 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:46,455 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:46,456 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:46,457 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:46,457 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:46,457 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:46,498 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:46,534 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:46,535 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:46,536 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:46,536 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:46,537 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:46,577 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:46,606 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:46,608 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:46,609 - paramiko.transport - DEBUG - starting thread (client mode): 0x48b2bf90L 2018-11-05 23:26:46,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:46,615 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:46,615 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:46,618 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:46,618 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:46,619 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:46,619 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:46,619 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:46,619 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:46,623 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:46,624 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:46,625 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:26:46,626 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:46,663 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:46,674 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:46,690 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:46,757 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:46,758 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:46,797 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:46,797 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:46,801 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:46,837 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:46,838 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:46,838 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:46,839 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:46,839 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:46,881 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:46,919 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:46,921 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:46,921 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:46,922 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:46,922 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:46,962 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:46,994 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:46,995 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:46,996 - paramiko.transport - DEBUG - starting thread (client mode): 0x48b35b90L 2018-11-05 23:26:46,996 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:47,003 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:47,003 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:47,005 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:47,005 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:47,005 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:47,005 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:47,006 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:47,006 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:47,009 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:47,009 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:47,012 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:26:47,012 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:47,049 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:47,059 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:47,077 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:47,154 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:47,154 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:47,194 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:47,195 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:47,211 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:47,240 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:47,241 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:47,241 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:47,242 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:47,242 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:47,282 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:47,313 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:47,314 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:47,314 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:47,315 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:47,316 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:47,356 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:47,383 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:47,384 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:47,386 - paramiko.transport - DEBUG - starting thread (client mode): 0x48b3e8d0L 2018-11-05 23:26:47,386 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:26:47,391 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:26:47,391 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:26:47,393 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:26:47,393 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:26:47,394 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:26:47,394 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:26:47,394 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:26:47,394 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:26:47,399 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:26:47,399 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:26:47,402 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:26:47,402 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:26:47,438 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:26:47,449 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:26:47,467 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:26:47,526 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:26:47,526 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:26:47,565 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:26:47,566 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:26:47,570 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:26:47,598 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:26:47,599 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:26:47,600 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:26:47,601 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:26:47,601 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:26:47,641 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:26:47,671 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:26:47,673 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:26:47,673 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:26:47,674 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:26:47,674 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:26:47,715 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:26:47,742 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:26:47,743 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:47,744 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:26:47,745 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:47,745 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:47,747 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:47,795 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:47,796 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:26:47,797 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:47,798 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:26:47,798 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:26:47,839 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:26:47,884 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:26:47,885 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:47,885 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:26:47,886 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:47,887 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:47,890 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:47,937 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:47,938 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:26:47,939 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:47,939 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:26:47,939 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:26:47,980 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:26:48,021 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:26:48,022 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:48,023 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:48,023 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:26:48,023 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:48,027 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:48,075 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:48,076 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:26:48,077 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:48,078 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:26:48,078 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:26:48,118 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:26:48,159 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:26:48,160 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:48,161 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:48,161 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:48,162 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:26:48,164 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:48,209 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:48,210 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:26:48,210 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:48,211 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:26:48,211 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:26:48,252 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:26:48,287 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:26:48,288 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:26:48,289 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:26:48,289 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:26:48,289 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:26:48,292 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:26:48,330 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:26:48,331 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:26:48,332 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:26:48,333 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:26:48,333 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:26:48,373 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:26:48,407 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:26:48,408 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that all OpenStack nodes OVS br-int have fail_mode set to secure | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | Node overcloud-novacompute-1 br-int is fail_mode secure | | PASS | Node overcloud-novacompute-0 br-int is fail_mode secure | | PASS | Node overcloud-controller-2 br-int is fail_mode secure | | PASS | Node overcloud-controller-1 br-int is fail_mode secure | | PASS | Node overcloud-controller-0 br-int is fail_mode secure | +========================================================================================+ 2018-11-05 23:26:48,408 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:26:48,408 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:26:48,408 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-11-05 23:26:48,409 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-11-05 23:26:48,409 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-11-05 23:26:48,410 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-11-05 23:26:48,410 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-11-05 23:26:48,502 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:26:48,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:26:48,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:26:48,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:26:48,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:26:48,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:26:48,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:26:48,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:26:48,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:26:48,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:26:48,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:26:48,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:26:48,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:26:48,512 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:26:48,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:26:48,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c50990c-82dc-4a75-9daf-7a90e74a253e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:26:48,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c50990c-82dc-4a75-9daf-7a90e74a253e 2018-11-05 23:26:48,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:26:49,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:26:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["n3YSrPMITMeuFO8NK_zsGQ"], "issued_at": "2018-11-05T23:26:49.000000Z"}} 2018-11-05 23:26:49,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee1f3d0cbab74684ea6d26190e803dc10404e6d3" 2018-11-05 23:26:49,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-bcd7f57f-34aa-4ee0-aa17-5edd9331c07b Date: Mon, 05 Nov 2018 23:26:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:26:49,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-bcd7f57f-34aa-4ee0-aa17-5edd9331c07b 2018-11-05 23:26:49,254 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-05 23:26:49,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee1f3d0cbab74684ea6d26190e803dc10404e6d3" 2018-11-05 23:26:49,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-712dd82d-4e11-4a96-ab35-915fc8c918cd Date: Mon, 05 Nov 2018 23:26:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:26:49,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-712dd82d-4e11-4a96-ab35-915fc8c918cd 2018-11-05 23:26:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee1f3d0cbab74684ea6d26190e803dc10404e6d3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-05 23:26:49,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8 X-Openstack-Request-Id: req-7cc4eac3-3a28-4806-9fd4-ed7aa0225414 Date: Mon, 05 Nov 2018 23:26:49 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:26:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:26:49Z", "visibility": "public", "locations": [], "self": "/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "min_disk": 0, "protected": false, "id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "file": "/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:26:49,666 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7cc4eac3-3a28-4806-9fd4-ed7aa0225414 2018-11-05 23:26:49,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee1f3d0cbab74684ea6d26190e803dc10404e6d3" -d '' 2018-11-05 23:26:51,617 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2af5fd8f-8744-4843-b6cd-3554d1105810 Date: Mon, 05 Nov 2018 23:26:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:26:51,618 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8/file used request id req-2af5fd8f-8744-4843-b6cd-3554d1105810 2018-11-05 23:26:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:26:51,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228ad997-9bc1-46c6-8f3d-4b96c0964f0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:26:51,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-228ad997-9bc1-46c6-8f3d-4b96c0964f0c 2018-11-05 23:26:51,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:26:52,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:26:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["z6mmN6TWSH2OYXi17-SWmA"], "issued_at": "2018-11-05T23:26:52.000000Z"}} 2018-11-05 23:26:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:52,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6ef1ca82-cfb9-4323-a25a-80907270a792 Date: Mon, 05 Nov 2018 23:26:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 23:26:52,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6ef1ca82-cfb9-4323-a25a-80907270a792 2018-11-05 23:26:52,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:52,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7bf26142-b3f8-448e-9cac-314f2e445e0a Date: Mon, 05 Nov 2018 23:26:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 23:26:52,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7bf26142-b3f8-448e-9cac-314f2e445e0a 2018-11-05 23:26:52,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:52,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e3ec78ce-540d-464d-850e-680f0bd82590 Date: Mon, 05 Nov 2018 23:26:52 GMT RESP BODY: {"routers": []} 2018-11-05 23:26:52,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-e3ec78ce-540d-464d-850e-680f0bd82590 2018-11-05 23:26:52,643 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-11-05 23:26:52,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-11-05 23:26:53,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-adc66974-4aec-4e77-8315-88d09700b76c Date: Mon, 05 Nov 2018 23:26:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:26:52Z","is_default":false,"provider:segmentation_id":2,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:52Z","mtu":1450}} 2018-11-05 23:26:53,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-adc66974-4aec-4e77-8315-88d09700b76c 2018-11-05 23:26:53,024 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ef3dc3a2-665b-4db2-9e91-9e8820dca3e4' created successfully 2018-11-05 23:26:53,024 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-05 23:26:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"subnets": [{"ip_version": 4, "network_id": "ef3dc3a2-665b-4db2-9e91-9e8820dca3e4", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-11-05 23:26:53,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-db2c6ae1-0383-4a3a-8542-75a9148093fc Date: Mon, 05 Nov 2018 23:26:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:53Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:26:53Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"934fe575-0c23-4d59-9032-007e9960f9df","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-11-05 23:26:53,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-db2c6ae1-0383-4a3a-8542-75a9148093fc 2018-11-05 23:26:53,803 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '934fe575-0c23-4d59-9032-007e9960f9df' created successfully 2018-11-05 23:26:53,803 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-05 23:26:53,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-11-05 23:26:53,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-f1f5180b-8a44-4ab5-b3df-49adbf1a6118 Date: Mon, 05 Nov 2018 23:26:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:26:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:53Z", "revision_number": 0, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29", "name": "sdnvpn-8-1-router"}} 2018-11-05 23:26:53,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-f1f5180b-8a44-4ab5-b3df-49adbf1a6118 2018-11-05 23:26:53,925 - sdnvpn.lib.openstack_utils - DEBUG - Router 'd7166304-bbb5-4dac-94af-84b6b26e2b29' created successfully 2018-11-05 23:26:53,925 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-05 23:26:53,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"subnet_id": "934fe575-0c23-4d59-9032-007e9960f9df"}' 2018-11-05 23:26:55,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fedc6414-f896-4ef7-8ebf-9f3fb8e06223 Date: Mon, 05 Nov 2018 23:26:55 GMT RESP BODY: {"network_id": "ef3dc3a2-665b-4db2-9e91-9e8820dca3e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "934fe575-0c23-4d59-9032-007e9960f9df", "subnet_ids": ["934fe575-0c23-4d59-9032-007e9960f9df"], "port_id": "784b8bad-5824-4cb5-b1c4-048d5e4beb65", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29"} 2018-11-05 23:26:55,328 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/add_router_interface used request id req-fedc6414-f896-4ef7-8ebf-9f3fb8e06223 2018-11-05 23:26:55,328 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-05 23:26:55,328 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-05 23:26:55,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:55,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-2cae0f81-3284-46ee-8a24-4a57be9dc3b5 Date: Mon, 05 Nov 2018 23:26:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["934fe575-0c23-4d59-9032-007e9960f9df"],"description":"","tags":[],"updated_at":"2018-11-05T23:26:53Z","provider:segmentation_id":2,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:52Z","provider:network_type":"vxlan"}]} 2018-11-05 23:26:55,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2cae0f81-3284-46ee-8a24-4a57be9dc3b5 2018-11-05 23:26:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}}' 2018-11-05 23:26:56,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-7dbedc86-7d7b-4922-b398-8e426c2a0035 Date: Mon, 05 Nov 2018 23:26:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:26:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:56Z", "revision_number": 3, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29", "name": "sdnvpn-8-1-router"}} 2018-11-05 23:26:56,708 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 used request id req-7dbedc86-7d7b-4922-b398-8e426c2a0035 2018-11-05 23:26:56,709 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-05 23:26:56,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:56,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-86b26595-28d1-44e7-b117-e8a56efe858a Date: Mon, 05 Nov 2018 23:26:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["934fe575-0c23-4d59-9032-007e9960f9df"],"description":"","tags":[],"updated_at":"2018-11-05T23:26:53Z","provider:segmentation_id":2,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:52Z","provider:network_type":"vxlan"}]} 2018-11-05 23:26:56,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-86b26595-28d1-44e7-b117-e8a56efe858a 2018-11-05 23:26:56,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:57,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-415fbffb-ebd6-4af0-8e02-c6b82455d71d Date: Mon, 05 Nov 2018 23:26:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:53Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:26:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"934fe575-0c23-4d59-9032-007e9960f9df","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-11-05 23:26:57,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-415fbffb-ebd6-4af0-8e02-c6b82455d71d 2018-11-05 23:26:57,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:26:57,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-76465034-dce7-4d69-9a20-5a7085df69da Date: Mon, 05 Nov 2018 23:26:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:26:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:26:56Z", "revision_number": 3, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29", "name": "sdnvpn-8-1-router"}]} 2018-11-05 23:26:57,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-76465034-dce7-4d69-9a20-5a7085df69da 2018-11-05 23:26:57,361 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-11-05 23:26:57,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-11-05 23:26:57,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-9cd8aa97-e2c1-422f-8170-efd4eca3c177 Date: Mon, 05 Nov 2018 23:26:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff0fccc9-4f24-4591-843c-78e93554d0d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:26:57Z","is_default":false,"provider:segmentation_id":4,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:57Z","mtu":1450}} 2018-11-05 23:26:57,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9cd8aa97-e2c1-422f-8170-efd4eca3c177 2018-11-05 23:26:57,611 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ff0fccc9-4f24-4591-843c-78e93554d0d5' created successfully 2018-11-05 23:26:57,611 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-05 23:26:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"subnets": [{"ip_version": 4, "network_id": "ff0fccc9-4f24-4591-843c-78e93554d0d5", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-11-05 23:26:58,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-80e9236e-a2e1-4994-b0c1-99781fe13913 Date: Mon, 05 Nov 2018 23:26:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff0fccc9-4f24-4591-843c-78e93554d0d5","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:26:58Z","gateway_ip":"10.10.20.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.20.2","end":"10.10.20.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.20.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"00e92602-aeca-44d6-b2b8-0648f585d815","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-11-05 23:26:58,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-80e9236e-a2e1-4994-b0c1-99781fe13913 2018-11-05 23:26:58,319 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '00e92602-aeca-44d6-b2b8-0648f585d815' created successfully 2018-11-05 23:26:58,319 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-05 23:26:58,319 - sdnvpn.lib.openstack_utils - DEBUG - Router 'd7166304-bbb5-4dac-94af-84b6b26e2b29' created successfully 2018-11-05 23:26:58,319 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-05 23:26:58,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"subnet_id": "00e92602-aeca-44d6-b2b8-0648f585d815"}' 2018-11-05 23:26:59,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0aa57a3-0756-4180-ac04-084fb14d1b61 Date: Mon, 05 Nov 2018 23:26:59 GMT RESP BODY: {"network_id": "ff0fccc9-4f24-4591-843c-78e93554d0d5", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "00e92602-aeca-44d6-b2b8-0648f585d815", "subnet_ids": ["00e92602-aeca-44d6-b2b8-0648f585d815"], "port_id": "a9f44173-aa20-47c5-9202-07db99b51c2a", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29"} 2018-11-05 23:26:59,878 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/add_router_interface used request id req-e0aa57a3-0756-4180-ac04-084fb14d1b61 2018-11-05 23:26:59,878 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-05 23:26:59,878 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-05 23:26:59,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:27:00,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2005 X-Openstack-Request-Id: req-573ac1cc-f820-4215-84c2-5d237f4e36bc Date: Mon, 05 Nov 2018 23:27:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["934fe575-0c23-4d59-9032-007e9960f9df"],"description":"","tags":[],"updated_at":"2018-11-05T23:26:53Z","provider:segmentation_id":2,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff0fccc9-4f24-4591-843c-78e93554d0d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["00e92602-aeca-44d6-b2b8-0648f585d815"],"description":"","tags":[],"updated_at":"2018-11-05T23:26:58Z","provider:segmentation_id":4,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:57Z","provider:network_type":"vxlan"}]} 2018-11-05 23:27:00,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-573ac1cc-f820-4215-84c2-5d237f4e36bc 2018-11-05 23:27:00,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}}' 2018-11-05 23:27:00,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-b19d4129-c996-44d2-a04a-1fa898af5e84 Date: Mon, 05 Nov 2018 23:27:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:26:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:27:00Z", "revision_number": 5, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29", "name": "sdnvpn-8-1-router"}} 2018-11-05 23:27:00,618 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 used request id req-b19d4129-c996-44d2-a04a-1fa898af5e84 2018-11-05 23:27:00,618 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-05 23:27:00,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:27:00,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c8508967-8706-4e3b-af4d-6ba52c56a6d4 Date: Mon, 05 Nov 2018 23:27:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:27:00,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-c8508967-8706-4e3b-af4d-6ba52c56a6d4 2018-11-05 23:27:00,858 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-11-05 23:27:00,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-11-05 23:27:01,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-bccb40e4-fd25-48d5-b022-5681c47f3826 Date: Mon, 05 Nov 2018 23:27:01 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:27:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 2, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}} 2018-11-05 23:27:01,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-bccb40e4-fd25-48d5-b022-5681c47f3826 2018-11-05 23:27:01,250 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=916556da-f5c6-48df-816e-a4cb784f99e4 created successfully. 2018-11-05 23:27:01,250 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-11-05 23:27:01,251 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-11-05 23:27:01,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:27:01,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-509272d5-4673-400d-9d3c-8f926d7e9aa1 Date: Mon, 05 Nov 2018 23:27:01 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-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6"}} 2018-11-05 23:27:01,433 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-509272d5-4673-400d-9d3c-8f926d7e9aa1 2018-11-05 23:27:01,434 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-11-05 23:27:01,434 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-05 23:27:01,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:27:01,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0fa3eda8-6b52-4eac-aff3-90bc0914bfb4 Date: Mon, 05 Nov 2018 23:27:01 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-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0"}} 2018-11-05 23:27:01,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-0fa3eda8-6b52-4eac-aff3-90bc0914bfb4 2018-11-05 23:27:01,727 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-05 23:27:01,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:27:01,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-888a909d-008f-449d-90cf-1e052e6f818f Date: Mon, 05 Nov 2018 23:27:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3"}} 2018-11-05 23:27:01,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-888a909d-008f-449d-90cf-1e052e6f818f 2018-11-05 23:27:01,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:27:02,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-b5322c77-dec8-4501-b50c-89ffd634318d Date: Mon, 05 Nov 2018 23:27:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "06f86fbf-88b7-495d-b427-2b7dee59622a"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "38b31759-7219-4f6b-a1cc-f000b2443941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "412a6eba-694e-40b1-a4a4-e810247f309a"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "47bd579a-2583-427e-a815-cc2404346586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "9406caac-88e6-4769-815c-4594cdd8fb2c"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "a39452c9-e5df-48f2-8786-37c02be674a3"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "af2fee34-3f4e-46f4-b54b-691be493ef42"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "be9552d5-5241-48f8-84b4-e6f7249569fa"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "e4affbb7-68f8-4688-8507-4c1882637887"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "ec412431-6491-4563-a6b7-4bdbbae25b63"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1"}]} 2018-11-05 23:27:02,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-b5322c77-dec8-4501-b50c-89ffd634318d 2018-11-05 23:27:02,089 - sdnvpn_test_utils - INFO - This rule exists for security group: 916556da-f5c6-48df-816e-a4cb784f99e4 2018-11-05 23:27:02,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:27:02,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-8b8b5852-6ed6-4c92-91cc-c6704e784614 Date: Mon, 05 Nov 2018 23:27:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "06f86fbf-88b7-495d-b427-2b7dee59622a"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "38b31759-7219-4f6b-a1cc-f000b2443941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "412a6eba-694e-40b1-a4a4-e810247f309a"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "47bd579a-2583-427e-a815-cc2404346586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "9406caac-88e6-4769-815c-4594cdd8fb2c"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "a39452c9-e5df-48f2-8786-37c02be674a3"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "af2fee34-3f4e-46f4-b54b-691be493ef42"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "be9552d5-5241-48f8-84b4-e6f7249569fa"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "e4affbb7-68f8-4688-8507-4c1882637887"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "ec412431-6491-4563-a6b7-4bdbbae25b63"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1"}]} 2018-11-05 23:27:02,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-8b8b5852-6ed6-4c92-91cc-c6704e784614 2018-11-05 23:27:02,152 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-05 23:27:02,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:27:02,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2d9d5440-a8f7-4eb0-887c-f74180c9d4db Date: Mon, 05 Nov 2018 23:27:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 80, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:02Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "888f2113-b325-4987-bdf8-92e658f264b4"}} 2018-11-05 23:27:02,343 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-2d9d5440-a8f7-4eb0-887c-f74180c9d4db 2018-11-05 23:27:02,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:27:02,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3ecbde-e5ba-4cd4-9727-100ec092d7be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:27:02,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-db3ecbde-e5ba-4cd4-9727-100ec092d7be 2018-11-05 23:27:02,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:27:02,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["FfyFX67BT4ip8qedVg9HFA"], "issued_at": "2018-11-05T23:27:02.000000Z"}} 2018-11-05 23:27:02,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" 2018-11-05 23:27:02,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-dd837b89-5f3e-470a-9a6d-4c046668bfac x-compute-request-id: req-dd837b89-5f3e-470a-9a6d-4c046668bfac Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:27:02,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-dd837b89-5f3e-470a-9a6d-4c046668bfac 2018-11-05 23:27:02,925 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-11-05 23:27:02,925 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-11-05 23:27:02,925 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=426bb63b-8432-460c-941f-5db9ed0a98a8 network=ff0fccc9-4f24-4591-843c-78e93554d0d5 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:27:02,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:27:02,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:27:02,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:27:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:27:02,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:27:02,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:27:02,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:27:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:27:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:27:02,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:27:02,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:27:02,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:27:02,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:27:02,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7d4e54-ef92-4791-a260-50348dc0c290 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:27:02,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef7d4e54-ef92-4791-a260-50348dc0c290 2018-11-05 23:27:02,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:27:03,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["jqVhkb2uTnumPcthtIkQIA"], "issued_at": "2018-11-05T23:27:03.000000Z"}} 2018-11-05 23:27:03,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" 2018-11-05 23:27:03,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-d68cbb12-2813-4d6d-a824-394f86923e58 x-compute-request-id: req-d68cbb12-2813-4d6d-a824-394f86923e58 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:27:03,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d68cbb12-2813-4d6d-a824-394f86923e58 2018-11-05 23:27:03,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" 2018-11-05 23:27:03,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-b970b11a-915b-4131-b1c6-fba1e71a235e x-compute-request-id: req-b970b11a-915b-4131-b1c6-fba1e71a235e Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:27:03,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-b970b11a-915b-4131-b1c6-fba1e71a235e 2018-11-05 23:27:03,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "426bb63b-8432-460c-941f-5db9ed0a98a8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ff0fccc9-4f24-4591-843c-78e93554d0d5"}]}}' 2018-11-05 23:27:05,200 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:27: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-54db70df-efe8-4a70-9fe2-9ec3fcb9e8c3 x-compute-request-id: req-54db70df-efe8-4a70-9fe2-9ec3fcb9e8c3 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "adminPass": "7uZGNwh8tVsX"}} 2018-11-05 23:27:05,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-54db70df-efe8-4a70-9fe2-9ec3fcb9e8c3 2018-11-05 23:27:05,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:27:05,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26023b11-f8ac-4e3f-96d2-e91f3caa1d0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:27:05,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26023b11-f8ac-4e3f-96d2-e91f3caa1d0b 2018-11-05 23:27:05,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:27:05,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["DfsAsgZKT5O1KPOVHDI5bQ"], "issued_at": "2018-11-05T23:27:05.000000Z"}} 2018-11-05 23:27:05,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f434bca13389f3b654da3f16e483cc15b9f6093c" 2018-11-05 23:27:06,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-d5a13d13-91b4-4cd4-b3dd-966dd364a7a2 x-compute-request-id: req-d5a13d13-91b4-4cd4-b3dd-966dd364a7a2 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:06,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 used request id req-d5a13d13-91b4-4cd4-b3dd-966dd364a7a2 2018-11-05 23:27:09,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f434bca13389f3b654da3f16e483cc15b9f6093c" 2018-11-05 23:27:09,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf99adbd-e8a1-48e3-bc05-bc8642ee811b x-compute-request-id: req-bf99adbd-e8a1-48e3-bc05-bc8642ee811b Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:09,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 used request id req-bf99adbd-e8a1-48e3-bc05-bc8642ee811b 2018-11-05 23:27:12,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f434bca13389f3b654da3f16e483cc15b9f6093c" 2018-11-05 23:27:13,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cde9e61-2206-48c2-b8a0-feb7498f499d x-compute-request-id: req-8cde9e61-2206-48c2-b8a0-feb7498f499d Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:8b:97", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-11-05T23:27:11.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:13,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 used request id req-8cde9e61-2206-48c2-b8a0-feb7498f499d 2018-11-05 23:27:13,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" 2018-11-05 23:27:14,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-7168b4d8-f6be-4a5e-a2ff-79ec4d85163a x-compute-request-id: req-7168b4d8-f6be-4a5e-a2ff-79ec4d85163a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:8b:97", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-11-05T23:27:11.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:14,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819 used request id req-7168b4d8-f6be-4a5e-a2ff-79ec4d85163a 2018-11-05 23:27:14,330 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.8'. 2018-11-05 23:27:14,330 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-11-05 23:27:14,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:27:15,597 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:27: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-359a6b5e-ef8f-4fd7-a7da-b1887fa801ca x-compute-request-id: req-359a6b5e-ef8f-4fd7-a7da-b1887fa801ca Content-Length: 0 Content-Type: application/json 2018-11-05 23:27:15,597 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action used request id req-359a6b5e-ef8f-4fd7-a7da-b1887fa801ca 2018-11-05 23:27:15,598 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-11-05 23:27:15,598 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=426bb63b-8432-460c-941f-5db9ed0a98a8 network=ef3dc3a2-665b-4db2-9e91-9e8820dca3e4 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-05 23:27:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:27:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:27:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:27:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:27:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:27:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:27:15,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:27:15,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:27:15,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:27:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:27:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:27:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:27:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:27:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:27:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:27:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:27:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:27:15,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:27:15,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:27:15,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b496d8c-88ea-4a9d-9873-20e1a4cfc9f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:27:15,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b496d8c-88ea-4a9d-9873-20e1a4cfc9f2 2018-11-05 23:27:15,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:27:15,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:27:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["UdGYUnp5S9CTNvhudF0b1Q"], "issued_at": "2018-11-05T23:27:16.000000Z"}} 2018-11-05 23:27:15,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" 2018-11-05 23:27:16,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-6b357d11-23f6-4981-814e-cfb71ba2f0f2 x-compute-request-id: req-6b357d11-23f6-4981-814e-cfb71ba2f0f2 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:27:16,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6b357d11-23f6-4981-814e-cfb71ba2f0f2 2018-11-05 23:27:16,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" 2018-11-05 23:27:16,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-35921db9-65a8-4d5e-8d46-b9b10e6b174e x-compute-request-id: req-35921db9-65a8-4d5e-8d46-b9b10e6b174e Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:27:16,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-35921db9-65a8-4d5e-8d46-b9b10e6b174e 2018-11-05 23:27:16,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "426bb63b-8432-460c-941f-5db9ed0a98a8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ef3dc3a2-665b-4db2-9e91-9e8820dca3e4"}], "config_drive": true}}' 2018-11-05 23:27:17,685 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:27:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c8db457-2518-4a6d-99dd-e7fa9b2b1c36 x-compute-request-id: req-9c8db457-2518-4a6d-99dd-e7fa9b2b1c36 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "adminPass": "BSZ5FaTZjoG5"}} 2018-11-05 23:27:17,685 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9c8db457-2518-4a6d-99dd-e7fa9b2b1c36 2018-11-05 23:27:17,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:27:17,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3fe2991-c703-4d33-8410-af8a964a6e14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:27:17,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3fe2991-c703-4d33-8410-af8a964a6e14 2018-11-05 23:27:17,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:27:18,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:27:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["buX1KY_-SKKPpepeoOoMnw"], "issued_at": "2018-11-05T23:27:18.000000Z"}} 2018-11-05 23:27:18,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4700b55522e110a140ffa598138dc3e7ae1bf2" 2018-11-05 23:27:18,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34902a41-a055-44ff-a4b5-ac1fa7255d18 x-compute-request-id: req-34902a41-a055-44ff-a4b5-ac1fa7255d18 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:27:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-11-05T23:27:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:18,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb used request id req-34902a41-a055-44ff-a4b5-ac1fa7255d18 2018-11-05 23:27:21,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4700b55522e110a140ffa598138dc3e7ae1bf2" 2018-11-05 23:27:22,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-950f428b-75dd-45d8-b313-24193030a970 x-compute-request-id: req-950f428b-75dd-45d8-b313-24193030a970 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:27:19Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-05T23:27:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:22,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb used request id req-950f428b-75dd-45d8-b313-24193030a970 2018-11-05 23:27:25,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4700b55522e110a140ffa598138dc3e7ae1bf2" 2018-11-05 23:27:25,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-2f688053-7861-45d6-a515-e342c089a86f x-compute-request-id: req-2f688053-7861-45d6-a515-e342c089a86f Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:5d:a4", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-11-05T23:27:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:27:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-05T23:27:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:25,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb used request id req-2f688053-7861-45d6-a515-e342c089a86f 2018-11-05 23:27:25,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" 2018-11-05 23:27:26,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-cfefc63d-9f61-420b-9989-dc484079fbc7 x-compute-request-id: req-cfefc63d-9f61-420b-9989-dc484079fbc7 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:5d:a4", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-11-05T23:27:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:27:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-05T23:27:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:27:26,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb used request id req-cfefc63d-9f61-420b-9989-dc484079fbc7 2018-11-05 23:27:26,733 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.13'. 2018-11-05 23:27:26,734 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-11-05 23:27:26,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:27:28,372 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:27: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-c0e84254-6f4d-4a1b-8ce9-0bc131630b54 x-compute-request-id: req-c0e84254-6f4d-4a1b-8ce9-0bc131630b54 Content-Length: 0 Content-Type: application/json 2018-11-05 23:27:28,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action used request id req-c0e84254-6f4d-4a1b-8ce9-0bc131630b54 2018-11-05 23:27:28,373 - sdnvpn_test_utils - INFO - Waiting for instance d86f2ec9-e6ab-4399-9d52-39ce60d5d819 to boot up 2018-11-05 23:27:28,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:27:29,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-233c7a45-f915-4d58-b0d7-7448ff936339 x-compute-request-id: req-233c7a45-f915-4d58-b0d7-7448ff936339 Content-Encoding: gzip Content-Length: 10227 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 554167710 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.124555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.126134] pid_max: default: 32768 minimum: 301\n[ 0.126985] ACPI: Core revision 20150930\n[ 0.128333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.129586] Security Framework initialized\n[ 0.130361] Yama: becoming mindful.\n[ 0.131056] AppArmor: AppArmor initialized\n[ 0.131879] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.133150] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.135499] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.136819] Initializing cgroup subsys io\n[ 0.137596] Initializing cgroup subsys memory\n[ 0.138414] Initializing cgroup subsys devices\n[ 0.139244] Initializing cgroup subsys freezer\n[ 0.140077] Initializing cgroup subsys net_cls\n[ 0.140898] Initializing cgroup subsys perf_event\n[ 0.141760] Initializing cgroup subsys net_prio\n[ 0.142595] Initializing cgroup subsys hugetlb\n[ 0.143421] Initializing cgroup subsys pids\n[ 0.144260] CPU: Physical Processor ID: 0\n[ 0.145728] mce: CPU supports 10 MCE banks\n[ 0.146534] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.147474] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159677] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166056] ftrace: allocating 31920 entries in 125 pages\n[ 0.192538] smpboot: Max logical packages: 1\n[ 0.193451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194802] x2apic enabled\n[ 0.195610] Switched APIC routing to physical x2apic.\n[ 0.197357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198473] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200460] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202236] KVM setup paravirtual spinlock\n[ 0.203530] x86: Booted up 1 node, 1 CPUs\n[ 0.204348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205738] devtmpfs: initialized\n[ 0.207455] evm: security.selinux\n[ 0.208154] evm: security.SMACK64\n[ 0.208838] evm: security.SMACK64EXEC\n[ 0.209580] evm: security.SMACK64TRANSMUTE\n[ 0.210386] evm: security.SMACK64MMAP\n[ 0.211134] evm: security.ima\n[ 0.211775] evm: security.capability\n[ 0.212582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214453] pinctrl core: initialized pinctrl subsystem\n[ 0.215560] RTC time: 23:27:11, date: 11/05/18\n[ 0.216516] NET: Registered protocol family 16\n[ 0.217482] cpuidle: using governor ladder\n[ 0.218300] cpuidle: using governor menu\n[ 0.219077] PCCT header not found.\n[ 0.219829] ACPI: bus type PCI registered\n[ 0.220637] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221864] PCI: Using configuration type 1 for base access\n[ 0.223614] ACPI: Added _OSI(Module Device)\n[ 0.224457] ACPI: Added _OSI(Processor Device)\n[ 0.225317] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228324] ACPI: Interpreter enabled\n[ 0.229095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236438] ACPI: (supports S0 S5)\n[ 0.237141] ACPI: Using IOAPIC for interrupt routing\n[ 0.238089] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242309] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244707] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246908] acpiphp: Slot [3] registered\n[ 0.247709] acpiphp: Slot [4] registered\n[ 0.248505] acpiphp: Slot [5] registered\n[ 0.249301] acpiphp: Slot [6] registered\n[ 0.250095] acpiphp: Slot [7] registered\n[ 0.250892] acpiphp: Slot [8] registered\n[ 0.251687] acpiphp: Slot [9] registered\n[ 0.252483] acpiphp: Slot [10] registered\n[ 0.253291] acpiphp: Slot [11] registered\n[ 0.254102] acpiphp: Slot [12] registered\n[ 0.254912] acpiphp: Slot [13] registered\n[ 0.255718] acpiphp: Slot [14] registered\n[ 0.256524] acpiphp: Slot [15] registered\n[ 0.267436] acpiphp: Slot [16] registered\n[ 0.268260] acpiphp: Slot [17] registered\n[ 0.269069] acpiphp: Slot [18] registered\n[ 0.269873] acpiphp: Slot [19] registered\n[ 0.270678] acpiphp: Slot [20] registered\n[ 0.271489] acpiphp: Slot [21] registered\n[ 0.272297] acpiphp: Slot [22] registered\n[ 0.273102] acpiphp: Slot [23] registered\n[ 0.273903] acpiphp: Slot [24] registered\n[ 0.274710] acpiphp: Slot [25] registered\n[ 0.275518] acpiphp: Slot [26] registered\n[ 0.276323] acpiphp: Slot [27] registered\n[ 0.277127] acpiphp: Slot [28] registered\n[ 0.277930] acpiphp: Slot [29] registered\n[ 0.278733] acpiphp: Slot [30] registered\n[ 0.279542] acpiphp: Slot [31] registered\n[ 0.280337] PCI host bridge to bus 0000:00\n[ 0.281134] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282322] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284924] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286346] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293758] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296165] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304028] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357208] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358373] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360968] vgaarb: loaded\n[ 0.361563] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362692] SCSI subsystem initialized\n[ 0.363508] ACPI: bus type USB registered\n[ 0.364321] usbcore: registered new interface driver usbfs\n[ 0.365340] usbcore: registered new interface driver hub\n[ 0.366336] usbcore: registered new device driver usb\n[ 0.367389] PCI: Using ACPI for IRQ routing\n[ 0.368400] NetLabel: Initializing\n[ 0.369110] NetLabel: domain hash size = 128\n[ 0.369951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370892] NetLabel: unlabeled traffic allowed by default\n[ 0.371988] clocksource: Switched to clocksource kvm-clock\n[ 0.377375] AppArmor: AppArmor Filesystem Enabled\n[ 0.378335] pnp: PnP ACPI init\n[ 0.379238] pnp: PnP ACPI: found 5 devices\n[ 0.385604] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387303] NET: Registered protocol family 2\n[ 0.388255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389515] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390677] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391823] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392903] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394070] NET: Registered protocol family 1\n[ 0.394928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411146] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425388] Trying to unpack rootfs image as initramfs...\n[ 0.474742] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488601] Scanning for low memory corruption every 60 seconds\n[ 0.489916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491058] audit: initializing netlink subsys (disabled)\n[ 0.492082] audit: type=2000 audit(1541460432.010:1): initialized\n[ 0.493448] Initialise system trusted keyring\n[ 0.494589] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495983] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498266] zbud: loaded\n[ 0.499075] VFS: Disk quotas dquot_6.6.0\n[ 0.500069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501972] fuse init (API version 7.23)\n[ 0.503010] Key type big_key registered\n[ 0.503934] Allocating IMA MOK and blacklist keyrings.\n[ 0.505209] Key type asymmetric registered\n[ 0.506111] Asymmetric key parser 'x509' registered\n[ 0.507267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509509] io scheduler noop registered\n[ 0.510429] io scheduler deadline registered (default)\n[ 0.511617] io scheduler cfq registered\n[ 0.512579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515234] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516699] ACPI: Power Button [PWRF]\n[ 0.517536] GHES: HEST is not enabled!\n[ 0.531237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587027] Linux agpgart interface v0.103\n[ 0.589016] brd: module loaded\n[ 0.592208] loop: module loaded\n[ 0.597261] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598691] GPT:90111 != 2097151\n[ 0.599361] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600436] GPT:90111 != 2097151\n[ 0.601102] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602048] vda: vda1 vda15\n[ 0.603544] scsi host0: ata_piix\n[ 0.604283] scsi host1: ata_piix\n[ 0.604980] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607595] libphy: Fixed MDIO Bus: probed\n[ 0.608413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609355] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611477] PPP generic driver version 2.4.2\n[ 0.612375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613667] ehci-pci: EHCI PCI platform driver\n[ 0.614531] ehci-platform: EHCI generic platform driver\n[ 0.615503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616622] ohci-pci: OHCI PCI platform driver\n[ 0.617485] ohci-platform: OHCI generic platform driver\n[ 0.618461] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632873] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635316] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636339] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640063] usb usb1: Product: UHCI Host Controller\n[ 0.640980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643129] hub 1-0:1.0: USB hub found\n[ 0.643893] hub 1-0:1.0: 2 ports detected\n[ 0.644792] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646872] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647812] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648826] mousedev: PS/2 mouse device common for all mice\n[ 0.650060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651857] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652938] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655285] i2c /dev entries driver\n[ 0.656041] device-mapper: uevent: version 1.0.3\n[ 0.656968] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658568] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659835] NET: Registered protocol family 10\n[ 0.660818] NET: Registered protocol family 17\n[ 0.661687] Key type dns_resolver registered\n[ 0.662593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665383] registered taskstats version 1\n[ 0.666208] Loading compiled-in X.509 certificates\n[ 0.667633] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669458] zswap: loaded using pool lzo/zbud\n[ 0.670814] Key type trusted registered\n[ 0.672366] Key type encrypted registered\n[ 0.673192] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675226] evm: HMAC attrs: 0x1\n[ 0.676577] Magic number: 10:772:503\n[ 0.677434] rtc_cmos 00:00: setting system clock to 2018-11-05 23:27:12 UTC (1541460432)\n[ 0.678997] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680112] EDD information not available.\n[ 0.764951] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766494] Write protecting the kernel read-only data: 14336k\n[ 0.778730] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780516] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.310482] 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 10.10.20.8...\nLease of 10.10.20.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.21. iid=i-000000b7\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBsXJy7TduZ2LUPQuWFDHizAXwPTgyCijwMZ0P53Nm+GggEStuIcSfspHJdjbp4xdQfzLmmY5in1Cjw1wJrhmKGatzx3XmH7BlGSNBX46T/+vw7P9oQCqFmU9ubm1QxfYh5OqRgYhWw5sGwYByOyW8BWT/bkfG3Gqg/MBQVL1U7fNAAyesNRI4us+A5k3Y2N/chIMUNNcvqcsmN32ouCzCFMW6nrxcb0TBv6RS9Yn5eSTUPlbbm9RCsvptyyJNh2yEGWL3PeqFxIdE/99PHSiuZgMKIlbOYV40Ym9WXZZ/dYZXGGLefi1YX2+kAQ8t/nnEYwvMlfkN8N7j7EL9+4Ub root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKametgTBPoljW+mmxF4mKpTYU2ufAwI91V8hjX8lil04tfV4RdbHOzQlgMRkoOriIaNYqwOI0fVoIZvSUzDfThJBzHic/SMjz4uulMuRrfed/y7U4ow1QtBGYDMcFatM/oEsTcZK5lzokoAi/T+9J059LOzOBhpP4bB8BxvP41fAAAAFQDonwV7TD6Z4V5xU3k4wGZJOmNrxwAAAIAk2wIbssP7bbNE5n2yLPHLmg4gnQ3LhGVLg6bZ/v4TxGfV8uwzcVuTIwPZ2V6GIeGSjWAEQEllbWjywMfCOKVFVmcdWAx3DpRweskPuxYveqK0krZXd46bHsF0XzX4LAbhEZuHcf9msJvfq/bkbfaTE90RNQr+91VWPeknjCTcwAAAAIBJaDN4maEWEykd59brJTmPCFQYcf6rZoCc+jjMUIbDTzx0cqmAw4o2FeTVqNI+dIoDnrhCz5qUecMQwBPDFWHRTD+fvVzXZwN822O4MdRqQ4i0th8zjggIu1Zk6udSIe2cd1Op3GxbC7zObqvXTEWsLBZOY98tqNxzaygXNLGKKA== root@sdnvpn-8-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.20.8,24,fe80::f816:3eff:fe4f:8b97/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.8 \nip-route:169.254.169.254 via 10.10.20.3 dev eth0 \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-000000b7\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.57 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 5.93s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4F:8B:97 \n inet addr:10.10.20.8 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4f:8b97/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:5 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8969 (8.7 KiB) TX bytes:9780 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.222 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.232 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.204 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.228 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.228 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.204/0.222/0.232 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.084 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=4.966 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.931 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.790 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.774 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.774/4.909/5.084 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.491 ms\n"} 2018-11-05 23:27:29,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action used request id req-233c7a45-f915-4d58-b0d7-7448ff936339 2018-11-05 23:27:31,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:27:32,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaa36b61-89bb-46bb-a7e0-465d03f3b84d x-compute-request-id: req-eaa36b61-89bb-46bb-a7e0-465d03f3b84d Content-Encoding: gzip Content-Length: 10250 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 554167710 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.124555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.126134] pid_max: default: 32768 minimum: 301\n[ 0.126985] ACPI: Core revision 20150930\n[ 0.128333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.129586] Security Framework initialized\n[ 0.130361] Yama: becoming mindful.\n[ 0.131056] AppArmor: AppArmor initialized\n[ 0.131879] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.133150] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.135499] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.136819] Initializing cgroup subsys io\n[ 0.137596] Initializing cgroup subsys memory\n[ 0.138414] Initializing cgroup subsys devices\n[ 0.139244] Initializing cgroup subsys freezer\n[ 0.140077] Initializing cgroup subsys net_cls\n[ 0.140898] Initializing cgroup subsys perf_event\n[ 0.141760] Initializing cgroup subsys net_prio\n[ 0.142595] Initializing cgroup subsys hugetlb\n[ 0.143421] Initializing cgroup subsys pids\n[ 0.144260] CPU: Physical Processor ID: 0\n[ 0.145728] mce: CPU supports 10 MCE banks\n[ 0.146534] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.147474] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159677] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166056] ftrace: allocating 31920 entries in 125 pages\n[ 0.192538] smpboot: Max logical packages: 1\n[ 0.193451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194802] x2apic enabled\n[ 0.195610] Switched APIC routing to physical x2apic.\n[ 0.197357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198473] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200460] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202236] KVM setup paravirtual spinlock\n[ 0.203530] x86: Booted up 1 node, 1 CPUs\n[ 0.204348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205738] devtmpfs: initialized\n[ 0.207455] evm: security.selinux\n[ 0.208154] evm: security.SMACK64\n[ 0.208838] evm: security.SMACK64EXEC\n[ 0.209580] evm: security.SMACK64TRANSMUTE\n[ 0.210386] evm: security.SMACK64MMAP\n[ 0.211134] evm: security.ima\n[ 0.211775] evm: security.capability\n[ 0.212582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214453] pinctrl core: initialized pinctrl subsystem\n[ 0.215560] RTC time: 23:27:11, date: 11/05/18\n[ 0.216516] NET: Registered protocol family 16\n[ 0.217482] cpuidle: using governor ladder\n[ 0.218300] cpuidle: using governor menu\n[ 0.219077] PCCT header not found.\n[ 0.219829] ACPI: bus type PCI registered\n[ 0.220637] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221864] PCI: Using configuration type 1 for base access\n[ 0.223614] ACPI: Added _OSI(Module Device)\n[ 0.224457] ACPI: Added _OSI(Processor Device)\n[ 0.225317] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228324] ACPI: Interpreter enabled\n[ 0.229095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236438] ACPI: (supports S0 S5)\n[ 0.237141] ACPI: Using IOAPIC for interrupt routing\n[ 0.238089] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242309] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244707] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246908] acpiphp: Slot [3] registered\n[ 0.247709] acpiphp: Slot [4] registered\n[ 0.248505] acpiphp: Slot [5] registered\n[ 0.249301] acpiphp: Slot [6] registered\n[ 0.250095] acpiphp: Slot [7] registered\n[ 0.250892] acpiphp: Slot [8] registered\n[ 0.251687] acpiphp: Slot [9] registered\n[ 0.252483] acpiphp: Slot [10] registered\n[ 0.253291] acpiphp: Slot [11] registered\n[ 0.254102] acpiphp: Slot [12] registered\n[ 0.254912] acpiphp: Slot [13] registered\n[ 0.255718] acpiphp: Slot [14] registered\n[ 0.256524] acpiphp: Slot [15] registered\n[ 0.267436] acpiphp: Slot [16] registered\n[ 0.268260] acpiphp: Slot [17] registered\n[ 0.269069] acpiphp: Slot [18] registered\n[ 0.269873] acpiphp: Slot [19] registered\n[ 0.270678] acpiphp: Slot [20] registered\n[ 0.271489] acpiphp: Slot [21] registered\n[ 0.272297] acpiphp: Slot [22] registered\n[ 0.273102] acpiphp: Slot [23] registered\n[ 0.273903] acpiphp: Slot [24] registered\n[ 0.274710] acpiphp: Slot [25] registered\n[ 0.275518] acpiphp: Slot [26] registered\n[ 0.276323] acpiphp: Slot [27] registered\n[ 0.277127] acpiphp: Slot [28] registered\n[ 0.277930] acpiphp: Slot [29] registered\n[ 0.278733] acpiphp: Slot [30] registered\n[ 0.279542] acpiphp: Slot [31] registered\n[ 0.280337] PCI host bridge to bus 0000:00\n[ 0.281134] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282322] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284924] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286346] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293758] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296165] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304028] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357208] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358373] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360968] vgaarb: loaded\n[ 0.361563] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362692] SCSI subsystem initialized\n[ 0.363508] ACPI: bus type USB registered\n[ 0.364321] usbcore: registered new interface driver usbfs\n[ 0.365340] usbcore: registered new interface driver hub\n[ 0.366336] usbcore: registered new device driver usb\n[ 0.367389] PCI: Using ACPI for IRQ routing\n[ 0.368400] NetLabel: Initializing\n[ 0.369110] NetLabel: domain hash size = 128\n[ 0.369951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370892] NetLabel: unlabeled traffic allowed by default\n[ 0.371988] clocksource: Switched to clocksource kvm-clock\n[ 0.377375] AppArmor: AppArmor Filesystem Enabled\n[ 0.378335] pnp: PnP ACPI init\n[ 0.379238] pnp: PnP ACPI: found 5 devices\n[ 0.385604] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387303] NET: Registered protocol family 2\n[ 0.388255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389515] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390677] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391823] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392903] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394070] NET: Registered protocol family 1\n[ 0.394928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411146] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425388] Trying to unpack rootfs image as initramfs...\n[ 0.474742] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488601] Scanning for low memory corruption every 60 seconds\n[ 0.489916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491058] audit: initializing netlink subsys (disabled)\n[ 0.492082] audit: type=2000 audit(1541460432.010:1): initialized\n[ 0.493448] Initialise system trusted keyring\n[ 0.494589] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495983] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498266] zbud: loaded\n[ 0.499075] VFS: Disk quotas dquot_6.6.0\n[ 0.500069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501972] fuse init (API version 7.23)\n[ 0.503010] Key type big_key registered\n[ 0.503934] Allocating IMA MOK and blacklist keyrings.\n[ 0.505209] Key type asymmetric registered\n[ 0.506111] Asymmetric key parser 'x509' registered\n[ 0.507267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509509] io scheduler noop registered\n[ 0.510429] io scheduler deadline registered (default)\n[ 0.511617] io scheduler cfq registered\n[ 0.512579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515234] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516699] ACPI: Power Button [PWRF]\n[ 0.517536] GHES: HEST is not enabled!\n[ 0.531237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587027] Linux agpgart interface v0.103\n[ 0.589016] brd: module loaded\n[ 0.592208] loop: module loaded\n[ 0.597261] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598691] GPT:90111 != 2097151\n[ 0.599361] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600436] GPT:90111 != 2097151\n[ 0.601102] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602048] vda: vda1 vda15\n[ 0.603544] scsi host0: ata_piix\n[ 0.604283] scsi host1: ata_piix\n[ 0.604980] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607595] libphy: Fixed MDIO Bus: probed\n[ 0.608413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609355] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611477] PPP generic driver version 2.4.2\n[ 0.612375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613667] ehci-pci: EHCI PCI platform driver\n[ 0.614531] ehci-platform: EHCI generic platform driver\n[ 0.615503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616622] ohci-pci: OHCI PCI platform driver\n[ 0.617485] ohci-platform: OHCI generic platform driver\n[ 0.618461] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632873] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635316] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636339] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640063] usb usb1: Product: UHCI Host Controller\n[ 0.640980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643129] hub 1-0:1.0: USB hub found\n[ 0.643893] hub 1-0:1.0: 2 ports detected\n[ 0.644792] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646872] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647812] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648826] mousedev: PS/2 mouse device common for all mice\n[ 0.650060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651857] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652938] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655285] i2c /dev entries driver\n[ 0.656041] device-mapper: uevent: version 1.0.3\n[ 0.656968] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658568] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659835] NET: Registered protocol family 10\n[ 0.660818] NET: Registered protocol family 17\n[ 0.661687] Key type dns_resolver registered\n[ 0.662593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665383] registered taskstats version 1\n[ 0.666208] Loading compiled-in X.509 certificates\n[ 0.667633] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669458] zswap: loaded using pool lzo/zbud\n[ 0.670814] Key type trusted registered\n[ 0.672366] Key type encrypted registered\n[ 0.673192] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675226] evm: HMAC attrs: 0x1\n[ 0.676577] Magic number: 10:772:503\n[ 0.677434] rtc_cmos 00:00: setting system clock to 2018-11-05 23:27:12 UTC (1541460432)\n[ 0.678997] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680112] EDD information not available.\n[ 0.764951] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766494] Write protecting the kernel read-only data: 14336k\n[ 0.778730] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780516] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.310482] 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 10.10.20.8...\nLease of 10.10.20.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.21. iid=i-000000b7\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBsXJy7TduZ2LUPQuWFDHizAXwPTgyCijwMZ0P53Nm+GggEStuIcSfspHJdjbp4xdQfzLmmY5in1Cjw1wJrhmKGatzx3XmH7BlGSNBX46T/+vw7P9oQCqFmU9ubm1QxfYh5OqRgYhWw5sGwYByOyW8BWT/bkfG3Gqg/MBQVL1U7fNAAyesNRI4us+A5k3Y2N/chIMUNNcvqcsmN32ouCzCFMW6nrxcb0TBv6RS9Yn5eSTUPlbbm9RCsvptyyJNh2yEGWL3PeqFxIdE/99PHSiuZgMKIlbOYV40Ym9WXZZ/dYZXGGLefi1YX2+kAQ8t/nnEYwvMlfkN8N7j7EL9+4Ub root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKametgTBPoljW+mmxF4mKpTYU2ufAwI91V8hjX8lil04tfV4RdbHOzQlgMRkoOriIaNYqwOI0fVoIZvSUzDfThJBzHic/SMjz4uulMuRrfed/y7U4ow1QtBGYDMcFatM/oEsTcZK5lzokoAi/T+9J059LOzOBhpP4bB8BxvP41fAAAAFQDonwV7TD6Z4V5xU3k4wGZJOmNrxwAAAIAk2wIbssP7bbNE5n2yLPHLmg4gnQ3LhGVLg6bZ/v4TxGfV8uwzcVuTIwPZ2V6GIeGSjWAEQEllbWjywMfCOKVFVmcdWAx3DpRweskPuxYveqK0krZXd46bHsF0XzX4LAbhEZuHcf9msJvfq/bkbfaTE90RNQr+91VWPeknjCTcwAAAAIBJaDN4maEWEykd59brJTmPCFQYcf6rZoCc+jjMUIbDTzx0cqmAw4o2FeTVqNI+dIoDnrhCz5qUecMQwBPDFWHRTD+fvVzXZwN822O4MdRqQ4i0th8zjggIu1Zk6udSIe2cd1Op3GxbC7zObqvXTEWsLBZOY98tqNxzaygXNLGKKA== root@sdnvpn-8-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.20.8,24,fe80::f816:3eff:fe4f:8b97/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.8 \nip-route:169.254.169.254 via 10.10.20.3 dev eth0 \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-000000b7\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.57 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 5.93s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4F:8B:97 \n inet addr:10.10.20.8 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4f:8b97/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:5 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8969 (8.7 KiB) TX bytes:9780 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.222 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.232 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.204 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.228 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.228 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.204/0.222/0.232 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.084 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=4.966 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.931 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.790 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.774 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.774/4.909/5.084 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.491 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.655 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.532 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.560 ms\n"} 2018-11-05 23:27:32,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action used request id req-eaa36b61-89bb-46bb-a7e0-465d03f3b84d 2018-11-05 23:27:34,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30252280cf3e0f9b7f3cf71f6c29aa1bbc96083" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:27:35,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-9810cdca-8c1e-4867-b177-7707f7bd5673 x-compute-request-id: req-9810cdca-8c1e-4867-b177-7707f7bd5673 Content-Encoding: gzip Content-Length: 11081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 554167710 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.124555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.126134] pid_max: default: 32768 minimum: 301\n[ 0.126985] ACPI: Core revision 20150930\n[ 0.128333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.129586] Security Framework initialized\n[ 0.130361] Yama: becoming mindful.\n[ 0.131056] AppArmor: AppArmor initialized\n[ 0.131879] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.133150] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.135499] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.136819] Initializing cgroup subsys io\n[ 0.137596] Initializing cgroup subsys memory\n[ 0.138414] Initializing cgroup subsys devices\n[ 0.139244] Initializing cgroup subsys freezer\n[ 0.140077] Initializing cgroup subsys net_cls\n[ 0.140898] Initializing cgroup subsys perf_event\n[ 0.141760] Initializing cgroup subsys net_prio\n[ 0.142595] Initializing cgroup subsys hugetlb\n[ 0.143421] Initializing cgroup subsys pids\n[ 0.144260] CPU: Physical Processor ID: 0\n[ 0.145728] mce: CPU supports 10 MCE banks\n[ 0.146534] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.147474] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159677] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166056] ftrace: allocating 31920 entries in 125 pages\n[ 0.192538] smpboot: Max logical packages: 1\n[ 0.193451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194802] x2apic enabled\n[ 0.195610] Switched APIC routing to physical x2apic.\n[ 0.197357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198473] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200460] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202236] KVM setup paravirtual spinlock\n[ 0.203530] x86: Booted up 1 node, 1 CPUs\n[ 0.204348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205738] devtmpfs: initialized\n[ 0.207455] evm: security.selinux\n[ 0.208154] evm: security.SMACK64\n[ 0.208838] evm: security.SMACK64EXEC\n[ 0.209580] evm: security.SMACK64TRANSMUTE\n[ 0.210386] evm: security.SMACK64MMAP\n[ 0.211134] evm: security.ima\n[ 0.211775] evm: security.capability\n[ 0.212582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214453] pinctrl core: initialized pinctrl subsystem\n[ 0.215560] RTC time: 23:27:11, date: 11/05/18\n[ 0.216516] NET: Registered protocol family 16\n[ 0.217482] cpuidle: using governor ladder\n[ 0.218300] cpuidle: using governor menu\n[ 0.219077] PCCT header not found.\n[ 0.219829] ACPI: bus type PCI registered\n[ 0.220637] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221864] PCI: Using configuration type 1 for base access\n[ 0.223614] ACPI: Added _OSI(Module Device)\n[ 0.224457] ACPI: Added _OSI(Processor Device)\n[ 0.225317] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228324] ACPI: Interpreter enabled\n[ 0.229095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236438] ACPI: (supports S0 S5)\n[ 0.237141] ACPI: Using IOAPIC for interrupt routing\n[ 0.238089] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242309] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244707] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246908] acpiphp: Slot [3] registered\n[ 0.247709] acpiphp: Slot [4] registered\n[ 0.248505] acpiphp: Slot [5] registered\n[ 0.249301] acpiphp: Slot [6] registered\n[ 0.250095] acpiphp: Slot [7] registered\n[ 0.250892] acpiphp: Slot [8] registered\n[ 0.251687] acpiphp: Slot [9] registered\n[ 0.252483] acpiphp: Slot [10] registered\n[ 0.253291] acpiphp: Slot [11] registered\n[ 0.254102] acpiphp: Slot [12] registered\n[ 0.254912] acpiphp: Slot [13] registered\n[ 0.255718] acpiphp: Slot [14] registered\n[ 0.256524] acpiphp: Slot [15] registered\n[ 0.267436] acpiphp: Slot [16] registered\n[ 0.268260] acpiphp: Slot [17] registered\n[ 0.269069] acpiphp: Slot [18] registered\n[ 0.269873] acpiphp: Slot [19] registered\n[ 0.270678] acpiphp: Slot [20] registered\n[ 0.271489] acpiphp: Slot [21] registered\n[ 0.272297] acpiphp: Slot [22] registered\n[ 0.273102] acpiphp: Slot [23] registered\n[ 0.273903] acpiphp: Slot [24] registered\n[ 0.274710] acpiphp: Slot [25] registered\n[ 0.275518] acpiphp: Slot [26] registered\n[ 0.276323] acpiphp: Slot [27] registered\n[ 0.277127] acpiphp: Slot [28] registered\n[ 0.277930] acpiphp: Slot [29] registered\n[ 0.278733] acpiphp: Slot [30] registered\n[ 0.279542] acpiphp: Slot [31] registered\n[ 0.280337] PCI host bridge to bus 0000:00\n[ 0.281134] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282322] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284924] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286346] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293758] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296165] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304028] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353174] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357208] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358373] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360968] vgaarb: loaded\n[ 0.361563] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362692] SCSI subsystem initialized\n[ 0.363508] ACPI: bus type USB registered\n[ 0.364321] usbcore: registered new interface driver usbfs\n[ 0.365340] usbcore: registered new interface driver hub\n[ 0.366336] usbcore: registered new device driver usb\n[ 0.367389] PCI: Using ACPI for IRQ routing\n[ 0.368400] NetLabel: Initializing\n[ 0.369110] NetLabel: domain hash size = 128\n[ 0.369951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370892] NetLabel: unlabeled traffic allowed by default\n[ 0.371988] clocksource: Switched to clocksource kvm-clock\n[ 0.377375] AppArmor: AppArmor Filesystem Enabled\n[ 0.378335] pnp: PnP ACPI init\n[ 0.379238] pnp: PnP ACPI: found 5 devices\n[ 0.385604] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387303] NET: Registered protocol family 2\n[ 0.388255] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389515] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390677] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391823] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392903] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394070] NET: Registered protocol family 1\n[ 0.394928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411146] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425388] Trying to unpack rootfs image as initramfs...\n[ 0.474742] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488601] Scanning for low memory corruption every 60 seconds\n[ 0.489916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491058] audit: initializing netlink subsys (disabled)\n[ 0.492082] audit: type=2000 audit(1541460432.010:1): initialized\n[ 0.493448] Initialise system trusted keyring\n[ 0.494589] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495983] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498266] zbud: loaded\n[ 0.499075] VFS: Disk quotas dquot_6.6.0\n[ 0.500069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501972] fuse init (API version 7.23)\n[ 0.503010] Key type big_key registered\n[ 0.503934] Allocating IMA MOK and blacklist keyrings.\n[ 0.505209] Key type asymmetric registered\n[ 0.506111] Asymmetric key parser 'x509' registered\n[ 0.507267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509509] io scheduler noop registered\n[ 0.510429] io scheduler deadline registered (default)\n[ 0.511617] io scheduler cfq registered\n[ 0.512579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515234] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516699] ACPI: Power Button [PWRF]\n[ 0.517536] GHES: HEST is not enabled!\n[ 0.531237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587027] Linux agpgart interface v0.103\n[ 0.589016] brd: module loaded\n[ 0.592208] loop: module loaded\n[ 0.597261] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598691] GPT:90111 != 2097151\n[ 0.599361] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600436] GPT:90111 != 2097151\n[ 0.601102] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602048] vda: vda1 vda15\n[ 0.603544] scsi host0: ata_piix\n[ 0.604283] scsi host1: ata_piix\n[ 0.604980] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607595] libphy: Fixed MDIO Bus: probed\n[ 0.608413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609355] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611477] PPP generic driver version 2.4.2\n[ 0.612375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613667] ehci-pci: EHCI PCI platform driver\n[ 0.614531] ehci-platform: EHCI generic platform driver\n[ 0.615503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616622] ohci-pci: OHCI PCI platform driver\n[ 0.617485] ohci-platform: OHCI generic platform driver\n[ 0.618461] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632873] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635316] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636339] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640063] usb usb1: Product: UHCI Host Controller\n[ 0.640980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643129] hub 1-0:1.0: USB hub found\n[ 0.643893] hub 1-0:1.0: 2 ports detected\n[ 0.644792] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646872] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647812] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648826] mousedev: PS/2 mouse device common for all mice\n[ 0.650060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651857] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652938] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655285] i2c /dev entries driver\n[ 0.656041] device-mapper: uevent: version 1.0.3\n[ 0.656968] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658568] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659835] NET: Registered protocol family 10\n[ 0.660818] NET: Registered protocol family 17\n[ 0.661687] Key type dns_resolver registered\n[ 0.662593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665383] registered taskstats version 1\n[ 0.666208] Loading compiled-in X.509 certificates\n[ 0.667633] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669458] zswap: loaded using pool lzo/zbud\n[ 0.670814] Key type trusted registered\n[ 0.672366] Key type encrypted registered\n[ 0.673192] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675226] evm: HMAC attrs: 0x1\n[ 0.676577] Magic number: 10:772:503\n[ 0.677434] rtc_cmos 00:00: setting system clock to 2018-11-05 23:27:12 UTC (1541460432)\n[ 0.678997] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680112] EDD information not available.\n[ 0.764951] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766494] Write protecting the kernel read-only data: 14336k\n[ 0.778730] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780516] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.310482] 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 10.10.20.8...\nLease of 10.10.20.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.21. iid=i-000000b7\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBsXJy7TduZ2LUPQuWFDHizAXwPTgyCijwMZ0P53Nm+GggEStuIcSfspHJdjbp4xdQfzLmmY5in1Cjw1wJrhmKGatzx3XmH7BlGSNBX46T/+vw7P9oQCqFmU9ubm1QxfYh5OqRgYhWw5sGwYByOyW8BWT/bkfG3Gqg/MBQVL1U7fNAAyesNRI4us+A5k3Y2N/chIMUNNcvqcsmN32ouCzCFMW6nrxcb0TBv6RS9Yn5eSTUPlbbm9RCsvptyyJNh2yEGWL3PeqFxIdE/99PHSiuZgMKIlbOYV40Ym9WXZZ/dYZXGGLefi1YX2+kAQ8t/nnEYwvMlfkN8N7j7EL9+4Ub root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKametgTBPoljW+mmxF4mKpTYU2ufAwI91V8hjX8lil04tfV4RdbHOzQlgMRkoOriIaNYqwOI0fVoIZvSUzDfThJBzHic/SMjz4uulMuRrfed/y7U4ow1QtBGYDMcFatM/oEsTcZK5lzokoAi/T+9J059LOzOBhpP4bB8BxvP41fAAAAFQDonwV7TD6Z4V5xU3k4wGZJOmNrxwAAAIAk2wIbssP7bbNE5n2yLPHLmg4gnQ3LhGVLg6bZ/v4TxGfV8uwzcVuTIwPZ2V6GIeGSjWAEQEllbWjywMfCOKVFVmcdWAx3DpRweskPuxYveqK0krZXd46bHsF0XzX4LAbhEZuHcf9msJvfq/bkbfaTE90RNQr+91VWPeknjCTcwAAAAIBJaDN4maEWEykd59brJTmPCFQYcf6rZoCc+jjMUIbDTzx0cqmAw4o2FeTVqNI+dIoDnrhCz5qUecMQwBPDFWHRTD+fvVzXZwN822O4MdRqQ4i0th8zjggIu1Zk6udSIe2cd1Op3GxbC7zObqvXTEWsLBZOY98tqNxzaygXNLGKKA== root@sdnvpn-8-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.20.8,24,fe80::f816:3eff:fe4f:8b97/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.8 \nip-route:169.254.169.254 via 10.10.20.3 dev eth0 \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-000000b7\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.57 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 5.93s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4F:8B:97 \n inet addr:10.10.20.8 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4f:8b97/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:5 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8969 (8.7 KiB) TX bytes:9780 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.222 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.232 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.204 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.228 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.228 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.204/0.222/0.232 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.084 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=4.966 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.931 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.790 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.774 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.774/4.909/5.084 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.491 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.655 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.532 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.560 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.649 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.491/5.577/5.655 ms\n### uname -a\nLinux sdnvpn-8-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.116790] usb 1-1: Product: QEMU USB Tablet\n[ 1.116791] usb 1-1: Manufacturer: QEMU\n[ 1.116791] usb 1-1: SerialNumber: 42\n[ 1.263004] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.292588] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.310482] random: dd urandom read with 5 bits of entropy available\n[ 1.488051] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.488053] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.680278] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.432977] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:27:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:27:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:27:13 cirros kern.notice kernel: [ 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)\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:27:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:27:13 cirros kern.notice kernel: [ 1.310482] random: dd urandom read with 5 bits of entropy available\nNov 5 23:27:13 cirros kern.info kernel: [ 1.488051] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nNov 5 23:27:13 cirros kern.info kernel: [ 1.488053] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nNov 5 23:27:14 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:27:15 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:27:15 cirros kern.info kernel: [ 3.680278] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:27:16 cirros kern.info kernel: [ 4.432977] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-11-05 23:27:35,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action used request id req-9810cdca-8c1e-4867-b177-7707f7bd5673 2018-11-05 23:27:37,695 - sdnvpn_test_utils - INFO - Waiting for instance 56c663dd-f7e0-41c1-bd96-f1882ebbe8fb to boot up 2018-11-05 23:27:37,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:27:38,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:27: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-da7c2ebd-2907-48e9-b0e7-a535d153ed75 x-compute-request-id: req-da7c2ebd-2907-48e9-b0e7-a535d153ed75 Content-Encoding: gzip Content-Length: 8118 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 906546977 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.133953] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135875] pid_max: default: 32768 minimum: 301\n[ 0.136927] ACPI: Core revision 20150930\n[ 0.138428] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139919] Security Framework initialized\n[ 0.140854] Yama: becoming mindful.\n[ 0.141717] AppArmor: AppArmor initialized\n[ 0.142695] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144266] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147182] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148825] Initializing cgroup subsys io\n[ 0.149794] Initializing cgroup subsys memory\n[ 0.150810] Initializing cgroup subsys devices\n[ 0.151835] Initializing cgroup subsys freezer\n[ 0.152777] Initializing cgroup subsys net_cls\n[ 0.153626] Initializing cgroup subsys perf_event\n[ 0.154506] Initializing cgroup subsys net_prio\n[ 0.155357] Initializing cgroup subsys hugetlb\n[ 0.156192] Initializing cgroup subsys pids\n[ 0.157047] CPU: Physical Processor ID: 0\n[ 0.158526] mce: CPU supports 10 MCE banks\n[ 0.159344] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160311] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177298] ftrace: allocating 31920 entries in 125 pages\n[ 0.203765] smpboot: Max logical packages: 1\n[ 0.204610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206131] x2apic enabled\n[ 0.206917] Switched APIC routing to physical x2apic.\n[ 0.208635] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213348] KVM setup paravirtual spinlock\n[ 0.214615] x86: Booted up 1 node, 1 CPUs\n[ 0.215408] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216847] devtmpfs: initialized\n[ 0.218541] evm: security.selinux\n[ 0.219217] evm: security.SMACK64\n[ 0.219881] evm: security.SMACK64EXEC\n[ 0.220601] evm: security.SMACK64TRANSMUTE\n[ 0.221380] evm: security.SMACK64MMAP\n[ 0.222093] evm: security.ima\n[ 0.222715] evm: security.capability\n[ 0.223495] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225322] pinctrl core: initialized pinctrl subsystem\n[ 0.226593] RTC time: 23:27:24, date: 11/05/18\n[ 0.227683] NET: Registered protocol family 16\n[ 0.228809] cpuidle: using governor ladder\n[ 0.229771] cpuidle: using governor menu\n[ 0.230705] PCCT header not found.\n[ 0.231586] ACPI: bus type PCI registered\n[ 0.232534] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234010] PCI: Using configuration type 1 for base access\n[ 0.235955] ACPI: Added _OSI(Module Device)\n[ 0.236963] ACPI: Added _OSI(Processor Device)\n[ 0.238001] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239081] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241459] ACPI: Interpreter enabled\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251469] ACPI: (supports S0 S5)\n[ 0.252319] ACPI: Using IOAPIC for interrupt routing\n[ 0.253434] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259217] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260392] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262576] acpiphp: Slot [3] registered\n[ 0.263366] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264939] acpiphp: Slot [6] registered\n[ 0.265723] acpiphp: Slot [7] registered\n[ 0.267015] acpiphp: Slot [8] registered\n[ 0.267851] acpiphp: Slot [9] registered\n[ 0.268635] acpiphp: Slot [10] registered\n[ 0.269439] acpiphp: Slot [11] registered\n[ 0.270234] acpiphp: Slot [12] registered\n[ 0.271031] acpiphp: Slot [13] registered\n[ 0.271821] acpiphp: Slot [14] registered\n[ 0.272618] acpiphp: Slot [15] registered\n[ 0.283549] acpiphp: Slot [16] registered\n[ 0.284352] acpiphp: Slot [17] registered\n[ 0.285145] acpiphp: Slot [18] registered\n[ 0.285934] acpiphp: Slot [19] registered\n[ 0.286730] acpiphp: Slot [20] registered\n[ 0.287524] acpiphp: Slot [21] registered\n[ 0.288322] acpiphp: Slot [22] registered\n[ 0.289119] acpiphp: Slot [23] registered\n[ 0.289911] acpiphp: Slot [24] registered\n[ 0.290709] acpiphp: Slot [25] registered\n[ 0.291502] acpiphp: Slot [26] registered\n[ 0.292298] acpiphp: Slot [27] registered\n[ 0.293099] acpiphp: Slot [28] registered\n[ 0.293893] acpiphp: Slot [29] registered\n[ 0.294687] acpiphp: Slot [30] registered\n[ 0.295481] acpiphp: Slot [31] registered\n[ 0.296273] PCI host bridge to bus 0000:00\n[ 0.297067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298259] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300856] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310937] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312178] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371400] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372777] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376438] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377772] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379031] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380863] vgaarb: loaded\n[ 0.381567] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382883] SCSI subsystem initialized\n[ 0.383843] ACPI: bus type USB registered\n[ 0.384807] usbcore: registered new interface driver usbfs\n[ 0.386036] usbcore: registered new interface driver hub\n[ 0.387229] usbcore: registered new device driver usb\n[ 0.388463] PCI: Using ACPI for IRQ routing\n[ 0.389639] NetLabel: Initializing\n[ 0.390485] NetLabel: domain hash size = 128\n[ 0.391492] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392617] NetLabel: unlabeled traffic allowed by default\n[ 0.393923] clocksource: Switched to clocksource kvm-clock\n[ 0.399563] AppArmor: AppArmor Filesystem Enabled\n[ 0.400706] pnp: PnP ACPI init\n[ 0.401731] pnp: PnP ACPI: found 5 devices\n[ 0.408267] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410298] NET: Registered protocol family 2\n[ 0.411412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412940] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414355] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415738] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417016] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418428] NET: Registered protocol family 1\n[ 0.419451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420751] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422036] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436258] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450665] Trying to unpack rootfs image as initramfs...\n[ 0.500854] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514891] Scanning for low memory corruption every 60 seconds\n[ 0.516374] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517759] audit: initializing netlink subsys (disabled)\n[ 0.518989] audit: type=2000 audit(1541460445.416:1): initialized\n[ 0.520514] Initialise system trusted keyring\n[ 0.521604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523012] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525201] zbud: loaded\n[ 0.526004] VFS: Disk quotas dquot_6.6.0\n[ 0.526963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528723] fuse init (API version 7.23)\n[ 0.529774] Key type big_key registered\n[ 0.530735] Allocating IMA MOK and blacklist keyrings.\n[ 0.532041] Key type asymmetric registered\n[ 0.533018] Asymmetric key parser 'x509' registered\n[ 0.534159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535890] io scheduler noop registered\n[ 0.536832] io scheduler deadline registered (default)\n[ 0.538028] io scheduler cfq registered\n[ 0.539006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540296] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541790] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543517] ACPI: Power Button [PWRF]\n[ 0.544850] GHES: HEST is not enabled!\n[ 0.560405] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589961] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616873] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619339] Linux agpgart interface v0.103\n[ 0.621608] brd: module loaded\n[ 0.623000] loop: module loaded\n[ 0.627791] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629534] GPT:90111 != 2097151\n[ 0.630349] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631692] GPT:90111 != 2097151\n[ 0.632504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633689] vda: vda1 vda15\n[ 0.635240] scsi host0: ata_piix\n[ 0.636127] scsi host1: ata_piix\n[ 0.636970] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638486] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640233] libphy: Fixed MDIO Bus: probed\n[ 0.641236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642413] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644946] PPP generic driver version 2.4.2\n[ 0.645991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647269] ehci-pci: EHCI PCI platform driver\n[ 0.648199] ehci-platform: EHCI generic platform driver\n[ 0.649425] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650829] ohci-pci: OHCI PCI platform driver\n[ 0.651807] ohci-platform: OHCI generic platform driver\n[ 0.652859] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667631] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670412] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672802] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676391] usb usb1: Product: UHCI Host Controller\n[ 0.677762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679407] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680730] hub 1-0:1.0: USB hub found\n[ 0.681796] hub 1-0:1.0: 2 ports detected\n[ 0.683013] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685674] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686997] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688306] mousedev: PS/2 mouse device common for all mice\n[ 0.689910] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713895] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715214] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716610] i2c /dev entries driver\n[ 0.717439] device-mapper: uevent: version 1.0.3\n[ 0.718514] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.720347] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721908] NET: Registered protocol family 10\n[ 0.723291] NET: Registered protocol family 17\n[ 0.724522] Key type dns_resolver registered\n[ 0.725807] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.727350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729808] registered taskstats version 1\n[ 0.730958] Loading compiled-in X.509 certificates\n[ 0.732713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735420] zswap: loaded using pool lzo/zbud\n[ 0.737165] Key type trusted registered\n[ 0.739497] Key type encrypted registered\n[ 0.740621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742064] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743559] evm: HMAC attrs: 0x1\n[ 0.744765] Magic number: 10:772:503\n[ 0.745944] rtc_cmos 00:00: setting system clock to 2018-11-05 23:27:25 UTC (1541460445)\n[ 0.748144] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.749668] EDD information not available.\n[ 0.794526] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796390] ata1.00: configured for MWDMA2\n[ 0.797867] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810880] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812658] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.814321] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.816616] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818727] Write protecting the kernel read-only data: 14336k\n[ 0.820734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823057] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.36\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.573111] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 5.24s]\nping 10.10.20.8 OK\n"} 2018-11-05 23:27:38,767 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action used request id req-da7c2ebd-2907-48e9-b0e7-a535d153ed75 2018-11-05 23:27:40,770 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:28:10,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:28:11,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06f6c075-9d46-4538-aa0a-a100c5a253e8 x-compute-request-id: req-06f6c075-9d46-4538-aa0a-a100c5a253e8 Content-Encoding: gzip Content-Length: 8121 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 906546977 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.133953] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135875] pid_max: default: 32768 minimum: 301\n[ 0.136927] ACPI: Core revision 20150930\n[ 0.138428] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139919] Security Framework initialized\n[ 0.140854] Yama: becoming mindful.\n[ 0.141717] AppArmor: AppArmor initialized\n[ 0.142695] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144266] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147182] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148825] Initializing cgroup subsys io\n[ 0.149794] Initializing cgroup subsys memory\n[ 0.150810] Initializing cgroup subsys devices\n[ 0.151835] Initializing cgroup subsys freezer\n[ 0.152777] Initializing cgroup subsys net_cls\n[ 0.153626] Initializing cgroup subsys perf_event\n[ 0.154506] Initializing cgroup subsys net_prio\n[ 0.155357] Initializing cgroup subsys hugetlb\n[ 0.156192] Initializing cgroup subsys pids\n[ 0.157047] CPU: Physical Processor ID: 0\n[ 0.158526] mce: CPU supports 10 MCE banks\n[ 0.159344] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160311] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177298] ftrace: allocating 31920 entries in 125 pages\n[ 0.203765] smpboot: Max logical packages: 1\n[ 0.204610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206131] x2apic enabled\n[ 0.206917] Switched APIC routing to physical x2apic.\n[ 0.208635] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213348] KVM setup paravirtual spinlock\n[ 0.214615] x86: Booted up 1 node, 1 CPUs\n[ 0.215408] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216847] devtmpfs: initialized\n[ 0.218541] evm: security.selinux\n[ 0.219217] evm: security.SMACK64\n[ 0.219881] evm: security.SMACK64EXEC\n[ 0.220601] evm: security.SMACK64TRANSMUTE\n[ 0.221380] evm: security.SMACK64MMAP\n[ 0.222093] evm: security.ima\n[ 0.222715] evm: security.capability\n[ 0.223495] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225322] pinctrl core: initialized pinctrl subsystem\n[ 0.226593] RTC time: 23:27:24, date: 11/05/18\n[ 0.227683] NET: Registered protocol family 16\n[ 0.228809] cpuidle: using governor ladder\n[ 0.229771] cpuidle: using governor menu\n[ 0.230705] PCCT header not found.\n[ 0.231586] ACPI: bus type PCI registered\n[ 0.232534] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234010] PCI: Using configuration type 1 for base access\n[ 0.235955] ACPI: Added _OSI(Module Device)\n[ 0.236963] ACPI: Added _OSI(Processor Device)\n[ 0.238001] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239081] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241459] ACPI: Interpreter enabled\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251469] ACPI: (supports S0 S5)\n[ 0.252319] ACPI: Using IOAPIC for interrupt routing\n[ 0.253434] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259217] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260392] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262576] acpiphp: Slot [3] registered\n[ 0.263366] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264939] acpiphp: Slot [6] registered\n[ 0.265723] acpiphp: Slot [7] registered\n[ 0.267015] acpiphp: Slot [8] registered\n[ 0.267851] acpiphp: Slot [9] registered\n[ 0.268635] acpiphp: Slot [10] registered\n[ 0.269439] acpiphp: Slot [11] registered\n[ 0.270234] acpiphp: Slot [12] registered\n[ 0.271031] acpiphp: Slot [13] registered\n[ 0.271821] acpiphp: Slot [14] registered\n[ 0.272618] acpiphp: Slot [15] registered\n[ 0.283549] acpiphp: Slot [16] registered\n[ 0.284352] acpiphp: Slot [17] registered\n[ 0.285145] acpiphp: Slot [18] registered\n[ 0.285934] acpiphp: Slot [19] registered\n[ 0.286730] acpiphp: Slot [20] registered\n[ 0.287524] acpiphp: Slot [21] registered\n[ 0.288322] acpiphp: Slot [22] registered\n[ 0.289119] acpiphp: Slot [23] registered\n[ 0.289911] acpiphp: Slot [24] registered\n[ 0.290709] acpiphp: Slot [25] registered\n[ 0.291502] acpiphp: Slot [26] registered\n[ 0.292298] acpiphp: Slot [27] registered\n[ 0.293099] acpiphp: Slot [28] registered\n[ 0.293893] acpiphp: Slot [29] registered\n[ 0.294687] acpiphp: Slot [30] registered\n[ 0.295481] acpiphp: Slot [31] registered\n[ 0.296273] PCI host bridge to bus 0000:00\n[ 0.297067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298259] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300856] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310937] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312178] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371400] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372777] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376438] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377772] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379031] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380863] vgaarb: loaded\n[ 0.381567] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382883] SCSI subsystem initialized\n[ 0.383843] ACPI: bus type USB registered\n[ 0.384807] usbcore: registered new interface driver usbfs\n[ 0.386036] usbcore: registered new interface driver hub\n[ 0.387229] usbcore: registered new device driver usb\n[ 0.388463] PCI: Using ACPI for IRQ routing\n[ 0.389639] NetLabel: Initializing\n[ 0.390485] NetLabel: domain hash size = 128\n[ 0.391492] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392617] NetLabel: unlabeled traffic allowed by default\n[ 0.393923] clocksource: Switched to clocksource kvm-clock\n[ 0.399563] AppArmor: AppArmor Filesystem Enabled\n[ 0.400706] pnp: PnP ACPI init\n[ 0.401731] pnp: PnP ACPI: found 5 devices\n[ 0.408267] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410298] NET: Registered protocol family 2\n[ 0.411412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412940] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414355] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415738] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417016] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418428] NET: Registered protocol family 1\n[ 0.419451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420751] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422036] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436258] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450665] Trying to unpack rootfs image as initramfs...\n[ 0.500854] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514891] Scanning for low memory corruption every 60 seconds\n[ 0.516374] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517759] audit: initializing netlink subsys (disabled)\n[ 0.518989] audit: type=2000 audit(1541460445.416:1): initialized\n[ 0.520514] Initialise system trusted keyring\n[ 0.521604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523012] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525201] zbud: loaded\n[ 0.526004] VFS: Disk quotas dquot_6.6.0\n[ 0.526963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528723] fuse init (API version 7.23)\n[ 0.529774] Key type big_key registered\n[ 0.530735] Allocating IMA MOK and blacklist keyrings.\n[ 0.532041] Key type asymmetric registered\n[ 0.533018] Asymmetric key parser 'x509' registered\n[ 0.534159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535890] io scheduler noop registered\n[ 0.536832] io scheduler deadline registered (default)\n[ 0.538028] io scheduler cfq registered\n[ 0.539006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540296] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541790] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543517] ACPI: Power Button [PWRF]\n[ 0.544850] GHES: HEST is not enabled!\n[ 0.560405] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589961] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616873] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619339] Linux agpgart interface v0.103\n[ 0.621608] brd: module loaded\n[ 0.623000] loop: module loaded\n[ 0.627791] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629534] GPT:90111 != 2097151\n[ 0.630349] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631692] GPT:90111 != 2097151\n[ 0.632504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633689] vda: vda1 vda15\n[ 0.635240] scsi host0: ata_piix\n[ 0.636127] scsi host1: ata_piix\n[ 0.636970] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638486] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640233] libphy: Fixed MDIO Bus: probed\n[ 0.641236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642413] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644946] PPP generic driver version 2.4.2\n[ 0.645991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647269] ehci-pci: EHCI PCI platform driver\n[ 0.648199] ehci-platform: EHCI generic platform driver\n[ 0.649425] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650829] ohci-pci: OHCI PCI platform driver\n[ 0.651807] ohci-platform: OHCI generic platform driver\n[ 0.652859] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667631] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670412] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672802] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676391] usb usb1: Product: UHCI Host Controller\n[ 0.677762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679407] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680730] hub 1-0:1.0: USB hub found\n[ 0.681796] hub 1-0:1.0: 2 ports detected\n[ 0.683013] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685674] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686997] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688306] mousedev: PS/2 mouse device common for all mice\n[ 0.689910] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713895] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715214] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716610] i2c /dev entries driver\n[ 0.717439] device-mapper: uevent: version 1.0.3\n[ 0.718514] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.720347] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721908] NET: Registered protocol family 10\n[ 0.723291] NET: Registered protocol family 17\n[ 0.724522] Key type dns_resolver registered\n[ 0.725807] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.727350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729808] registered taskstats version 1\n[ 0.730958] Loading compiled-in X.509 certificates\n[ 0.732713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735420] zswap: loaded using pool lzo/zbud\n[ 0.737165] Key type trusted registered\n[ 0.739497] Key type encrypted registered\n[ 0.740621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742064] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743559] evm: HMAC attrs: 0x1\n[ 0.744765] Magic number: 10:772:503\n[ 0.745944] rtc_cmos 00:00: setting system clock to 2018-11-05 23:27:25 UTC (1541460445)\n[ 0.748144] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.749668] EDD information not available.\n[ 0.794526] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796390] ata1.00: configured for MWDMA2\n[ 0.797867] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810880] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812658] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.814321] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.816616] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818727] Write protecting the kernel read-only data: 14336k\n[ 0.820734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823057] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.36\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.573111] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 5.24s]\nping 10.10.20.8 OK\nping 10.10.20.8 OK\nping 10.10.20.8 OK\nping 10.10.20.8 OK\n"} 2018-11-05 23:28:11,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action used request id req-06f6c075-9d46-4538-aa0a-a100c5a253e8 2018-11-05 23:28:11,881 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.13) to 'sdnvpn-8-2' (10.10.20.8). -->Expected result: can ping. 2018-11-05 23:28:11,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82d74ede7366e969cd17628a4bc068f2a470b83" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:28:12,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4052d906-f340-48b1-913a-79507b4098e4 x-compute-request-id: req-4052d906-f340-48b1-913a-79507b4098e4 Content-Encoding: gzip Content-Length: 8121 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 906546977 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.133953] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135875] pid_max: default: 32768 minimum: 301\n[ 0.136927] ACPI: Core revision 20150930\n[ 0.138428] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139919] Security Framework initialized\n[ 0.140854] Yama: becoming mindful.\n[ 0.141717] AppArmor: AppArmor initialized\n[ 0.142695] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144266] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147182] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148825] Initializing cgroup subsys io\n[ 0.149794] Initializing cgroup subsys memory\n[ 0.150810] Initializing cgroup subsys devices\n[ 0.151835] Initializing cgroup subsys freezer\n[ 0.152777] Initializing cgroup subsys net_cls\n[ 0.153626] Initializing cgroup subsys perf_event\n[ 0.154506] Initializing cgroup subsys net_prio\n[ 0.155357] Initializing cgroup subsys hugetlb\n[ 0.156192] Initializing cgroup subsys pids\n[ 0.157047] CPU: Physical Processor ID: 0\n[ 0.158526] mce: CPU supports 10 MCE banks\n[ 0.159344] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160311] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177298] ftrace: allocating 31920 entries in 125 pages\n[ 0.203765] smpboot: Max logical packages: 1\n[ 0.204610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206131] x2apic enabled\n[ 0.206917] Switched APIC routing to physical x2apic.\n[ 0.208635] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213348] KVM setup paravirtual spinlock\n[ 0.214615] x86: Booted up 1 node, 1 CPUs\n[ 0.215408] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216847] devtmpfs: initialized\n[ 0.218541] evm: security.selinux\n[ 0.219217] evm: security.SMACK64\n[ 0.219881] evm: security.SMACK64EXEC\n[ 0.220601] evm: security.SMACK64TRANSMUTE\n[ 0.221380] evm: security.SMACK64MMAP\n[ 0.222093] evm: security.ima\n[ 0.222715] evm: security.capability\n[ 0.223495] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225322] pinctrl core: initialized pinctrl subsystem\n[ 0.226593] RTC time: 23:27:24, date: 11/05/18\n[ 0.227683] NET: Registered protocol family 16\n[ 0.228809] cpuidle: using governor ladder\n[ 0.229771] cpuidle: using governor menu\n[ 0.230705] PCCT header not found.\n[ 0.231586] ACPI: bus type PCI registered\n[ 0.232534] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234010] PCI: Using configuration type 1 for base access\n[ 0.235955] ACPI: Added _OSI(Module Device)\n[ 0.236963] ACPI: Added _OSI(Processor Device)\n[ 0.238001] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239081] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241459] ACPI: Interpreter enabled\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251469] ACPI: (supports S0 S5)\n[ 0.252319] ACPI: Using IOAPIC for interrupt routing\n[ 0.253434] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259217] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260392] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262576] acpiphp: Slot [3] registered\n[ 0.263366] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264939] acpiphp: Slot [6] registered\n[ 0.265723] acpiphp: Slot [7] registered\n[ 0.267015] acpiphp: Slot [8] registered\n[ 0.267851] acpiphp: Slot [9] registered\n[ 0.268635] acpiphp: Slot [10] registered\n[ 0.269439] acpiphp: Slot [11] registered\n[ 0.270234] acpiphp: Slot [12] registered\n[ 0.271031] acpiphp: Slot [13] registered\n[ 0.271821] acpiphp: Slot [14] registered\n[ 0.272618] acpiphp: Slot [15] registered\n[ 0.283549] acpiphp: Slot [16] registered\n[ 0.284352] acpiphp: Slot [17] registered\n[ 0.285145] acpiphp: Slot [18] registered\n[ 0.285934] acpiphp: Slot [19] registered\n[ 0.286730] acpiphp: Slot [20] registered\n[ 0.287524] acpiphp: Slot [21] registered\n[ 0.288322] acpiphp: Slot [22] registered\n[ 0.289119] acpiphp: Slot [23] registered\n[ 0.289911] acpiphp: Slot [24] registered\n[ 0.290709] acpiphp: Slot [25] registered\n[ 0.291502] acpiphp: Slot [26] registered\n[ 0.292298] acpiphp: Slot [27] registered\n[ 0.293099] acpiphp: Slot [28] registered\n[ 0.293893] acpiphp: Slot [29] registered\n[ 0.294687] acpiphp: Slot [30] registered\n[ 0.295481] acpiphp: Slot [31] registered\n[ 0.296273] PCI host bridge to bus 0000:00\n[ 0.297067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298259] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300856] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310937] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312178] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371400] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372777] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374173] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376438] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377772] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379031] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380863] vgaarb: loaded\n[ 0.381567] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382883] SCSI subsystem initialized\n[ 0.383843] ACPI: bus type USB registered\n[ 0.384807] usbcore: registered new interface driver usbfs\n[ 0.386036] usbcore: registered new interface driver hub\n[ 0.387229] usbcore: registered new device driver usb\n[ 0.388463] PCI: Using ACPI for IRQ routing\n[ 0.389639] NetLabel: Initializing\n[ 0.390485] NetLabel: domain hash size = 128\n[ 0.391492] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392617] NetLabel: unlabeled traffic allowed by default\n[ 0.393923] clocksource: Switched to clocksource kvm-clock\n[ 0.399563] AppArmor: AppArmor Filesystem Enabled\n[ 0.400706] pnp: PnP ACPI init\n[ 0.401731] pnp: PnP ACPI: found 5 devices\n[ 0.408267] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410298] NET: Registered protocol family 2\n[ 0.411412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412940] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414355] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415738] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417016] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418428] NET: Registered protocol family 1\n[ 0.419451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420751] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422036] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436258] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450665] Trying to unpack rootfs image as initramfs...\n[ 0.500854] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514891] Scanning for low memory corruption every 60 seconds\n[ 0.516374] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517759] audit: initializing netlink subsys (disabled)\n[ 0.518989] audit: type=2000 audit(1541460445.416:1): initialized\n[ 0.520514] Initialise system trusted keyring\n[ 0.521604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523012] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525201] zbud: loaded\n[ 0.526004] VFS: Disk quotas dquot_6.6.0\n[ 0.526963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528723] fuse init (API version 7.23)\n[ 0.529774] Key type big_key registered\n[ 0.530735] Allocating IMA MOK and blacklist keyrings.\n[ 0.532041] Key type asymmetric registered\n[ 0.533018] Asymmetric key parser 'x509' registered\n[ 0.534159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535890] io scheduler noop registered\n[ 0.536832] io scheduler deadline registered (default)\n[ 0.538028] io scheduler cfq registered\n[ 0.539006] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540296] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541790] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543517] ACPI: Power Button [PWRF]\n[ 0.544850] GHES: HEST is not enabled!\n[ 0.560405] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589961] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616873] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619339] Linux agpgart interface v0.103\n[ 0.621608] brd: module loaded\n[ 0.623000] loop: module loaded\n[ 0.627791] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629534] GPT:90111 != 2097151\n[ 0.630349] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631692] GPT:90111 != 2097151\n[ 0.632504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633689] vda: vda1 vda15\n[ 0.635240] scsi host0: ata_piix\n[ 0.636127] scsi host1: ata_piix\n[ 0.636970] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638486] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640233] libphy: Fixed MDIO Bus: probed\n[ 0.641236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642413] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644946] PPP generic driver version 2.4.2\n[ 0.645991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647269] ehci-pci: EHCI PCI platform driver\n[ 0.648199] ehci-platform: EHCI generic platform driver\n[ 0.649425] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650829] ohci-pci: OHCI PCI platform driver\n[ 0.651807] ohci-platform: OHCI generic platform driver\n[ 0.652859] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667631] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670412] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672802] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676391] usb usb1: Product: UHCI Host Controller\n[ 0.677762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679407] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680730] hub 1-0:1.0: USB hub found\n[ 0.681796] hub 1-0:1.0: 2 ports detected\n[ 0.683013] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685674] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686997] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688306] mousedev: PS/2 mouse device common for all mice\n[ 0.689910] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713895] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715214] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716610] i2c /dev entries driver\n[ 0.717439] device-mapper: uevent: version 1.0.3\n[ 0.718514] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.720347] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721908] NET: Registered protocol family 10\n[ 0.723291] NET: Registered protocol family 17\n[ 0.724522] Key type dns_resolver registered\n[ 0.725807] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.727350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729808] registered taskstats version 1\n[ 0.730958] Loading compiled-in X.509 certificates\n[ 0.732713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.735420] zswap: loaded using pool lzo/zbud\n[ 0.737165] Key type trusted registered\n[ 0.739497] Key type encrypted registered\n[ 0.740621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742064] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743559] evm: HMAC attrs: 0x1\n[ 0.744765] Magic number: 10:772:503\n[ 0.745944] rtc_cmos 00:00: setting system clock to 2018-11-05 23:27:25 UTC (1541460445)\n[ 0.748144] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.749668] EDD information not available.\n[ 0.794526] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796390] ata1.00: configured for MWDMA2\n[ 0.797867] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810880] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812658] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.814321] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.816616] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818727] Write protecting the kernel read-only data: 14336k\n[ 0.820734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823057] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.36\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.573111] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 5.24s]\nping 10.10.20.8 OK\nping 10.10.20.8 OK\nping 10.10.20.8 OK\nping 10.10.20.8 OK\n"} 2018-11-05 23:28:12,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action used request id req-4052d906-f340-48b1-913a-79507b4098e4 2018-11-05 23:28:12,960 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-11-05 23:28:12,960 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-11-05 23:28:12,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:13,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2005 X-Openstack-Request-Id: req-b649d806-8bbb-42b8-a351-6329e29a08e0 Date: Mon, 05 Nov 2018 23:28:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef3dc3a2-665b-4db2-9e91-9e8820dca3e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["934fe575-0c23-4d59-9032-007e9960f9df"],"description":"","tags":[],"updated_at":"2018-11-05T23:26:53Z","provider:segmentation_id":2,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff0fccc9-4f24-4591-843c-78e93554d0d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["00e92602-aeca-44d6-b2b8-0648f585d815"],"description":"","tags":[],"updated_at":"2018-11-05T23:26:58Z","provider:segmentation_id":4,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:26:57Z","provider:network_type":"vxlan"}]} 2018-11-05 23:28:13,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b649d806-8bbb-42b8-a351-6329e29a08e0 2018-11-05 23:28:13,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"floatingip": {"floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}' 2018-11-05 23:28:14,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-533efb52-1c93-4d52-b667-9f8d0e37e16d Date: Mon, 05 Nov 2018 23:28:14 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-05T23:28:13Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "7bd87033-997a-4c62-a0af-69a6876dc780", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:28:13Z", "project_id": "aba621f7e9154af3a5e42bcbad943619"}} 2018-11-05 23:28:14,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-533efb52-1c93-4d52-b667-9f8d0e37e16d 2018-11-05 23:28:14,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" -d '{"addFloatingIp": {"address": "172.30.9.210"}}' 2018-11-05 23:28:16,516 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:28:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b22997a-ae55-4a29-bbe0-a97ccb135356 x-compute-request-id: req-2b22997a-ae55-4a29-bbe0-a97ccb135356 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-11-05 23:28:16,516 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action used request id req-2b22997a-ae55-4a29-bbe0-a97ccb135356 2018-11-05 23:28:16,516 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-11-05 23:28:16,516 - sdnvpn-results - DEBUG - Ping IP 172.30.9.210 2018-11-05 23:28:16,517 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.210 -c 10' 2018-11-05 23:28:25,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" -d '{"forceDelete": null}' 2018-11-05 23:28:25,704 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:28: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-5221abb9-7719-4bf8-8cc7-ef558f29e4d1 x-compute-request-id: req-5221abb9-7719-4bf8-8cc7-ef558f29e4d1 Content-Length: 0 Content-Type: application/json 2018-11-05 23:28:25,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb/action used request id req-5221abb9-7719-4bf8-8cc7-ef558f29e4d1 2018-11-05 23:28:25,704 - sdnvpn_test_utils - DEBUG - Waiting for instance 56c663dd-f7e0-41c1-bd96-f1882ebbe8fb to be deleted 2018-11-05 23:28:25,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" 2018-11-05 23:28:26,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28: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-be476fa2-4525-41ea-9d10-758d935315ef x-compute-request-id: req-be476fa2-4525-41ea-9d10-758d935315ef Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:5d:a4", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:5d:a4", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-11-05T23:27:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:28:25Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-05T23:27:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:8b:97", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-11-05T23:27:11.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:28:26,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-be476fa2-4525-41ea-9d10-758d935315ef 2018-11-05 23:28:28,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" 2018-11-05 23:28:30,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c7a4d0c-4a64-40ca-ad65-15f533b56f35 x-compute-request-id: req-3c7a4d0c-4a64-40ca-ad65-15f533b56f35 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:5d:a4", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:5d:a4", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-11-05T23:27:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "56c663dd-f7e0-41c1-bd96-f1882ebbe8fb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:28:27Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-05T23:27:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:8b:97", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-11-05T23:27:11.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:28:30,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-3c7a4d0c-4a64-40ca-ad65-15f533b56f35 2018-11-05 23:28:32,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" 2018-11-05 23:28:33,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28: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-bb12d5b3-4ea4-4bb2-9435-4163f0b16942 x-compute-request-id: req-bb12d5b3-4ea4-4bb2-9435-4163f0b16942 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:8b:97", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-11-05T23:27:11.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:27:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:28:33,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-bb12d5b3-4ea4-4bb2-9435-4163f0b16942 2018-11-05 23:28:35,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" -d '{"forceDelete": null}' 2018-11-05 23:28:35,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:28: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-bf6c71be-a1fb-46da-b434-d94bc3f82023 x-compute-request-id: req-bf6c71be-a1fb-46da-b434-d94bc3f82023 Content-Length: 0 Content-Type: application/json 2018-11-05 23:28:35,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819/action used request id req-bf6c71be-a1fb-46da-b434-d94bc3f82023 2018-11-05 23:28:35,231 - sdnvpn_test_utils - DEBUG - Waiting for instance d86f2ec9-e6ab-4399-9d52-39ce60d5d819 to be deleted 2018-11-05 23:28:35,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" 2018-11-05 23:28:35,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28: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-2dca6cfe-5aba-45e1-b457-1b02db43e00e x-compute-request-id: req-2dca6cfe-5aba-45e1-b457-1b02db43e00e Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:8b:97", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "rel": "bookmark"}], "image": {"id": "426bb63b-8432-460c-941f-5db9ed0a98a8", "links": [{"href": "http://172.30.9.23:8774/images/426bb63b-8432-460c-941f-5db9ed0a98a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-11-05T23:27:11.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d86f2ec9-e6ab-4399-9d52-39ce60d5d819", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:28:35Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-05T23:27:05Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:28:35,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-2dca6cfe-5aba-45e1-b457-1b02db43e00e 2018-11-05 23:28:37,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eec7c31a50158099fe054f497480ad4daf4adf3" 2018-11-05 23:28:37,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:28:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-840e373a-58ba-44f5-bef1-3e11708eb322 x-compute-request-id: req-840e373a-58ba-44f5-bef1-3e11708eb322 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 23:28:37,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-840e373a-58ba-44f5-bef1-3e11708eb322 2018-11-05 23:28:39,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee1f3d0cbab74684ea6d26190e803dc10404e6d3" 2018-11-05 23:28:41,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3a908ad-1009-47dd-83f2-5c8b85a92e6d Date: Mon, 05 Nov 2018 23:28:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:28:41,295 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/426bb63b-8432-460c-941f-5db9ed0a98a8 used request id req-d3a908ad-1009-47dd-83f2-5c8b85a92e6d 2018-11-05 23:28:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/7bd87033-997a-4c62-a0af-69a6876dc780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:41,784 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aea5dae5-ab53-456a-a103-370981ca9194 Content-Length: 0 Date: Mon, 05 Nov 2018 23:28:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:28:41,784 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/7bd87033-997a-4c62-a0af-69a6876dc780 used request id req-aea5dae5-ab53-456a-a103-370981ca9194 2018-11-05 23:28:41,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"subnet_id": "934fe575-0c23-4d59-9032-007e9960f9df"}' 2018-11-05 23:28:42,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f5eda9c-297f-490a-ae08-4e9ecad0f054 Date: Mon, 05 Nov 2018 23:28:42 GMT RESP BODY: {"network_id": "ef3dc3a2-665b-4db2-9e91-9e8820dca3e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "934fe575-0c23-4d59-9032-007e9960f9df", "subnet_ids": ["934fe575-0c23-4d59-9032-007e9960f9df"], "port_id": "784b8bad-5824-4cb5-b1c4-048d5e4beb65", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29"} 2018-11-05 23:28:42,885 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/remove_router_interface used request id req-4f5eda9c-297f-490a-ae08-4e9ecad0f054 2018-11-05 23:28:42,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"subnet_id": "00e92602-aeca-44d6-b2b8-0648f585d815"}' 2018-11-05 23:28:44,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b343bd7-b9c8-49f8-af86-79207562df80 Date: Mon, 05 Nov 2018 23:28:44 GMT RESP BODY: {"network_id": "ff0fccc9-4f24-4591-843c-78e93554d0d5", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "00e92602-aeca-44d6-b2b8-0648f585d815", "subnet_ids": ["00e92602-aeca-44d6-b2b8-0648f585d815"], "port_id": "a9f44173-aa20-47c5-9202-07db99b51c2a", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29"} 2018-11-05 23:28:44,072 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29/remove_router_interface used request id req-2b343bd7-b9c8-49f8-af86-79207562df80 2018-11-05 23:28:44,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:28:45,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-4e8f006e-19e6-4c7a-a136-f5b0682646fb Date: Mon, 05 Nov 2018 23:28:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:26:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:28:44Z", "revision_number": 10, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "d7166304-bbb5-4dac-94af-84b6b26e2b29", "name": "sdnvpn-8-1-router"}} 2018-11-05 23:28:45,108 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 used request id req-4e8f006e-19e6-4c7a-a136-f5b0682646fb 2018-11-05 23:28:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/934fe575-0c23-4d59-9032-007e9960f9df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:47,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20010fa6-80ce-4e34-94c1-55506d2d8b3b Date: Mon, 05 Nov 2018 23:28:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:28:47,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/934fe575-0c23-4d59-9032-007e9960f9df used request id req-20010fa6-80ce-4e34-94c1-55506d2d8b3b 2018-11-05 23:28:47,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/00e92602-aeca-44d6-b2b8-0648f585d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:49,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc41721a-2492-4ee7-a19a-617cb42c8565 Date: Mon, 05 Nov 2018 23:28:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:28:49,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/00e92602-aeca-44d6-b2b8-0648f585d815 used request id req-cc41721a-2492-4ee7-a19a-617cb42c8565 2018-11-05 23:28:49,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:50,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-449340f7-169c-4ab8-a0b5-962e94747c23 Content-Length: 0 Date: Mon, 05 Nov 2018 23:28:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:28:50,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d7166304-bbb5-4dac-94af-84b6b26e2b29 used request id req-449340f7-169c-4ab8-a0b5-962e94747c23 2018-11-05 23:28:50,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ef3dc3a2-665b-4db2-9e91-9e8820dca3e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:50,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a5141cf-82a6-4a67-a8d7-7b6eb595dc7c Date: Mon, 05 Nov 2018 23:28:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:28:50,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ef3dc3a2-665b-4db2-9e91-9e8820dca3e4 used request id req-1a5141cf-82a6-4a67-a8d7-7b6eb595dc7c 2018-11-05 23:28:50,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ff0fccc9-4f24-4591-843c-78e93554d0d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3fa89c8ab2d28a6ffbb4d977ddcb19b2a9605" 2018-11-05 23:28:51,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0c5a13f7-80e3-4b12-9fd1-35d238d7cded Date: Mon, 05 Nov 2018 23:28:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:28:51,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ff0fccc9-4f24-4591-843c-78e93554d0d5 used request id req-0c5a13f7-80e3-4b12-9fd1-35d238d7cded 2018-11-05 23:28:51,675 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | PASS | 'sdnvpn-8-1' can ping 'sdnvpn-8-2' | +========================================================================================+ | Assign a Floating IP to sdnvpn-8-1 | | PASS | Assign a Floating IP to sdnvpn-8-1 | +========================================================================================+ | Ping sdnvpn-8-1 via Floating IP | +----------------------------------------------------------------------------------------+ | PASS | Ping IP 172.30.9.210 | +========================================================================================+ 2018-11-05 23:28:51,675 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:28:51,675 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-11-05 23:28:51,676 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.210': 'PASS'}]} 2018-11-05 23:28:51,676 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-11-05 23:28:51,676 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-11-05 23:28:51,676 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-11-05 23:28:51,767 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-11-05 23:28:51,769 - paramiko.transport - DEBUG - starting thread (client mode): 0x481e6110L 2018-11-05 23:28:51,770 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:28:51,795 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:28:51,795 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:28:51,800 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:28:51,801 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:28:51,801 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:28:51,801 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:28:51,801 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:28:51,801 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:28:51,810 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:28:51,811 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:28:51,833 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: d679e30ea19c107f857009f39a9ba2cd 2018-11-05 23:28:51,834 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:28:51,850 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:28:51,887 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:28:51,899 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:28:52,080 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:28:52,080 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:28:52,119 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:28:52,119 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:28:52,140 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:28:57,235 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:28:57,236 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:28:57,239 - paramiko.transport - DEBUG - starting thread (client mode): 0x481e6610L 2018-11-05 23:28:57,239 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:28:57,244 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:28:57,245 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:28:57,247 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:28:57,247 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:28:57,248 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:28:57,248 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:28:57,248 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:28:57,248 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:28:57,253 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:28:57,253 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:28:57,255 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:28:57,256 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:28:57,293 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:28:57,305 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:28:57,320 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:28:57,398 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:28:57,399 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:28:57,438 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:28:57,439 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:28:57,455 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:28:57,489 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:28:57,490 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:28:57,491 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:28:57,491 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:28:57,492 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:28:57,533 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:28:57,570 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:28:57,571 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:28:57,572 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:28:57,573 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:28:57,573 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:28:57,614 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:28:57,645 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:28:57,646 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:28:57,648 - paramiko.transport - DEBUG - starting thread (client mode): 0x4823de10L 2018-11-05 23:28:57,649 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:28:57,654 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:28:57,655 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:28:57,658 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:28:57,658 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:28:57,658 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:28:57,659 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:28:57,659 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:28:57,659 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:28:57,663 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:28:57,664 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:28:57,665 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:28:57,665 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:28:57,703 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:28:57,715 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:28:57,730 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:28:57,822 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:28:57,822 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:28:57,861 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:28:57,862 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:28:57,865 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:28:57,900 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:28:57,901 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:28:57,902 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:28:57,903 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:28:57,903 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:28:57,943 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:28:57,983 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:28:57,984 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:28:57,984 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:28:57,985 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:28:57,985 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:28:58,027 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:28:58,063 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:28:58,064 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:28:58,066 - paramiko.transport - DEBUG - starting thread (client mode): 0x48508a90L 2018-11-05 23:28:58,066 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:28:58,071 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:28:58,072 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:28:58,075 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:28:58,075 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:28:58,075 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:28:58,075 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:28:58,075 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:28:58,075 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:28:58,080 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:28:58,081 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:28:58,082 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:28:58,082 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:28:58,120 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:28:58,131 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:28:58,147 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:28:58,216 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:28:58,216 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:28:58,255 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:28:58,256 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:28:58,266 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:28:58,303 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:28:58,303 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:28:58,304 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:28:58,305 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:28:58,305 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:28:58,346 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:28:58,386 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:28:58,388 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:28:58,389 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:28:58,389 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:28:58,389 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:28:58,430 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:28:58,464 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:28:58,465 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:28:58,467 - paramiko.transport - DEBUG - starting thread (client mode): 0x481e6c50L 2018-11-05 23:28:58,467 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:28:58,473 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:28:58,473 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:28:58,475 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:28:58,476 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:28:58,476 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:28:58,476 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:28:58,476 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:28:58,476 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:28:58,481 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:28:58,482 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:28:58,482 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:28:58,483 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:28:58,521 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:28:58,531 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:28:58,548 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:28:58,613 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:28:58,613 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:28:58,652 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:28:58,652 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:28:58,658 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:28:58,688 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:28:58,689 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:28:58,690 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:28:58,690 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:28:58,691 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:28:58,731 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:28:58,763 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:28:58,764 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:28:58,765 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:28:58,766 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:28:58,766 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:28:58,807 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:28:58,834 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:28:58,835 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:28:58,837 - paramiko.transport - DEBUG - starting thread (client mode): 0x4827d390L 2018-11-05 23:28:58,838 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:28:58,842 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:28:58,842 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:28:58,844 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:28:58,844 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:28:58,845 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:28:58,845 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:28:58,845 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:28:58,845 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:28:58,850 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:28:58,851 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:28:58,853 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:28:58,854 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:28:58,890 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:28:58,900 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:28:58,918 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:28:58,974 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:28:58,975 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:28:59,014 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:28:59,014 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:28:59,021 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:28:59,051 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:28:59,052 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:28:59,053 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:28:59,054 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:28:59,054 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:28:59,095 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:28:59,126 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:28:59,127 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:28:59,127 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:28:59,128 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:28:59,129 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:28:59,168 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:28:59,199 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:28:59,200 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:28:59,201 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:28:59,202 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:28:59,202 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:28:59,209 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:29:04,308 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:29:04,309 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:29:04,312 - paramiko.transport - DEBUG - starting thread (client mode): 0x4827db90L 2018-11-05 23:29:04,313 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:29:04,319 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:29:04,319 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:29:04,322 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:29:04,323 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:29:04,323 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:29:04,323 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:29:04,323 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:29:04,323 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:29:04,328 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:29:04,329 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:29:04,344 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:29:04,345 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:29:04,369 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:29:04,381 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:29:04,409 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:29:04,463 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:29:04,463 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:29:04,502 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:29:04,503 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:29:04,513 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:29:04,550 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:29:04,551 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:29:04,552 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:29:04,553 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:29:04,553 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:29:04,594 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:29:04,630 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:29:04,631 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:29:04,632 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:29:04,633 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:29:04,633 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:29:04,674 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:29:04,706 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:29:04,707 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:29:04,709 - paramiko.transport - DEBUG - starting thread (client mode): 0x482813d0L 2018-11-05 23:29:04,709 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:29:04,715 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:29:04,715 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:29:04,718 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:29:04,718 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:29:04,718 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:29:04,718 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:29:04,719 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:29:04,719 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:29:04,724 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:29:04,724 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:29:04,741 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:29:04,741 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:29:04,763 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:29:04,776 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:29:04,806 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:29:04,885 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:29:04,885 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:29:04,924 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:29:04,925 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:29:04,942 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:29:04,974 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:29:04,975 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:29:04,976 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:29:04,977 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:29:04,977 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:29:05,017 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:29:05,051 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:29:05,052 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:29:05,053 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:29:05,054 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:29:05,054 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:29:05,094 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:29:05,124 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:29:05,125 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:29:05,127 - paramiko.transport - DEBUG - starting thread (client mode): 0x4823ec10L 2018-11-05 23:29:05,127 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:29:05,132 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:29:05,133 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:29:05,135 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:29:05,135 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:29:05,135 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:29:05,136 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:29:05,136 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:29:05,136 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:29:05,140 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:29:05,141 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:29:05,143 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:29:05,143 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:29:05,180 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:29:05,192 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:29:05,208 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:29:05,276 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:29:05,277 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:29:05,316 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:29:05,317 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:29:05,328 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:29:05,360 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:29:05,361 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:29:05,363 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:29:05,363 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:29:05,364 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:29:05,405 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:29:05,441 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:29:05,442 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:29:05,443 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:29:05,444 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:29:05,444 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:29:05,484 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:29:05,514 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:29:05,515 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:29:05,517 - paramiko.transport - DEBUG - starting thread (client mode): 0x48235ad0L 2018-11-05 23:29:05,518 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:29:05,522 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:29:05,523 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:29:05,525 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:29:05,525 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:29:05,525 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:29:05,525 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:29:05,525 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:29:05,526 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:29:05,530 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:29:05,530 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:29:05,533 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:29:05,534 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:29:05,570 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:29:05,579 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:29:05,598 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:29:05,650 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:29:05,650 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:29:05,689 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:29:05,689 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:29:05,700 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:29:05,729 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:29:05,729 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:29:05,730 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:29:05,731 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:29:05,731 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:29:05,771 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:29:05,802 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:29:05,803 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:29:05,804 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:29:05,805 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:29:05,805 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:29:05,846 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:29:05,872 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:29:05,873 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:29:05,876 - paramiko.transport - DEBUG - starting thread (client mode): 0x48240810L 2018-11-05 23:29:05,876 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:29:05,881 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:29:05,881 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:29:05,883 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:29:05,883 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:29:05,884 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:29:05,884 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:29:05,884 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:29:05,884 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:29:05,889 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:29:05,890 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:29:05,892 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:29:05,892 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:29:05,929 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:29:05,939 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:29:05,956 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:29:06,014 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:29:06,014 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:29:06,053 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:29:06,054 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:29:06,059 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:29:06,090 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:29:06,091 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:29:06,091 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:29:06,092 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:29:06,092 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:29:06,133 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:29:06,166 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:29:06,167 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:29:06,168 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:29:06,169 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:29:06,169 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:29:06,210 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:29:06,236 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:29:06,237 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:29:06,238 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:29:06,239 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:29:06,239 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:29:06,242 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:29:06,283 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:29:06,285 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:29:06,286 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:29:06,286 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:29:06,286 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:29:06,290 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:29:06,339 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:29:06,340 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:29:06,340 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:29:06,341 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:29:06,342 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:29:06,344 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:29:06,387 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:29:06,388 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:29:06,388 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:29:06,390 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:29:06,390 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:29:06,392 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:29:06,429 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:29:06,430 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:29:06,430 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:29:06,431 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:29:06,431 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:29:06,434 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:29:06,472 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:29:06,473 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-11-05 23:29:06,473 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-11-05 23:29:06,474 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:29:06,473 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-11-05 23:29:06,474 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:29:06,475 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:29:06,476 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:29:06,478 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:29:06,525 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:29:06,525 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-11-05 23:29:06,526 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:29:06,527 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:29:06,527 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:29:06,527 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:29:06,530 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:29:06,580 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:29:06,581 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-11-05 23:29:06,582 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:29:06,582 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:29:06,583 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:29:06,583 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:29:06,585 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:29:06,633 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:29:06,634 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-11-05 23:29:06,637 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:29:06,664 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-05 23:29:06,664 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-05 23:29:06,664 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-05 23:29:06,667 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-05 23:29:06,701 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-05 23:29:06,702 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-05 23:29:06,702 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-05 23:29:06,703 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-05 23:29:06,703 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-05 23:29:06,744 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-05 23:29:06,778 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-05 23:29:06,779 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-05 23:29:06,780 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-05 23:29:06,781 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-05 23:29:06,781 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-05 23:29:06,822 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-05 23:29:06,852 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-11-05 23:29:06,852 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-11-05 23:29:06,853 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-11-05 23:29:06,854 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-11-05 23:29:06,858 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-11-05 23:29:06,860 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-2 2018-11-05 23:29:06,861 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-05 23:29:06,861 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-05 23:29:06,861 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-05 23:29:06,863 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-05 23:29:06,864 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-05 23:29:06,865 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-11-05 23:29:06,866 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-11-05 23:29:06,866 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-11-05 23:29:06,902 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-05 23:29:06,902 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.21 2018-11-05 23:29:06,903 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-05 23:29:06,904 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-05 23:29:06,904 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-05 23:29:06,905 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-05 23:29:06,946 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-05 23:29:08,513 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-05 23:29:08,515 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-05 23:29:08,515 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-05 23:29:08,516 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-05 23:29:08,516 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-05 23:29:08,557 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-05 23:29:09,243 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-05 23:29:09,243 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-05 23:29:14,248 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-11-05 23:29:14,249 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-05 23:29:14,250 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-05 23:29:14,250 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-05 23:29:14,253 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-05 23:29:14,309 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-05 23:29:14,309 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-11-05 23:29:14,310 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-11-05 23:29:14,310 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-05 23:29:23,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:29:23,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:29:23,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:29:23,160 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:29:23,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:29:23,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:29:23,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:29:23,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:29:23,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:29:23,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:29:23,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:29:23,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:29:23,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:29:23,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:29:23,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:29:23,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934d087e-0f86-4d8f-b27a-41b63002a0f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:29:23,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-934d087e-0f86-4d8f-b27a-41b63002a0f2 2018-11-05 23:29:23,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:29:23,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["n7BRu122Sz--Gie737xJRg"], "issued_at": "2018-11-05T23:29:23.000000Z"}} 2018-11-05 23:29:23,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cbb76c901b0c1168e06918724dde295b8b1534" 2018-11-05 23:29:23,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cef358a5-73d3-4e0a-ae21-0b65958e644c x-compute-request-id: req-cef358a5-73d3-4e0a-ae21-0b65958e644c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-05 23:29:23,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-cef358a5-73d3-4e0a-ae21-0b65958e644c 2018-11-05 23:29:23,783 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-05 23:29:23,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cbb76c901b0c1168e06918724dde295b8b1534" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-11-05 23:29:23,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9320a49-d2fa-456a-9928-08dabd68add6 x-compute-request-id: req-f9320a49-d2fa-456a-9928-08dabd68add6 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:29:23,837 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f9320a49-d2fa-456a-9928-08dabd68add6 2018-11-05 23:29:23,837 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=5b3302f0-feb1-4f12-bb62-c180b5f8fef0 created successfully. 2018-11-05 23:29:23,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:29:23,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0102e259-24f7-4681-893f-82c7beb6c3d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:29:23,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0102e259-24f7-4681-893f-82c7beb6c3d6 2018-11-05 23:29:23,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:29:24,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:29:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["-p1CRWwtRqeAJlPfxp2LAQ"], "issued_at": "2018-11-05T23:29:24.000000Z"}} 2018-11-05 23:29:24,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:24,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-0ca1a425-783e-4456-8754-c5054683b13f Date: Mon, 05 Nov 2018 23:29:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:27:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 6, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:29:24,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-0ca1a425-783e-4456-8754-c5054683b13f 2018-11-05 23:29:24,451 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-05 23:29:24,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:24,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-e62b9b97-a2a7-4ab3-bdc2-88157a075490 Date: Mon, 05 Nov 2018 23:29:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "06f86fbf-88b7-495d-b427-2b7dee59622a"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "38b31759-7219-4f6b-a1cc-f000b2443941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "412a6eba-694e-40b1-a4a4-e810247f309a"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "47bd579a-2583-427e-a815-cc2404346586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 80, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:02Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "888f2113-b325-4987-bdf8-92e658f264b4"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "9406caac-88e6-4769-815c-4594cdd8fb2c"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "a39452c9-e5df-48f2-8786-37c02be674a3"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "af2fee34-3f4e-46f4-b54b-691be493ef42"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "be9552d5-5241-48f8-84b4-e6f7249569fa"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "e4affbb7-68f8-4688-8507-4c1882637887"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "ec412431-6491-4563-a6b7-4bdbbae25b63"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1"}]} 2018-11-05 23:29:24,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-e62b9b97-a2a7-4ab3-bdc2-88157a075490 2018-11-05 23:29:24,635 - sdnvpn_test_utils - INFO - This rule exists for security group: 916556da-f5c6-48df-816e-a4cb784f99e4 2018-11-05 23:29:24,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:24,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-be8d59e7-eaf1-43cf-b5cf-87ff1bb10c26 Date: Mon, 05 Nov 2018 23:29:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "06f86fbf-88b7-495d-b427-2b7dee59622a"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "38b31759-7219-4f6b-a1cc-f000b2443941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "412a6eba-694e-40b1-a4a4-e810247f309a"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "47bd579a-2583-427e-a815-cc2404346586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 80, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:02Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "888f2113-b325-4987-bdf8-92e658f264b4"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "9406caac-88e6-4769-815c-4594cdd8fb2c"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "a39452c9-e5df-48f2-8786-37c02be674a3"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "af2fee34-3f4e-46f4-b54b-691be493ef42"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "be9552d5-5241-48f8-84b4-e6f7249569fa"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "e4affbb7-68f8-4688-8507-4c1882637887"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "ec412431-6491-4563-a6b7-4bdbbae25b63"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1"}]} 2018-11-05 23:29:24,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-be8d59e7-eaf1-43cf-b5cf-87ff1bb10c26 2018-11-05 23:29:24,815 - sdnvpn_test_utils - INFO - This rule exists for security group: 916556da-f5c6-48df-816e-a4cb784f99e4 2018-11-05 23:29:24,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:24,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-8fb29344-0e0f-4e7f-a8dc-7c43b90d1630 Date: Mon, 05 Nov 2018 23:29:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "06f86fbf-88b7-495d-b427-2b7dee59622a"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "38b31759-7219-4f6b-a1cc-f000b2443941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "412a6eba-694e-40b1-a4a4-e810247f309a"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "47bd579a-2583-427e-a815-cc2404346586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 80, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:02Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "888f2113-b325-4987-bdf8-92e658f264b4"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "9406caac-88e6-4769-815c-4594cdd8fb2c"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "a39452c9-e5df-48f2-8786-37c02be674a3"}, {"remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "af2fee34-3f4e-46f4-b54b-691be493ef42"}, {"remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "be9552d5-5241-48f8-84b4-e6f7249569fa"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3"}, {"remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "port_range_min": null, "revision_number": 0, "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "port_range_min": null, "revision_number": 0, "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "project_id": "f314adbd934b499296fd439eb0256188", "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "e4affbb7-68f8-4688-8507-4c1882637887"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "ec412431-6491-4563-a6b7-4bdbbae25b63"}, {"remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "project_id": "", "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1"}]} 2018-11-05 23:29:24,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-8fb29344-0e0f-4e7f-a8dc-7c43b90d1630 2018-11-05 23:29:24,984 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-05 23:29:24,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:29:25,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-46c6054e-4474-4dec-9013-95c46b0171f3 Date: Mon, 05 Nov 2018 23:29:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "port_range_min": 179, "revision_number": 0, "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:25Z", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "03513110-3c2d-48f8-854e-e9f38aef1131"}} 2018-11-05 23:29:25,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-46c6054e-4474-4dec-9013-95c46b0171f3 2018-11-05 23:29:25,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:25,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-90006046-bfc3-4037-82f6-115c30a21120 Date: Mon, 05 Nov 2018 23:29:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 23:29:25,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-90006046-bfc3-4037-82f6-115c30a21120 2018-11-05 23:29:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:25,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-60947541-a674-48f4-92ea-b90ed337c0ae Date: Mon, 05 Nov 2018 23:29:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 23:29:25,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-60947541-a674-48f4-92ea-b90ed337c0ae 2018-11-05 23:29:25,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:26,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-690a029d-8567-48b3-aacb-8bf27bcaca35 Date: Mon, 05 Nov 2018 23:29:26 GMT RESP BODY: {"routers": []} 2018-11-05 23:29:26,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-690a029d-8567-48b3-aacb-8bf27bcaca35 2018-11-05 23:29:26,013 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-11-05 23:29:26,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-11-05 23:29:26,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f4f6f84a-ab92-4c19-86fd-b6c8e9f932c1 Date: Mon, 05 Nov 2018 23:29:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:29:26Z","is_default":false,"provider:segmentation_id":8,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","mtu":1450}} 2018-11-05 23:29:26,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f4f6f84a-ab92-4c19-86fd-b6c8e9f932c1 2018-11-05 23:29:26,385 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd1051e2a-b830-404e-9d4d-5d831ecdd645' created successfully 2018-11-05 23:29:26,385 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-05 23:29:26,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"subnets": [{"ip_version": 4, "network_id": "d1051e2a-b830-404e-9d4d-5d831ecdd645", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-11-05 23:29:26,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-63907812-b53c-4b2a-9853-e948f619a99a Date: Mon, 05 Nov 2018 23:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:29:26Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"0b8be606-bd83-41ea-ba80-dc803b2fa45c","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-11-05 23:29:26,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-63907812-b53c-4b2a-9853-e948f619a99a 2018-11-05 23:29:26,845 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0b8be606-bd83-41ea-ba80-dc803b2fa45c' created successfully 2018-11-05 23:29:26,845 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-05 23:29:26,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-11-05 23:29:26,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-5a0894c9-7af3-44d7-9cba-2ef0ec8e2cf4 Date: Mon, 05 Nov 2018 23:29:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:29:26Z", "revision_number": 0, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9", "name": "sdnvpn-3-1-router"}} 2018-11-05 23:29:26,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-5a0894c9-7af3-44d7-9cba-2ef0ec8e2cf4 2018-11-05 23:29:26,985 - sdnvpn.lib.openstack_utils - DEBUG - Router '4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9' created successfully 2018-11-05 23:29:26,986 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-05 23:29:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"subnet_id": "0b8be606-bd83-41ea-ba80-dc803b2fa45c"}' 2018-11-05 23:29:28,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-46193b02-920f-443b-9e22-91a437b8c0b4 Date: Mon, 05 Nov 2018 23:29:28 GMT RESP BODY: {"network_id": "d1051e2a-b830-404e-9d4d-5d831ecdd645", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "0b8be606-bd83-41ea-ba80-dc803b2fa45c", "subnet_ids": ["0b8be606-bd83-41ea-ba80-dc803b2fa45c"], "port_id": "4733d9bc-5e96-42cb-a429-ce385799143f", "id": "4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9"} 2018-11-05 23:29:28,362 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9/add_router_interface used request id req-46193b02-920f-443b-9e22-91a437b8c0b4 2018-11-05 23:29:28,363 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-05 23:29:28,363 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-05 23:29:28,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:28,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-7bf48ea3-a60a-459d-b2c7-a27c3464d31f Date: Mon, 05 Nov 2018 23:29:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["0b8be606-bd83-41ea-ba80-dc803b2fa45c"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:26Z","provider:segmentation_id":8,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","provider:network_type":"vxlan"}]} 2018-11-05 23:29:28,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7bf48ea3-a60a-459d-b2c7-a27c3464d31f 2018-11-05 23:29:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}}' 2018-11-05 23:29:30,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-6e254ea4-aba7-46fd-ac12-04c387d755ca Date: Mon, 05 Nov 2018 23:29:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:29:30Z", "revision_number": 4, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9", "name": "sdnvpn-3-1-router"}} 2018-11-05 23:29:30,611 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9 used request id req-6e254ea4-aba7-46fd-ac12-04c387d755ca 2018-11-05 23:29:30,612 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-05 23:29:30,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:30,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-4e9c3bb8-4a5e-4ae5-b406-39c1c0142cc8 Date: Mon, 05 Nov 2018 23:29:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["0b8be606-bd83-41ea-ba80-dc803b2fa45c"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:26Z","provider:segmentation_id":8,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","provider:network_type":"vxlan"}]} 2018-11-05 23:29:30,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4e9c3bb8-4a5e-4ae5-b406-39c1c0142cc8 2018-11-05 23:29:30,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:30,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-1012e53e-26d4-4405-a4b5-c88732331dbd Date: Mon, 05 Nov 2018 23:29:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:29:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"0b8be606-bd83-41ea-ba80-dc803b2fa45c","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 23:29:30,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-1012e53e-26d4-4405-a4b5-c88732331dbd 2018-11-05 23:29:30,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:30,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-2d55fbcd-1520-4e8f-aa62-bb5d8f4f1992 Date: Mon, 05 Nov 2018 23:29:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:29:30Z", "revision_number": 4, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9", "name": "sdnvpn-3-1-router"}]} 2018-11-05 23:29:30,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-2d55fbcd-1520-4e8f-aa62-bb5d8f4f1992 2018-11-05 23:29:30,973 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-11-05 23:29:30,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-11-05 23:29:31,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ee83b3ad-c267-472d-ab22-d4cbdea4758d Date: Mon, 05 Nov 2018 23:29:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d8a65c67-221d-4857-a79f-6150089b1ae4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:29:31Z","is_default":false,"provider:segmentation_id":69,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:31Z","mtu":1450}} 2018-11-05 23:29:31,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ee83b3ad-c267-472d-ab22-d4cbdea4758d 2018-11-05 23:29:31,390 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd8a65c67-221d-4857-a79f-6150089b1ae4' created successfully 2018-11-05 23:29:31,390 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-05 23:29:31,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"subnets": [{"ip_version": 4, "network_id": "d8a65c67-221d-4857-a79f-6150089b1ae4", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-11-05 23:29:32,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ae1fd862-1990-4051-8cc6-0c5af31d6b39 Date: Mon, 05 Nov 2018 23:29:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8a65c67-221d-4857-a79f-6150089b1ae4","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:29:31Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"ca2821c1-8ff9-407f-941f-651bb1d6e204","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-11-05 23:29:32,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ae1fd862-1990-4051-8cc6-0c5af31d6b39 2018-11-05 23:29:32,025 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ca2821c1-8ff9-407f-941f-651bb1d6e204' created successfully 2018-11-05 23:29:32,026 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-05 23:29:32,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-11-05 23:29:32,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-7b14408e-6347-4926-bc98-108f78819ef6 Date: Mon, 05 Nov 2018 23:29:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:29:32Z", "revision_number": 0, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a204ef96-b0c2-49b4-b872-44a56b37fd59", "name": "sdnvpn-3-2-quagga-router"}} 2018-11-05 23:29:32,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-7b14408e-6347-4926-bc98-108f78819ef6 2018-11-05 23:29:32,310 - sdnvpn.lib.openstack_utils - DEBUG - Router 'a204ef96-b0c2-49b4-b872-44a56b37fd59' created successfully 2018-11-05 23:29:32,311 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-05 23:29:32,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"subnet_id": "ca2821c1-8ff9-407f-941f-651bb1d6e204"}' 2018-11-05 23:29:33,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-07822eb1-6fa9-447e-b70a-e2ba6e7475b2 Date: Mon, 05 Nov 2018 23:29:33 GMT RESP BODY: {"network_id": "d8a65c67-221d-4857-a79f-6150089b1ae4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "ca2821c1-8ff9-407f-941f-651bb1d6e204", "subnet_ids": ["ca2821c1-8ff9-407f-941f-651bb1d6e204"], "port_id": "ae147cd9-6874-4852-a24f-f90ace7b28a3", "id": "a204ef96-b0c2-49b4-b872-44a56b37fd59"} 2018-11-05 23:29:33,768 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59/add_router_interface used request id req-07822eb1-6fa9-447e-b70a-e2ba6e7475b2 2018-11-05 23:29:33,769 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-05 23:29:33,769 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-05 23:29:33,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:33,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2021 X-Openstack-Request-Id: req-2d4bd630-0da0-4ea4-b3a8-c9eef5218376 Date: Mon, 05 Nov 2018 23:29:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["0b8be606-bd83-41ea-ba80-dc803b2fa45c"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:26Z","provider:segmentation_id":8,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8a65c67-221d-4857-a79f-6150089b1ae4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["ca2821c1-8ff9-407f-941f-651bb1d6e204"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:31Z","provider:segmentation_id":69,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:31Z","provider:network_type":"vxlan"}]} 2018-11-05 23:29:33,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2d4bd630-0da0-4ea4-b3a8-c9eef5218376 2018-11-05 23:29:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}}' 2018-11-05 23:29:35,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-16c105cd-b1ee-4470-830e-3ac3fd14be26 Date: Mon, 05 Nov 2018 23:29:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:29:35Z", "revision_number": 3, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a204ef96-b0c2-49b4-b872-44a56b37fd59", "name": "sdnvpn-3-2-quagga-router"}} 2018-11-05 23:29:35,247 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59 used request id req-16c105cd-b1ee-4470-830e-3ac3fd14be26 2018-11-05 23:29:35,247 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-05 23:29:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:29:35,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b35b7cf-5235-4e8d-8564-74cce9b106ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:29:35,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b35b7cf-5235-4e8d-8564-74cce9b106ad 2018-11-05 23:29:35,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:29:35,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Cp1MZMWuRx-N6QKRqmBu_g"], "issued_at": "2018-11-05T23:29:35.000000Z"}} 2018-11-05 23:29:35,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a894504f198afd87ac3863b7301e29a28a80d45a" 2018-11-05 23:29:35,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-5f02c953-ee4d-40ae-8894-73db97ddb347 Date: Mon, 05 Nov 2018 23:29:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:29:35,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-5f02c953-ee4d-40ae-8894-73db97ddb347 2018-11-05 23:29:35,805 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-05 23:29:35,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a894504f198afd87ac3863b7301e29a28a80d45a" 2018-11-05 23:29:35,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b60b5ba6-6779-421f-a41d-e8ed8101969b Date: Mon, 05 Nov 2018 23:29:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:29:35,958 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b60b5ba6-6779-421f-a41d-e8ed8101969b 2018-11-05 23:29:35,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a894504f198afd87ac3863b7301e29a28a80d45a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-11-05 23:29:36,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0 X-Openstack-Request-Id: req-7bd05764-e2eb-4a32-90fc-1c4140d62ca0 Date: Mon, 05 Nov 2018 23:29:36 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:29:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:29:36Z", "visibility": "public", "locations": [], "self": "/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "min_disk": 0, "protected": false, "id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "file": "/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:29:36,210 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7bd05764-e2eb-4a32-90fc-1c4140d62ca0 2018-11-05 23:29:36,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a894504f198afd87ac3863b7301e29a28a80d45a" -d '' 2018-11-05 23:29:51,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9251bd9-ecb5-4bd0-8f4e-044f77b4e5f1 Date: Mon, 05 Nov 2018 23:29:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:29:51,309 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0/file used request id req-e9251bd9-ecb5-4bd0-8f4e-044f77b4e5f1 2018-11-05 23:29:51,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:51,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2021 X-Openstack-Request-Id: req-2d66915b-73c1-4575-9d5a-3cbbdbdcd5da Date: Mon, 05 Nov 2018 23:29:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["0b8be606-bd83-41ea-ba80-dc803b2fa45c"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:26Z","provider:segmentation_id":8,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8a65c67-221d-4857-a79f-6150089b1ae4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["ca2821c1-8ff9-407f-941f-651bb1d6e204"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:31Z","provider:segmentation_id":69,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:31Z","provider:network_type":"vxlan"}]} 2018-11-05 23:29:51,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2d66915b-73c1-4575-9d5a-3cbbdbdcd5da 2018-11-05 23:29:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"floatingip": {"floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}' 2018-11-05 23:29:52,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-b4098c0d-6c2c-4323-b48e-9b67d45242c5 Date: Mon, 05 Nov 2018 23:29:52 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-05T23:29:52Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": null, "id": "3835719f-c32e-4a48-96cb-966760eba081", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:52Z", "project_id": "aba621f7e9154af3a5e42bcbad943619"}} 2018-11-05 23:29:52,657 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-b4098c0d-6c2c-4323-b48e-9b67d45242c5 2018-11-05 23:29:52,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:29:52,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2021 X-Openstack-Request-Id: req-11829338-2fb0-4691-8ec3-c901d8f56105 Date: Mon, 05 Nov 2018 23:29:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1051e2a-b830-404e-9d4d-5d831ecdd645","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["0b8be606-bd83-41ea-ba80-dc803b2fa45c"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:26Z","provider:segmentation_id":8,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8a65c67-221d-4857-a79f-6150089b1ae4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["ca2821c1-8ff9-407f-941f-651bb1d6e204"],"description":"","tags":[],"updated_at":"2018-11-05T23:29:31Z","provider:segmentation_id":69,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:29:31Z","provider:network_type":"vxlan"}]} 2018-11-05 23:29:52,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-11829338-2fb0-4691-8ec3-c901d8f56105 2018-11-05 23:29:52,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"floatingip": {"floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}' 2018-11-05 23:29:54,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-da2cb8a3-2b58-453f-b756-8f32ea29c0e0 Date: Mon, 05 Nov 2018 23:29:54 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-05T23:29:53Z", "floating_network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "acf04a57-e309-4c36-a583-c30197bf8d6e", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:53Z", "project_id": "aba621f7e9154af3a5e42bcbad943619"}} 2018-11-05 23:29:54,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-da2cb8a3-2b58-453f-b756-8f32ea29c0e0 2018-11-05 23:29:54,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:29:54,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860c6533-c870-4e91-8148-2d3f074a5f2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:29:54,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-860c6533-c870-4e91-8148-2d3f074a5f2c 2018-11-05 23:29:54,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:29:54,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:29:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["dlAAj2wJQha_peHNKT89FQ"], "issued_at": "2018-11-05T23:29:54.000000Z"}} 2018-11-05 23:29:54,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb9ae9f324cd814a846e81a37f7dc331f0499ad" 2018-11-05 23:29:54,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29: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-dfa076f5-c71b-48a7-b3da-43dd307c5b7d x-compute-request-id: req-dfa076f5-c71b-48a7-b3da-43dd307c5b7d Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:29:54,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-dfa076f5-c71b-48a7-b3da-43dd307c5b7d 2018-11-05 23:29:54,746 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:29:54,747 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:29:54,747 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:29:54,749 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:29:54,785 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:29:54,786 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:29:54,789 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-11-05 23:29:54,790 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=9b8a8f9c-ace3-474e-b567-d4cab17c1ae0 network=d8a65c67-221d-4857-a79f-6150089b1ae4 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.11.5 files=None userdata= #! /bin/bash set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd # Wait for a floating IP # as a workaround to NAT breakage sleep 20 # Variables to be filled in with python NEIGHBOR_IP=172.30.9.21 OWN_IP=172.30.9.208 # directly access the instance from the external net without NAT EXT_NET_MASK=24 if [[ $(getent hosts | awk '{print $2}') != *"$(cat /etc/hostname | awk '{print $1}')"* ]] then echo "127.0.1.1 $(cat /etc/hostname | awk '{print $1}')" | tee -a /etc/hosts fi quagga_int='' for net_int in $(netstat -ia | awk 'NR>2{print $1}'); do if [ -z "$(ifconfig | grep $net_int)" ] then quagga_int=$net_int break fi done if [ -z "$quagga_int" ] then echo 'No available network interface' fi ip link set $quagga_int up ip addr add $OWN_IP/$EXT_NET_MASK dev $quagga_int ZEBRA_CONFIG_LOCATION="/etc/quagga/zebra.conf" DAEMONS_FILE_LOCATION="/etc/quagga/daemons" BGPD_CONFIG_LOCATION="/etc/quagga/bgpd.conf" BGPD_LOG_FILE="/var/log/bgpd.log" # Quagga is already installed to run as well in setups without inet # dns fix # echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head # resolvconf -u # DEBIAN_FRONTEND=noninteractive apt-get update # DEBIAN_FRONTEND=noninteractive apt-get install quagga -y touch $BGPD_LOG_FILE chown quagga:quagga $BGPD_LOG_FILE chown quagga:quagga $DAEMONS_FILE_LOCATION cat < $DAEMONS_FILE_LOCATION zebra=yes bgpd=yes ospfd=no ospf6d=no ripd=no ripngd=no isisd=no babeld=no CATEOF touch $ZEBRA_CONFIG_LOCATION chown quagga:quagga $ZEBRA_CONFIG_LOCATION cat < $BGPD_CONFIG_LOCATION ! -*- bgp -*- hostname bgpd password sdncbgpc router bgp 200 bgp router-id ${OWN_IP} neighbor ${NEIGHBOR_IP} remote-as 100 no neighbor ${NEIGHBOR_IP} activate ! address-family vpnv4 unicast neighbor ${NEIGHBOR_IP} activate exit-address-family ! line vty exec-timeout 0 0 ! debug bgp events debug bgp updates log file ${BGPD_LOG_FILE} end CATEOF chown quagga:quagga $BGPD_CONFIG_LOCATION service quagga restart pgrep bgpd pgrep zebra 2018-11-05 23:29:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:29:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:29:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:29:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:29:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:29:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:29:54,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:29:54,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:29:54,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:29:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:29:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:29:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:29:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:29:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:29:54,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:29:54,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:29:54,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:29:54,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:29:54,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:29:54,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:29:54,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a4c484d-e301-47f8-9c5c-ff013a673d72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:29:54,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a4c484d-e301-47f8-9c5c-ff013a673d72 2018-11-05 23:29:54,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:29:55,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["VeNI2dFUTECuoE821NSMPg"], "issued_at": "2018-11-05T23:29:55.000000Z"}} 2018-11-05 23:29:55,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" 2018-11-05 23:29:55,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29: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-89a1d546-b577-45c5-be7d-703fe953faf9 x-compute-request-id: req-89a1d546-b577-45c5-be7d-703fe953faf9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:29:55,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-89a1d546-b577-45c5-be7d-703fe953faf9 2018-11-05 23:29:55,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" 2018-11-05 23:29:55,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29: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-1f7589da-4184-44f2-b234-a1256cee9995 x-compute-request-id: req-1f7589da-4184-44f2-b234-a1256cee9995 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:29:55,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0 used request id req-1f7589da-4184-44f2-b234-a1256cee9995 2018-11-05 23:29:55,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjEKT1dOX0lQPTE3Mi4zMC45LjIwOAojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "d8a65c67-221d-4857-a79f-6150089b1ae4"}], "config_drive": true}}' 2018-11-05 23:29:57,067 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:29:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a460a0f-f9bf-46e0-951a-02f75674486a x-compute-request-id: req-8a460a0f-f9bf-46e0-951a-02f75674486a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "adminPass": "AfuM5vNWDaT7"}} 2018-11-05 23:29:57,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8a460a0f-f9bf-46e0-951a-02f75674486a 2018-11-05 23:29:57,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:29:57,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e9169b-db4a-43c3-b193-bee90344df90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:29:57,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-70e9169b-db4a-43c3-b193-bee90344df90 2018-11-05 23:29:57,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:29:57,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["XfDBP97aQnqMILMQQa03UQ"], "issued_at": "2018-11-05T23:29:57.000000Z"}} 2018-11-05 23:29:57,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:29:57,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:29: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-e2265b05-8db0-4b50-b69d-99204641bbd7 x-compute-request-id: req-e2265b05-8db0-4b50-b69d-99204641bbd7 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:57Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:29:57,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-e2265b05-8db0-4b50-b69d-99204641bbd7 2018-11-05 23:30:00,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:01,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-b53944ad-554f-471f-8f96-7592230d937e x-compute-request-id: req-b53944ad-554f-471f-8f96-7592230d937e Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:01,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-b53944ad-554f-471f-8f96-7592230d937e 2018-11-05 23:30:04,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:05,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-e606aa64-d18c-4205-b5a3-9e79bd481b63 x-compute-request-id: req-e606aa64-d18c-4205-b5a3-9e79bd481b63 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:05,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-e606aa64-d18c-4205-b5a3-9e79bd481b63 2018-11-05 23:30:08,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:09,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-918efb28-bd0b-4bda-996a-10e2541b1cd7 x-compute-request-id: req-918efb28-bd0b-4bda-996a-10e2541b1cd7 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:09,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-918efb28-bd0b-4bda-996a-10e2541b1cd7 2018-11-05 23:30:12,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:12,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbb444cf-3d37-4126-9cef-5e75729d127e x-compute-request-id: req-bbb444cf-3d37-4126-9cef-5e75729d127e Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:12,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-bbb444cf-3d37-4126-9cef-5e75729d127e 2018-11-05 23:30:15,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:16,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-31c6c7ee-2231-49b3-a1eb-c715e68d78bd x-compute-request-id: req-31c6c7ee-2231-49b3-a1eb-c715e68d78bd Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:16,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-31c6c7ee-2231-49b3-a1eb-c715e68d78bd 2018-11-05 23:30:19,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:20,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-6119c904-3182-43f5-ab58-c0823d6883f6 x-compute-request-id: req-6119c904-3182-43f5-ab58-c0823d6883f6 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:20,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-6119c904-3182-43f5-ab58-c0823d6883f6 2018-11-05 23:30:23,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:24,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6439b53-6009-45f0-9331-c7e9092dd231 x-compute-request-id: req-d6439b53-6009-45f0-9331-c7e9092dd231 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:24,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-d6439b53-6009-45f0-9331-c7e9092dd231 2018-11-05 23:30:27,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:27,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-d4ce3b7b-c40a-4abf-937d-12d8c503e484 x-compute-request-id: req-d4ce3b7b-c40a-4abf-937d-12d8c503e484 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:27,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-d4ce3b7b-c40a-4abf-937d-12d8c503e484 2018-11-05 23:30:30,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:31,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-e23269fd-12f8-4678-88de-3f1e7e1a530a x-compute-request-id: req-e23269fd-12f8-4678-88de-3f1e7e1a530a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:31,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-e23269fd-12f8-4678-88de-3f1e7e1a530a 2018-11-05 23:30:34,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:35,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-caa3ba39-93c7-4db6-9eb5-159e0cfb579a x-compute-request-id: req-caa3ba39-93c7-4db6-9eb5-159e0cfb579a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:35,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-caa3ba39-93c7-4db6-9eb5-159e0cfb579a 2018-11-05 23:30:38,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:38,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-fef7d158-a298-4a1f-84e4-2e5c42d1ceaa x-compute-request-id: req-fef7d158-a298-4a1f-84e4-2e5c42d1ceaa Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:38,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-fef7d158-a298-4a1f-84e4-2e5c42d1ceaa 2018-11-05 23:30:41,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:42,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-be11d13c-ccc0-4584-8fa7-bd259e371e1a x-compute-request-id: req-be11d13c-ccc0-4584-8fa7-bd259e371e1a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:42,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-be11d13c-ccc0-4584-8fa7-bd259e371e1a 2018-11-05 23:30:45,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:45,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-f8e77fd6-84f0-4797-b22b-d1185ccde05d x-compute-request-id: req-f8e77fd6-84f0-4797-b22b-d1185ccde05d Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:45,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-f8e77fd6-84f0-4797-b22b-d1185ccde05d 2018-11-05 23:30:48,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:49,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-1cd8e68d-9bdc-459d-b8df-fa97ccd5627e x-compute-request-id: req-1cd8e68d-9bdc-459d-b8df-fa97ccd5627e Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:49,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-1cd8e68d-9bdc-459d-b8df-fa97ccd5627e 2018-11-05 23:30:52,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:53,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-3a8b5f52-999e-4981-a150-604b760f9d75 x-compute-request-id: req-3a8b5f52-999e-4981-a150-604b760f9d75 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:53,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-3a8b5f52-999e-4981-a150-604b760f9d75 2018-11-05 23:30:56,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:30:56,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10becd67-4b9b-43e9-9e09-72721a8c91b1 x-compute-request-id: req-10becd67-4b9b-43e9-9e09-72721a8c91b1 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:30:56,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-10becd67-4b9b-43e9-9e09-72721a8c91b1 2018-11-05 23:30:59,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:00,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:30: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-7c350b7e-c169-4625-951b-ec379fed3437 x-compute-request-id: req-7c350b7e-c169-4625-951b-ec379fed3437 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:00,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-7c350b7e-c169-4625-951b-ec379fed3437 2018-11-05 23:31:03,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:04,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-6646ce1d-b821-4272-ab78-d72c028c8b7b x-compute-request-id: req-6646ce1d-b821-4272-ab78-d72c028c8b7b Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:04,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-6646ce1d-b821-4272-ab78-d72c028c8b7b 2018-11-05 23:31:07,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:07,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-a424778a-101b-430c-889f-be4a60340c92 x-compute-request-id: req-a424778a-101b-430c-889f-be4a60340c92 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:07,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-a424778a-101b-430c-889f-be4a60340c92 2018-11-05 23:31:10,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:11,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-3da5b85e-f306-4896-bcc0-3c6609cdb0c3 x-compute-request-id: req-3da5b85e-f306-4896-bcc0-3c6609cdb0c3 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:11,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-3da5b85e-f306-4896-bcc0-3c6609cdb0c3 2018-11-05 23:31:14,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:14,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-0ec211e4-2dc3-4e4c-9491-80cf3db0215d x-compute-request-id: req-0ec211e4-2dc3-4e4c-9491-80cf3db0215d Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:14,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-0ec211e4-2dc3-4e4c-9491-80cf3db0215d 2018-11-05 23:31:17,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:18,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-271b93e0-849a-4402-96cb-01c33c709ea4 x-compute-request-id: req-271b93e0-849a-4402-96cb-01c33c709ea4 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:18,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-271b93e0-849a-4402-96cb-01c33c709ea4 2018-11-05 23:31:21,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:22,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-fa82c814-9754-42f8-bfc0-f994ac44ffad x-compute-request-id: req-fa82c814-9754-42f8-bfc0-f994ac44ffad Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:22,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-fa82c814-9754-42f8-bfc0-f994ac44ffad 2018-11-05 23:31:25,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:25,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-9da9a76d-670e-41a6-b232-01ea8edb991e x-compute-request-id: req-9da9a76d-670e-41a6-b232-01ea8edb991e Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:25,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-9da9a76d-670e-41a6-b232-01ea8edb991e 2018-11-05 23:31:28,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:29,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-09ba52c8-b2ab-4df4-af92-42249795b70e x-compute-request-id: req-09ba52c8-b2ab-4df4-af92-42249795b70e Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:29,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-09ba52c8-b2ab-4df4-af92-42249795b70e 2018-11-05 23:31:32,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:32,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-090c10ee-a198-4bd7-b3e5-5351b4aa3ef3 x-compute-request-id: req-090c10ee-a198-4bd7-b3e5-5351b4aa3ef3 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:32,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-090c10ee-a198-4bd7-b3e5-5351b4aa3ef3 2018-11-05 23:31:35,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:36,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-e57d42a0-b835-4549-aa34-cd301480bc68 x-compute-request-id: req-e57d42a0-b835-4549-aa34-cd301480bc68 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:36,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-e57d42a0-b835-4549-aa34-cd301480bc68 2018-11-05 23:31:39,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:40,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e03bda90-0ed1-4d8a-9013-90ce72cfd569 x-compute-request-id: req-e03bda90-0ed1-4d8a-9013-90ce72cfd569 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:40,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-e03bda90-0ed1-4d8a-9013-90ce72cfd569 2018-11-05 23:31:43,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:43,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-69f12900-387d-4953-93c5-ec467baa2bc2 x-compute-request-id: req-69f12900-387d-4953-93c5-ec467baa2bc2 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:43,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-69f12900-387d-4953-93c5-ec467baa2bc2 2018-11-05 23:31:46,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:47,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-65734a73-0f35-4f10-b5d9-901371f31580 x-compute-request-id: req-65734a73-0f35-4f10-b5d9-901371f31580 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:47,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-65734a73-0f35-4f10-b5d9-901371f31580 2018-11-05 23:31:50,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:50,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-fed5f42c-1efc-428f-8715-189c9883388a x-compute-request-id: req-fed5f42c-1efc-428f-8715-189c9883388a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:50,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-fed5f42c-1efc-428f-8715-189c9883388a 2018-11-05 23:31:53,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:53,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31: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-355523dc-173e-4427-81b4-daf5e5f8f158 x-compute-request-id: req-355523dc-173e-4427-81b4-daf5e5f8f158 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:53,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-355523dc-173e-4427-81b4-daf5e5f8f158 2018-11-05 23:31:56,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:31:57,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b91f9d63-26a7-4849-ab49-fa62d0bbec4b x-compute-request-id: req-b91f9d63-26a7-4849-ab49-fa62d0bbec4b Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:31:57,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-b91f9d63-26a7-4849-ab49-fa62d0bbec4b 2018-11-05 23:32:00,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:32:00,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:32: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-d39db2a0-96d6-49e5-87ad-f2f6a064631b x-compute-request-id: req-d39db2a0-96d6-49e5-87ad-f2f6a064631b Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:32:00,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-d39db2a0-96d6-49e5-87ad-f2f6a064631b 2018-11-05 23:32:03,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:32:04,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:32: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-ad09a324-fa31-43c1-9135-8b3cf47ecb58 x-compute-request-id: req-ad09a324-fa31-43c1-9135-8b3cf47ecb58 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:29:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:32:04,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-ad09a324-fa31-43c1-9135-8b3cf47ecb58 2018-11-05 23:32:07,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4696334cb52178b7514a3b5323ad0f199fcfdbd2" 2018-11-05 23:32:07,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-936b23b5-5383-44b8-b6b2-228ae0612222 x-compute-request-id: req-936b23b5-5383-44b8-b6b2-228ae0612222 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": "2018-11-05T23:32:04.000000", "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:32:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:32:07,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-936b23b5-5383-44b8-b6b2-228ae0612222 2018-11-05 23:32:07,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" 2018-11-05 23:32:08,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b3ad530-1100-4b8d-8caa-faa912d8be67 x-compute-request-id: req-0b3ad530-1100-4b8d-8caa-faa912d8be67 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": "2018-11-05T23:32:04.000000", "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:32:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:32:08,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba used request id req-0b3ad530-1100-4b8d-8caa-faa912d8be67 2018-11-05 23:32:08,813 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-11-05 23:32:08,813 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '916556da-f5c6-48df-816e-a4cb784f99e4'... 2018-11-05 23:32:08,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb9ae9f324cd814a846e81a37f7dc331f0499ad" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:32:10,228 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:32:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0735a9b4-d290-4d33-85d2-0bd03788a3bb x-compute-request-id: req-0735a9b4-d290-4d33-85d2-0bd03788a3bb Content-Length: 0 Content-Type: application/json 2018-11-05 23:32:10,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-0735a9b4-d290-4d33-85d2-0bd03788a3bb 2018-11-05 23:32:10,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb9ae9f324cd814a846e81a37f7dc331f0499ad" -d '{"addFloatingIp": {"address": "172.30.9.207"}}' 2018-11-05 23:32:12,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:32:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a52ad2ff-2154-4085-9428-de888bec1032 x-compute-request-id: req-a52ad2ff-2154-4085-9428-de888bec1032 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-11-05 23:32:12,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-a52ad2ff-2154-4085-9428-de888bec1032 2018-11-05 23:32:12,105 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-05 23:32:12,106 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-05 23:32:12,106 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-05 23:32:12,108 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-05 23:32:12,268 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-05 23:32:12,269 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-05 23:32:12,270 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-05 23:32:12,270 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-05 23:32:12,271 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-05 23:32:12,312 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-05 23:32:12,400 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-05 23:32:12,400 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-11-05 23:32:12,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:32:12,405 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-05 23:32:13,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:32:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbadfa89-5e56-4871-a422-dd326e850cd8 x-compute-request-id: req-cbadfa89-5e56-4871-a422-dd326e850cd8 Content-Encoding: gzip Content-Length: 12388 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 631231567 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.143366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145319] pid_max: default: 32768 minimum: 301\n[ 0.146444] ACPI: Core revision 20150930\n[ 0.147968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149503] Security Framework initialized\n[ 0.150472] Yama: becoming mindful.\n[ 0.151329] AppArmor: AppArmor initialized\n[ 0.152346] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154009] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157467] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159112] Initializing cgroup subsys io\n[ 0.160068] Initializing cgroup subsys memory\n[ 0.161075] Initializing cgroup subsys devices\n[ 0.162100] Initializing cgroup subsys freezer\n[ 0.163141] Initializing cgroup subsys net_cls\n[ 0.164168] Initializing cgroup subsys perf_event\n[ 0.165237] Initializing cgroup subsys net_prio\n[ 0.166318] Initializing cgroup subsys hugetlb\n[ 0.167371] Initializing cgroup subsys pids\n[ 0.168393] CPU: Physical Processor ID: 0\n[ 0.170019] mce: CPU supports 10 MCE banks\n[ 0.171018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183120] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.189516] ftrace: allocating 32123 entries in 126 pages\n[ 0.216105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217335] smpboot: Max logical packages: 1\n[ 0.218343] x2apic enabled\n[ 0.219152] Switched APIC routing to physical x2apic.\n[ 0.220897] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222018] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225812] KVM setup paravirtual spinlock\n[ 0.227102] x86: Booted up 1 node, 1 CPUs\n[ 0.227920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229317] devtmpfs: initialized\n[ 0.231793] evm: security.selinux\n[ 0.232504] evm: security.SMACK64\n[ 0.233198] evm: security.SMACK64EXEC\n[ 0.233944] evm: security.SMACK64TRANSMUTE\n[ 0.234767] evm: security.SMACK64MMAP\n[ 0.235518] evm: security.ima\n[ 0.236156] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238847] pinctrl core: initialized pinctrl subsystem\n[ 0.239933] RTC time: 23:32:04, date: 11/05/18\n[ 0.240877] NET: Registered protocol family 16\n[ 0.241840] cpuidle: using governor ladder\n[ 0.242654] cpuidle: using governor menu\n[ 0.243435] PCCT header not found.\n[ 0.244191] ACPI: bus type PCI registered\n[ 0.244988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246227] PCI: Using configuration type 1 for base access\n[ 0.248385] ACPI: Added _OSI(Module Device)\n[ 0.249218] ACPI: Added _OSI(Processor Device)\n[ 0.250078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253070] ACPI: Interpreter enabled\n[ 0.253837] ACPI: (supports S0 S5)\n[ 0.254536] ACPI: Using IOAPIC for interrupt routing\n[ 0.255473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264383] acpiphp: Slot [3] registered\n[ 0.265177] acpiphp: Slot [4] registered\n[ 0.265966] acpiphp: Slot [5] registered\n[ 0.266768] acpiphp: Slot [6] registered\n[ 0.267558] acpiphp: Slot [7] registered\n[ 0.268343] acpiphp: Slot [8] registered\n[ 0.269133] acpiphp: Slot [9] registered\n[ 0.269924] acpiphp: Slot [10] registered\n[ 0.270725] acpiphp: Slot [11] registered\n[ 0.271532] acpiphp: Slot [12] registered\n[ 0.272332] acpiphp: Slot [13] registered\n[ 0.273137] acpiphp: Slot [14] registered\n[ 0.283953] acpiphp: Slot [15] registered\n[ 0.284760] acpiphp: Slot [16] registered\n[ 0.285564] acpiphp: Slot [17] registered\n[ 0.286365] acpiphp: Slot [18] registered\n[ 0.287190] acpiphp: Slot [19] registered\n[ 0.288000] acpiphp: Slot [20] registered\n[ 0.288805] acpiphp: Slot [21] registered\n[ 0.289609] acpiphp: Slot [22] registered\n[ 0.290409] acpiphp: Slot [23] registered\n[ 0.291210] acpiphp: Slot [24] registered\n[ 0.292018] acpiphp: Slot [25] registered\n[ 0.292822] acpiphp: Slot [26] registered\n[ 0.293621] acpiphp: Slot [27] registered\n[ 0.294417] acpiphp: Slot [28] registered\n[ 0.295219] acpiphp: Slot [29] registered\n[ 0.296041] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297641] PCI host bridge to bus 0000:00\n[ 0.298441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302285] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303714] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309936] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369380] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370786] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372156] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373388] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377377] vgaarb: loaded\n[ 0.377969] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379109] SCSI subsystem initialized\n[ 0.379917] ACPI: bus type USB registered\n[ 0.380725] usbcore: registered new interface driver usbfs\n[ 0.381739] usbcore: registered new interface driver hub\n[ 0.382728] usbcore: registered new device driver usb\n[ 0.383769] PCI: Using ACPI for IRQ routing\n[ 0.384790] NetLabel: Initializing\n[ 0.385499] NetLabel: domain hash size = 128\n[ 0.386336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387296] NetLabel: unlabeled traffic allowed by default\n[ 0.388378] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389339] clocksource: Switched to clocksource kvm-clock\n[ 0.394747] AppArmor: AppArmor Filesystem Enabled\n[ 0.395709] pnp: PnP ACPI init\n[ 0.396625] pnp: PnP ACPI: found 5 devices\n[ 0.402665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404353] NET: Registered protocol family 2\n[ 0.405297] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407759] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408926] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410008] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411180] NET: Registered protocol family 1\n[ 0.412050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442701] Trying to unpack rootfs image as initramfs...\n[ 1.724305] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.740216] Scanning for low memory corruption every 60 seconds\n[ 1.741614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.742764] audit: initializing netlink subsys (disabled)\n[ 1.743791] audit: type=2000 audit(1541460726.695:1): initialized\n[ 1.745103] Initialise system trusted keyring\n[ 1.746045] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.747213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.749206] zbud: loaded\n[ 1.749927] VFS: Disk quotas dquot_6.6.0\n[ 1.750752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752153] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.753385] fuse init (API version 7.23)\n[ 1.754268] Key type big_key registered\n[ 1.755058] Allocating IMA MOK and blacklist keyrings.\n[ 1.756159] Key type asymmetric registered\n[ 1.756993] Asymmetric key parser 'x509' registered\n[ 1.757958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759431] io scheduler noop registered\n[ 1.760224] io scheduler deadline registered (default)\n[ 1.761217] io scheduler cfq registered\n[ 1.762064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.763116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.764375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.765844] ACPI: Power Button [PWRF]\n[ 1.766686] GHES: HEST is not enabled!\n[ 1.780555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.809157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.811548] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.835660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.837762] Linux agpgart interface v0.103\n[ 1.839778] brd: module loaded\n[ 1.841024] loop: module loaded\n[ 1.842571] vda: vda1\n[ 1.843894] scsi host0: ata_piix\n[ 1.844633] scsi host1: ata_piix\n[ 1.845351] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.846795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.848745] libphy: Fixed MDIO Bus: probed\n[ 1.849997] tun: Universal TUN/TAP device driver, 1.6\n[ 1.851171] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.853677] PPP generic driver version 2.4.2\n[ 1.854867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856467] ehci-pci: EHCI PCI platform driver\n[ 1.857500] ehci-platform: EHCI generic platform driver\n[ 1.858760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.860212] ohci-pci: OHCI PCI platform driver\n[ 1.861238] ohci-platform: OHCI generic platform driver\n[ 1.862397] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.877184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.878198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.879672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.880700] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.881824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.883047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.884471] usb usb1: Product: UHCI Host Controller\n[ 1.885414] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.886567] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.887567] hub 1-0:1.0: USB hub found\n[ 1.888349] hub 1-0:1.0: 2 ports detected\n[ 1.889275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.891412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.892379] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.893423] mousedev: PS/2 mouse device common for all mice\n[ 1.894690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896551] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.898875] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.900078] i2c /dev entries driver\n[ 1.900831] device-mapper: uevent: version 1.0.3\n[ 1.901786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.903428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.904703] NET: Registered protocol family 10\n[ 1.905716] NET: Registered protocol family 17\n[ 1.906616] Key type dns_resolver registered\n[ 1.907559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.908660] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.910413] registered taskstats version 1\n[ 1.911260] Loading compiled-in X.509 certificates\n[ 1.912695] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.914569] zswap: loaded using pool lzo/zbud\n[ 1.916371] Key type trusted registered\n[ 1.918655] Key type encrypted registered\n[ 1.919497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.920533] ima: No TPM chip found, activating TPM-bypass!\n[ 1.921591] evm: HMAC attrs: 0x1\n[ 1.922529] Magic number: 10:325:554\n[ 1.923381] rtc_cmos 00:00: setting system clock to 2018-11-05 23:32:06 UTC (1541460726)\n[ 1.924984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.926118] EDD information not available.\n[ 2.001913] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003392] ata1.00: configured for MWDMA2\n[ 2.004587] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006915] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019764] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021689] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023243] Write protecting the kernel read-only data: 14336k\n[ 2.024803] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026546] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035379] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044768] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048460] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050774] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052580] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079985] virtio_net virtio0 ens3: renamed from eth0\n[ 2.091543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093387] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.115164] AVX2 version of gcm_enc/dec engaged.\n[ 2.116126] AES CTR mode by8 optimization enabled\n[ 2.121710] FDC 0 is a S82078B\n[ 2.197375] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359482] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.360765] usb 1-1: Product: QEMU USB Tablet\n[ 2.361633] usb 1-1: Manufacturer: QEMU\n[ 2.362414] usb 1-1: SerialNumber: 42\n[ 2.370076] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.377687] usbcore: registered new interface driver usbhid\n[ 2.378792] usbhid: USB HID core driver\n[ 2.380539] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.382804] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.737620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.360460] md: linear personality registered for level -1\n[ 3.363338] md: multipath personality registered for level -4\n[ 3.366286] md: raid0 personality registered for level 0\n[ 3.369502] md: raid1 personality registered for level 1\n[ 3.441342] raid6: sse2x1 gen() 11291 MB/s\n[ 3.509344] raid6: sse2x1 xor() 8800 MB/s\n[ 3.577345] raid6: sse2x2 gen() 14649 MB/s\n[ 3.645342] raid6: sse2x2 xor() 9671 MB/s\n[ 3.713342] raid6: sse2x4 gen() 16578 MB/s\n[ 3.781341] raid6: sse2x4 xor() 11489 MB/s\n[ 3.849341] raid6: avx2x1 gen() 22037 MB/s\n[ 3.917342] raid6: avx2x2 gen() 25304 MB/s\n[ 3.985343] raid6: avx2x4 gen() 29576 MB/s\n[ 3.986218] raid6: using algorithm avx2x4 gen() 29576 MB/s\n[ 3.987251] raid6: using avx2x2 recovery algorithm\n[ 3.989521] xor: automatically using best checksumming function:\n[ 4.029340] avx : 34895.000 MB/sec\n[ 4.031439] async_tx: api initialized (async)\n[ 4.040510] md: raid6 personality registered for level 6\n[ 4.041570] md: raid5 personality registered for level 5\n[ 4.042596] md: raid4 personality registered for level 4\n[ 4.046995] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.071944] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.101082] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.189405] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.192748] systemd[1]: Detected virtualization kvm.\n[ 4.193727] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.197526] systemd[1]: Set hostname to .\n[ 4.200807] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202450] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.318178] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.321496] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.323704] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.325796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.327809] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.329959] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.332281] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.334678] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.336808] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.339059] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340973] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342905] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.347418] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.350151] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352015] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.354302] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.359139] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.364311] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.369421] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373884] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.377739] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.380940] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.385466] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.388140] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.397536] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.400010] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.409743] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412463] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415902] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.422105] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423977] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.428269] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431730] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.436441] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m[ 4.438883] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.443828] Loading iSCSI transport class v2.0-870.\n] Started Uncomplicated firewall.\n[ 4.446202] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.450232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457292] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463804] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.468620] iscsi: registered transport (tcp)\n[ 4.507354] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.964124] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 05 Nov 2018 23:32:10 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.988601] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Mon, 05 Nov 2018 23:32:11 +0000. Up 7.02 seconds.\n[ 7.990694] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.996310] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.000100] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.008129] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.010960] cloud-init[1025]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9c:9c:d3 |\n[ 8.016303] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:9cd3/64 | . | link | fa:16:3e:9c:9c:d3 |\n[ 8.024124] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.026520] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.032318] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.036100] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.044120] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.046682] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.051457] cloud-init[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.059620] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.063045] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1025]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.070654] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.076645] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generating public/private rsa key pair.\n[ 8.079114] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 8.084195] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.085344] cloud-init[1025]: The key fingerprint is:\n[ 8.086122] cloud-init[1025]: SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga\n[ 8.087358] cloud-init[1025]: The key's randomart image is:Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generat[ 8.092235] cloud-init[1025]: +---[RSA 2048]----+\n[ 8.093235] cloud-init[1025]: | o=B.+o+.oo. |\n[ 8.094206] cloud-init[1025]: | o X+O.+.oo . |\n[ 8.095676] cloud-init[1025]: | O.O.Bo.. o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[ 8.103460] cloud-init[1025]: | = Eo++ o |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.106350] cloud-init[1025]: | = .S + |\n[ 8.107355] cloud-init[1025]: | o o . . |\n[ 8.109398] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\ncloud-init[1025]: | . |\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.121998] cloud-init[1025]: | |\n[ 8.124537] cloud-init[1025]: | |\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.150465] cloud-init[1025]: +----[SHA256]-----+\n[ 8.156131] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.161830] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.227667] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.256167] cloud-init[1025]: The key fingerprint is:\n[ 8.272877] cloud-init[1025]: SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.304444] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...cloud-init\n[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 8.339952] \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1025]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n+---[DSA 1024]----+\n[ 8.399621] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1025]: |.. |\n[ 8.412100] cloud-init[1025]: |o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n"} 2018-11-05 23:32:13,529 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-cbadfa89-5e56-4871-a422-dd326e850cd8 2018-11-05 23:32:43,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:32:44,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:32: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-920fe799-c8f4-4e97-bf2f-c09d1eb65957 x-compute-request-id: req-920fe799-c8f4-4e97-bf2f-c09d1eb65957 Content-Encoding: gzip Content-Length: 13155 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 631231567 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.143366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145319] pid_max: default: 32768 minimum: 301\n[ 0.146444] ACPI: Core revision 20150930\n[ 0.147968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149503] Security Framework initialized\n[ 0.150472] Yama: becoming mindful.\n[ 0.151329] AppArmor: AppArmor initialized\n[ 0.152346] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154009] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157467] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159112] Initializing cgroup subsys io\n[ 0.160068] Initializing cgroup subsys memory\n[ 0.161075] Initializing cgroup subsys devices\n[ 0.162100] Initializing cgroup subsys freezer\n[ 0.163141] Initializing cgroup subsys net_cls\n[ 0.164168] Initializing cgroup subsys perf_event\n[ 0.165237] Initializing cgroup subsys net_prio\n[ 0.166318] Initializing cgroup subsys hugetlb\n[ 0.167371] Initializing cgroup subsys pids\n[ 0.168393] CPU: Physical Processor ID: 0\n[ 0.170019] mce: CPU supports 10 MCE banks\n[ 0.171018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183120] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.189516] ftrace: allocating 32123 entries in 126 pages\n[ 0.216105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217335] smpboot: Max logical packages: 1\n[ 0.218343] x2apic enabled\n[ 0.219152] Switched APIC routing to physical x2apic.\n[ 0.220897] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222018] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225812] KVM setup paravirtual spinlock\n[ 0.227102] x86: Booted up 1 node, 1 CPUs\n[ 0.227920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229317] devtmpfs: initialized\n[ 0.231793] evm: security.selinux\n[ 0.232504] evm: security.SMACK64\n[ 0.233198] evm: security.SMACK64EXEC\n[ 0.233944] evm: security.SMACK64TRANSMUTE\n[ 0.234767] evm: security.SMACK64MMAP\n[ 0.235518] evm: security.ima\n[ 0.236156] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238847] pinctrl core: initialized pinctrl subsystem\n[ 0.239933] RTC time: 23:32:04, date: 11/05/18\n[ 0.240877] NET: Registered protocol family 16\n[ 0.241840] cpuidle: using governor ladder\n[ 0.242654] cpuidle: using governor menu\n[ 0.243435] PCCT header not found.\n[ 0.244191] ACPI: bus type PCI registered\n[ 0.244988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246227] PCI: Using configuration type 1 for base access\n[ 0.248385] ACPI: Added _OSI(Module Device)\n[ 0.249218] ACPI: Added _OSI(Processor Device)\n[ 0.250078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253070] ACPI: Interpreter enabled\n[ 0.253837] ACPI: (supports S0 S5)\n[ 0.254536] ACPI: Using IOAPIC for interrupt routing\n[ 0.255473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264383] acpiphp: Slot [3] registered\n[ 0.265177] acpiphp: Slot [4] registered\n[ 0.265966] acpiphp: Slot [5] registered\n[ 0.266768] acpiphp: Slot [6] registered\n[ 0.267558] acpiphp: Slot [7] registered\n[ 0.268343] acpiphp: Slot [8] registered\n[ 0.269133] acpiphp: Slot [9] registered\n[ 0.269924] acpiphp: Slot [10] registered\n[ 0.270725] acpiphp: Slot [11] registered\n[ 0.271532] acpiphp: Slot [12] registered\n[ 0.272332] acpiphp: Slot [13] registered\n[ 0.273137] acpiphp: Slot [14] registered\n[ 0.283953] acpiphp: Slot [15] registered\n[ 0.284760] acpiphp: Slot [16] registered\n[ 0.285564] acpiphp: Slot [17] registered\n[ 0.286365] acpiphp: Slot [18] registered\n[ 0.287190] acpiphp: Slot [19] registered\n[ 0.288000] acpiphp: Slot [20] registered\n[ 0.288805] acpiphp: Slot [21] registered\n[ 0.289609] acpiphp: Slot [22] registered\n[ 0.290409] acpiphp: Slot [23] registered\n[ 0.291210] acpiphp: Slot [24] registered\n[ 0.292018] acpiphp: Slot [25] registered\n[ 0.292822] acpiphp: Slot [26] registered\n[ 0.293621] acpiphp: Slot [27] registered\n[ 0.294417] acpiphp: Slot [28] registered\n[ 0.295219] acpiphp: Slot [29] registered\n[ 0.296041] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297641] PCI host bridge to bus 0000:00\n[ 0.298441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302285] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303714] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309936] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369380] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370786] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372156] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373388] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377377] vgaarb: loaded\n[ 0.377969] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379109] SCSI subsystem initialized\n[ 0.379917] ACPI: bus type USB registered\n[ 0.380725] usbcore: registered new interface driver usbfs\n[ 0.381739] usbcore: registered new interface driver hub\n[ 0.382728] usbcore: registered new device driver usb\n[ 0.383769] PCI: Using ACPI for IRQ routing\n[ 0.384790] NetLabel: Initializing\n[ 0.385499] NetLabel: domain hash size = 128\n[ 0.386336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387296] NetLabel: unlabeled traffic allowed by default\n[ 0.388378] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389339] clocksource: Switched to clocksource kvm-clock\n[ 0.394747] AppArmor: AppArmor Filesystem Enabled\n[ 0.395709] pnp: PnP ACPI init\n[ 0.396625] pnp: PnP ACPI: found 5 devices\n[ 0.402665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404353] NET: Registered protocol family 2\n[ 0.405297] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407759] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408926] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410008] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411180] NET: Registered protocol family 1\n[ 0.412050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442701] Trying to unpack rootfs image as initramfs...\n[ 1.724305] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.740216] Scanning for low memory corruption every 60 seconds\n[ 1.741614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.742764] audit: initializing netlink subsys (disabled)\n[ 1.743791] audit: type=2000 audit(1541460726.695:1): initialized\n[ 1.745103] Initialise system trusted keyring\n[ 1.746045] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.747213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.749206] zbud: loaded\n[ 1.749927] VFS: Disk quotas dquot_6.6.0\n[ 1.750752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752153] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.753385] fuse init (API version 7.23)\n[ 1.754268] Key type big_key registered\n[ 1.755058] Allocating IMA MOK and blacklist keyrings.\n[ 1.756159] Key type asymmetric registered\n[ 1.756993] Asymmetric key parser 'x509' registered\n[ 1.757958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759431] io scheduler noop registered\n[ 1.760224] io scheduler deadline registered (default)\n[ 1.761217] io scheduler cfq registered\n[ 1.762064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.763116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.764375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.765844] ACPI: Power Button [PWRF]\n[ 1.766686] GHES: HEST is not enabled!\n[ 1.780555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.809157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.811548] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.835660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.837762] Linux agpgart interface v0.103\n[ 1.839778] brd: module loaded\n[ 1.841024] loop: module loaded\n[ 1.842571] vda: vda1\n[ 1.843894] scsi host0: ata_piix\n[ 1.844633] scsi host1: ata_piix\n[ 1.845351] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.846795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.848745] libphy: Fixed MDIO Bus: probed\n[ 1.849997] tun: Universal TUN/TAP device driver, 1.6\n[ 1.851171] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.853677] PPP generic driver version 2.4.2\n[ 1.854867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856467] ehci-pci: EHCI PCI platform driver\n[ 1.857500] ehci-platform: EHCI generic platform driver\n[ 1.858760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.860212] ohci-pci: OHCI PCI platform driver\n[ 1.861238] ohci-platform: OHCI generic platform driver\n[ 1.862397] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.877184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.878198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.879672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.880700] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.881824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.883047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.884471] usb usb1: Product: UHCI Host Controller\n[ 1.885414] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.886567] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.887567] hub 1-0:1.0: USB hub found\n[ 1.888349] hub 1-0:1.0: 2 ports detected\n[ 1.889275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.891412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.892379] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.893423] mousedev: PS/2 mouse device common for all mice\n[ 1.894690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896551] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.898875] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.900078] i2c /dev entries driver\n[ 1.900831] device-mapper: uevent: version 1.0.3\n[ 1.901786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.903428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.904703] NET: Registered protocol family 10\n[ 1.905716] NET: Registered protocol family 17\n[ 1.906616] Key type dns_resolver registered\n[ 1.907559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.908660] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.910413] registered taskstats version 1\n[ 1.911260] Loading compiled-in X.509 certificates\n[ 1.912695] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.914569] zswap: loaded using pool lzo/zbud\n[ 1.916371] Key type trusted registered\n[ 1.918655] Key type encrypted registered\n[ 1.919497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.920533] ima: No TPM chip found, activating TPM-bypass!\n[ 1.921591] evm: HMAC attrs: 0x1\n[ 1.922529] Magic number: 10:325:554\n[ 1.923381] rtc_cmos 00:00: setting system clock to 2018-11-05 23:32:06 UTC (1541460726)\n[ 1.924984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.926118] EDD information not available.\n[ 2.001913] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003392] ata1.00: configured for MWDMA2\n[ 2.004587] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006915] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019764] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021689] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023243] Write protecting the kernel read-only data: 14336k\n[ 2.024803] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026546] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035379] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044768] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048460] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050774] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052580] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079985] virtio_net virtio0 ens3: renamed from eth0\n[ 2.091543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093387] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.115164] AVX2 version of gcm_enc/dec engaged.\n[ 2.116126] AES CTR mode by8 optimization enabled\n[ 2.121710] FDC 0 is a S82078B\n[ 2.197375] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359482] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.360765] usb 1-1: Product: QEMU USB Tablet\n[ 2.361633] usb 1-1: Manufacturer: QEMU\n[ 2.362414] usb 1-1: SerialNumber: 42\n[ 2.370076] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.377687] usbcore: registered new interface driver usbhid\n[ 2.378792] usbhid: USB HID core driver\n[ 2.380539] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.382804] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.737620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.360460] md: linear personality registered for level -1\n[ 3.363338] md: multipath personality registered for level -4\n[ 3.366286] md: raid0 personality registered for level 0\n[ 3.369502] md: raid1 personality registered for level 1\n[ 3.441342] raid6: sse2x1 gen() 11291 MB/s\n[ 3.509344] raid6: sse2x1 xor() 8800 MB/s\n[ 3.577345] raid6: sse2x2 gen() 14649 MB/s\n[ 3.645342] raid6: sse2x2 xor() 9671 MB/s\n[ 3.713342] raid6: sse2x4 gen() 16578 MB/s\n[ 3.781341] raid6: sse2x4 xor() 11489 MB/s\n[ 3.849341] raid6: avx2x1 gen() 22037 MB/s\n[ 3.917342] raid6: avx2x2 gen() 25304 MB/s\n[ 3.985343] raid6: avx2x4 gen() 29576 MB/s\n[ 3.986218] raid6: using algorithm avx2x4 gen() 29576 MB/s\n[ 3.987251] raid6: using avx2x2 recovery algorithm\n[ 3.989521] xor: automatically using best checksumming function:\n[ 4.029340] avx : 34895.000 MB/sec\n[ 4.031439] async_tx: api initialized (async)\n[ 4.040510] md: raid6 personality registered for level 6\n[ 4.041570] md: raid5 personality registered for level 5\n[ 4.042596] md: raid4 personality registered for level 4\n[ 4.046995] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.071944] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.101082] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.189405] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.192748] systemd[1]: Detected virtualization kvm.\n[ 4.193727] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.197526] systemd[1]: Set hostname to .\n[ 4.200807] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202450] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.318178] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.321496] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.323704] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.325796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.327809] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.329959] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.332281] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.334678] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.336808] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.339059] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340973] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342905] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.347418] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.350151] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352015] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.354302] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.359139] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.364311] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.369421] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373884] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.377739] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.380940] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.385466] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.388140] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.397536] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.400010] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.409743] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412463] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415902] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.422105] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423977] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.428269] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431730] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.436441] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m[ 4.438883] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.443828] Loading iSCSI transport class v2.0-870.\n] Started Uncomplicated firewall.\n[ 4.446202] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.450232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457292] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463804] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.468620] iscsi: registered transport (tcp)\n[ 4.507354] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.964124] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 05 Nov 2018 23:32:10 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.988601] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Mon, 05 Nov 2018 23:32:11 +0000. Up 7.02 seconds.\n[ 7.990694] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.996310] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.000100] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.008129] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.010960] cloud-init[1025]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9c:9c:d3 |\n[ 8.016303] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:9cd3/64 | . | link | fa:16:3e:9c:9c:d3 |\n[ 8.024124] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.026520] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.032318] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.036100] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.044120] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.046682] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.051457] cloud-init[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.059620] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.063045] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1025]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.070654] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.076645] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generating public/private rsa key pair.\n[ 8.079114] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 8.084195] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.085344] cloud-init[1025]: The key fingerprint is:\n[ 8.086122] cloud-init[1025]: SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga\n[ 8.087358] cloud-init[1025]: The key's randomart image is:Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generat[ 8.092235] cloud-init[1025]: +---[RSA 2048]----+\n[ 8.093235] cloud-init[1025]: | o=B.+o+.oo. |\n[ 8.094206] cloud-init[1025]: | o X+O.+.oo . |\n[ 8.095676] cloud-init[1025]: | O.O.Bo.. o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[ 8.103460] cloud-init[1025]: | = Eo++ o |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.106350] cloud-init[1025]: | = .S + |\n[ 8.107355] cloud-init[1025]: | o o . . |\n[ 8.109398] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\ncloud-init[1025]: | . |\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.121998] cloud-init[1025]: | |\n[ 8.124537] cloud-init[1025]: | |\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.150465] cloud-init[1025]: +----[SHA256]-----+\n[ 8.156131] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.161830] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.227667] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.256167] cloud-init[1025]: The key fingerprint is:\n[ 8.272877] cloud-init[1025]: SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.304444] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...cloud-init\n[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 8.339952] \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1025]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n+---[DSA 1024]----+\n[ 8.399621] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1025]: |.. |\n[ 8.412100] cloud-init[1025]: |o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.458780] cloud-init[1025]: |o . + |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.467694] cloud-init[1025]: | E + o |[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 8.479670] cloud-init[1025]: [[0;32m OK [0m] Started Set console scheme.\n| . oS. . |\n[ 8.492886] cloud-init[1025]: | o. ==o=+ |\n[ 8.500425] cloud-init[1025]: | o.o=o=*.+o |\n[ 8.503395] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1025]: | +O.oB*.o |\n[ 8.513578] cloud-init[1025]: | .oXXO++ |\n[ 8.516072] cloud-init[1025]: +----[SHA256]-----+\n[ 8.520062] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 8.523894] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.528726] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.532051] cloud-init[1025]: The key fingerprint is:\n[ 8.536477] cloud-init[1025]: SHA256:uRldxg4xmP1AlOX8mnt9FKEC/oZIZKn7rydjwRtMAdc root@sdnvpn-3-2-quagga\n[ 8.539344] cloud-init[1025]: The key's randomart image is:\n[ 8.541565] cloud-init[1025]: +---[ECDSA 256]---+\n[ 8.544712] cloud-init[1025]: | ...o*=o. |\n[ 8.547311] cloud-init[1025]: | .=oE+* . |\n[ 8.549941] cloud-init[1025]: | + o oo* . .|\n[ 8.552986] cloud-init[1025]: | . o + *.o . |\n[ 8.556133] cloud-init[1025]: | * S + o . .|\n[ 8.558602] cloud-init[1025]: | . * = o o .|\n[ 8.561308] cloud-init[1025]: | . * . o o |\n[ 8.563923] cloud-init[1025]: | * . .. o|\n[ 8.566549] cloud-init[1025]: | ..*. .. .|\n[ 8.568812] cloud-init[1025]: +----[SHA256]-----+\n[ 8.572129] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 8.579907] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.581357] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582771] cloud-init[1025]: The key fingerprint is:\n[ 8.587781] cloud-init[1025]: SHA256:TRdTGvqcUOcdrpPJYMfze82RK5M/4PsWooeuUgRuhcY root@sdnvpn-3-2-quagga\n[ 8.589299] cloud-init[1025]: The key's randomart image is:\n[ 8.590349] cloud-init[1025]: +--[ED25519 256]--+\n[ 8.592054] cloud-init[1025]: | . . =.o. |\n[ 8.596053] cloud-init[1025]: | E . o.B...|\n[ 8.597065] cloud-init[1025]: | o o +oo+...|\n[ 8.598034] cloud-init[1025]: | o +.=+.* .|\n[ 8.600050] cloud-init[1025]: | . S . +* + |\n[ 8.603848] cloud-init[1025]: | . ooo=|\n[ 8.604867] cloud-init[1025]: | . ++oo=|\n[ 8.606023] cloud-init[1025]: | . o o+o.|\n[ 8.608054] cloud-init[1025]: | ..o...+o.|\n[ 8.612055] cloud-init[1025]: +----[SHA256]-----+\n[ 8.809322] cloud-init[1154]: Generating locales (this might take a while)...\n[ 9.372682] cloud-init[1154]: en_US.UTF-8... done\n[ 9.374423] cloud-init[1154]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: ing pub"} 2018-11-05 23:32:44,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-920fe799-c8f4-4e97-bf2f-c09d1eb65957 2018-11-05 23:33:14,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:33:15,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:33: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-d9bdc9a9-df95-43bb-bdf3-dd77530c4e08 x-compute-request-id: req-d9bdc9a9-df95-43bb-bdf3-dd77530c4e08 Content-Encoding: gzip Content-Length: 13155 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 631231567 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.143366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145319] pid_max: default: 32768 minimum: 301\n[ 0.146444] ACPI: Core revision 20150930\n[ 0.147968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149503] Security Framework initialized\n[ 0.150472] Yama: becoming mindful.\n[ 0.151329] AppArmor: AppArmor initialized\n[ 0.152346] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154009] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157467] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159112] Initializing cgroup subsys io\n[ 0.160068] Initializing cgroup subsys memory\n[ 0.161075] Initializing cgroup subsys devices\n[ 0.162100] Initializing cgroup subsys freezer\n[ 0.163141] Initializing cgroup subsys net_cls\n[ 0.164168] Initializing cgroup subsys perf_event\n[ 0.165237] Initializing cgroup subsys net_prio\n[ 0.166318] Initializing cgroup subsys hugetlb\n[ 0.167371] Initializing cgroup subsys pids\n[ 0.168393] CPU: Physical Processor ID: 0\n[ 0.170019] mce: CPU supports 10 MCE banks\n[ 0.171018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183120] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.189516] ftrace: allocating 32123 entries in 126 pages\n[ 0.216105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217335] smpboot: Max logical packages: 1\n[ 0.218343] x2apic enabled\n[ 0.219152] Switched APIC routing to physical x2apic.\n[ 0.220897] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222018] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225812] KVM setup paravirtual spinlock\n[ 0.227102] x86: Booted up 1 node, 1 CPUs\n[ 0.227920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229317] devtmpfs: initialized\n[ 0.231793] evm: security.selinux\n[ 0.232504] evm: security.SMACK64\n[ 0.233198] evm: security.SMACK64EXEC\n[ 0.233944] evm: security.SMACK64TRANSMUTE\n[ 0.234767] evm: security.SMACK64MMAP\n[ 0.235518] evm: security.ima\n[ 0.236156] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238847] pinctrl core: initialized pinctrl subsystem\n[ 0.239933] RTC time: 23:32:04, date: 11/05/18\n[ 0.240877] NET: Registered protocol family 16\n[ 0.241840] cpuidle: using governor ladder\n[ 0.242654] cpuidle: using governor menu\n[ 0.243435] PCCT header not found.\n[ 0.244191] ACPI: bus type PCI registered\n[ 0.244988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246227] PCI: Using configuration type 1 for base access\n[ 0.248385] ACPI: Added _OSI(Module Device)\n[ 0.249218] ACPI: Added _OSI(Processor Device)\n[ 0.250078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253070] ACPI: Interpreter enabled\n[ 0.253837] ACPI: (supports S0 S5)\n[ 0.254536] ACPI: Using IOAPIC for interrupt routing\n[ 0.255473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264383] acpiphp: Slot [3] registered\n[ 0.265177] acpiphp: Slot [4] registered\n[ 0.265966] acpiphp: Slot [5] registered\n[ 0.266768] acpiphp: Slot [6] registered\n[ 0.267558] acpiphp: Slot [7] registered\n[ 0.268343] acpiphp: Slot [8] registered\n[ 0.269133] acpiphp: Slot [9] registered\n[ 0.269924] acpiphp: Slot [10] registered\n[ 0.270725] acpiphp: Slot [11] registered\n[ 0.271532] acpiphp: Slot [12] registered\n[ 0.272332] acpiphp: Slot [13] registered\n[ 0.273137] acpiphp: Slot [14] registered\n[ 0.283953] acpiphp: Slot [15] registered\n[ 0.284760] acpiphp: Slot [16] registered\n[ 0.285564] acpiphp: Slot [17] registered\n[ 0.286365] acpiphp: Slot [18] registered\n[ 0.287190] acpiphp: Slot [19] registered\n[ 0.288000] acpiphp: Slot [20] registered\n[ 0.288805] acpiphp: Slot [21] registered\n[ 0.289609] acpiphp: Slot [22] registered\n[ 0.290409] acpiphp: Slot [23] registered\n[ 0.291210] acpiphp: Slot [24] registered\n[ 0.292018] acpiphp: Slot [25] registered\n[ 0.292822] acpiphp: Slot [26] registered\n[ 0.293621] acpiphp: Slot [27] registered\n[ 0.294417] acpiphp: Slot [28] registered\n[ 0.295219] acpiphp: Slot [29] registered\n[ 0.296041] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297641] PCI host bridge to bus 0000:00\n[ 0.298441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302285] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303714] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309936] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369380] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370786] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372156] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373388] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377377] vgaarb: loaded\n[ 0.377969] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379109] SCSI subsystem initialized\n[ 0.379917] ACPI: bus type USB registered\n[ 0.380725] usbcore: registered new interface driver usbfs\n[ 0.381739] usbcore: registered new interface driver hub\n[ 0.382728] usbcore: registered new device driver usb\n[ 0.383769] PCI: Using ACPI for IRQ routing\n[ 0.384790] NetLabel: Initializing\n[ 0.385499] NetLabel: domain hash size = 128\n[ 0.386336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387296] NetLabel: unlabeled traffic allowed by default\n[ 0.388378] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389339] clocksource: Switched to clocksource kvm-clock\n[ 0.394747] AppArmor: AppArmor Filesystem Enabled\n[ 0.395709] pnp: PnP ACPI init\n[ 0.396625] pnp: PnP ACPI: found 5 devices\n[ 0.402665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404353] NET: Registered protocol family 2\n[ 0.405297] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407759] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408926] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410008] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411180] NET: Registered protocol family 1\n[ 0.412050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442701] Trying to unpack rootfs image as initramfs...\n[ 1.724305] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.740216] Scanning for low memory corruption every 60 seconds\n[ 1.741614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.742764] audit: initializing netlink subsys (disabled)\n[ 1.743791] audit: type=2000 audit(1541460726.695:1): initialized\n[ 1.745103] Initialise system trusted keyring\n[ 1.746045] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.747213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.749206] zbud: loaded\n[ 1.749927] VFS: Disk quotas dquot_6.6.0\n[ 1.750752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752153] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.753385] fuse init (API version 7.23)\n[ 1.754268] Key type big_key registered\n[ 1.755058] Allocating IMA MOK and blacklist keyrings.\n[ 1.756159] Key type asymmetric registered\n[ 1.756993] Asymmetric key parser 'x509' registered\n[ 1.757958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759431] io scheduler noop registered\n[ 1.760224] io scheduler deadline registered (default)\n[ 1.761217] io scheduler cfq registered\n[ 1.762064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.763116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.764375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.765844] ACPI: Power Button [PWRF]\n[ 1.766686] GHES: HEST is not enabled!\n[ 1.780555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.809157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.811548] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.835660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.837762] Linux agpgart interface v0.103\n[ 1.839778] brd: module loaded\n[ 1.841024] loop: module loaded\n[ 1.842571] vda: vda1\n[ 1.843894] scsi host0: ata_piix\n[ 1.844633] scsi host1: ata_piix\n[ 1.845351] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.846795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.848745] libphy: Fixed MDIO Bus: probed\n[ 1.849997] tun: Universal TUN/TAP device driver, 1.6\n[ 1.851171] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.853677] PPP generic driver version 2.4.2\n[ 1.854867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856467] ehci-pci: EHCI PCI platform driver\n[ 1.857500] ehci-platform: EHCI generic platform driver\n[ 1.858760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.860212] ohci-pci: OHCI PCI platform driver\n[ 1.861238] ohci-platform: OHCI generic platform driver\n[ 1.862397] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.877184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.878198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.879672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.880700] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.881824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.883047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.884471] usb usb1: Product: UHCI Host Controller\n[ 1.885414] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.886567] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.887567] hub 1-0:1.0: USB hub found\n[ 1.888349] hub 1-0:1.0: 2 ports detected\n[ 1.889275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.891412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.892379] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.893423] mousedev: PS/2 mouse device common for all mice\n[ 1.894690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896551] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.898875] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.900078] i2c /dev entries driver\n[ 1.900831] device-mapper: uevent: version 1.0.3\n[ 1.901786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.903428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.904703] NET: Registered protocol family 10\n[ 1.905716] NET: Registered protocol family 17\n[ 1.906616] Key type dns_resolver registered\n[ 1.907559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.908660] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.910413] registered taskstats version 1\n[ 1.911260] Loading compiled-in X.509 certificates\n[ 1.912695] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.914569] zswap: loaded using pool lzo/zbud\n[ 1.916371] Key type trusted registered\n[ 1.918655] Key type encrypted registered\n[ 1.919497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.920533] ima: No TPM chip found, activating TPM-bypass!\n[ 1.921591] evm: HMAC attrs: 0x1\n[ 1.922529] Magic number: 10:325:554\n[ 1.923381] rtc_cmos 00:00: setting system clock to 2018-11-05 23:32:06 UTC (1541460726)\n[ 1.924984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.926118] EDD information not available.\n[ 2.001913] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003392] ata1.00: configured for MWDMA2\n[ 2.004587] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006915] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019764] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021689] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023243] Write protecting the kernel read-only data: 14336k\n[ 2.024803] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026546] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035379] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044768] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048460] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050774] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052580] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079985] virtio_net virtio0 ens3: renamed from eth0\n[ 2.091543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093387] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.115164] AVX2 version of gcm_enc/dec engaged.\n[ 2.116126] AES CTR mode by8 optimization enabled\n[ 2.121710] FDC 0 is a S82078B\n[ 2.197375] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359482] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.360765] usb 1-1: Product: QEMU USB Tablet\n[ 2.361633] usb 1-1: Manufacturer: QEMU\n[ 2.362414] usb 1-1: SerialNumber: 42\n[ 2.370076] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.377687] usbcore: registered new interface driver usbhid\n[ 2.378792] usbhid: USB HID core driver\n[ 2.380539] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.382804] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.737620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.360460] md: linear personality registered for level -1\n[ 3.363338] md: multipath personality registered for level -4\n[ 3.366286] md: raid0 personality registered for level 0\n[ 3.369502] md: raid1 personality registered for level 1\n[ 3.441342] raid6: sse2x1 gen() 11291 MB/s\n[ 3.509344] raid6: sse2x1 xor() 8800 MB/s\n[ 3.577345] raid6: sse2x2 gen() 14649 MB/s\n[ 3.645342] raid6: sse2x2 xor() 9671 MB/s\n[ 3.713342] raid6: sse2x4 gen() 16578 MB/s\n[ 3.781341] raid6: sse2x4 xor() 11489 MB/s\n[ 3.849341] raid6: avx2x1 gen() 22037 MB/s\n[ 3.917342] raid6: avx2x2 gen() 25304 MB/s\n[ 3.985343] raid6: avx2x4 gen() 29576 MB/s\n[ 3.986218] raid6: using algorithm avx2x4 gen() 29576 MB/s\n[ 3.987251] raid6: using avx2x2 recovery algorithm\n[ 3.989521] xor: automatically using best checksumming function:\n[ 4.029340] avx : 34895.000 MB/sec\n[ 4.031439] async_tx: api initialized (async)\n[ 4.040510] md: raid6 personality registered for level 6\n[ 4.041570] md: raid5 personality registered for level 5\n[ 4.042596] md: raid4 personality registered for level 4\n[ 4.046995] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.071944] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.101082] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.189405] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.192748] systemd[1]: Detected virtualization kvm.\n[ 4.193727] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.197526] systemd[1]: Set hostname to .\n[ 4.200807] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202450] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.318178] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.321496] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.323704] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.325796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.327809] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.329959] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.332281] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.334678] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.336808] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.339059] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340973] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342905] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.347418] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.350151] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352015] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.354302] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.359139] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.364311] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.369421] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373884] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.377739] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.380940] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.385466] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.388140] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.397536] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.400010] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.409743] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412463] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415902] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.422105] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423977] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.428269] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431730] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.436441] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m[ 4.438883] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.443828] Loading iSCSI transport class v2.0-870.\n] Started Uncomplicated firewall.\n[ 4.446202] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.450232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457292] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463804] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.468620] iscsi: registered transport (tcp)\n[ 4.507354] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.964124] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 05 Nov 2018 23:32:10 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.988601] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Mon, 05 Nov 2018 23:32:11 +0000. Up 7.02 seconds.\n[ 7.990694] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.996310] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.000100] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.008129] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.010960] cloud-init[1025]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9c:9c:d3 |\n[ 8.016303] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:9cd3/64 | . | link | fa:16:3e:9c:9c:d3 |\n[ 8.024124] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.026520] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.032318] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.036100] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.044120] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.046682] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.051457] cloud-init[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.059620] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.063045] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1025]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.070654] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.076645] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generating public/private rsa key pair.\n[ 8.079114] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 8.084195] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.085344] cloud-init[1025]: The key fingerprint is:\n[ 8.086122] cloud-init[1025]: SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga\n[ 8.087358] cloud-init[1025]: The key's randomart image is:Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generat[ 8.092235] cloud-init[1025]: +---[RSA 2048]----+\n[ 8.093235] cloud-init[1025]: | o=B.+o+.oo. |\n[ 8.094206] cloud-init[1025]: | o X+O.+.oo . |\n[ 8.095676] cloud-init[1025]: | O.O.Bo.. o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[ 8.103460] cloud-init[1025]: | = Eo++ o |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.106350] cloud-init[1025]: | = .S + |\n[ 8.107355] cloud-init[1025]: | o o . . |\n[ 8.109398] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\ncloud-init[1025]: | . |\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.121998] cloud-init[1025]: | |\n[ 8.124537] cloud-init[1025]: | |\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.150465] cloud-init[1025]: +----[SHA256]-----+\n[ 8.156131] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.161830] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.227667] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.256167] cloud-init[1025]: The key fingerprint is:\n[ 8.272877] cloud-init[1025]: SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.304444] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...cloud-init\n[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 8.339952] \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1025]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n+---[DSA 1024]----+\n[ 8.399621] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1025]: |.. |\n[ 8.412100] cloud-init[1025]: |o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.458780] cloud-init[1025]: |o . + |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.467694] cloud-init[1025]: | E + o |[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 8.479670] cloud-init[1025]: [[0;32m OK [0m] Started Set console scheme.\n| . oS. . |\n[ 8.492886] cloud-init[1025]: | o. ==o=+ |\n[ 8.500425] cloud-init[1025]: | o.o=o=*.+o |\n[ 8.503395] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1025]: | +O.oB*.o |\n[ 8.513578] cloud-init[1025]: | .oXXO++ |\n[ 8.516072] cloud-init[1025]: +----[SHA256]-----+\n[ 8.520062] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 8.523894] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.528726] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.532051] cloud-init[1025]: The key fingerprint is:\n[ 8.536477] cloud-init[1025]: SHA256:uRldxg4xmP1AlOX8mnt9FKEC/oZIZKn7rydjwRtMAdc root@sdnvpn-3-2-quagga\n[ 8.539344] cloud-init[1025]: The key's randomart image is:\n[ 8.541565] cloud-init[1025]: +---[ECDSA 256]---+\n[ 8.544712] cloud-init[1025]: | ...o*=o. |\n[ 8.547311] cloud-init[1025]: | .=oE+* . |\n[ 8.549941] cloud-init[1025]: | + o oo* . .|\n[ 8.552986] cloud-init[1025]: | . o + *.o . |\n[ 8.556133] cloud-init[1025]: | * S + o . .|\n[ 8.558602] cloud-init[1025]: | . * = o o .|\n[ 8.561308] cloud-init[1025]: | . * . o o |\n[ 8.563923] cloud-init[1025]: | * . .. o|\n[ 8.566549] cloud-init[1025]: | ..*. .. .|\n[ 8.568812] cloud-init[1025]: +----[SHA256]-----+\n[ 8.572129] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 8.579907] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.581357] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582771] cloud-init[1025]: The key fingerprint is:\n[ 8.587781] cloud-init[1025]: SHA256:TRdTGvqcUOcdrpPJYMfze82RK5M/4PsWooeuUgRuhcY root@sdnvpn-3-2-quagga\n[ 8.589299] cloud-init[1025]: The key's randomart image is:\n[ 8.590349] cloud-init[1025]: +--[ED25519 256]--+\n[ 8.592054] cloud-init[1025]: | . . =.o. |\n[ 8.596053] cloud-init[1025]: | E . o.B...|\n[ 8.597065] cloud-init[1025]: | o o +oo+...|\n[ 8.598034] cloud-init[1025]: | o +.=+.* .|\n[ 8.600050] cloud-init[1025]: | . S . +* + |\n[ 8.603848] cloud-init[1025]: | . ooo=|\n[ 8.604867] cloud-init[1025]: | . ++oo=|\n[ 8.606023] cloud-init[1025]: | . o o+o.|\n[ 8.608054] cloud-init[1025]: | ..o...+o.|\n[ 8.612055] cloud-init[1025]: +----[SHA256]-----+\n[ 8.809322] cloud-init[1154]: Generating locales (this might take a while)...\n[ 9.372682] cloud-init[1154]: en_US.UTF-8... done\n[ 9.374423] cloud-init[1154]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: ing pub"} 2018-11-05 23:33:15,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-d9bdc9a9-df95-43bb-bdf3-dd77530c4e08 2018-11-05 23:33:45,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:33:46,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:33: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-96b50372-c68f-4014-9ccc-30c75d7bbdda x-compute-request-id: req-96b50372-c68f-4014-9ccc-30c75d7bbdda Content-Encoding: gzip Content-Length: 13155 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 631231567 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.143366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145319] pid_max: default: 32768 minimum: 301\n[ 0.146444] ACPI: Core revision 20150930\n[ 0.147968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149503] Security Framework initialized\n[ 0.150472] Yama: becoming mindful.\n[ 0.151329] AppArmor: AppArmor initialized\n[ 0.152346] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154009] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157467] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159112] Initializing cgroup subsys io\n[ 0.160068] Initializing cgroup subsys memory\n[ 0.161075] Initializing cgroup subsys devices\n[ 0.162100] Initializing cgroup subsys freezer\n[ 0.163141] Initializing cgroup subsys net_cls\n[ 0.164168] Initializing cgroup subsys perf_event\n[ 0.165237] Initializing cgroup subsys net_prio\n[ 0.166318] Initializing cgroup subsys hugetlb\n[ 0.167371] Initializing cgroup subsys pids\n[ 0.168393] CPU: Physical Processor ID: 0\n[ 0.170019] mce: CPU supports 10 MCE banks\n[ 0.171018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183120] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.189516] ftrace: allocating 32123 entries in 126 pages\n[ 0.216105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217335] smpboot: Max logical packages: 1\n[ 0.218343] x2apic enabled\n[ 0.219152] Switched APIC routing to physical x2apic.\n[ 0.220897] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222018] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225812] KVM setup paravirtual spinlock\n[ 0.227102] x86: Booted up 1 node, 1 CPUs\n[ 0.227920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229317] devtmpfs: initialized\n[ 0.231793] evm: security.selinux\n[ 0.232504] evm: security.SMACK64\n[ 0.233198] evm: security.SMACK64EXEC\n[ 0.233944] evm: security.SMACK64TRANSMUTE\n[ 0.234767] evm: security.SMACK64MMAP\n[ 0.235518] evm: security.ima\n[ 0.236156] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238847] pinctrl core: initialized pinctrl subsystem\n[ 0.239933] RTC time: 23:32:04, date: 11/05/18\n[ 0.240877] NET: Registered protocol family 16\n[ 0.241840] cpuidle: using governor ladder\n[ 0.242654] cpuidle: using governor menu\n[ 0.243435] PCCT header not found.\n[ 0.244191] ACPI: bus type PCI registered\n[ 0.244988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246227] PCI: Using configuration type 1 for base access\n[ 0.248385] ACPI: Added _OSI(Module Device)\n[ 0.249218] ACPI: Added _OSI(Processor Device)\n[ 0.250078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253070] ACPI: Interpreter enabled\n[ 0.253837] ACPI: (supports S0 S5)\n[ 0.254536] ACPI: Using IOAPIC for interrupt routing\n[ 0.255473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264383] acpiphp: Slot [3] registered\n[ 0.265177] acpiphp: Slot [4] registered\n[ 0.265966] acpiphp: Slot [5] registered\n[ 0.266768] acpiphp: Slot [6] registered\n[ 0.267558] acpiphp: Slot [7] registered\n[ 0.268343] acpiphp: Slot [8] registered\n[ 0.269133] acpiphp: Slot [9] registered\n[ 0.269924] acpiphp: Slot [10] registered\n[ 0.270725] acpiphp: Slot [11] registered\n[ 0.271532] acpiphp: Slot [12] registered\n[ 0.272332] acpiphp: Slot [13] registered\n[ 0.273137] acpiphp: Slot [14] registered\n[ 0.283953] acpiphp: Slot [15] registered\n[ 0.284760] acpiphp: Slot [16] registered\n[ 0.285564] acpiphp: Slot [17] registered\n[ 0.286365] acpiphp: Slot [18] registered\n[ 0.287190] acpiphp: Slot [19] registered\n[ 0.288000] acpiphp: Slot [20] registered\n[ 0.288805] acpiphp: Slot [21] registered\n[ 0.289609] acpiphp: Slot [22] registered\n[ 0.290409] acpiphp: Slot [23] registered\n[ 0.291210] acpiphp: Slot [24] registered\n[ 0.292018] acpiphp: Slot [25] registered\n[ 0.292822] acpiphp: Slot [26] registered\n[ 0.293621] acpiphp: Slot [27] registered\n[ 0.294417] acpiphp: Slot [28] registered\n[ 0.295219] acpiphp: Slot [29] registered\n[ 0.296041] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297641] PCI host bridge to bus 0000:00\n[ 0.298441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302285] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303714] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309936] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369380] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370786] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372156] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373388] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377377] vgaarb: loaded\n[ 0.377969] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379109] SCSI subsystem initialized\n[ 0.379917] ACPI: bus type USB registered\n[ 0.380725] usbcore: registered new interface driver usbfs\n[ 0.381739] usbcore: registered new interface driver hub\n[ 0.382728] usbcore: registered new device driver usb\n[ 0.383769] PCI: Using ACPI for IRQ routing\n[ 0.384790] NetLabel: Initializing\n[ 0.385499] NetLabel: domain hash size = 128\n[ 0.386336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387296] NetLabel: unlabeled traffic allowed by default\n[ 0.388378] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389339] clocksource: Switched to clocksource kvm-clock\n[ 0.394747] AppArmor: AppArmor Filesystem Enabled\n[ 0.395709] pnp: PnP ACPI init\n[ 0.396625] pnp: PnP ACPI: found 5 devices\n[ 0.402665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404353] NET: Registered protocol family 2\n[ 0.405297] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407759] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408926] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410008] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411180] NET: Registered protocol family 1\n[ 0.412050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442701] Trying to unpack rootfs image as initramfs...\n[ 1.724305] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.740216] Scanning for low memory corruption every 60 seconds\n[ 1.741614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.742764] audit: initializing netlink subsys (disabled)\n[ 1.743791] audit: type=2000 audit(1541460726.695:1): initialized\n[ 1.745103] Initialise system trusted keyring\n[ 1.746045] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.747213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.749206] zbud: loaded\n[ 1.749927] VFS: Disk quotas dquot_6.6.0\n[ 1.750752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752153] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.753385] fuse init (API version 7.23)\n[ 1.754268] Key type big_key registered\n[ 1.755058] Allocating IMA MOK and blacklist keyrings.\n[ 1.756159] Key type asymmetric registered\n[ 1.756993] Asymmetric key parser 'x509' registered\n[ 1.757958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759431] io scheduler noop registered\n[ 1.760224] io scheduler deadline registered (default)\n[ 1.761217] io scheduler cfq registered\n[ 1.762064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.763116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.764375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.765844] ACPI: Power Button [PWRF]\n[ 1.766686] GHES: HEST is not enabled!\n[ 1.780555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.809157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.811548] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.835660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.837762] Linux agpgart interface v0.103\n[ 1.839778] brd: module loaded\n[ 1.841024] loop: module loaded\n[ 1.842571] vda: vda1\n[ 1.843894] scsi host0: ata_piix\n[ 1.844633] scsi host1: ata_piix\n[ 1.845351] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.846795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.848745] libphy: Fixed MDIO Bus: probed\n[ 1.849997] tun: Universal TUN/TAP device driver, 1.6\n[ 1.851171] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.853677] PPP generic driver version 2.4.2\n[ 1.854867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856467] ehci-pci: EHCI PCI platform driver\n[ 1.857500] ehci-platform: EHCI generic platform driver\n[ 1.858760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.860212] ohci-pci: OHCI PCI platform driver\n[ 1.861238] ohci-platform: OHCI generic platform driver\n[ 1.862397] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.877184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.878198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.879672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.880700] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.881824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.883047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.884471] usb usb1: Product: UHCI Host Controller\n[ 1.885414] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.886567] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.887567] hub 1-0:1.0: USB hub found\n[ 1.888349] hub 1-0:1.0: 2 ports detected\n[ 1.889275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.891412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.892379] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.893423] mousedev: PS/2 mouse device common for all mice\n[ 1.894690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896551] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.898875] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.900078] i2c /dev entries driver\n[ 1.900831] device-mapper: uevent: version 1.0.3\n[ 1.901786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.903428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.904703] NET: Registered protocol family 10\n[ 1.905716] NET: Registered protocol family 17\n[ 1.906616] Key type dns_resolver registered\n[ 1.907559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.908660] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.910413] registered taskstats version 1\n[ 1.911260] Loading compiled-in X.509 certificates\n[ 1.912695] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.914569] zswap: loaded using pool lzo/zbud\n[ 1.916371] Key type trusted registered\n[ 1.918655] Key type encrypted registered\n[ 1.919497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.920533] ima: No TPM chip found, activating TPM-bypass!\n[ 1.921591] evm: HMAC attrs: 0x1\n[ 1.922529] Magic number: 10:325:554\n[ 1.923381] rtc_cmos 00:00: setting system clock to 2018-11-05 23:32:06 UTC (1541460726)\n[ 1.924984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.926118] EDD information not available.\n[ 2.001913] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003392] ata1.00: configured for MWDMA2\n[ 2.004587] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006915] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019764] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021689] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023243] Write protecting the kernel read-only data: 14336k\n[ 2.024803] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026546] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035379] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044768] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048460] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050774] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052580] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079985] virtio_net virtio0 ens3: renamed from eth0\n[ 2.091543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093387] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.115164] AVX2 version of gcm_enc/dec engaged.\n[ 2.116126] AES CTR mode by8 optimization enabled\n[ 2.121710] FDC 0 is a S82078B\n[ 2.197375] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359482] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.360765] usb 1-1: Product: QEMU USB Tablet\n[ 2.361633] usb 1-1: Manufacturer: QEMU\n[ 2.362414] usb 1-1: SerialNumber: 42\n[ 2.370076] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.377687] usbcore: registered new interface driver usbhid\n[ 2.378792] usbhid: USB HID core driver\n[ 2.380539] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.382804] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.737620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.360460] md: linear personality registered for level -1\n[ 3.363338] md: multipath personality registered for level -4\n[ 3.366286] md: raid0 personality registered for level 0\n[ 3.369502] md: raid1 personality registered for level 1\n[ 3.441342] raid6: sse2x1 gen() 11291 MB/s\n[ 3.509344] raid6: sse2x1 xor() 8800 MB/s\n[ 3.577345] raid6: sse2x2 gen() 14649 MB/s\n[ 3.645342] raid6: sse2x2 xor() 9671 MB/s\n[ 3.713342] raid6: sse2x4 gen() 16578 MB/s\n[ 3.781341] raid6: sse2x4 xor() 11489 MB/s\n[ 3.849341] raid6: avx2x1 gen() 22037 MB/s\n[ 3.917342] raid6: avx2x2 gen() 25304 MB/s\n[ 3.985343] raid6: avx2x4 gen() 29576 MB/s\n[ 3.986218] raid6: using algorithm avx2x4 gen() 29576 MB/s\n[ 3.987251] raid6: using avx2x2 recovery algorithm\n[ 3.989521] xor: automatically using best checksumming function:\n[ 4.029340] avx : 34895.000 MB/sec\n[ 4.031439] async_tx: api initialized (async)\n[ 4.040510] md: raid6 personality registered for level 6\n[ 4.041570] md: raid5 personality registered for level 5\n[ 4.042596] md: raid4 personality registered for level 4\n[ 4.046995] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.071944] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.101082] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.189405] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.192748] systemd[1]: Detected virtualization kvm.\n[ 4.193727] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.197526] systemd[1]: Set hostname to .\n[ 4.200807] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202450] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.318178] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.321496] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.323704] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.325796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.327809] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.329959] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.332281] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.334678] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.336808] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.339059] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340973] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342905] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.347418] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.350151] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352015] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.354302] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.359139] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.364311] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.369421] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373884] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.377739] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.380940] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.385466] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.388140] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.397536] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.400010] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.409743] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412463] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415902] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.422105] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423977] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.428269] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431730] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.436441] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m[ 4.438883] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.443828] Loading iSCSI transport class v2.0-870.\n] Started Uncomplicated firewall.\n[ 4.446202] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.450232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457292] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463804] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.468620] iscsi: registered transport (tcp)\n[ 4.507354] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.964124] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 05 Nov 2018 23:32:10 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.988601] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Mon, 05 Nov 2018 23:32:11 +0000. Up 7.02 seconds.\n[ 7.990694] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.996310] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.000100] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.008129] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.010960] cloud-init[1025]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9c:9c:d3 |\n[ 8.016303] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:9cd3/64 | . | link | fa:16:3e:9c:9c:d3 |\n[ 8.024124] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.026520] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.032318] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.036100] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.044120] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.046682] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.051457] cloud-init[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.059620] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.063045] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1025]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.070654] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.076645] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generating public/private rsa key pair.\n[ 8.079114] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 8.084195] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.085344] cloud-init[1025]: The key fingerprint is:\n[ 8.086122] cloud-init[1025]: SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga\n[ 8.087358] cloud-init[1025]: The key's randomart image is:Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generat[ 8.092235] cloud-init[1025]: +---[RSA 2048]----+\n[ 8.093235] cloud-init[1025]: | o=B.+o+.oo. |\n[ 8.094206] cloud-init[1025]: | o X+O.+.oo . |\n[ 8.095676] cloud-init[1025]: | O.O.Bo.. o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[ 8.103460] cloud-init[1025]: | = Eo++ o |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.106350] cloud-init[1025]: | = .S + |\n[ 8.107355] cloud-init[1025]: | o o . . |\n[ 8.109398] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\ncloud-init[1025]: | . |\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.121998] cloud-init[1025]: | |\n[ 8.124537] cloud-init[1025]: | |\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.150465] cloud-init[1025]: +----[SHA256]-----+\n[ 8.156131] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.161830] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.227667] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.256167] cloud-init[1025]: The key fingerprint is:\n[ 8.272877] cloud-init[1025]: SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.304444] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...cloud-init\n[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 8.339952] \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1025]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n+---[DSA 1024]----+\n[ 8.399621] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1025]: |.. |\n[ 8.412100] cloud-init[1025]: |o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.458780] cloud-init[1025]: |o . + |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.467694] cloud-init[1025]: | E + o |[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 8.479670] cloud-init[1025]: [[0;32m OK [0m] Started Set console scheme.\n| . oS. . |\n[ 8.492886] cloud-init[1025]: | o. ==o=+ |\n[ 8.500425] cloud-init[1025]: | o.o=o=*.+o |\n[ 8.503395] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1025]: | +O.oB*.o |\n[ 8.513578] cloud-init[1025]: | .oXXO++ |\n[ 8.516072] cloud-init[1025]: +----[SHA256]-----+\n[ 8.520062] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 8.523894] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.528726] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.532051] cloud-init[1025]: The key fingerprint is:\n[ 8.536477] cloud-init[1025]: SHA256:uRldxg4xmP1AlOX8mnt9FKEC/oZIZKn7rydjwRtMAdc root@sdnvpn-3-2-quagga\n[ 8.539344] cloud-init[1025]: The key's randomart image is:\n[ 8.541565] cloud-init[1025]: +---[ECDSA 256]---+\n[ 8.544712] cloud-init[1025]: | ...o*=o. |\n[ 8.547311] cloud-init[1025]: | .=oE+* . |\n[ 8.549941] cloud-init[1025]: | + o oo* . .|\n[ 8.552986] cloud-init[1025]: | . o + *.o . |\n[ 8.556133] cloud-init[1025]: | * S + o . .|\n[ 8.558602] cloud-init[1025]: | . * = o o .|\n[ 8.561308] cloud-init[1025]: | . * . o o |\n[ 8.563923] cloud-init[1025]: | * . .. o|\n[ 8.566549] cloud-init[1025]: | ..*. .. .|\n[ 8.568812] cloud-init[1025]: +----[SHA256]-----+\n[ 8.572129] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 8.579907] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.581357] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582771] cloud-init[1025]: The key fingerprint is:\n[ 8.587781] cloud-init[1025]: SHA256:TRdTGvqcUOcdrpPJYMfze82RK5M/4PsWooeuUgRuhcY root@sdnvpn-3-2-quagga\n[ 8.589299] cloud-init[1025]: The key's randomart image is:\n[ 8.590349] cloud-init[1025]: +--[ED25519 256]--+\n[ 8.592054] cloud-init[1025]: | . . =.o. |\n[ 8.596053] cloud-init[1025]: | E . o.B...|\n[ 8.597065] cloud-init[1025]: | o o +oo+...|\n[ 8.598034] cloud-init[1025]: | o +.=+.* .|\n[ 8.600050] cloud-init[1025]: | . S . +* + |\n[ 8.603848] cloud-init[1025]: | . ooo=|\n[ 8.604867] cloud-init[1025]: | . ++oo=|\n[ 8.606023] cloud-init[1025]: | . o o+o.|\n[ 8.608054] cloud-init[1025]: | ..o...+o.|\n[ 8.612055] cloud-init[1025]: +----[SHA256]-----+\n[ 8.809322] cloud-init[1154]: Generating locales (this might take a while)...\n[ 9.372682] cloud-init[1154]: en_US.UTF-8... done\n[ 9.374423] cloud-init[1154]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: ing pub"} 2018-11-05 23:33:46,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-96b50372-c68f-4014-9ccc-30c75d7bbdda 2018-11-05 23:34:16,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:34:17,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:34: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-6edfc12e-c939-42c2-986c-45578a285a85 x-compute-request-id: req-6edfc12e-c939-42c2-986c-45578a285a85 Content-Encoding: gzip Content-Length: 13244 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 631231567 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.143366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145319] pid_max: default: 32768 minimum: 301\n[ 0.146444] ACPI: Core revision 20150930\n[ 0.147968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149503] Security Framework initialized\n[ 0.150472] Yama: becoming mindful.\n[ 0.151329] AppArmor: AppArmor initialized\n[ 0.152346] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154009] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157467] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159112] Initializing cgroup subsys io\n[ 0.160068] Initializing cgroup subsys memory\n[ 0.161075] Initializing cgroup subsys devices\n[ 0.162100] Initializing cgroup subsys freezer\n[ 0.163141] Initializing cgroup subsys net_cls\n[ 0.164168] Initializing cgroup subsys perf_event\n[ 0.165237] Initializing cgroup subsys net_prio\n[ 0.166318] Initializing cgroup subsys hugetlb\n[ 0.167371] Initializing cgroup subsys pids\n[ 0.168393] CPU: Physical Processor ID: 0\n[ 0.170019] mce: CPU supports 10 MCE banks\n[ 0.171018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183120] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.189516] ftrace: allocating 32123 entries in 126 pages\n[ 0.216105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217335] smpboot: Max logical packages: 1\n[ 0.218343] x2apic enabled\n[ 0.219152] Switched APIC routing to physical x2apic.\n[ 0.220897] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222018] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225812] KVM setup paravirtual spinlock\n[ 0.227102] x86: Booted up 1 node, 1 CPUs\n[ 0.227920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229317] devtmpfs: initialized\n[ 0.231793] evm: security.selinux\n[ 0.232504] evm: security.SMACK64\n[ 0.233198] evm: security.SMACK64EXEC\n[ 0.233944] evm: security.SMACK64TRANSMUTE\n[ 0.234767] evm: security.SMACK64MMAP\n[ 0.235518] evm: security.ima\n[ 0.236156] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238847] pinctrl core: initialized pinctrl subsystem\n[ 0.239933] RTC time: 23:32:04, date: 11/05/18\n[ 0.240877] NET: Registered protocol family 16\n[ 0.241840] cpuidle: using governor ladder\n[ 0.242654] cpuidle: using governor menu\n[ 0.243435] PCCT header not found.\n[ 0.244191] ACPI: bus type PCI registered\n[ 0.244988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246227] PCI: Using configuration type 1 for base access\n[ 0.248385] ACPI: Added _OSI(Module Device)\n[ 0.249218] ACPI: Added _OSI(Processor Device)\n[ 0.250078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253070] ACPI: Interpreter enabled\n[ 0.253837] ACPI: (supports S0 S5)\n[ 0.254536] ACPI: Using IOAPIC for interrupt routing\n[ 0.255473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264383] acpiphp: Slot [3] registered\n[ 0.265177] acpiphp: Slot [4] registered\n[ 0.265966] acpiphp: Slot [5] registered\n[ 0.266768] acpiphp: Slot [6] registered\n[ 0.267558] acpiphp: Slot [7] registered\n[ 0.268343] acpiphp: Slot [8] registered\n[ 0.269133] acpiphp: Slot [9] registered\n[ 0.269924] acpiphp: Slot [10] registered\n[ 0.270725] acpiphp: Slot [11] registered\n[ 0.271532] acpiphp: Slot [12] registered\n[ 0.272332] acpiphp: Slot [13] registered\n[ 0.273137] acpiphp: Slot [14] registered\n[ 0.283953] acpiphp: Slot [15] registered\n[ 0.284760] acpiphp: Slot [16] registered\n[ 0.285564] acpiphp: Slot [17] registered\n[ 0.286365] acpiphp: Slot [18] registered\n[ 0.287190] acpiphp: Slot [19] registered\n[ 0.288000] acpiphp: Slot [20] registered\n[ 0.288805] acpiphp: Slot [21] registered\n[ 0.289609] acpiphp: Slot [22] registered\n[ 0.290409] acpiphp: Slot [23] registered\n[ 0.291210] acpiphp: Slot [24] registered\n[ 0.292018] acpiphp: Slot [25] registered\n[ 0.292822] acpiphp: Slot [26] registered\n[ 0.293621] acpiphp: Slot [27] registered\n[ 0.294417] acpiphp: Slot [28] registered\n[ 0.295219] acpiphp: Slot [29] registered\n[ 0.296041] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297641] PCI host bridge to bus 0000:00\n[ 0.298441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302285] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303714] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309936] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369380] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370786] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372156] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373388] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377377] vgaarb: loaded\n[ 0.377969] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379109] SCSI subsystem initialized\n[ 0.379917] ACPI: bus type USB registered\n[ 0.380725] usbcore: registered new interface driver usbfs\n[ 0.381739] usbcore: registered new interface driver hub\n[ 0.382728] usbcore: registered new device driver usb\n[ 0.383769] PCI: Using ACPI for IRQ routing\n[ 0.384790] NetLabel: Initializing\n[ 0.385499] NetLabel: domain hash size = 128\n[ 0.386336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387296] NetLabel: unlabeled traffic allowed by default\n[ 0.388378] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389339] clocksource: Switched to clocksource kvm-clock\n[ 0.394747] AppArmor: AppArmor Filesystem Enabled\n[ 0.395709] pnp: PnP ACPI init\n[ 0.396625] pnp: PnP ACPI: found 5 devices\n[ 0.402665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404353] NET: Registered protocol family 2\n[ 0.405297] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407759] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408926] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410008] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411180] NET: Registered protocol family 1\n[ 0.412050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442701] Trying to unpack rootfs image as initramfs...\n[ 1.724305] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.740216] Scanning for low memory corruption every 60 seconds\n[ 1.741614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.742764] audit: initializing netlink subsys (disabled)\n[ 1.743791] audit: type=2000 audit(1541460726.695:1): initialized\n[ 1.745103] Initialise system trusted keyring\n[ 1.746045] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.747213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.749206] zbud: loaded\n[ 1.749927] VFS: Disk quotas dquot_6.6.0\n[ 1.750752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752153] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.753385] fuse init (API version 7.23)\n[ 1.754268] Key type big_key registered\n[ 1.755058] Allocating IMA MOK and blacklist keyrings.\n[ 1.756159] Key type asymmetric registered\n[ 1.756993] Asymmetric key parser 'x509' registered\n[ 1.757958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759431] io scheduler noop registered\n[ 1.760224] io scheduler deadline registered (default)\n[ 1.761217] io scheduler cfq registered\n[ 1.762064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.763116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.764375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.765844] ACPI: Power Button [PWRF]\n[ 1.766686] GHES: HEST is not enabled!\n[ 1.780555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.809157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.811548] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.835660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.837762] Linux agpgart interface v0.103\n[ 1.839778] brd: module loaded\n[ 1.841024] loop: module loaded\n[ 1.842571] vda: vda1\n[ 1.843894] scsi host0: ata_piix\n[ 1.844633] scsi host1: ata_piix\n[ 1.845351] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.846795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.848745] libphy: Fixed MDIO Bus: probed\n[ 1.849997] tun: Universal TUN/TAP device driver, 1.6\n[ 1.851171] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.853677] PPP generic driver version 2.4.2\n[ 1.854867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856467] ehci-pci: EHCI PCI platform driver\n[ 1.857500] ehci-platform: EHCI generic platform driver\n[ 1.858760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.860212] ohci-pci: OHCI PCI platform driver\n[ 1.861238] ohci-platform: OHCI generic platform driver\n[ 1.862397] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.877184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.878198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.879672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.880700] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.881824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.883047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.884471] usb usb1: Product: UHCI Host Controller\n[ 1.885414] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.886567] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.887567] hub 1-0:1.0: USB hub found\n[ 1.888349] hub 1-0:1.0: 2 ports detected\n[ 1.889275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.891412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.892379] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.893423] mousedev: PS/2 mouse device common for all mice\n[ 1.894690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896551] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.898875] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.900078] i2c /dev entries driver\n[ 1.900831] device-mapper: uevent: version 1.0.3\n[ 1.901786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.903428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.904703] NET: Registered protocol family 10\n[ 1.905716] NET: Registered protocol family 17\n[ 1.906616] Key type dns_resolver registered\n[ 1.907559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.908660] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.910413] registered taskstats version 1\n[ 1.911260] Loading compiled-in X.509 certificates\n[ 1.912695] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.914569] zswap: loaded using pool lzo/zbud\n[ 1.916371] Key type trusted registered\n[ 1.918655] Key type encrypted registered\n[ 1.919497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.920533] ima: No TPM chip found, activating TPM-bypass!\n[ 1.921591] evm: HMAC attrs: 0x1\n[ 1.922529] Magic number: 10:325:554\n[ 1.923381] rtc_cmos 00:00: setting system clock to 2018-11-05 23:32:06 UTC (1541460726)\n[ 1.924984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.926118] EDD information not available.\n[ 2.001913] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003392] ata1.00: configured for MWDMA2\n[ 2.004587] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006915] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019764] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021689] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023243] Write protecting the kernel read-only data: 14336k\n[ 2.024803] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026546] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035379] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044768] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048460] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050774] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052580] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079985] virtio_net virtio0 ens3: renamed from eth0\n[ 2.091543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093387] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.115164] AVX2 version of gcm_enc/dec engaged.\n[ 2.116126] AES CTR mode by8 optimization enabled\n[ 2.121710] FDC 0 is a S82078B\n[ 2.197375] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359482] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.360765] usb 1-1: Product: QEMU USB Tablet\n[ 2.361633] usb 1-1: Manufacturer: QEMU\n[ 2.362414] usb 1-1: SerialNumber: 42\n[ 2.370076] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.377687] usbcore: registered new interface driver usbhid\n[ 2.378792] usbhid: USB HID core driver\n[ 2.380539] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.382804] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.737620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.360460] md: linear personality registered for level -1\n[ 3.363338] md: multipath personality registered for level -4\n[ 3.366286] md: raid0 personality registered for level 0\n[ 3.369502] md: raid1 personality registered for level 1\n[ 3.441342] raid6: sse2x1 gen() 11291 MB/s\n[ 3.509344] raid6: sse2x1 xor() 8800 MB/s\n[ 3.577345] raid6: sse2x2 gen() 14649 MB/s\n[ 3.645342] raid6: sse2x2 xor() 9671 MB/s\n[ 3.713342] raid6: sse2x4 gen() 16578 MB/s\n[ 3.781341] raid6: sse2x4 xor() 11489 MB/s\n[ 3.849341] raid6: avx2x1 gen() 22037 MB/s\n[ 3.917342] raid6: avx2x2 gen() 25304 MB/s\n[ 3.985343] raid6: avx2x4 gen() 29576 MB/s\n[ 3.986218] raid6: using algorithm avx2x4 gen() 29576 MB/s\n[ 3.987251] raid6: using avx2x2 recovery algorithm\n[ 3.989521] xor: automatically using best checksumming function:\n[ 4.029340] avx : 34895.000 MB/sec\n[ 4.031439] async_tx: api initialized (async)\n[ 4.040510] md: raid6 personality registered for level 6\n[ 4.041570] md: raid5 personality registered for level 5\n[ 4.042596] md: raid4 personality registered for level 4\n[ 4.046995] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.071944] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.101082] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.189405] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.192748] systemd[1]: Detected virtualization kvm.\n[ 4.193727] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.197526] systemd[1]: Set hostname to .\n[ 4.200807] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202450] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.318178] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.321496] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.323704] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.325796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.327809] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.329959] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.332281] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.334678] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.336808] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.339059] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340973] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342905] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.347418] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.350151] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352015] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.354302] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.359139] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.364311] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.369421] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373884] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.377739] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.380940] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.385466] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.388140] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.397536] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.400010] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.409743] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412463] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415902] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.422105] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423977] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.428269] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431730] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.436441] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m[ 4.438883] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.443828] Loading iSCSI transport class v2.0-870.\n] Started Uncomplicated firewall.\n[ 4.446202] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.450232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457292] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463804] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.468620] iscsi: registered transport (tcp)\n[ 4.507354] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.964124] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 05 Nov 2018 23:32:10 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.988601] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Mon, 05 Nov 2018 23:32:11 +0000. Up 7.02 seconds.\n[ 7.990694] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.996310] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.000100] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.008129] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.010960] cloud-init[1025]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9c:9c:d3 |\n[ 8.016303] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:9cd3/64 | . | link | fa:16:3e:9c:9c:d3 |\n[ 8.024124] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.026520] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.032318] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.036100] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.044120] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.046682] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.051457] cloud-init[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.059620] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.063045] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1025]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.070654] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.076645] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generating public/private rsa key pair.\n[ 8.079114] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 8.084195] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.085344] cloud-init[1025]: The key fingerprint is:\n[ 8.086122] cloud-init[1025]: SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga\n[ 8.087358] cloud-init[1025]: The key's randomart image is:Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generat[ 8.092235] cloud-init[1025]: +---[RSA 2048]----+\n[ 8.093235] cloud-init[1025]: | o=B.+o+.oo. |\n[ 8.094206] cloud-init[1025]: | o X+O.+.oo . |\n[ 8.095676] cloud-init[1025]: | O.O.Bo.. o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[ 8.103460] cloud-init[1025]: | = Eo++ o |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.106350] cloud-init[1025]: | = .S + |\n[ 8.107355] cloud-init[1025]: | o o . . |\n[ 8.109398] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\ncloud-init[1025]: | . |\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.121998] cloud-init[1025]: | |\n[ 8.124537] cloud-init[1025]: | |\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.150465] cloud-init[1025]: +----[SHA256]-----+\n[ 8.156131] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.161830] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.227667] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.256167] cloud-init[1025]: The key fingerprint is:\n[ 8.272877] cloud-init[1025]: SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.304444] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...cloud-init\n[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 8.339952] \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1025]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n+---[DSA 1024]----+\n[ 8.399621] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1025]: |.. |\n[ 8.412100] cloud-init[1025]: |o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.458780] cloud-init[1025]: |o . + |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.467694] cloud-init[1025]: | E + o |[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 8.479670] cloud-init[1025]: [[0;32m OK [0m] Started Set console scheme.\n| . oS. . |\n[ 8.492886] cloud-init[1025]: | o. ==o=+ |\n[ 8.500425] cloud-init[1025]: | o.o=o=*.+o |\n[ 8.503395] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1025]: | +O.oB*.o |\n[ 8.513578] cloud-init[1025]: | .oXXO++ |\n[ 8.516072] cloud-init[1025]: +----[SHA256]-----+\n[ 8.520062] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 8.523894] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.528726] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.532051] cloud-init[1025]: The key fingerprint is:\n[ 8.536477] cloud-init[1025]: SHA256:uRldxg4xmP1AlOX8mnt9FKEC/oZIZKn7rydjwRtMAdc root@sdnvpn-3-2-quagga\n[ 8.539344] cloud-init[1025]: The key's randomart image is:\n[ 8.541565] cloud-init[1025]: +---[ECDSA 256]---+\n[ 8.544712] cloud-init[1025]: | ...o*=o. |\n[ 8.547311] cloud-init[1025]: | .=oE+* . |\n[ 8.549941] cloud-init[1025]: | + o oo* . .|\n[ 8.552986] cloud-init[1025]: | . o + *.o . |\n[ 8.556133] cloud-init[1025]: | * S + o . .|\n[ 8.558602] cloud-init[1025]: | . * = o o .|\n[ 8.561308] cloud-init[1025]: | . * . o o |\n[ 8.563923] cloud-init[1025]: | * . .. o|\n[ 8.566549] cloud-init[1025]: | ..*. .. .|\n[ 8.568812] cloud-init[1025]: +----[SHA256]-----+\n[ 8.572129] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 8.579907] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.581357] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582771] cloud-init[1025]: The key fingerprint is:\n[ 8.587781] cloud-init[1025]: SHA256:TRdTGvqcUOcdrpPJYMfze82RK5M/4PsWooeuUgRuhcY root@sdnvpn-3-2-quagga\n[ 8.589299] cloud-init[1025]: The key's randomart image is:\n[ 8.590349] cloud-init[1025]: +--[ED25519 256]--+\n[ 8.592054] cloud-init[1025]: | . . =.o. |\n[ 8.596053] cloud-init[1025]: | E . o.B...|\n[ 8.597065] cloud-init[1025]: | o o +oo+...|\n[ 8.598034] cloud-init[1025]: | o +.=+.* .|\n[ 8.600050] cloud-init[1025]: | . S . +* + |\n[ 8.603848] cloud-init[1025]: | . ooo=|\n[ 8.604867] cloud-init[1025]: | . ++oo=|\n[ 8.606023] cloud-init[1025]: | . o o+o.|\n[ 8.608054] cloud-init[1025]: | ..o...+o.|\n[ 8.612055] cloud-init[1025]: +----[SHA256]-----+\n[ 8.809322] cloud-init[1154]: Generating locales (this might take a while)...\n[ 9.372682] cloud-init[1154]: en_US.UTF-8... done\n[ 9.374423] cloud-init[1154]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: ing pub[ 129.809043] cloud-init[1154]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 05 Nov 2018 23:32:13 +0000. Up 8.74 seconds.\n[ 130.123159] cloud-init[1414]: + chpasswd\n[ 130.124250] cloud-init[1414]: + echo ubuntu:opnfv\n[ 130.178067] cloud-init[1414]: + sleep 20\n"} 2018-11-05 23:34:17,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-6edfc12e-c939-42c2-986c-45578a285a85 2018-11-05 23:34:47,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39072f2ec9e431a21ab37b0435f2d7a796fb1f70" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:34:49,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:34: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-c604532c-9674-4dd2-a53e-61cf189a410b x-compute-request-id: req-c604532c-9674-4dd2-a53e-61cf189a410b Content-Encoding: gzip Content-Length: 14791 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 631231567 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.143366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145319] pid_max: default: 32768 minimum: 301\n[ 0.146444] ACPI: Core revision 20150930\n[ 0.147968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149503] Security Framework initialized\n[ 0.150472] Yama: becoming mindful.\n[ 0.151329] AppArmor: AppArmor initialized\n[ 0.152346] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154009] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157467] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159112] Initializing cgroup subsys io\n[ 0.160068] Initializing cgroup subsys memory\n[ 0.161075] Initializing cgroup subsys devices\n[ 0.162100] Initializing cgroup subsys freezer\n[ 0.163141] Initializing cgroup subsys net_cls\n[ 0.164168] Initializing cgroup subsys perf_event\n[ 0.165237] Initializing cgroup subsys net_prio\n[ 0.166318] Initializing cgroup subsys hugetlb\n[ 0.167371] Initializing cgroup subsys pids\n[ 0.168393] CPU: Physical Processor ID: 0\n[ 0.170019] mce: CPU supports 10 MCE banks\n[ 0.171018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183120] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.189516] ftrace: allocating 32123 entries in 126 pages\n[ 0.216105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217335] smpboot: Max logical packages: 1\n[ 0.218343] x2apic enabled\n[ 0.219152] Switched APIC routing to physical x2apic.\n[ 0.220897] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222018] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225812] KVM setup paravirtual spinlock\n[ 0.227102] x86: Booted up 1 node, 1 CPUs\n[ 0.227920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229317] devtmpfs: initialized\n[ 0.231793] evm: security.selinux\n[ 0.232504] evm: security.SMACK64\n[ 0.233198] evm: security.SMACK64EXEC\n[ 0.233944] evm: security.SMACK64TRANSMUTE\n[ 0.234767] evm: security.SMACK64MMAP\n[ 0.235518] evm: security.ima\n[ 0.236156] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238847] pinctrl core: initialized pinctrl subsystem\n[ 0.239933] RTC time: 23:32:04, date: 11/05/18\n[ 0.240877] NET: Registered protocol family 16\n[ 0.241840] cpuidle: using governor ladder\n[ 0.242654] cpuidle: using governor menu\n[ 0.243435] PCCT header not found.\n[ 0.244191] ACPI: bus type PCI registered\n[ 0.244988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246227] PCI: Using configuration type 1 for base access\n[ 0.248385] ACPI: Added _OSI(Module Device)\n[ 0.249218] ACPI: Added _OSI(Processor Device)\n[ 0.250078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253070] ACPI: Interpreter enabled\n[ 0.253837] ACPI: (supports S0 S5)\n[ 0.254536] ACPI: Using IOAPIC for interrupt routing\n[ 0.255473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264383] acpiphp: Slot [3] registered\n[ 0.265177] acpiphp: Slot [4] registered\n[ 0.265966] acpiphp: Slot [5] registered\n[ 0.266768] acpiphp: Slot [6] registered\n[ 0.267558] acpiphp: Slot [7] registered\n[ 0.268343] acpiphp: Slot [8] registered\n[ 0.269133] acpiphp: Slot [9] registered\n[ 0.269924] acpiphp: Slot [10] registered\n[ 0.270725] acpiphp: Slot [11] registered\n[ 0.271532] acpiphp: Slot [12] registered\n[ 0.272332] acpiphp: Slot [13] registered\n[ 0.273137] acpiphp: Slot [14] registered\n[ 0.283953] acpiphp: Slot [15] registered\n[ 0.284760] acpiphp: Slot [16] registered\n[ 0.285564] acpiphp: Slot [17] registered\n[ 0.286365] acpiphp: Slot [18] registered\n[ 0.287190] acpiphp: Slot [19] registered\n[ 0.288000] acpiphp: Slot [20] registered\n[ 0.288805] acpiphp: Slot [21] registered\n[ 0.289609] acpiphp: Slot [22] registered\n[ 0.290409] acpiphp: Slot [23] registered\n[ 0.291210] acpiphp: Slot [24] registered\n[ 0.292018] acpiphp: Slot [25] registered\n[ 0.292822] acpiphp: Slot [26] registered\n[ 0.293621] acpiphp: Slot [27] registered\n[ 0.294417] acpiphp: Slot [28] registered\n[ 0.295219] acpiphp: Slot [29] registered\n[ 0.296041] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297641] PCI host bridge to bus 0000:00\n[ 0.298441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302285] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303714] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309936] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369380] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370786] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372156] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373388] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377377] vgaarb: loaded\n[ 0.377969] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379109] SCSI subsystem initialized\n[ 0.379917] ACPI: bus type USB registered\n[ 0.380725] usbcore: registered new interface driver usbfs\n[ 0.381739] usbcore: registered new interface driver hub\n[ 0.382728] usbcore: registered new device driver usb\n[ 0.383769] PCI: Using ACPI for IRQ routing\n[ 0.384790] NetLabel: Initializing\n[ 0.385499] NetLabel: domain hash size = 128\n[ 0.386336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387296] NetLabel: unlabeled traffic allowed by default\n[ 0.388378] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389339] clocksource: Switched to clocksource kvm-clock\n[ 0.394747] AppArmor: AppArmor Filesystem Enabled\n[ 0.395709] pnp: PnP ACPI init\n[ 0.396625] pnp: PnP ACPI: found 5 devices\n[ 0.402665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404353] NET: Registered protocol family 2\n[ 0.405297] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407759] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408926] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410008] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411180] NET: Registered protocol family 1\n[ 0.412050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442701] Trying to unpack rootfs image as initramfs...\n[ 1.724305] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.740216] Scanning for low memory corruption every 60 seconds\n[ 1.741614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.742764] audit: initializing netlink subsys (disabled)\n[ 1.743791] audit: type=2000 audit(1541460726.695:1): initialized\n[ 1.745103] Initialise system trusted keyring\n[ 1.746045] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.747213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.749206] zbud: loaded\n[ 1.749927] VFS: Disk quotas dquot_6.6.0\n[ 1.750752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752153] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.753385] fuse init (API version 7.23)\n[ 1.754268] Key type big_key registered\n[ 1.755058] Allocating IMA MOK and blacklist keyrings.\n[ 1.756159] Key type asymmetric registered\n[ 1.756993] Asymmetric key parser 'x509' registered\n[ 1.757958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759431] io scheduler noop registered\n[ 1.760224] io scheduler deadline registered (default)\n[ 1.761217] io scheduler cfq registered\n[ 1.762064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.763116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.764375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.765844] ACPI: Power Button [PWRF]\n[ 1.766686] GHES: HEST is not enabled!\n[ 1.780555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.809157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.811548] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.835660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.837762] Linux agpgart interface v0.103\n[ 1.839778] brd: module loaded\n[ 1.841024] loop: module loaded\n[ 1.842571] vda: vda1\n[ 1.843894] scsi host0: ata_piix\n[ 1.844633] scsi host1: ata_piix\n[ 1.845351] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.846795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.848745] libphy: Fixed MDIO Bus: probed\n[ 1.849997] tun: Universal TUN/TAP device driver, 1.6\n[ 1.851171] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.853677] PPP generic driver version 2.4.2\n[ 1.854867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856467] ehci-pci: EHCI PCI platform driver\n[ 1.857500] ehci-platform: EHCI generic platform driver\n[ 1.858760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.860212] ohci-pci: OHCI PCI platform driver\n[ 1.861238] ohci-platform: OHCI generic platform driver\n[ 1.862397] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.877184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.878198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.879672] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.880700] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.881824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.883047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.884471] usb usb1: Product: UHCI Host Controller\n[ 1.885414] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.886567] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.887567] hub 1-0:1.0: USB hub found\n[ 1.888349] hub 1-0:1.0: 2 ports detected\n[ 1.889275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.891412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.892379] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.893423] mousedev: PS/2 mouse device common for all mice\n[ 1.894690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.896551] rtc_cmos 00:00: RTC can wake from S4\n[ 1.897671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.898875] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.900078] i2c /dev entries driver\n[ 1.900831] device-mapper: uevent: version 1.0.3\n[ 1.901786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.903428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.904703] NET: Registered protocol family 10\n[ 1.905716] NET: Registered protocol family 17\n[ 1.906616] Key type dns_resolver registered\n[ 1.907559] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.908660] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.910413] registered taskstats version 1\n[ 1.911260] Loading compiled-in X.509 certificates\n[ 1.912695] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.914569] zswap: loaded using pool lzo/zbud\n[ 1.916371] Key type trusted registered\n[ 1.918655] Key type encrypted registered\n[ 1.919497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.920533] ima: No TPM chip found, activating TPM-bypass!\n[ 1.921591] evm: HMAC attrs: 0x1\n[ 1.922529] Magic number: 10:325:554\n[ 1.923381] rtc_cmos 00:00: setting system clock to 2018-11-05 23:32:06 UTC (1541460726)\n[ 1.924984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.926118] EDD information not available.\n[ 2.001913] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003392] ata1.00: configured for MWDMA2\n[ 2.004587] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006915] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019764] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021689] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023243] Write protecting the kernel read-only data: 14336k\n[ 2.024803] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026546] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035379] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044768] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048460] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050774] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052580] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079985] virtio_net virtio0 ens3: renamed from eth0\n[ 2.091543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093387] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.115164] AVX2 version of gcm_enc/dec engaged.\n[ 2.116126] AES CTR mode by8 optimization enabled\n[ 2.121710] FDC 0 is a S82078B\n[ 2.197375] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359482] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.360765] usb 1-1: Product: QEMU USB Tablet\n[ 2.361633] usb 1-1: Manufacturer: QEMU\n[ 2.362414] usb 1-1: SerialNumber: 42\n[ 2.370076] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.377687] usbcore: registered new interface driver usbhid\n[ 2.378792] usbhid: USB HID core driver\n[ 2.380539] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.382804] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.737620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.360460] md: linear personality registered for level -1\n[ 3.363338] md: multipath personality registered for level -4\n[ 3.366286] md: raid0 personality registered for level 0\n[ 3.369502] md: raid1 personality registered for level 1\n[ 3.441342] raid6: sse2x1 gen() 11291 MB/s\n[ 3.509344] raid6: sse2x1 xor() 8800 MB/s\n[ 3.577345] raid6: sse2x2 gen() 14649 MB/s\n[ 3.645342] raid6: sse2x2 xor() 9671 MB/s\n[ 3.713342] raid6: sse2x4 gen() 16578 MB/s\n[ 3.781341] raid6: sse2x4 xor() 11489 MB/s\n[ 3.849341] raid6: avx2x1 gen() 22037 MB/s\n[ 3.917342] raid6: avx2x2 gen() 25304 MB/s\n[ 3.985343] raid6: avx2x4 gen() 29576 MB/s\n[ 3.986218] raid6: using algorithm avx2x4 gen() 29576 MB/s\n[ 3.987251] raid6: using avx2x2 recovery algorithm\n[ 3.989521] xor: automatically using best checksumming function:\n[ 4.029340] avx : 34895.000 MB/sec\n[ 4.031439] async_tx: api initialized (async)\n[ 4.040510] md: raid6 personality registered for level 6\n[ 4.041570] md: raid5 personality registered for level 5\n[ 4.042596] md: raid4 personality registered for level 4\n[ 4.046995] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.071944] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.101082] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.189405] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.192748] systemd[1]: Detected virtualization kvm.\n[ 4.193727] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.197526] systemd[1]: Set hostname to .\n[ 4.200807] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202450] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.318178] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.321496] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.323704] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.325796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.327809] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.329959] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.332281] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.334678] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.336808] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.339059] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340973] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342905] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.347418] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.350151] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352015] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.354302] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.359139] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.364311] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.369421] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373884] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.377739] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.380940] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.385466] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.388140] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.397536] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.400010] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.409743] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412463] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415902] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.422105] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423977] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.428269] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431730] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.436441] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m[ 4.438883] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.443828] Loading iSCSI transport class v2.0-870.\n] Started Uncomplicated firewall.\n[ 4.446202] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.450232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457292] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463804] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.468620] iscsi: registered transport (tcp)\n[ 4.507354] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.964124] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 05 Nov 2018 23:32:10 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.988601] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Mon, 05 Nov 2018 23:32:11 +0000. Up 7.02 seconds.\n[ 7.990694] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.996310] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.000100] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.008129] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.010960] cloud-init[1025]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9c:9c:d3 |\n[ 8.016303] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:9cd3/64 | . | link | fa:16:3e:9c:9c:d3 |\n[ 8.024124] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.026520] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.032318] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.036100] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.044120] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.046682] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.051457] cloud-init[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.059620] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.063045] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1025]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.070654] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.076645] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generating public/private rsa key pair.\n[ 8.079114] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 8.084195] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.085344] cloud-init[1025]: The key fingerprint is:\n[ 8.086122] cloud-init[1025]: SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga\n[ 8.087358] cloud-init[1025]: The key's randomart image is:Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.078131] cloud-init[1025]: Generat[ 8.092235] cloud-init[1025]: +---[RSA 2048]----+\n[ 8.093235] cloud-init[1025]: | o=B.+o+.oo. |\n[ 8.094206] cloud-init[1025]: | o X+O.+.oo . |\n[ 8.095676] cloud-init[1025]: | O.O.Bo.. o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[ 8.103460] cloud-init[1025]: | = Eo++ o |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.106350] cloud-init[1025]: | = .S + |\n[ 8.107355] cloud-init[1025]: | o o . . |\n[ 8.109398] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\ncloud-init[1025]: | . |\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 8.121998] cloud-init[1025]: | |\n[ 8.124537] cloud-init[1025]: | |\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.150465] cloud-init[1025]: +----[SHA256]-----+\n[ 8.156131] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.161830] Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.227667] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.256167] cloud-init[1025]: The key fingerprint is:\n[ 8.272877] cloud-init[1025]: SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.304444] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...cloud-init\n[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 8.339952] \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1025]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n+---[DSA 1024]----+\n[ 8.399621] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1025]: |.. |\n[ 8.412100] cloud-init[1025]: |o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.458780] cloud-init[1025]: |o . + |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.467694] cloud-init[1025]: | E + o |[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 8.479670] cloud-init[1025]: [[0;32m OK [0m] Started Set console scheme.\n| . oS. . |\n[ 8.492886] cloud-init[1025]: | o. ==o=+ |\n[ 8.500425] cloud-init[1025]: | o.o=o=*.+o |\n[ 8.503395] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1025]: | +O.oB*.o |\n[ 8.513578] cloud-init[1025]: | .oXXO++ |\n[ 8.516072] cloud-init[1025]: +----[SHA256]-----+\n[ 8.520062] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 8.523894] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.528726] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.532051] cloud-init[1025]: The key fingerprint is:\n[ 8.536477] cloud-init[1025]: SHA256:uRldxg4xmP1AlOX8mnt9FKEC/oZIZKn7rydjwRtMAdc root@sdnvpn-3-2-quagga\n[ 8.539344] cloud-init[1025]: The key's randomart image is:\n[ 8.541565] cloud-init[1025]: +---[ECDSA 256]---+\n[ 8.544712] cloud-init[1025]: | ...o*=o. |\n[ 8.547311] cloud-init[1025]: | .=oE+* . |\n[ 8.549941] cloud-init[1025]: | + o oo* . .|\n[ 8.552986] cloud-init[1025]: | . o + *.o . |\n[ 8.556133] cloud-init[1025]: | * S + o . .|\n[ 8.558602] cloud-init[1025]: | . * = o o .|\n[ 8.561308] cloud-init[1025]: | . * . o o |\n[ 8.563923] cloud-init[1025]: | * . .. o|\n[ 8.566549] cloud-init[1025]: | ..*. .. .|\n[ 8.568812] cloud-init[1025]: +----[SHA256]-----+\n[ 8.572129] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 8.579907] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.581357] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582771] cloud-init[1025]: The key fingerprint is:\n[ 8.587781] cloud-init[1025]: SHA256:TRdTGvqcUOcdrpPJYMfze82RK5M/4PsWooeuUgRuhcY root@sdnvpn-3-2-quagga\n[ 8.589299] cloud-init[1025]: The key's randomart image is:\n[ 8.590349] cloud-init[1025]: +--[ED25519 256]--+\n[ 8.592054] cloud-init[1025]: | . . =.o. |\n[ 8.596053] cloud-init[1025]: | E . o.B...|\n[ 8.597065] cloud-init[1025]: | o o +oo+...|\n[ 8.598034] cloud-init[1025]: | o +.=+.* .|\n[ 8.600050] cloud-init[1025]: | . S . +* + |\n[ 8.603848] cloud-init[1025]: | . ooo=|\n[ 8.604867] cloud-init[1025]: | . ++oo=|\n[ 8.606023] cloud-init[1025]: | . o o+o.|\n[ 8.608054] cloud-init[1025]: | ..o...+o.|\n[ 8.612055] cloud-init[1025]: +----[SHA256]-----+\n[ 8.809322] cloud-init[1154]: Generating locales (this might take a while)...\n[ 9.372682] cloud-init[1154]: en_US.UTF-8... done\n[ 9.374423] cloud-init[1154]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: ing pub[ 129.809043] cloud-init[1154]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 05 Nov 2018 23:32:13 +0000. Up 8.74 seconds.\n[ 130.123159] cloud-init[1414]: + chpasswd\n[ 130.124250] cloud-init[1414]: + echo ubuntu:opnfv\n[ 130.178067] cloud-init[1414]: + sleep 20\n[ 150.179900] cloud-init[1414]: + NEIGHBOR_IP=172.30.9.21\n[ 150.181315] cloud-init[1414]: + OWN_IP=172.30.9.208\n[ 150.182313] cloud-init[1414]: + EXT_NET_MASK=24\n[ 150.184076] cloud-init[1414]: ++ awk '{print $2}'\n[ 150.186160] cloud-init[1414]: ++ getent hosts\n[ 150.189875] cloud-init[1414]: ++ awk '{print $1}'\n[ 150.191962] cloud-init[1414]: ++ cat /etc/hostname\n[ 150.193383] cloud-init[1414]: + [[ localhost\n[ 150.195854] cloud-init[1414]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.197995] cloud-init[1414]: + tee -a /etc/hosts\n[ 150.200030] cloud-init[1414]: ++ awk '{print $1}'\n[ 150.202580] cloud-init[1414]: ++ cat /etc/hostname\n[ 150.203588] cloud-init[1414]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.206223] cloud-init[1414]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.208033] cloud-init[1414]: + quagga_int=\n[ 150.209587] cloud-init[1414]: ++ awk 'NR>2{print $1}'\n[ 150.211685] cloud-init[1414]: ++ netstat -ia\n[ 150.213499] cloud-init[1414]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.217575] cloud-init[1414]: ++ grep ens3\n[ 150.218648] cloud-init[1414]: ++ ifconfig\n[ 150.220373] cloud-init[1414]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:9c:9c:d3 ' ']'\n[ 150.222332] cloud-init[1414]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.224249] cloud-init[1414]: ++ grep ens6\n[ 150.237877] cloud-init[1414]: ++ ifconfig\n[ 150.240034] cloud-init[1414]: + '[' -z '' ']'\n[ 150.242481] cloud-init[1414]: + quagga_int=ens6\n[ 150.243392] cloud-init[1414]: + break\n[ 150.245687] cloud-init[1414]: + '[' -z ens6 ']'\n[ 150.246572] cloud-init[1414]: + ip link set ens6 up\n[ 150.249490] cloud-init[1414]: + ip addr add 172.30.9.208/24 dev ens6\n[ 150.250565] cloud-init[1414]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.253570] cloud-init[1414]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.256036] cloud-init[1414]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.257193] cloud-init[1414]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.258237] cloud-init[1414]: + touch /var/log/bgpd.log\n[ 150.268328] cloud-init[1414]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.272047] cloud-init[1414]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.274949] cloud-init[1414]: + cat\n[ 150.275722] cloud-init[1414]: + touch /etc/quagga/zebra.conf\n[ 150.278262] cloud-init[1414]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.280029] cloud-init[1414]: + cat\n[ 150.282086] cloud-init[1414]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.284027] cloud-init[1414]: + service quagga restart\n[ 150.311342] cloud-init[1414]: + pgrep bgpd\n[ 150.316319] cloud-init[1414]: 1508\n[ 150.319367] cloud-init[1414]: + pgrep zebra\n[ 150.320539] cloud-init[1414]: 1504\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Nov 5 23:34:35 ec2: \n<14>Nov 5 23:34:35 ec2: #############################################################\n<14>Nov 5 23:34:35 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Nov 5 23:34:35 ec2: 1024 SHA256:fsyIeyfGqy3rR5cbwM2o06IzdGo592RYq8muCycNAOk root@sdnvpn-3-2-quagga (DSA)\n<14>Nov 5 23:34:35 ec2: 256 SHA256:uRldxg4xmP1AlOX8mnt9FKEC/oZIZKn7rydjwRtMAdc root@sdnvpn-3-2-quagga (ECDSA)\n<14>Nov 5 23:34:35 ec2: 256 SHA256:TRdTGvqcUOcdrpPJYMfze82RK5M/4PsWooeuUgRuhcY root@sdnvpn-3-2-quagga (ED25519)\n<14>Nov 5 23:34:35 ec2: 2048 SHA256:0GvsMXH9NoQgqZZI8rVtgHbVFYi8aAbpxRawMSnH1Ho root@sdnvpn-3-2-quagga (RSA)\n<14>Nov 5 23:34:35 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Nov 5 23:34:35 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBi1Q1tj1pEddHu0alrSIcpUKbeuoiYmum9owsMSxlWVe2WC76tZm9qRs/+1YfzOA8dUsn2TEwHwIhdcBcCPmzg= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILhj1WXcFCMAMm4VegrKoZbm7CLlVIXdeCynEcx7D4TH root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtA+jOhcIrriDknVO7/kg/qc+DFVkVjAr5EyoI1ZnOklWgbhbBrlP/jPDtk/XUtE6GVnNpGxFS8FZD3Q04oSXEqS64JkqWytWhDIxdUawi8xu4yob+pUTKsURRyu3MTnz4BC90rO72U+MnxeBGikSQbwzalPqQCGfDVZxlz1Doyuo6JK4757cQ9jNvn9JdzhTSHiHsy1Tfre/YSoNbDuQy5+VjZ5bf4EzNxAgwz0WYPtDhQLooNf5uoj/t69Bekq6WlOr9CPplRoZdBuZnikbkwAfxoEEo2X7/AO3ei2RfBuD41achFBaSiPYGM00im4uLe7hhhhUXM+vHSY8qyYTX root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.366645] cloud-init[1414]: Cloud-init v. 0.7.9 running 'modules:final' at Mon, 05 Nov 2018 23:34:14 +0000. Up 130.04 seconds.\n[ 150.369149] cloud-init[1414]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.376026] cloud-init[1414]: Cloud-init v. 0.7.9 finished at Mon, 05 Nov 2018 23:34:35 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.36 seconds\n"} 2018-11-05 23:34:49,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-c604532c-9674-4dd2-a53e-61cf189a410b 2018-11-05 23:34:49,048 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-11-05 23:34:49,049 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-11-05 23:34:49,050 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-11-05 23:34:49,050 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-11-05 23:34:49,052 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-11-05 23:34:49,762 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-11-05 23:34:49,762 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.208 --use-source-ip 172.30.9.21: client: JAVA_HOME not set; results may vary  2018-11-05 23:34:49,764 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-11-05 23:34:49,764 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-11-05 23:34:49,765 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-11-05 23:34:49,766 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-11-05 23:34:49,806 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-11-05 23:34:50,485 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-11-05 23:34:50,486 - sdnvpn-quagga - INFO - Output of show-bgp --cmd \"ip bgp neighbors\": client: JAVA_HOME not set; results may vary BGP neighbor is 172.30.9.208, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:00, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread: off Write thread: off  2018-11-05 23:34:50,487 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-11-05 23:34:50,487 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-11-05 23:34:50,487 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-11-05 23:34:51,489 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-11-05 23:34:51,490 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-11-05 23:34:51,490 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-11-05 23:34:51,492 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-11-05 23:34:52,186 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-11-05 23:34:52,187 - sdnvpn-quagga - INFO - Output of show-bgp --cmd \"ip bgp neighbors\": client: JAVA_HOME not set; results may vary BGP neighbor is 172.30.9.208, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.208 BGP state = Established, up for 00:00:00 Last read00:00:00, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family VPN-IPv4 Unicast: advertised and received Graceful Restart Capabilty: advertised and received Remote Restart timer is 120 seconds Address families by peer: none Graceful restart informations: End-of-RIB send: End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 0 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 3 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.21 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 1; dropped 0 Last reset never Local host: 172.30.9.21, Local port: 42572 Foreign host: 172.30.9.208, Foreign port: 179 Nexthop: 172.30.9.21 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-11-05 23:34:52,187 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-11-05 23:34:52,187 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:00 2018-11-05 23:34:52,188 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-11-05 23:34:53,189 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-11-05 23:34:53,189 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-05 23:34:53,190 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-05 23:34:53,190 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-05 23:34:53,193 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-05 23:34:53,268 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-05 23:34:53,269 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-05 23:34:53,270 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-05 23:34:53,270 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-05 23:34:53,271 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-05 23:34:53,311 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-05 23:34:53,436 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-05 23:34:53,437 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-05 23:34:53,438 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-05 23:34:53,439 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-05 23:34:53,439 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-05 23:34:53,480 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-05 23:34:53,629 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-05 23:34:53,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb9ae9f324cd814a846e81a37f7dc331f0499ad" 2018-11-05 23:34:53,635 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-05 23:34:53,832 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15fe1daa-6225-44d5-8dd7-0c7ef03b5403 x-compute-request-id: req-15fe1daa-6225-44d5-8dd7-0c7ef03b5403 Content-Length: 0 Content-Type: application/json 2018-11-05 23:34:53,833 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0 used request id req-15fe1daa-6225-44d5-8dd7-0c7ef03b5403 2018-11-05 23:34:53,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb9ae9f324cd814a846e81a37f7dc331f0499ad" -d '{"forceDelete": null}' 2018-11-05 23:34:54,005 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e21070f-8bdb-456b-bf12-67d8be63bf0b x-compute-request-id: req-4e21070f-8bdb-456b-bf12-67d8be63bf0b Content-Length: 0 Content-Type: application/json 2018-11-05 23:34:54,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba/action used request id req-4e21070f-8bdb-456b-bf12-67d8be63bf0b 2018-11-05 23:34:54,006 - sdnvpn_test_utils - DEBUG - Waiting for instance to be deleted 2018-11-05 23:34:54,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb9ae9f324cd814a846e81a37f7dc331f0499ad" 2018-11-05 23:34:54,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:34: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-922b0ae9-c282-4870-85c1-07562e3710d2 x-compute-request-id: req-922b0ae9-c282-4870-85c1-07562e3710d2 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:9c:d3", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "rel": "bookmark"}], "image": {"id": "9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "links": [{"href": "http://172.30.9.23:8774/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": "2018-11-05T23:32:04.000000", "flavor": {"id": "5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "links": [{"href": "http://172.30.9.23:8774/flavors/5b3302f0-feb1-4f12-bb62-c180b5f8fef0", "rel": "bookmark"}]}, "id": "9577fa0f-ccb2-4557-bc8b-758d3d1ad6ba", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:34:53Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-05T23:29:57Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:34:54,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-922b0ae9-c282-4870-85c1-07562e3710d2 2018-11-05 23:34:56,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a894504f198afd87ac3863b7301e29a28a80d45a" 2018-11-05 23:34:57,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-447d48da-feb3-422f-99db-0928ae3e4a12 Date: Mon, 05 Nov 2018 23:34:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:34:57,794 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9b8a8f9c-ace3-474e-b567-d4cab17c1ae0 used request id req-447d48da-feb3-422f-99db-0928ae3e4a12 2018-11-05 23:34:57,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/3835719f-c32e-4a48-96cb-966760eba081 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:34:58,361 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-102af789-1a37-4ddc-ad6f-ee66ab61f9ee Content-Length: 0 Date: Mon, 05 Nov 2018 23:34:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:34:58,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/3835719f-c32e-4a48-96cb-966760eba081 used request id req-102af789-1a37-4ddc-ad6f-ee66ab61f9ee 2018-11-05 23:34:58,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/acf04a57-e309-4c36-a583-c30197bf8d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:34:58,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5916acc0-103b-4876-86d5-79edd8e8839d Content-Length: 0 Date: Mon, 05 Nov 2018 23:34:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:34:58,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/acf04a57-e309-4c36-a583-c30197bf8d6e used request id req-5916acc0-103b-4876-86d5-79edd8e8839d 2018-11-05 23:34:58,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"subnet_id": "0b8be606-bd83-41ea-ba80-dc803b2fa45c"}' 2018-11-05 23:35:00,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-30c485ef-8152-4580-becb-75d651d417ac Date: Mon, 05 Nov 2018 23:35:00 GMT RESP BODY: {"network_id": "d1051e2a-b830-404e-9d4d-5d831ecdd645", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "0b8be606-bd83-41ea-ba80-dc803b2fa45c", "subnet_ids": ["0b8be606-bd83-41ea-ba80-dc803b2fa45c"], "port_id": "4733d9bc-5e96-42cb-a429-ce385799143f", "id": "4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9"} 2018-11-05 23:35:00,152 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9/remove_router_interface used request id req-30c485ef-8152-4580-becb-75d651d417ac 2018-11-05 23:35:00,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"subnet_id": "ca2821c1-8ff9-407f-941f-651bb1d6e204"}' 2018-11-05 23:35:01,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8e0f4fbf-d182-445e-b91b-1d87805f93b5 Date: Mon, 05 Nov 2018 23:35:01 GMT RESP BODY: {"network_id": "d8a65c67-221d-4857-a79f-6150089b1ae4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "ca2821c1-8ff9-407f-941f-651bb1d6e204", "subnet_ids": ["ca2821c1-8ff9-407f-941f-651bb1d6e204"], "port_id": "ae147cd9-6874-4852-a24f-f90ace7b28a3", "id": "a204ef96-b0c2-49b4-b872-44a56b37fd59"} 2018-11-05 23:35:01,363 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59/remove_router_interface used request id req-8e0f4fbf-d182-445e-b91b-1d87805f93b5 2018-11-05 23:35:01,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:35:02,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-42a474dc-38dc-4746-ab77-67c487345751 Date: Mon, 05 Nov 2018 23:35:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:35:02Z", "revision_number": 8, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9", "name": "sdnvpn-3-1-router"}} 2018-11-05 23:35:02,527 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9 used request id req-42a474dc-38dc-4746-ab77-67c487345751 2018-11-05 23:35:02,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:35:03,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-f77ea0c8-f056-4097-bee4-6ba6c015ed62 Date: Mon, 05 Nov 2018 23:35:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:29:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:35:03Z", "revision_number": 7, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a204ef96-b0c2-49b4-b872-44a56b37fd59", "name": "sdnvpn-3-2-quagga-router"}} 2018-11-05 23:35:03,590 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59 used request id req-f77ea0c8-f056-4097-bee4-6ba6c015ed62 2018-11-05 23:35:03,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/0b8be606-bd83-41ea-ba80-dc803b2fa45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:35:05,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8b0495b-75bc-4f86-88e8-6d13d8c751b6 Date: Mon, 05 Nov 2018 23:35:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:35:05,735 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0b8be606-bd83-41ea-ba80-dc803b2fa45c used request id req-c8b0495b-75bc-4f86-88e8-6d13d8c751b6 2018-11-05 23:35:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/ca2821c1-8ff9-407f-941f-651bb1d6e204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:35:07,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b519b108-2878-4c32-8a02-4e180c4d23d8 Date: Mon, 05 Nov 2018 23:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:35:07,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ca2821c1-8ff9-407f-941f-651bb1d6e204 used request id req-b519b108-2878-4c32-8a02-4e180c4d23d8 2018-11-05 23:35:07,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:35:08,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b988e1c7-1cfb-410c-88d3-9e3006b61402 Content-Length: 0 Date: Mon, 05 Nov 2018 23:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:35:08,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4ea6d8cd-085a-425f-a6b9-aadbe6afd4f9 used request id req-b988e1c7-1cfb-410c-88d3-9e3006b61402 2018-11-05 23:35:08,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:35:08,318 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35a07e95-dd06-437a-845b-3f0199b72e56 Content-Length: 0 Date: Mon, 05 Nov 2018 23:35:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:35:08,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a204ef96-b0c2-49b4-b872-44a56b37fd59 used request id req-35a07e95-dd06-437a-845b-3f0199b72e56 2018-11-05 23:35:08,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d1051e2a-b830-404e-9d4d-5d831ecdd645 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:35:09,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c90dbde1-248a-4cfb-b9bc-18ffa7cbb836 Date: Mon, 05 Nov 2018 23:35:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:35:09,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d1051e2a-b830-404e-9d4d-5d831ecdd645 used request id req-c90dbde1-248a-4cfb-b9bc-18ffa7cbb836 2018-11-05 23:35:09,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d8a65c67-221d-4857-a79f-6150089b1ae4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a8c79480e864994f080cc9f9a2ca99f7ae219c" 2018-11-05 23:35:09,827 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99bfbcd3-a17d-4a5b-84a3-e83ebedad6cb Date: Mon, 05 Nov 2018 23:35:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:35:09,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d8a65c67-221d-4857-a79f-6150089b1ae4 used request id req-99bfbcd3-a17d-4a5b-84a3-e83ebedad6cb 2018-11-05 23:35:09,828 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that OpenDaylight can start/communicate with zrpcd/Quagga | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | zrpcd is running in overcloud-controller-2 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-0 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-1 | +----------------------------------------------------------------------------------------+ | PASS | Found BGP entity owner | +----------------------------------------------------------------------------------------+ | PASS | bgpd is running | +----------------------------------------------------------------------------------------+ | PASS | Assign a Floating IP to sdnvpn-3-2-quagga | | PASS | Bootstrap quagga inside an OpenStack instance | +========================================================================================+ +----------------------------------------------------------------------------------------+ | Peer Quagga with OpenDaylight | +----------------------------------------------------------------------------------------+ | PASS | Peering with quagga | +========================================================================================+ 2018-11-05 23:35:09,828 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:35:09,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-11-05 23:35:09,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-11-05 23:35:09,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-11-05 23:35:09,830 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-11-05 23:35:09,830 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-11-05 23:35:09,918 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-11-05 23:35:09,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:09,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:09,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:09,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:09,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:09,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:09,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:09,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:09,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:09,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:09,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:09,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:09,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:09,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:09,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:09,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:09,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:09,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:35:09,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:09,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:09,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:09,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:09,928 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:35:09,928 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-11-05 23:35:09,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:09,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c994e66b-104b-4e9e-918d-000c26cd45af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:09,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c994e66b-104b-4e9e-918d-000c26cd45af 2018-11-05 23:35:09,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:10,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["GC9bK-R_QMCkm1AOBgUDXg"], "issued_at": "2018-11-05T23:35:10.000000Z"}} 2018-11-05 23:35:10,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccfc67397cfed99af8866a6324dfce37b7cbcf0c" 2018-11-05 23:35:10,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-809a1554-3901-4ec5-a973-c75eca53b534 Date: Mon, 05 Nov 2018 23:35:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:35:10,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-809a1554-3901-4ec5-a973-c75eca53b534 2018-11-05 23:35:10,500 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-05 23:35:10,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccfc67397cfed99af8866a6324dfce37b7cbcf0c" 2018-11-05 23:35:10,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dee069ef-420c-4b32-8574-582bc7f74063 Date: Mon, 05 Nov 2018 23:35:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:35:10,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-dee069ef-420c-4b32-8574-582bc7f74063 2018-11-05 23:35:10,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ccfc67397cfed99af8866a6324dfce37b7cbcf0c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-05 23:35:10,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8 X-Openstack-Request-Id: req-b5ac86e4-dd3d-432f-871c-25a838f83687 Date: Mon, 05 Nov 2018 23:35:10 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:35:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:35:10Z", "visibility": "public", "locations": [], "self": "/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "min_disk": 0, "protected": false, "id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "file": "/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:35:10,881 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b5ac86e4-dd3d-432f-871c-25a838f83687 2018-11-05 23:35:10,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccfc67397cfed99af8866a6324dfce37b7cbcf0c" -d '' 2018-11-05 23:35:11,944 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b4133ab-4cd2-478b-911e-f422f6f9cafc Date: Mon, 05 Nov 2018 23:35:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:35:11,944 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8/file used request id req-5b4133ab-4cd2-478b-911e-f422f6f9cafc 2018-11-05 23:35:11,945 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-11-05 23:35:11,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:11,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63d9451-6d85-4cf6-a14f-e3f353594d04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:11,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b63d9451-6d85-4cf6-a14f-e3f353594d04 2018-11-05 23:35:11,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:12,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["l-k7MC2tTO2TqYnDDKQh0g"], "issued_at": "2018-11-05T23:35:12.000000Z"}} 2018-11-05 23:35:12,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-11-05 23:35:12,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-a8c5d9fb-fcfb-466c-973a-64be6e8de7c9 Date: Mon, 05 Nov 2018 23:35:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f38e079b-1e4a-420e-ae02-d104bf625924","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:35:12Z","is_default":false,"provider:segmentation_id":51,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:35:12Z","mtu":1450}} 2018-11-05 23:35:12,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a8c5d9fb-fcfb-466c-973a-64be6e8de7c9 2018-11-05 23:35:12,715 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network f38e079b-1e4a-420e-ae02-d104bf625924 with cidr 10.10.10.0/24 2018-11-05 23:35:12,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"subnets": [{"ip_version": 4, "network_id": "f38e079b-1e4a-420e-ae02-d104bf625924", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-11-05 23:35:13,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-498438a9-b8cf-4266-b7c2-6790b41bdac0 Date: Mon, 05 Nov 2018 23:35:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f38e079b-1e4a-420e-ae02-d104bf625924","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:35:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:35:12Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"a0183c5a-2fdc-4a6f-8fcb-05329933a814","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-11-05 23:35:13,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-498438a9-b8cf-4266-b7c2-6790b41bdac0 2018-11-05 23:35:13,268 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-11-05 23:35:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-11-05 23:35:13,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d24fed11-9b51-4d8b-b4a4-2495211f31cb Date: Mon, 05 Nov 2018 23:35:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5742aa1d-5da6-4153-93cf-392afc52fd1b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:35:13Z","is_default":false,"provider:segmentation_id":89,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:35:13Z","mtu":1450}} 2018-11-05 23:35:13,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d24fed11-9b51-4d8b-b4a4-2495211f31cb 2018-11-05 23:35:13,676 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 5742aa1d-5da6-4153-93cf-392afc52fd1b with cidr 10.10.10.0/24 2018-11-05 23:35:13,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"subnets": [{"ip_version": 4, "network_id": "5742aa1d-5da6-4153-93cf-392afc52fd1b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-11-05 23:35:14,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-fab0b429-d464-4410-aaaf-d8229a6e9846 Date: Mon, 05 Nov 2018 23:35:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5742aa1d-5da6-4153-93cf-392afc52fd1b","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:35:13Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:35:13Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"fa8916d5-c7d7-4996-8b1e-1f4d722940cc","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-11-05 23:35:14,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-fab0b429-d464-4410-aaaf-d8229a6e9846 2018-11-05 23:35:14,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:35:14,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-df5ecb84-89f7-440c-9771-270462773534 Date: Mon, 05 Nov 2018 23:35:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:35:14,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-df5ecb84-89f7-440c-9771-270462773534 2018-11-05 23:35:14,725 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-05 23:35:14,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:14,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b863f64-83d1-41c6-a9ff-8ef1919ea7b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:14,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0b863f64-83d1-41c6-a9ff-8ef1919ea7b1 2018-11-05 23:35:14,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:15,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Nsj5pUbrR0iz5y4z4hCjZg"], "issued_at": "2018-11-05T23:35:15.000000Z"}} 2018-11-05 23:35:15,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:35:15,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-5fddc46a-e1dd-417d-bb90-6f502a197a32 x-compute-request-id: req-5fddc46a-e1dd-417d-bb90-6f502a197a32 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:35:15,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5fddc46a-e1dd-417d-bb90-6f502a197a32 2018-11-05 23:35:15,331 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-11-05 23:35:15,331 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-11-05 23:35:15,331 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=fd5d517f-f766-40e0-a1ad-fab9090573b8 network=f38e079b-1e4a-420e-ae02-d104bf625924 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:15,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:15,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:15,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:15,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:15,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:15,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:15,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:15,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:15,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:15,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:15,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:15,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:15,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:15,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fd3f79-dd53-4705-8dd2-50fa8a0b7edd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:15,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-07fd3f79-dd53-4705-8dd2-50fa8a0b7edd 2018-11-05 23:35:15,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:15,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["lfolaPggQXCOEkqTA6qIxw"], "issued_at": "2018-11-05T23:35:15.000000Z"}} 2018-11-05 23:35:15,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" 2018-11-05 23:35:15,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-d3711239-be9d-4be7-96fc-ea33159ea67f x-compute-request-id: req-d3711239-be9d-4be7-96fc-ea33159ea67f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:35:15,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d3711239-be9d-4be7-96fc-ea33159ea67f 2018-11-05 23:35:15,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" 2018-11-05 23:35:15,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-6cb7fdbd-832d-4fc7-a7e3-46bb5831f62f x-compute-request-id: req-6cb7fdbd-832d-4fc7-a7e3-46bb5831f62f Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:35:15,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-6cb7fdbd-832d-4fc7-a7e3-46bb5831f62f 2018-11-05 23:35:15,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "f38e079b-1e4a-420e-ae02-d104bf625924"}], "config_drive": true}}' 2018-11-05 23:35:17,755 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:35: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-e142ae29-1493-42f0-a95b-262148a1b51a x-compute-request-id: req-e142ae29-1493-42f0-a95b-262148a1b51a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "adminPass": "BFL46j4C6YdY"}} 2018-11-05 23:35:17,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e142ae29-1493-42f0-a95b-262148a1b51a 2018-11-05 23:35:17,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:17,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e5538f-7123-46d3-90a1-fc69176f0aff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:17,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84e5538f-7123-46d3-90a1-fc69176f0aff 2018-11-05 23:35:17,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:18,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["4r2bbQoLRXizoujwOu-Geg"], "issued_at": "2018-11-05T23:35:18.000000Z"}} 2018-11-05 23:35:18,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dddfb7272ef7cc34523ebacad69027cd849ebe" 2018-11-05 23:35:18,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5019b64f-7f1d-4a8f-a478-43832d680ea6 x-compute-request-id: req-5019b64f-7f1d-4a8f-a478-43832d680ea6 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:35:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:18,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f used request id req-5019b64f-7f1d-4a8f-a478-43832d680ea6 2018-11-05 23:35:21,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dddfb7272ef7cc34523ebacad69027cd849ebe" 2018-11-05 23:35:22,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-5bde572d-f099-43c2-9a97-896ebedd6258 x-compute-request-id: req-5bde572d-f099-43c2-9a97-896ebedd6258 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:35:19Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:22,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f used request id req-5bde572d-f099-43c2-9a97-896ebedd6258 2018-11-05 23:35:25,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dddfb7272ef7cc34523ebacad69027cd849ebe" 2018-11-05 23:35:25,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-d84bd8e2-ef65-4c7c-9276-b5e617bd18dc x-compute-request-id: req-d84bd8e2-ef65-4c7c-9276-b5e617bd18dc Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:76:62", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-11-05T23:35:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:25,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f used request id req-d84bd8e2-ef65-4c7c-9276-b5e617bd18dc 2018-11-05 23:35:25,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" 2018-11-05 23:35:26,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-9d03044e-1e07-4886-a4a4-bf41c2686f26 x-compute-request-id: req-9d03044e-1e07-4886-a4a4-bf41c2686f26 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:76:62", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-11-05T23:35:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:26,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f used request id req-9d03044e-1e07-4886-a4a4-bf41c2686f26 2018-11-05 23:35:26,627 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-11-05 23:35:26,627 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-11-05 23:35:26,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:35:28,157 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:35: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-d168b986-a693-4ae2-856b-3268ade13ea0 x-compute-request-id: req-d168b986-a693-4ae2-856b-3268ade13ea0 Content-Length: 0 Content-Type: application/json 2018-11-05 23:35:28,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-d168b986-a693-4ae2-856b-3268ade13ea0 2018-11-05 23:35:28,157 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-11-05 23:35:28,158 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=fd5d517f-f766-40e0-a1ad-fab9090573b8 network=5742aa1d-5da6-4153-93cf-392afc52fd1b secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-11-05 23:35:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:28,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:28,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:28,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:28,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:28,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:28,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:28,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:28,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:28,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:28,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:28,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:28,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:28,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:28,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4236a224-cd86-48a1-b25c-763c2493cd32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:28,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4236a224-cd86-48a1-b25c-763c2493cd32 2018-11-05 23:35:28,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:28,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["5TWCqR4VQOSTkVFVxJVVIA"], "issued_at": "2018-11-05T23:35:28.000000Z"}} 2018-11-05 23:35:28,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" 2018-11-05 23:35:28,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-c58704c3-537f-47fe-ba09-d0bab297ca75 x-compute-request-id: req-c58704c3-537f-47fe-ba09-d0bab297ca75 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:35:28,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c58704c3-537f-47fe-ba09-d0bab297ca75 2018-11-05 23:35:28,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" 2018-11-05 23:35:28,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-b213129d-9196-4f28-a980-55e0c7090070 x-compute-request-id: req-b213129d-9196-4f28-a980-55e0c7090070 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:35:28,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-b213129d-9196-4f28-a980-55e0c7090070 2018-11-05 23:35:28,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCiMhL2Jpbi9zaApzZXQgMTAuMTAuMTAuMTEKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBob3N0bmFtZT0kKHNzaCAteSAtaSAvaG9tZS9jaXJyb3MvLnNzaC9pZF9yc2EgY2lycm9zQCRpcCAnaG9zdG5hbWUnIDwvZGV2L3plcm8gMj4vZGV2L251bGwpCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdOyB0aGVuIGVjaG8gJGlwICRob3N0bmFtZTsKICBlbHNlIGVjaG8gJGlwICdub3QgcmVhY2hhYmxlJztmaTsKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "personality": [{"path": "/home/cirros/id_rsa", "contents": "AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2kAAACCAX7P00UMJg/+U1+H510fMyoxRk1EG9OnbsdoYZt1XAWJkm8S9NSoDkIzLDtJ56EYq5T8XGnPRytkR3yvh/rf21u6H8/1h3m/3vl1eivh//911L5sd3AREjSWgA/d9sDQ5g6a44Zv5VnQeF2IWaG5b5qmHQOEzvrDoVEcj+vBUriSEQAAAEIAm3WsEwn6wsNz3KGIfP+9fKjbJTJDVjG9tvaHXgEMreAZj8BU7QTHeiCxfRa4fPHJwis3groaspH99clhEK/hsycAAABCAMHIMkSxbgBLNcwncB+ahxtDHNgxLWwrxwgDx0aWc+pM20wKwamqTOWc+93QcUcFaq/T+Rct+wkQAIBWjVo0Erbv"}], "networks": [{"fixed_ip": "10.10.10.12", "uuid": "5742aa1d-5da6-4153-93cf-392afc52fd1b"}], "config_drive": true}}' 2018-11-05 23:35:30,544 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:35:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afdc10ae-5d86-4a6c-9015-75d302773736 x-compute-request-id: req-afdc10ae-5d86-4a6c-9015-75d302773736 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "adminPass": "c3h4TgWxob5A"}} 2018-11-05 23:35:30,544 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-afdc10ae-5d86-4a6c-9015-75d302773736 2018-11-05 23:35:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:30,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e2b6225-fd88-49f7-9c61-242284378d2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:30,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6e2b6225-fd88-49f7-9c61-242284378d2b 2018-11-05 23:35:30,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:30,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["KlRIk5clQuOYKvVZhkqGGQ"], "issued_at": "2018-11-05T23:35:30.000000Z"}} 2018-11-05 23:35:30,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac6476f474cf94e7ee154a474346cadc66f4fc8" 2018-11-05 23:35:31,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-8015609e-b9c1-45fd-a341-45928fc5c261 x-compute-request-id: req-8015609e-b9c1-45fd-a341-45928fc5c261 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:35:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:31,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 used request id req-8015609e-b9c1-45fd-a341-45928fc5c261 2018-11-05 23:35:34,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac6476f474cf94e7ee154a474346cadc66f4fc8" 2018-11-05 23:35:35,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-fc720b39-bd70-4f36-ab47-85ab7773e463 x-compute-request-id: req-fc720b39-bd70-4f36-ab47-85ab7773e463 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:35:32Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:35,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 used request id req-fc720b39-bd70-4f36-ab47-85ab7773e463 2018-11-05 23:35:38,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac6476f474cf94e7ee154a474346cadc66f4fc8" 2018-11-05 23:35:38,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-871d42cc-7a2d-4766-a280-81e27052ab44 x-compute-request-id: req-871d42cc-7a2d-4766-a280-81e27052ab44 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:38,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 used request id req-871d42cc-7a2d-4766-a280-81e27052ab44 2018-11-05 23:35:38,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" 2018-11-05 23:35:39,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-737b1ef1-45b6-4838-90a9-dd649f6da7f6 x-compute-request-id: req-737b1ef1-45b6-4838-90a9-dd649f6da7f6 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:39,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39 used request id req-737b1ef1-45b6-4838-90a9-dd649f6da7f6 2018-11-05 23:35:39,194 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-11-05 23:35:39,195 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-11-05 23:35:39,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:35:40,255 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:35: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-b572d662-ce18-477f-b240-8d54c51054ec x-compute-request-id: req-b572d662-ce18-477f-b240-8d54c51054ec Content-Length: 0 Content-Type: application/json 2018-11-05 23:35:40,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action used request id req-b572d662-ce18-477f-b240-8d54c51054ec 2018-11-05 23:35:40,255 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-11-05 23:35:40,256 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=fd5d517f-f766-40e0-a1ad-fab9090573b8 network=f38e079b-1e4a-420e-ae02-d104bf625924 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:40,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:40,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:40,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:35:40,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:35:40,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:35:40,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:35:40,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:35:40,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:40,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41ac2b8-68d9-4ae9-84a4-fc0902c5d318 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:40,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d41ac2b8-68d9-4ae9-84a4-fc0902c5d318 2018-11-05 23:35:40,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:40,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["6zpb2SDKTo2PfEPjGTQ-GA"], "issued_at": "2018-11-05T23:35:40.000000Z"}} 2018-11-05 23:35:40,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" 2018-11-05 23:35:40,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d37c1d52-6a59-4280-9862-529993fd6524 x-compute-request-id: req-d37c1d52-6a59-4280-9862-529993fd6524 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:35:40,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d37c1d52-6a59-4280-9862-529993fd6524 2018-11-05 23:35:40,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" 2018-11-05 23:35:40,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa446412-7795-43d4-bee5-52b275791d74 x-compute-request-id: req-aa446412-7795-43d4-bee5-52b275791d74 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:35:40,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-aa446412-7795-43d4-bee5-52b275791d74 2018-11-05 23:35:40,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCiMhL2Jpbi9zaApzZXQgMTAuMTAuMTAuMTIgMTAuMTAuMTAuMTIKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBob3N0bmFtZT0kKHNzaCAteSAtaSAvaG9tZS9jaXJyb3MvLnNzaC9pZF9yc2EgY2lycm9zQCRpcCAnaG9zdG5hbWUnIDwvZGV2L3plcm8gMj4vZGV2L251bGwpCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdOyB0aGVuIGVjaG8gJGlwICRob3N0bmFtZTsKICBlbHNlIGVjaG8gJGlwICdub3QgcmVhY2hhYmxlJztmaTsKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "personality": [{"path": "/home/cirros/id_rsa", "contents": "AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2kAAACCAX7P00UMJg/+U1+H510fMyoxRk1EG9OnbsdoYZt1XAWJkm8S9NSoDkIzLDtJ56EYq5T8XGnPRytkR3yvh/rf21u6H8/1h3m/3vl1eivh//911L5sd3AREjSWgA/d9sDQ5g6a44Zv5VnQeF2IWaG5b5qmHQOEzvrDoVEcj+vBUriSEQAAAEIAm3WsEwn6wsNz3KGIfP+9fKjbJTJDVjG9tvaHXgEMreAZj8BU7QTHeiCxfRa4fPHJwis3groaspH99clhEK/hsycAAABCAMHIMkSxbgBLNcwncB+ahxtDHNgxLWwrxwgDx0aWc+pM20wKwamqTOWc+93QcUcFaq/T+Rct+wkQAIBWjVo0Erbv"}], "networks": [{"fixed_ip": "10.10.10.11", "uuid": "f38e079b-1e4a-420e-ae02-d104bf625924"}], "config_drive": true}}' 2018-11-05 23:35:42,676 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a09dce8-b591-4a78-9514-014e20cc7ca8 x-compute-request-id: req-7a09dce8-b591-4a78-9514-014e20cc7ca8 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "235304bf-8c21-4a9d-8352-a98016579702", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "bookmark"}], "adminPass": "WYG5tZJA7yaa"}} 2018-11-05 23:35:42,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7a09dce8-b591-4a78-9514-014e20cc7ca8 2018-11-05 23:35:42,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:35:42,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff9f2991-c268-48ad-9d0c-320660f9a8d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:35:42,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ff9f2991-c268-48ad-9d0c-320660f9a8d0 2018-11-05 23:35:42,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:35:43,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:35:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["XxVJ2bpWT--bXFR7j1NDUg"], "issued_at": "2018-11-05T23:35:43.000000Z"}} 2018-11-05 23:35:43,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfcbeaea0ea20bc973ee566821a7be294ee3dd8" 2018-11-05 23:35:43,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-6f62ad8a-1345-49d1-a726-871fabeb3987 x-compute-request-id: req-6f62ad8a-1345-49d1-a726-871fabeb3987 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "235304bf-8c21-4a9d-8352-a98016579702", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:35:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-11-05T23:35:42Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:43,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 used request id req-6f62ad8a-1345-49d1-a726-871fabeb3987 2018-11-05 23:35:46,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfcbeaea0ea20bc973ee566821a7be294ee3dd8" 2018-11-05 23:35:47,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-13a2db89-b261-45a6-b13e-15e6bacf5152 x-compute-request-id: req-13a2db89-b261-45a6-b13e-15e6bacf5152 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "235304bf-8c21-4a9d-8352-a98016579702", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:35:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-05T23:35:42Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:47,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 used request id req-13a2db89-b261-45a6-b13e-15e6bacf5152 2018-11-05 23:35:50,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfcbeaea0ea20bc973ee566821a7be294ee3dd8" 2018-11-05 23:35:50,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-f2945cbe-281d-473a-bdfd-c3c4133f698c x-compute-request-id: req-f2945cbe-281d-473a-bdfd-c3c4133f698c Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e2:76", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": "2018-11-05T23:35:48.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "235304bf-8c21-4a9d-8352-a98016579702", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:48Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-05T23:35:42Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:50,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 used request id req-f2945cbe-281d-473a-bdfd-c3c4133f698c 2018-11-05 23:35:50,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" 2018-11-05 23:35:51,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-3e5fb5f5-3ca6-4115-acb6-2242f8307e0e x-compute-request-id: req-3e5fb5f5-3ca6-4115-acb6-2242f8307e0e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e2:76", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": "2018-11-05T23:35:48.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "235304bf-8c21-4a9d-8352-a98016579702", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:48Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-05T23:35:42Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:35:51,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702 used request id req-3e5fb5f5-3ca6-4115-acb6-2242f8307e0e 2018-11-05 23:35:51,580 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-11-05 23:35:51,580 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-11-05 23:35:51,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:35:53,052 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:35: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-32636035-f3df-4e19-a9ff-c0ac35b5feb2 x-compute-request-id: req-32636035-f3df-4e19-a9ff-c0ac35b5feb2 Content-Length: 0 Content-Type: application/json 2018-11-05 23:35:53,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action used request id req-32636035-f3df-4e19-a9ff-c0ac35b5feb2 2018-11-05 23:35:53,052 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-11-05 23:35:53,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-326500", "route_distinguishers": "111:111"}}' 2018-11-05 23:35:53,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-b6939578-de8b-409d-9041-96053466b150 Date: Mon, 05 Nov 2018 23:35:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "ce21cdc0-e4bc-4200-9df7-1ec382ed57ce", "name": "sdnvpn-1-326500", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:35:53,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-b6939578-de8b-409d-9041-96053466b150 2018-11-05 23:35:53,419 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-326500', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [u'55:55'], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'ce21cdc0-e4bc-4200-9df7-1ec382ed57ce'}} 2018-11-05 23:35:53,420 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-11-05 23:35:53,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ce21cdc0-e4bc-4200-9df7-1ec382ed57ce/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"network_association": {"network_id": "f38e079b-1e4a-420e-ae02-d104bf625924"}}' 2018-11-05 23:35:53,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3ec0dbbd-7338-41b5-8977-d6451ca9cd68 Date: Mon, 05 Nov 2018 23:35:53 GMT RESP BODY: {"network_association": {"network_id": "f38e079b-1e4a-420e-ae02-d104bf625924", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7556fae3-8631-4892-900b-1f994a4cb4d2"}} 2018-11-05 23:35:53,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ce21cdc0-e4bc-4200-9df7-1ec382ed57ce/network_associations used request id req-3ec0dbbd-7338-41b5-8977-d6451ca9cd68 2018-11-05 23:35:53,896 - sdnvpn_test_utils - INFO - Waiting for instance aa8c765d-3336-4dd7-9691-b81695210c9f to boot up 2018-11-05 23:35:53,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:35:54,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35: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-c6430cd0-42ba-4087-afa0-e5555c7824ac x-compute-request-id: req-c6430cd0-42ba-4087-afa0-e5555c7824ac Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:35:54,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-c6430cd0-42ba-4087-afa0-e5555c7824ac 2018-11-05 23:35:56,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:35:58,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2d86be4-5057-4fb2-975b-24eb418c6359 x-compute-request-id: req-e2d86be4-5057-4fb2-975b-24eb418c6359 Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:35:58,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-e2d86be4-5057-4fb2-975b-24eb418c6359 2018-11-05 23:36:00,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:01,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-23b2008e-df3a-4905-b52c-873fd48ca4b7 x-compute-request-id: req-23b2008e-df3a-4905-b52c-873fd48ca4b7 Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:01,156 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-23b2008e-df3a-4905-b52c-873fd48ca4b7 2018-11-05 23:36:03,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:04,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-4099a6d7-5e66-4e57-86f4-e8972f64a788 x-compute-request-id: req-4099a6d7-5e66-4e57-86f4-e8972f64a788 Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:04,243 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-4099a6d7-5e66-4e57-86f4-e8972f64a788 2018-11-05 23:36:06,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:07,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-ce31027b-ce7c-4849-89fd-5fce6cfb87ea x-compute-request-id: req-ce31027b-ce7c-4849-89fd-5fce6cfb87ea Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:07,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-ce31027b-ce7c-4849-89fd-5fce6cfb87ea 2018-11-05 23:36:09,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:10,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-258b8a9e-9170-4bde-8499-218c2fda1bcd x-compute-request-id: req-258b8a9e-9170-4bde-8499-218c2fda1bcd Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:10,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-258b8a9e-9170-4bde-8499-218c2fda1bcd 2018-11-05 23:36:12,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:13,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a83b2e9-0fbd-4e89-b06e-e764242ad6ad x-compute-request-id: req-5a83b2e9-0fbd-4e89-b06e-e764242ad6ad Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:13,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-5a83b2e9-0fbd-4e89-b06e-e764242ad6ad 2018-11-05 23:36:15,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:16,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-8fa19d2d-8e50-4505-8c23-700a3a39ad99 x-compute-request-id: req-8fa19d2d-8e50-4505-8c23-700a3a39ad99 Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:16,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-8fa19d2d-8e50-4505-8c23-700a3a39ad99 2018-11-05 23:36:18,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:19,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f7e775-6a84-46e1-b8df-3c811686d0ba x-compute-request-id: req-b9f7e775-6a84-46e1-b8df-3c811686d0ba Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:19,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-b9f7e775-6a84-46e1-b8df-3c811686d0ba 2018-11-05 23:36:21,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:22,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-9ed22fbe-b5c0-401c-88fa-3fa0f6c7e5de x-compute-request-id: req-9ed22fbe-b5c0-401c-88fa-3fa0f6c7e5de Content-Encoding: gzip Content-Length: 7880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:36:22,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-9ed22fbe-b5c0-401c-88fa-3fa0f6c7e5de 2018-11-05 23:36:24,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:25,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8441ff71-6f8a-4570-9cca-169fcacf447e x-compute-request-id: req-8441ff71-6f8a-4570-9cca-169fcacf447e Content-Encoding: gzip Content-Length: 8004 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-11-05 23:36:25,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-8441ff71-6f8a-4570-9cca-169fcacf447e 2018-11-05 23:36:27,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:29,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-8dccaa46-def0-4a40-9da9-21334cc64951 x-compute-request-id: req-8dccaa46-def0-4a40-9da9-21334cc64951 Content-Encoding: gzip Content-Length: 9567 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n"} 2018-11-05 23:36:29,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-8dccaa46-def0-4a40-9da9-21334cc64951 2018-11-05 23:36:31,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:32,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-f7494359-a8e4-4858-bb49-e715c907cf25 x-compute-request-id: req-f7494359-a8e4-4858-bb49-e715c907cf25 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:36:32,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-f7494359-a8e4-4858-bb49-e715c907cf25 2018-11-05 23:36:34,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:35,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-da111378-f9f0-4785-80e9-9ff7b5c40ac7 x-compute-request-id: req-da111378-f9f0-4785-80e9-9ff7b5c40ac7 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:36:35,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-da111378-f9f0-4785-80e9-9ff7b5c40ac7 2018-11-05 23:36:37,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:38,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-617d971c-3f22-4f1c-b2b1-43e05a8a1b78 x-compute-request-id: req-617d971c-3f22-4f1c-b2b1-43e05a8a1b78 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:36:38,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-617d971c-3f22-4f1c-b2b1-43e05a8a1b78 2018-11-05 23:36:40,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:41,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb0d4f80-5a0d-4a6d-a385-ce19d068c9a9 x-compute-request-id: req-cb0d4f80-5a0d-4a6d-a385-ce19d068c9a9 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:36:41,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-cb0d4f80-5a0d-4a6d-a385-ce19d068c9a9 2018-11-05 23:36:43,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:44,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-9941c81a-46c1-4f47-b236-fef6e38ca3c2 x-compute-request-id: req-9941c81a-46c1-4f47-b236-fef6e38ca3c2 Content-Encoding: gzip Content-Length: 10220 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:36:44,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-9941c81a-46c1-4f47-b236-fef6e38ca3c2 2018-11-05 23:36:46,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:47,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-0eaf4a37-6dc9-42ea-8ad3-6beb30262488 x-compute-request-id: req-0eaf4a37-6dc9-42ea-8ad3-6beb30262488 Content-Encoding: gzip Content-Length: 10220 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:36:47,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-0eaf4a37-6dc9-42ea-8ad3-6beb30262488 2018-11-05 23:36:49,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:50,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f714b52-3cc5-4566-a1cf-7c01bc62c2f8 x-compute-request-id: req-1f714b52-3cc5-4566-a1cf-7c01bc62c2f8 Content-Encoding: gzip Content-Length: 10220 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:36:50,685 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-1f714b52-3cc5-4566-a1cf-7c01bc62c2f8 2018-11-05 23:36:52,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:53,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e427efdd-0678-4391-9119-1750c4c605ee x-compute-request-id: req-e427efdd-0678-4391-9119-1750c4c605ee Content-Encoding: gzip Content-Length: 10220 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:36:53,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-e427efdd-0678-4391-9119-1750c4c605ee 2018-11-05 23:36:55,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:56,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-9c0a0a8c-cd9c-49c4-a599-b8fd7d69d2cf x-compute-request-id: req-9c0a0a8c-cd9c-49c4-a599-b8fd7d69d2cf Content-Encoding: gzip Content-Length: 10220 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:36:56,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-9c0a0a8c-cd9c-49c4-a599-b8fd7d69d2cf 2018-11-05 23:36:58,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:36:59,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:36: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-387d8db4-22c8-4b6d-9d3e-643c83d6e55e x-compute-request-id: req-387d8db4-22c8-4b6d-9d3e-643c83d6e55e Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:36:59,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-387d8db4-22c8-4b6d-9d3e-643c83d6e55e 2018-11-05 23:37:01,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:03,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96163936-189f-44ef-8c4b-2c0643dfe54f x-compute-request-id: req-96163936-189f-44ef-8c4b-2c0643dfe54f Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:37:03,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-96163936-189f-44ef-8c4b-2c0643dfe54f 2018-11-05 23:37:05,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:06,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37: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-c3d4779b-0805-417c-ac65-8a23e207e6e8 x-compute-request-id: req-c3d4779b-0805-417c-ac65-8a23e207e6e8 Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:37:06,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-c3d4779b-0805-417c-ac65-8a23e207e6e8 2018-11-05 23:37:08,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:09,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37: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-31d9dab8-6030-44fc-90d3-632eef98b19c x-compute-request-id: req-31d9dab8-6030-44fc-90d3-632eef98b19c Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:37:09,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-31d9dab8-6030-44fc-90d3-632eef98b19c 2018-11-05 23:37:11,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f49a3b89fa3a08f79c310c160ed4b15eb844ee9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:12,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fbf063f-e7de-4cfa-8aed-fff05fa8cdda x-compute-request-id: req-1fbf063f-e7de-4cfa-8aed-fff05fa8cdda Content-Encoding: gzip Content-Length: 11153 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 587624151 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.126264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127863] pid_max: default: 32768 minimum: 301\n[ 0.128727] ACPI: Core revision 20150930\n[ 0.130087] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131351] Security Framework initialized\n[ 0.132137] Yama: becoming mindful.\n[ 0.132837] AppArmor: AppArmor initialized\n[ 0.133678] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.134966] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138693] Initializing cgroup subsys io\n[ 0.139482] Initializing cgroup subsys memory\n[ 0.140314] Initializing cgroup subsys devices\n[ 0.141153] Initializing cgroup subsys freezer\n[ 0.142001] Initializing cgroup subsys net_cls\n[ 0.142835] Initializing cgroup subsys perf_event\n[ 0.143720] Initializing cgroup subsys net_prio\n[ 0.144571] Initializing cgroup subsys hugetlb\n[ 0.145414] Initializing cgroup subsys pids\n[ 0.146260] CPU: Physical Processor ID: 0\n[ 0.147714] mce: CPU supports 10 MCE banks\n[ 0.148531] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166828] ftrace: allocating 31920 entries in 125 pages\n[ 0.193071] smpboot: Max logical packages: 1\n[ 0.193911] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195225] x2apic enabled\n[ 0.196014] Switched APIC routing to physical x2apic.\n[ 0.197740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200762] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202501] KVM setup paravirtual spinlock\n[ 0.203767] x86: Booted up 1 node, 1 CPUs\n[ 0.204554] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205905] devtmpfs: initialized\n[ 0.207603] evm: security.selinux\n[ 0.208289] evm: security.SMACK64\n[ 0.208956] evm: security.SMACK64EXEC\n[ 0.209680] evm: security.SMACK64TRANSMUTE\n[ 0.210463] evm: security.SMACK64MMAP\n[ 0.211183] evm: security.ima\n[ 0.211807] evm: security.capability\n[ 0.212591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214383] pinctrl core: initialized pinctrl subsystem\n[ 0.215442] RTC time: 23:35:24, date: 11/05/18\n[ 0.216376] NET: Registered protocol family 16\n[ 0.217322] cpuidle: using governor ladder\n[ 0.218115] cpuidle: using governor menu\n[ 0.218874] PCCT header not found.\n[ 0.219601] ACPI: bus type PCI registered\n[ 0.220382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221584] PCI: Using configuration type 1 for base access\n[ 0.223311] ACPI: Added _OSI(Module Device)\n[ 0.224127] ACPI: Added _OSI(Processor Device)\n[ 0.224961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225833] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227895] ACPI: Interpreter enabled\n[ 0.228645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235784] ACPI: (supports S0 S5)\n[ 0.236467] ACPI: Using IOAPIC for interrupt routing\n[ 0.237381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242865] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246174] acpiphp: Slot [3] registered\n[ 0.246951] acpiphp: Slot [4] registered\n[ 0.247729] acpiphp: Slot [5] registered\n[ 0.248513] acpiphp: Slot [6] registered\n[ 0.249291] acpiphp: Slot [7] registered\n[ 0.250065] acpiphp: Slot [8] registered\n[ 0.250836] acpiphp: Slot [9] registered\n[ 0.251613] acpiphp: Slot [10] registered\n[ 0.252399] acpiphp: Slot [11] registered\n[ 0.253190] acpiphp: Slot [12] registered\n[ 0.253985] acpiphp: Slot [13] registered\n[ 0.254766] acpiphp: Slot [14] registered\n[ 0.255554] acpiphp: Slot [15] registered\n[ 0.266274] acpiphp: Slot [16] registered\n[ 0.267064] acpiphp: Slot [17] registered\n[ 0.267847] acpiphp: Slot [18] registered\n[ 0.268630] acpiphp: Slot [19] registered\n[ 0.269415] acpiphp: Slot [20] registered\n[ 0.270201] acpiphp: Slot [21] registered\n[ 0.270990] acpiphp: Slot [22] registered\n[ 0.271772] acpiphp: Slot [23] registered\n[ 0.272558] acpiphp: Slot [24] registered\n[ 0.273343] acpiphp: Slot [25] registered\n[ 0.274126] acpiphp: Slot [26] registered\n[ 0.274906] acpiphp: Slot [27] registered\n[ 0.275699] acpiphp: Slot [28] registered\n[ 0.276487] acpiphp: Slot [29] registered\n[ 0.277271] acpiphp: Slot [30] registered\n[ 0.278056] acpiphp: Slot [31] registered\n[ 0.278833] PCI host bridge to bus 0000:00\n[ 0.279618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294473] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355840] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357208] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358445] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359826] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362365] vgaarb: loaded\n[ 0.362952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364069] SCSI subsystem initialized\n[ 0.364865] ACPI: bus type USB registered\n[ 0.365661] usbcore: registered new interface driver usbfs\n[ 0.366661] usbcore: registered new interface driver hub\n[ 0.367641] usbcore: registered new device driver usb\n[ 0.368670] PCI: Using ACPI for IRQ routing\n[ 0.369673] NetLabel: Initializing\n[ 0.370372] NetLabel: domain hash size = 128\n[ 0.371205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372135] NetLabel: unlabeled traffic allowed by default\n[ 0.373200] clocksource: Switched to clocksource kvm-clock\n[ 0.378734] AppArmor: AppArmor Filesystem Enabled\n[ 0.379827] pnp: PnP ACPI init\n[ 0.380724] pnp: PnP ACPI: found 5 devices\n[ 0.387077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388734] NET: Registered protocol family 2\n[ 0.389668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390901] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395323] NET: Registered protocol family 1\n[ 0.396165] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398434] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412505] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426696] Trying to unpack rootfs image as initramfs...\n[ 0.476970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490720] Scanning for low memory corruption every 60 seconds\n[ 0.492070] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493188] audit: initializing netlink subsys (disabled)\n[ 0.494189] audit: type=2000 audit(1541460925.121:1): initialized\n[ 0.495455] Initialise system trusted keyring\n[ 0.496356] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497489] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499410] zbud: loaded\n[ 0.500094] VFS: Disk quotas dquot_6.6.0\n[ 0.500883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502368] fuse init (API version 7.23)\n[ 0.503230] Key type big_key registered\n[ 0.504006] Allocating IMA MOK and blacklist keyrings.\n[ 0.505468] Key type asymmetric registered\n[ 0.506267] Asymmetric key parser 'x509' registered\n[ 0.507189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508604] io scheduler noop registered\n[ 0.509384] io scheduler deadline registered (default)\n[ 0.510597] io scheduler cfq registered\n[ 0.511562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516003] ACPI: Power Button [PWRF]\n[ 0.516953] GHES: HEST is not enabled!\n[ 0.530873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587673] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590048] Linux agpgart interface v0.103\n[ 0.592216] brd: module loaded\n[ 0.593505] loop: module loaded\n[ 0.598066] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599773] GPT:90111 != 2097151\n[ 0.600563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601866] GPT:90111 != 2097151\n[ 0.602664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603805] vda: vda1 vda15\n[ 0.605366] scsi host0: ata_piix\n[ 0.606216] scsi host1: ata_piix\n[ 0.607044] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610174] libphy: Fixed MDIO Bus: probed\n[ 0.611132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614597] PPP generic driver version 2.4.2\n[ 0.615741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617153] ehci-pci: EHCI PCI platform driver\n[ 0.618182] ehci-platform: EHCI generic platform driver\n[ 0.619355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620714] ohci-pci: OHCI PCI platform driver\n[ 0.621750] ohci-platform: OHCI generic platform driver\n[ 0.622926] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641551] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645197] usb usb1: Product: UHCI Host Controller\n[ 0.646114] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648238] hub 1-0:1.0: USB hub found\n[ 0.648996] hub 1-0:1.0: 2 ports detected\n[ 0.649876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653867] mousedev: PS/2 mouse device common for all mice\n[ 0.655085] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656876] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660276] i2c /dev entries driver\n[ 0.661023] device-mapper: uevent: version 1.0.3\n[ 0.661944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664810] NET: Registered protocol family 10\n[ 0.665966] NET: Registered protocol family 17\n[ 0.667015] Key type dns_resolver registered\n[ 0.668089] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671446] registered taskstats version 1\n[ 0.672422] Loading compiled-in X.509 certificates\n[ 0.674045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676242] zswap: loaded using pool lzo/zbud\n[ 0.677773] Key type trusted registered\n[ 0.679460] Key type encrypted registered\n[ 0.680438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681664] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682893] evm: HMAC attrs: 0x1\n[ 0.683937] Magic number: 10:875:604\n[ 0.684928] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:25 UTC (1541460925)\n[ 0.686803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688148] EDD information not available.\n[ 0.765729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767368] ata1.00: configured for MWDMA2\n[ 0.768705] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781399] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782871] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784300] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787812] Write protecting the kernel read-only data: 14336k\n[ 0.789350] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.00\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.206068] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDrUeEudq2vJuDnryx+lMKoeG2jF9Nn0oCHbuJLRNe6drBnEsaR1F+oJZFYPH3HXttNumHDgpqyZOssFXZrh5oOG+r1hTpxfvWJvzS7IkIm4Wr7jNwmYNI39hAlcUk/SCMI9BIFIDH3Clz0osWKpzXNunVJlDeaPHr9riWOd7FLail2f2Z4p2hpCmZHeLh4iM52Q06hSCipSk1dEBo6Qfh74pP6iyQbk8dtF04T1YAlqj5p2W9b4t7czhVnuH0zYCUmBppjXhEI0ljrRO9rjxGPodqefP97V9I1+CzX9vtQBVmefqVRcB3Pc4rgqlu92dypX5o43BAzTc8torCLowj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKOWaRwRE8h7OGVYcDIkgYOSPL0B+TN/F3T/ediOkMyRdGlXpC+Ylt/YpvUn2i6SLMQtEq8cfcE9EDqZwdINhNv/3sIrrnHFo5ckhSJGRrBYh/aXXYItlTaK6cPEaE15mNCFUuvk/WNHAUXB5MNjP3BByxTbP4bK7tmFKmRem7whAAAAFQDypLFtBHsCxxt3VA3TbOI1HAsIWwAAAIEAjTTOWAgmGjkwJqsekAC967/Y0twUOaRFecG/4a4QU07M4F5ya+cOqKJauFQYdrD2m9b78wAp4riGpd+W3Y9z1Rm1ugoZJ14sdYkKtvVyhv7vGaknW/u4svF1Mg3DzG/vTm3LzaDkfvS52xiPWPdpX/DyWtLvhjLVZF8fMCZJUfwAAACBAJ+KL1X3UZAb8fDT2TLOTelSSKCd5/Gc9K8hSJBpXV18Ef/5VA7I3lsLiCDz5i9VDO/DVVPE8yXVuP+OZ/bSBti1doQv0FHgl4LxqXhfwY36x3pxJle8HmjIAUPImPsI91Ljt3c+uBpRvhJ6cQTpB8+rriWeIGXDX6aFLFXdfu/Y root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe40:7662/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: aa8c765d-3336-4dd7-9691-b81695210c9f\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.72 ===\n/dev/root resized successfully [took 1.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:76:62 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:7662/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:152 errors:0 dropped:16 overruns:0 frame:0\n TX packets:92 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271472 (265.1 KiB) TX bytes:12571 (12.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.121689] usb 1-1: SerialNumber: 42\n[ 1.161348] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.185424] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.206068] random: dd urandom read with 13 bits of entropy available\n[ 1.249518] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.251272] ISO 9660 Extensions: RRIP_1991A\n[ 1.489282] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.489284] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 61.826552] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 62.129953] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:37:07 cirros authpriv.info dropbear[646]: Exit (cirros): Exited normally\nNov 5 23:37:08 cirros authpriv.info dropbear[649]: Child connection from 10.10.10.11:50982\nNov 5 23:37:08 cirros authpriv.notice dropbear[649]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50982\nNov 5 23:37:08 cirros authpriv.info dropbear[649]: Exit (cirros): Exited normally\nNov 5 23:37:08 cirros authpriv.info dropbear[652]: Child connection from 10.10.10.11:50984\nNov 5 23:37:08 cirros authpriv.notice dropbear[652]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50984\nNov 5 23:37:08 cirros authpriv.info dropbear[652]: Exit (cirros): Exited normally\nNov 5 23:37:09 cirros authpriv.info dropbear[655]: Child connection from 10.10.10.11:50986\nNov 5 23:37:09 cirros authpriv.notice dropbear[655]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50986\nNov 5 23:37:09 cirros authpriv.info dropbear[655]: Exit (cirros): Exited normally\nNov 5 23:37:09 cirros authpriv.info dropbear[658]: Child connection from 10.10.10.11:50988\nNov 5 23:37:09 cirros authpriv.notice dropbear[658]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50988\nNov 5 23:37:09 cirros authpriv.info dropbear[658]: Exit (cirros): Exited normally\nNov 5 23:37:10 cirros authpriv.info dropbear[661]: Child connection from 10.10.10.11:50990\nNov 5 23:37:10 cirros authpriv.notice dropbear[661]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50990\nNov 5 23:37:10 cirros authpriv.info dropbear[661]: Exit (cirros): Exited normally\nNov 5 23:37:10 cirros authpriv.info dropbear[664]: Child connection from 10.10.10.11:50992\nNov 5 23:37:10 cirros authpriv.notice dropbear[664]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50992\nNov 5 23:37:10 cirros authpriv.info dropbear[664]: Exit (cirros): Exited normally\nNov 5 23:37:11 cirros authpriv.info dropbear[667]: Child connection from 10.10.10.11:50994\nNov 5 23:37:11 cirros authpriv.notice dropbear[667]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50994\nNov 5 23:37:11 cirros authpriv.info dropbear[667]: Exit (cirros): Exited normally\nNov 5 23:37:11 cirros authpriv.info dropbear[670]: Child connection from 10.10.10.11:50996\nNov 5 23:37:11 cirros authpriv.notice dropbear[670]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50996\nNov 5 23:37:11 cirros authpriv.info dropbear[670]: Exit (cirros): Exited normally\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-2-2 login: "} 2018-11-05 23:37:12,324 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-1fbf063f-e7de-4cfa-8aed-fff05fa8cdda 2018-11-05 23:37:14,361 - sdnvpn_test_utils - INFO - Waiting for instance 235304bf-8c21-4a9d-8352-a98016579702 to boot up 2018-11-05 23:37:14,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:15,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37: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-6dd2b5b1-eb23-4fd1-820e-8b7fa36fa074 x-compute-request-id: req-6dd2b5b1-eb23-4fd1-820e-8b7fa36fa074 Content-Encoding: gzip Content-Length: 8145 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 592185430 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.151734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153322] pid_max: default: 32768 minimum: 301\n[ 0.154202] ACPI: Core revision 20150930\n[ 0.155568] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156860] Security Framework initialized\n[ 0.157640] Yama: becoming mindful.\n[ 0.158338] AppArmor: AppArmor initialized\n[ 0.159188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160491] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164216] Initializing cgroup subsys io\n[ 0.165005] Initializing cgroup subsys memory\n[ 0.166066] Initializing cgroup subsys devices\n[ 0.167169] Initializing cgroup subsys freezer\n[ 0.168256] Initializing cgroup subsys net_cls\n[ 0.169342] Initializing cgroup subsys perf_event\n[ 0.170520] Initializing cgroup subsys net_prio\n[ 0.171646] Initializing cgroup subsys hugetlb\n[ 0.172716] Initializing cgroup subsys pids\n[ 0.173787] CPU: Physical Processor ID: 0\n[ 0.175518] mce: CPU supports 10 MCE banks\n[ 0.176574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177834] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189492] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196276] ftrace: allocating 31920 entries in 125 pages\n[ 0.223169] smpboot: Max logical packages: 1\n[ 0.224266] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226006] x2apic enabled\n[ 0.226987] Switched APIC routing to physical x2apic.\n[ 0.229026] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230506] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235361] KVM setup paravirtual spinlock\n[ 0.236909] x86: Booted up 1 node, 1 CPUs\n[ 0.237935] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239694] devtmpfs: initialized\n[ 0.241561] evm: security.selinux\n[ 0.242417] evm: security.SMACK64\n[ 0.243239] evm: security.SMACK64EXEC\n[ 0.244177] evm: security.SMACK64TRANSMUTE\n[ 0.245198] evm: security.SMACK64MMAP\n[ 0.246137] evm: security.ima\n[ 0.246940] evm: security.capability\n[ 0.247929] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250298] pinctrl core: initialized pinctrl subsystem\n[ 0.251671] RTC time: 23:35:48, date: 11/05/18\n[ 0.252872] NET: Registered protocol family 16\n[ 0.254074] cpuidle: using governor ladder\n[ 0.255113] cpuidle: using governor menu\n[ 0.256128] PCCT header not found.\n[ 0.257079] ACPI: bus type PCI registered\n[ 0.258102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259694] PCI: Using configuration type 1 for base access\n[ 0.261766] ACPI: Added _OSI(Module Device)\n[ 0.262825] ACPI: Added _OSI(Processor Device)\n[ 0.263926] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265082] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267544] ACPI: Interpreter enabled\n[ 0.268535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278145] ACPI: (supports S0 S5)\n[ 0.279045] ACPI: Using IOAPIC for interrupt routing\n[ 0.280269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283868] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286948] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288494] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291318] acpiphp: Slot [3] registered\n[ 0.292297] acpiphp: Slot [4] registered\n[ 0.293268] acpiphp: Slot [5] registered\n[ 0.294303] acpiphp: Slot [6] registered\n[ 0.295313] acpiphp: Slot [7] registered\n[ 0.296308] acpiphp: Slot [8] registered\n[ 0.297319] acpiphp: Slot [9] registered\n[ 0.298359] acpiphp: Slot [10] registered\n[ 0.299343] acpiphp: Slot [11] registered\n[ 0.300360] acpiphp: Slot [12] registered\n[ 0.301388] acpiphp: Slot [13] registered\n[ 0.302382] acpiphp: Slot [14] registered\n[ 0.303423] acpiphp: Slot [15] registered\n[ 0.314650] acpiphp: Slot [16] registered\n[ 0.315674] acpiphp: Slot [17] registered\n[ 0.316735] acpiphp: Slot [18] registered\n[ 0.317776] acpiphp: Slot [19] registered\n[ 0.318839] acpiphp: Slot [20] registered\n[ 0.319913] acpiphp: Slot [21] registered\n[ 0.320964] acpiphp: Slot [22] registered\n[ 0.322007] acpiphp: Slot [23] registered\n[ 0.323046] acpiphp: Slot [24] registered\n[ 0.324042] acpiphp: Slot [25] registered\n[ 0.325023] acpiphp: Slot [26] registered\n[ 0.326015] acpiphp: Slot [27] registered\n[ 0.327062] acpiphp: Slot [28] registered\n[ 0.327871] acpiphp: Slot [29] registered\n[ 0.328663] acpiphp: Slot [30] registered\n[ 0.329459] acpiphp: Slot [31] registered\n[ 0.330248] PCI host bridge to bus 0000:00\n[ 0.331043] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334852] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336280] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342459] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343711] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346116] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.352646] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354051] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400738] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402192] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404977] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406347] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407577] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409804] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411345] vgaarb: loaded\n[ 0.411935] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413056] SCSI subsystem initialized\n[ 0.413856] ACPI: bus type USB registered\n[ 0.414651] usbcore: registered new interface driver usbfs\n[ 0.415666] usbcore: registered new interface driver hub\n[ 0.416658] usbcore: registered new device driver usb\n[ 0.417693] PCI: Using ACPI for IRQ routing\n[ 0.418702] NetLabel: Initializing\n[ 0.419417] NetLabel: domain hash size = 128\n[ 0.420248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421221] NetLabel: unlabeled traffic allowed by default\n[ 0.422301] clocksource: Switched to clocksource kvm-clock\n[ 0.427798] AppArmor: AppArmor Filesystem Enabled\n[ 0.428809] pnp: PnP ACPI init\n[ 0.429714] pnp: PnP ACPI: found 5 devices\n[ 0.436069] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.437738] NET: Registered protocol family 2\n[ 0.438683] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441071] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.442209] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.443262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444417] NET: Registered protocol family 1\n[ 0.445258] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447395] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461396] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.475802] Trying to unpack rootfs image as initramfs...\n[ 0.526674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.540740] Scanning for low memory corruption every 60 seconds\n[ 0.542038] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.543171] audit: initializing netlink subsys (disabled)\n[ 0.544179] audit: type=2000 audit(1541460949.517:1): initialized\n[ 0.545470] Initialise system trusted keyring\n[ 0.546383] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.547527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.549456] zbud: loaded\n[ 0.550145] VFS: Disk quotas dquot_6.6.0\n[ 0.553283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554800] fuse init (API version 7.23)\n[ 0.555668] Key type big_key registered\n[ 0.556459] Allocating IMA MOK and blacklist keyrings.\n[ 0.557918] Key type asymmetric registered\n[ 0.558733] Asymmetric key parser 'x509' registered\n[ 0.559669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.561117] io scheduler noop registered\n[ 0.561891] io scheduler deadline registered (default)\n[ 0.562876] io scheduler cfq registered\n[ 0.563700] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567397] ACPI: Power Button [PWRF]\n[ 0.568224] GHES: HEST is not enabled!\n[ 0.581921] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613636] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640635] Linux agpgart interface v0.103\n[ 0.642645] brd: module loaded\n[ 0.643781] loop: module loaded\n[ 0.648730] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650171] GPT:90111 != 2097151\n[ 0.650850] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651918] GPT:90111 != 2097151\n[ 0.652573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653508] vda: vda1 vda15\n[ 0.654899] scsi host0: ata_piix\n[ 0.655619] scsi host1: ata_piix\n[ 0.656309] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657503] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658920] libphy: Fixed MDIO Bus: probed\n[ 0.659716] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.662729] PPP generic driver version 2.4.2\n[ 0.663588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664735] ehci-pci: EHCI PCI platform driver\n[ 0.665585] ehci-platform: EHCI generic platform driver\n[ 0.666547] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668472] ohci-platform: OHCI generic platform driver\n[ 0.669420] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683693] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686062] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689333] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690711] usb usb1: Product: UHCI Host Controller\n[ 0.691620] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692721] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693641] hub 1-0:1.0: USB hub found\n[ 0.694406] hub 1-0:1.0: 2 ports detected\n[ 0.695290] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698281] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699290] mousedev: PS/2 mouse device common for all mice\n[ 0.700498] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704513] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705663] i2c /dev entries driver\n[ 0.706409] device-mapper: uevent: version 1.0.3\n[ 0.707320] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708904] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710134] NET: Registered protocol family 10\n[ 0.711125] NET: Registered protocol family 17\n[ 0.711989] Key type dns_resolver registered\n[ 0.712891] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713952] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715651] registered taskstats version 1\n[ 0.716471] Loading compiled-in X.509 certificates\n[ 0.717873] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719677] zswap: loaded using pool lzo/zbud\n[ 0.721034] Key type trusted registered\n[ 0.722581] Key type encrypted registered\n[ 0.723392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724372] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725372] evm: HMAC attrs: 0x1\n[ 0.726275] Magic number: 10:875:604\n[ 0.727125] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:49 UTC (1541460949)\n[ 0.728668] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729743] EDD information not available.\n[ 0.814973] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816377] ata1.00: configured for MWDMA2\n[ 0.817544] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829893] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.831099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832311] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835647] Write protecting the kernel read-only data: 14336k\n[ 0.837173] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.08\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.314600] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.74s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-11-05 23:37:15,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action used request id req-6dd2b5b1-eb23-4fd1-820e-8b7fa36fa074 2018-11-05 23:37:17,442 - sdnvpn_test_utils - INFO - Waiting for instance e4cc998c-874d-453f-8d11-97ecefcb2b39 to boot up 2018-11-05 23:37:17,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:18,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37: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-77c7175b-0b97-495a-9916-09da1df48084 x-compute-request-id: req-77c7175b-0b97-495a-9916-09da1df48084 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 538241464 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.129542] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131192] pid_max: default: 32768 minimum: 301\n[ 0.132078] ACPI: Core revision 20150930\n[ 0.133458] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134759] Security Framework initialized\n[ 0.135577] Yama: becoming mindful.\n[ 0.136303] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139756] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140962] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142349] Initializing cgroup subsys io\n[ 0.143159] Initializing cgroup subsys memory\n[ 0.144008] Initializing cgroup subsys devices\n[ 0.144889] Initializing cgroup subsys freezer\n[ 0.145751] Initializing cgroup subsys net_cls\n[ 0.146614] Initializing cgroup subsys perf_event\n[ 0.147515] Initializing cgroup subsys net_prio\n[ 0.148390] Initializing cgroup subsys hugetlb\n[ 0.149255] Initializing cgroup subsys pids\n[ 0.150121] CPU: Physical Processor ID: 0\n[ 0.151623] mce: CPU supports 10 MCE banks\n[ 0.152467] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153464] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165374] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171778] ftrace: allocating 31920 entries in 125 pages\n[ 0.198727] smpboot: Max logical packages: 1\n[ 0.199598] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200950] x2apic enabled\n[ 0.201753] Switched APIC routing to physical x2apic.\n[ 0.203496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204641] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206617] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208387] KVM setup paravirtual spinlock\n[ 0.209733] x86: Booted up 1 node, 1 CPUs\n[ 0.210538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211920] devtmpfs: initialized\n[ 0.213666] evm: security.selinux\n[ 0.214365] evm: security.SMACK64\n[ 0.215047] evm: security.SMACK64EXEC\n[ 0.215791] evm: security.SMACK64TRANSMUTE\n[ 0.216597] evm: security.SMACK64MMAP\n[ 0.217339] evm: security.ima\n[ 0.217973] evm: security.capability\n[ 0.218778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220630] pinctrl core: initialized pinctrl subsystem\n[ 0.221735] RTC time: 23:35:36, date: 11/05/18\n[ 0.222700] NET: Registered protocol family 16\n[ 0.223671] cpuidle: using governor ladder\n[ 0.224498] cpuidle: using governor menu\n[ 0.225283] PCCT header not found.\n[ 0.226036] ACPI: bus type PCI registered\n[ 0.226839] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228071] PCI: Using configuration type 1 for base access\n[ 0.229827] ACPI: Added _OSI(Module Device)\n[ 0.230675] ACPI: Added _OSI(Processor Device)\n[ 0.231535] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234591] ACPI: Interpreter enabled\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242740] ACPI: (supports S0 S5)\n[ 0.243445] ACPI: Using IOAPIC for interrupt routing\n[ 0.244504] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248728] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249955] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253373] acpiphp: Slot [3] registered\n[ 0.254176] acpiphp: Slot [4] registered\n[ 0.254979] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256584] acpiphp: Slot [7] registered\n[ 0.257399] acpiphp: Slot [8] registered\n[ 0.258201] acpiphp: Slot [9] registered\n[ 0.258992] acpiphp: Slot [10] registered\n[ 0.259807] acpiphp: Slot [11] registered\n[ 0.260620] acpiphp: Slot [12] registered\n[ 0.261441] acpiphp: Slot [13] registered\n[ 0.262247] acpiphp: Slot [14] registered\n[ 0.263059] acpiphp: Slot [15] registered\n[ 0.273867] acpiphp: Slot [16] registered\n[ 0.274692] acpiphp: Slot [17] registered\n[ 0.275511] acpiphp: Slot [18] registered\n[ 0.276318] acpiphp: Slot [19] registered\n[ 0.277123] acpiphp: Slot [20] registered\n[ 0.277933] acpiphp: Slot [21] registered\n[ 0.278742] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280354] acpiphp: Slot [24] registered\n[ 0.281160] acpiphp: Slot [25] registered\n[ 0.281969] acpiphp: Slot [26] registered\n[ 0.282777] acpiphp: Slot [27] registered\n[ 0.283585] acpiphp: Slot [28] registered\n[ 0.284393] acpiphp: Slot [29] registered\n[ 0.285198] acpiphp: Slot [30] registered\n[ 0.286007] acpiphp: Slot [31] registered\n[ 0.286821] PCI host bridge to bus 0000:00\n[ 0.287630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291494] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292936] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302941] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309228] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356807] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358284] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359677] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361076] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364198] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365345] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366384] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367906] vgaarb: loaded\n[ 0.368542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369774] SCSI subsystem initialized\n[ 0.370694] ACPI: bus type USB registered\n[ 0.371617] usbcore: registered new interface driver usbfs\n[ 0.372791] usbcore: registered new interface driver hub\n[ 0.373949] usbcore: registered new device driver usb\n[ 0.375154] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377095] NetLabel: domain hash size = 128\n[ 0.378077] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379216] NetLabel: unlabeled traffic allowed by default\n[ 0.380494] clocksource: Switched to clocksource kvm-clock\n[ 0.386265] AppArmor: AppArmor Filesystem Enabled\n[ 0.387319] pnp: PnP ACPI init\n[ 0.388287] pnp: PnP ACPI: found 5 devices\n[ 0.394743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396744] NET: Registered protocol family 2\n[ 0.397849] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402211] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403525] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404891] NET: Registered protocol family 1\n[ 0.405901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407194] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408466] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437344] Trying to unpack rootfs image as initramfs...\n[ 0.488852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502966] Scanning for low memory corruption every 60 seconds\n[ 0.504456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505797] audit: initializing netlink subsys (disabled)\n[ 0.506982] audit: type=2000 audit(1541460937.362:1): initialized\n[ 0.508484] Initialise system trusted keyring\n[ 0.509575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510922] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513072] zbud: loaded\n[ 0.513845] VFS: Disk quotas dquot_6.6.0\n[ 0.514779] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516454] fuse init (API version 7.23)\n[ 0.517475] Key type big_key registered\n[ 0.518396] Allocating IMA MOK and blacklist keyrings.\n[ 0.519997] Key type asymmetric registered\n[ 0.520927] Asymmetric key parser 'x509' registered\n[ 0.522009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523675] io scheduler noop registered\n[ 0.524576] io scheduler deadline registered (default)\n[ 0.525732] io scheduler cfq registered\n[ 0.526665] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527869] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529348] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531001] ACPI: Power Button [PWRF]\n[ 0.531948] GHES: HEST is not enabled!\n[ 0.547097] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577427] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580343] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606172] Linux agpgart interface v0.103\n[ 0.608248] brd: module loaded\n[ 0.609523] loop: module loaded\n[ 0.613660] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615200] GPT:90111 != 2097151\n[ 0.615907] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617105] GPT:90111 != 2097151\n[ 0.617841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618869] vda: vda1 vda15\n[ 0.620287] scsi host0: ata_piix\n[ 0.621085] scsi host1: ata_piix\n[ 0.621835] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623122] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624666] libphy: Fixed MDIO Bus: probed\n[ 0.625551] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628771] PPP generic driver version 2.4.2\n[ 0.629734] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630917] ehci-pci: EHCI PCI platform driver\n[ 0.631736] ehci-platform: EHCI generic platform driver\n[ 0.632720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633837] ohci-pci: OHCI PCI platform driver\n[ 0.634700] ohci-platform: OHCI generic platform driver\n[ 0.635677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649987] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652422] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654560] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655772] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657181] usb usb1: Product: UHCI Host Controller\n[ 0.658101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659234] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660216] hub 1-0:1.0: USB hub found\n[ 0.660988] hub 1-0:1.0: 2 ports detected\n[ 0.661886] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663994] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664954] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665978] mousedev: PS/2 mouse device common for all mice\n[ 0.667215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669039] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670129] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671306] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672480] i2c /dev entries driver\n[ 0.673244] device-mapper: uevent: version 1.0.3\n[ 0.674178] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677047] NET: Registered protocol family 10\n[ 0.678015] NET: Registered protocol family 17\n[ 0.678886] Key type dns_resolver registered\n[ 0.679796] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680880] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682601] registered taskstats version 1\n[ 0.683427] Loading compiled-in X.509 certificates\n[ 0.684862] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686693] zswap: loaded using pool lzo/zbud\n[ 0.688033] Key type trusted registered\n[ 0.689586] Key type encrypted registered\n[ 0.690419] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692458] evm: HMAC attrs: 0x1\n[ 0.693751] Magic number: 10:875:604\n[ 0.694596] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:37 UTC (1541460937)\n[ 0.696173] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697286] EDD information not available.\n[ 0.781169] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782622] ata1.00: configured for MWDMA2\n[ 0.783813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797365] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798611] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800472] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802016] Write protecting the kernel read-only data: 14336k\n[ 0.803590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805407] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.06\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.262025] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.03s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-11-05 23:37:18,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action used request id req-77c7175b-0b97-495a-9916-09da1df48084 2018-11-05 23:37:20,518 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:37:50,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:51,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37: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-b697b392-5956-434e-9e53-13b447ad4bd7 x-compute-request-id: req-b697b392-5956-434e-9e53-13b447ad4bd7 Content-Encoding: gzip Content-Length: 8159 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 592185430 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.151734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153322] pid_max: default: 32768 minimum: 301\n[ 0.154202] ACPI: Core revision 20150930\n[ 0.155568] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156860] Security Framework initialized\n[ 0.157640] Yama: becoming mindful.\n[ 0.158338] AppArmor: AppArmor initialized\n[ 0.159188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160491] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164216] Initializing cgroup subsys io\n[ 0.165005] Initializing cgroup subsys memory\n[ 0.166066] Initializing cgroup subsys devices\n[ 0.167169] Initializing cgroup subsys freezer\n[ 0.168256] Initializing cgroup subsys net_cls\n[ 0.169342] Initializing cgroup subsys perf_event\n[ 0.170520] Initializing cgroup subsys net_prio\n[ 0.171646] Initializing cgroup subsys hugetlb\n[ 0.172716] Initializing cgroup subsys pids\n[ 0.173787] CPU: Physical Processor ID: 0\n[ 0.175518] mce: CPU supports 10 MCE banks\n[ 0.176574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177834] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189492] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196276] ftrace: allocating 31920 entries in 125 pages\n[ 0.223169] smpboot: Max logical packages: 1\n[ 0.224266] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226006] x2apic enabled\n[ 0.226987] Switched APIC routing to physical x2apic.\n[ 0.229026] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230506] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235361] KVM setup paravirtual spinlock\n[ 0.236909] x86: Booted up 1 node, 1 CPUs\n[ 0.237935] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239694] devtmpfs: initialized\n[ 0.241561] evm: security.selinux\n[ 0.242417] evm: security.SMACK64\n[ 0.243239] evm: security.SMACK64EXEC\n[ 0.244177] evm: security.SMACK64TRANSMUTE\n[ 0.245198] evm: security.SMACK64MMAP\n[ 0.246137] evm: security.ima\n[ 0.246940] evm: security.capability\n[ 0.247929] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250298] pinctrl core: initialized pinctrl subsystem\n[ 0.251671] RTC time: 23:35:48, date: 11/05/18\n[ 0.252872] NET: Registered protocol family 16\n[ 0.254074] cpuidle: using governor ladder\n[ 0.255113] cpuidle: using governor menu\n[ 0.256128] PCCT header not found.\n[ 0.257079] ACPI: bus type PCI registered\n[ 0.258102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259694] PCI: Using configuration type 1 for base access\n[ 0.261766] ACPI: Added _OSI(Module Device)\n[ 0.262825] ACPI: Added _OSI(Processor Device)\n[ 0.263926] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265082] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267544] ACPI: Interpreter enabled\n[ 0.268535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278145] ACPI: (supports S0 S5)\n[ 0.279045] ACPI: Using IOAPIC for interrupt routing\n[ 0.280269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283868] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286948] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288494] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291318] acpiphp: Slot [3] registered\n[ 0.292297] acpiphp: Slot [4] registered\n[ 0.293268] acpiphp: Slot [5] registered\n[ 0.294303] acpiphp: Slot [6] registered\n[ 0.295313] acpiphp: Slot [7] registered\n[ 0.296308] acpiphp: Slot [8] registered\n[ 0.297319] acpiphp: Slot [9] registered\n[ 0.298359] acpiphp: Slot [10] registered\n[ 0.299343] acpiphp: Slot [11] registered\n[ 0.300360] acpiphp: Slot [12] registered\n[ 0.301388] acpiphp: Slot [13] registered\n[ 0.302382] acpiphp: Slot [14] registered\n[ 0.303423] acpiphp: Slot [15] registered\n[ 0.314650] acpiphp: Slot [16] registered\n[ 0.315674] acpiphp: Slot [17] registered\n[ 0.316735] acpiphp: Slot [18] registered\n[ 0.317776] acpiphp: Slot [19] registered\n[ 0.318839] acpiphp: Slot [20] registered\n[ 0.319913] acpiphp: Slot [21] registered\n[ 0.320964] acpiphp: Slot [22] registered\n[ 0.322007] acpiphp: Slot [23] registered\n[ 0.323046] acpiphp: Slot [24] registered\n[ 0.324042] acpiphp: Slot [25] registered\n[ 0.325023] acpiphp: Slot [26] registered\n[ 0.326015] acpiphp: Slot [27] registered\n[ 0.327062] acpiphp: Slot [28] registered\n[ 0.327871] acpiphp: Slot [29] registered\n[ 0.328663] acpiphp: Slot [30] registered\n[ 0.329459] acpiphp: Slot [31] registered\n[ 0.330248] PCI host bridge to bus 0000:00\n[ 0.331043] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334852] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336280] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342459] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343711] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346116] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.352646] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354051] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400738] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402192] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404977] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406347] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407577] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409804] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411345] vgaarb: loaded\n[ 0.411935] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413056] SCSI subsystem initialized\n[ 0.413856] ACPI: bus type USB registered\n[ 0.414651] usbcore: registered new interface driver usbfs\n[ 0.415666] usbcore: registered new interface driver hub\n[ 0.416658] usbcore: registered new device driver usb\n[ 0.417693] PCI: Using ACPI for IRQ routing\n[ 0.418702] NetLabel: Initializing\n[ 0.419417] NetLabel: domain hash size = 128\n[ 0.420248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421221] NetLabel: unlabeled traffic allowed by default\n[ 0.422301] clocksource: Switched to clocksource kvm-clock\n[ 0.427798] AppArmor: AppArmor Filesystem Enabled\n[ 0.428809] pnp: PnP ACPI init\n[ 0.429714] pnp: PnP ACPI: found 5 devices\n[ 0.436069] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.437738] NET: Registered protocol family 2\n[ 0.438683] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441071] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.442209] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.443262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444417] NET: Registered protocol family 1\n[ 0.445258] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447395] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461396] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.475802] Trying to unpack rootfs image as initramfs...\n[ 0.526674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.540740] Scanning for low memory corruption every 60 seconds\n[ 0.542038] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.543171] audit: initializing netlink subsys (disabled)\n[ 0.544179] audit: type=2000 audit(1541460949.517:1): initialized\n[ 0.545470] Initialise system trusted keyring\n[ 0.546383] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.547527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.549456] zbud: loaded\n[ 0.550145] VFS: Disk quotas dquot_6.6.0\n[ 0.553283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554800] fuse init (API version 7.23)\n[ 0.555668] Key type big_key registered\n[ 0.556459] Allocating IMA MOK and blacklist keyrings.\n[ 0.557918] Key type asymmetric registered\n[ 0.558733] Asymmetric key parser 'x509' registered\n[ 0.559669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.561117] io scheduler noop registered\n[ 0.561891] io scheduler deadline registered (default)\n[ 0.562876] io scheduler cfq registered\n[ 0.563700] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567397] ACPI: Power Button [PWRF]\n[ 0.568224] GHES: HEST is not enabled!\n[ 0.581921] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613636] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640635] Linux agpgart interface v0.103\n[ 0.642645] brd: module loaded\n[ 0.643781] loop: module loaded\n[ 0.648730] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650171] GPT:90111 != 2097151\n[ 0.650850] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651918] GPT:90111 != 2097151\n[ 0.652573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653508] vda: vda1 vda15\n[ 0.654899] scsi host0: ata_piix\n[ 0.655619] scsi host1: ata_piix\n[ 0.656309] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657503] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658920] libphy: Fixed MDIO Bus: probed\n[ 0.659716] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.662729] PPP generic driver version 2.4.2\n[ 0.663588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664735] ehci-pci: EHCI PCI platform driver\n[ 0.665585] ehci-platform: EHCI generic platform driver\n[ 0.666547] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668472] ohci-platform: OHCI generic platform driver\n[ 0.669420] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683693] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686062] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689333] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690711] usb usb1: Product: UHCI Host Controller\n[ 0.691620] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692721] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693641] hub 1-0:1.0: USB hub found\n[ 0.694406] hub 1-0:1.0: 2 ports detected\n[ 0.695290] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698281] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699290] mousedev: PS/2 mouse device common for all mice\n[ 0.700498] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704513] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705663] i2c /dev entries driver\n[ 0.706409] device-mapper: uevent: version 1.0.3\n[ 0.707320] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708904] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710134] NET: Registered protocol family 10\n[ 0.711125] NET: Registered protocol family 17\n[ 0.711989] Key type dns_resolver registered\n[ 0.712891] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713952] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715651] registered taskstats version 1\n[ 0.716471] Loading compiled-in X.509 certificates\n[ 0.717873] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719677] zswap: loaded using pool lzo/zbud\n[ 0.721034] Key type trusted registered\n[ 0.722581] Key type encrypted registered\n[ 0.723392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724372] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725372] evm: HMAC attrs: 0x1\n[ 0.726275] Magic number: 10:875:604\n[ 0.727125] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:49 UTC (1541460949)\n[ 0.728668] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729743] EDD information not available.\n[ 0.814973] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816377] ata1.00: configured for MWDMA2\n[ 0.817544] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829893] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.831099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832311] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835647] Write protecting the kernel read-only data: 14336k\n[ 0.837173] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.08\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.314600] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.74s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-11-05 23:37:51,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action used request id req-b697b392-5956-434e-9e53-13b447ad4bd7 2018-11-05 23:37:51,626 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-1' (10.10.10.11) to 'sdnvpn-2-2' (10.10.10.12). -->Expected result: sdnvpn-2-2. 2018-11-05 23:37:51,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ba73c4560476451aad96822fd3bc9df3304b2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:37:52,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:37: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-ce432c94-79b4-45a9-97e8-d741a4d48a16 x-compute-request-id: req-ce432c94-79b4-45a9-97e8-d741a4d48a16 Content-Encoding: gzip Content-Length: 8159 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 592185430 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.151734] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153322] pid_max: default: 32768 minimum: 301\n[ 0.154202] ACPI: Core revision 20150930\n[ 0.155568] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156860] Security Framework initialized\n[ 0.157640] Yama: becoming mindful.\n[ 0.158338] AppArmor: AppArmor initialized\n[ 0.159188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160491] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164216] Initializing cgroup subsys io\n[ 0.165005] Initializing cgroup subsys memory\n[ 0.166066] Initializing cgroup subsys devices\n[ 0.167169] Initializing cgroup subsys freezer\n[ 0.168256] Initializing cgroup subsys net_cls\n[ 0.169342] Initializing cgroup subsys perf_event\n[ 0.170520] Initializing cgroup subsys net_prio\n[ 0.171646] Initializing cgroup subsys hugetlb\n[ 0.172716] Initializing cgroup subsys pids\n[ 0.173787] CPU: Physical Processor ID: 0\n[ 0.175518] mce: CPU supports 10 MCE banks\n[ 0.176574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177834] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189492] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196276] ftrace: allocating 31920 entries in 125 pages\n[ 0.223169] smpboot: Max logical packages: 1\n[ 0.224266] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226006] x2apic enabled\n[ 0.226987] Switched APIC routing to physical x2apic.\n[ 0.229026] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230506] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235361] KVM setup paravirtual spinlock\n[ 0.236909] x86: Booted up 1 node, 1 CPUs\n[ 0.237935] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239694] devtmpfs: initialized\n[ 0.241561] evm: security.selinux\n[ 0.242417] evm: security.SMACK64\n[ 0.243239] evm: security.SMACK64EXEC\n[ 0.244177] evm: security.SMACK64TRANSMUTE\n[ 0.245198] evm: security.SMACK64MMAP\n[ 0.246137] evm: security.ima\n[ 0.246940] evm: security.capability\n[ 0.247929] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250298] pinctrl core: initialized pinctrl subsystem\n[ 0.251671] RTC time: 23:35:48, date: 11/05/18\n[ 0.252872] NET: Registered protocol family 16\n[ 0.254074] cpuidle: using governor ladder\n[ 0.255113] cpuidle: using governor menu\n[ 0.256128] PCCT header not found.\n[ 0.257079] ACPI: bus type PCI registered\n[ 0.258102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259694] PCI: Using configuration type 1 for base access\n[ 0.261766] ACPI: Added _OSI(Module Device)\n[ 0.262825] ACPI: Added _OSI(Processor Device)\n[ 0.263926] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265082] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267544] ACPI: Interpreter enabled\n[ 0.268535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278145] ACPI: (supports S0 S5)\n[ 0.279045] ACPI: Using IOAPIC for interrupt routing\n[ 0.280269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283868] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286948] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288494] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291318] acpiphp: Slot [3] registered\n[ 0.292297] acpiphp: Slot [4] registered\n[ 0.293268] acpiphp: Slot [5] registered\n[ 0.294303] acpiphp: Slot [6] registered\n[ 0.295313] acpiphp: Slot [7] registered\n[ 0.296308] acpiphp: Slot [8] registered\n[ 0.297319] acpiphp: Slot [9] registered\n[ 0.298359] acpiphp: Slot [10] registered\n[ 0.299343] acpiphp: Slot [11] registered\n[ 0.300360] acpiphp: Slot [12] registered\n[ 0.301388] acpiphp: Slot [13] registered\n[ 0.302382] acpiphp: Slot [14] registered\n[ 0.303423] acpiphp: Slot [15] registered\n[ 0.314650] acpiphp: Slot [16] registered\n[ 0.315674] acpiphp: Slot [17] registered\n[ 0.316735] acpiphp: Slot [18] registered\n[ 0.317776] acpiphp: Slot [19] registered\n[ 0.318839] acpiphp: Slot [20] registered\n[ 0.319913] acpiphp: Slot [21] registered\n[ 0.320964] acpiphp: Slot [22] registered\n[ 0.322007] acpiphp: Slot [23] registered\n[ 0.323046] acpiphp: Slot [24] registered\n[ 0.324042] acpiphp: Slot [25] registered\n[ 0.325023] acpiphp: Slot [26] registered\n[ 0.326015] acpiphp: Slot [27] registered\n[ 0.327062] acpiphp: Slot [28] registered\n[ 0.327871] acpiphp: Slot [29] registered\n[ 0.328663] acpiphp: Slot [30] registered\n[ 0.329459] acpiphp: Slot [31] registered\n[ 0.330248] PCI host bridge to bus 0000:00\n[ 0.331043] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334852] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336280] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342459] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343711] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346116] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.352646] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354051] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400738] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402192] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404977] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406347] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407577] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409804] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411345] vgaarb: loaded\n[ 0.411935] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413056] SCSI subsystem initialized\n[ 0.413856] ACPI: bus type USB registered\n[ 0.414651] usbcore: registered new interface driver usbfs\n[ 0.415666] usbcore: registered new interface driver hub\n[ 0.416658] usbcore: registered new device driver usb\n[ 0.417693] PCI: Using ACPI for IRQ routing\n[ 0.418702] NetLabel: Initializing\n[ 0.419417] NetLabel: domain hash size = 128\n[ 0.420248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421221] NetLabel: unlabeled traffic allowed by default\n[ 0.422301] clocksource: Switched to clocksource kvm-clock\n[ 0.427798] AppArmor: AppArmor Filesystem Enabled\n[ 0.428809] pnp: PnP ACPI init\n[ 0.429714] pnp: PnP ACPI: found 5 devices\n[ 0.436069] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.437738] NET: Registered protocol family 2\n[ 0.438683] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441071] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.442209] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.443262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444417] NET: Registered protocol family 1\n[ 0.445258] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447395] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461396] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.475802] Trying to unpack rootfs image as initramfs...\n[ 0.526674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.540740] Scanning for low memory corruption every 60 seconds\n[ 0.542038] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.543171] audit: initializing netlink subsys (disabled)\n[ 0.544179] audit: type=2000 audit(1541460949.517:1): initialized\n[ 0.545470] Initialise system trusted keyring\n[ 0.546383] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.547527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.549456] zbud: loaded\n[ 0.550145] VFS: Disk quotas dquot_6.6.0\n[ 0.553283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554800] fuse init (API version 7.23)\n[ 0.555668] Key type big_key registered\n[ 0.556459] Allocating IMA MOK and blacklist keyrings.\n[ 0.557918] Key type asymmetric registered\n[ 0.558733] Asymmetric key parser 'x509' registered\n[ 0.559669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.561117] io scheduler noop registered\n[ 0.561891] io scheduler deadline registered (default)\n[ 0.562876] io scheduler cfq registered\n[ 0.563700] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567397] ACPI: Power Button [PWRF]\n[ 0.568224] GHES: HEST is not enabled!\n[ 0.581921] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613636] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640635] Linux agpgart interface v0.103\n[ 0.642645] brd: module loaded\n[ 0.643781] loop: module loaded\n[ 0.648730] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650171] GPT:90111 != 2097151\n[ 0.650850] GPT:Alternate GPT header not at the end of the disk.\n[ 0.651918] GPT:90111 != 2097151\n[ 0.652573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653508] vda: vda1 vda15\n[ 0.654899] scsi host0: ata_piix\n[ 0.655619] scsi host1: ata_piix\n[ 0.656309] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657503] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658920] libphy: Fixed MDIO Bus: probed\n[ 0.659716] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.662729] PPP generic driver version 2.4.2\n[ 0.663588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664735] ehci-pci: EHCI PCI platform driver\n[ 0.665585] ehci-platform: EHCI generic platform driver\n[ 0.666547] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667637] ohci-pci: OHCI PCI platform driver\n[ 0.668472] ohci-platform: OHCI generic platform driver\n[ 0.669420] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683693] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686062] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687066] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689333] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690711] usb usb1: Product: UHCI Host Controller\n[ 0.691620] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692721] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693641] hub 1-0:1.0: USB hub found\n[ 0.694406] hub 1-0:1.0: 2 ports detected\n[ 0.695290] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698281] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699290] mousedev: PS/2 mouse device common for all mice\n[ 0.700498] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703353] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704513] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705663] i2c /dev entries driver\n[ 0.706409] device-mapper: uevent: version 1.0.3\n[ 0.707320] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708904] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710134] NET: Registered protocol family 10\n[ 0.711125] NET: Registered protocol family 17\n[ 0.711989] Key type dns_resolver registered\n[ 0.712891] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713952] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715651] registered taskstats version 1\n[ 0.716471] Loading compiled-in X.509 certificates\n[ 0.717873] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719677] zswap: loaded using pool lzo/zbud\n[ 0.721034] Key type trusted registered\n[ 0.722581] Key type encrypted registered\n[ 0.723392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724372] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725372] evm: HMAC attrs: 0x1\n[ 0.726275] Magic number: 10:875:604\n[ 0.727125] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:49 UTC (1541460949)\n[ 0.728668] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729743] EDD information not available.\n[ 0.814973] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816377] ata1.00: configured for MWDMA2\n[ 0.817544] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829893] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.831099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832311] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835647] Write protecting the kernel read-only data: 14336k\n[ 0.837173] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.08\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.314600] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.74s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-11-05 23:37:52,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action used request id req-ce432c94-79b4-45a9-97e8-d741a4d48a16 2018-11-05 23:37:52,709 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-11-05 23:37:52,710 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-11-05 23:37:52,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-943935", "route_distinguishers": "222:222"}}' 2018-11-05 23:37:53,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-e8ec3fe5-eb2d-458a-b4c1-656186f68a74 Date: Mon, 05 Nov 2018 23:37:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "d136e069-c01f-4adb-aec4-2ad7a4879966", "name": "sdnvpn-2-943935", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:37:53,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-e8ec3fe5-eb2d-458a-b4c1-656186f68a74 2018-11-05 23:37:53,150 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-943935', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [u'88:88'], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'd136e069-c01f-4adb-aec4-2ad7a4879966'}} 2018-11-05 23:37:53,151 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-11-05 23:37:53,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d136e069-c01f-4adb-aec4-2ad7a4879966/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" -d '{"network_association": {"network_id": "5742aa1d-5da6-4153-93cf-392afc52fd1b"}}' 2018-11-05 23:37:53,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-52f636fe-19ec-459b-aa4d-d12c052b4946 Date: Mon, 05 Nov 2018 23:37:53 GMT RESP BODY: {"network_association": {"network_id": "5742aa1d-5da6-4153-93cf-392afc52fd1b", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "5eaf5ddb-acae-4ca7-95ed-da911376d2e6"}} 2018-11-05 23:37:53,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d136e069-c01f-4adb-aec4-2ad7a4879966/network_associations used request id req-52f636fe-19ec-459b-aa4d-d12c052b4946 2018-11-05 23:37:53,946 - sdnvpn_test_utils - DEBUG - Waiting for network ce21cdc0-e4bc-4200-9df7-1ec382ed57ce to associate with BGPVPN f38e079b-1e4a-420e-ae02-d104bf625924 2018-11-05 23:37:53,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ce21cdc0-e4bc-4200-9df7-1ec382ed57ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:37:54,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-9cf48a9b-3f3e-49d1-9b5d-204a6bc7d275 Date: Mon, 05 Nov 2018 23:37:54 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "ce21cdc0-e4bc-4200-9df7-1ec382ed57ce", "name": "sdnvpn-1-326500", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["55:55"], "networks": ["f38e079b-1e4a-420e-ae02-d104bf625924"], "route_targets": ["55:55"], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:37:54,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ce21cdc0-e4bc-4200-9df7-1ec382ed57ce used request id req-9cf48a9b-3f3e-49d1-9b5d-204a6bc7d275 2018-11-05 23:37:55,250 - sdnvpn_test_utils - DEBUG - Waiting for network d136e069-c01f-4adb-aec4-2ad7a4879966 to associate with BGPVPN 5742aa1d-5da6-4153-93cf-392afc52fd1b 2018-11-05 23:37:55,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d136e069-c01f-4adb-aec4-2ad7a4879966 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:37:55,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-c42fc73a-af42-40ec-a9a0-e4fb61a4c744 Date: Mon, 05 Nov 2018 23:37:55 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "d136e069-c01f-4adb-aec4-2ad7a4879966", "name": "sdnvpn-2-943935", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["5742aa1d-5da6-4153-93cf-392afc52fd1b"], "route_targets": ["88:88"], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:37:55,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d136e069-c01f-4adb-aec4-2ad7a4879966 used request id req-c42fc73a-af42-40ec-a9a0-e4fb61a4c744 2018-11-05 23:37:56,561 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:38:26,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:38:27,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9327e16d-41e6-4570-b181-64687667bff4 x-compute-request-id: req-9327e16d-41e6-4570-b181-64687667bff4 Content-Encoding: gzip Content-Length: 8115 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 538241464 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.129542] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131192] pid_max: default: 32768 minimum: 301\n[ 0.132078] ACPI: Core revision 20150930\n[ 0.133458] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134759] Security Framework initialized\n[ 0.135577] Yama: becoming mindful.\n[ 0.136303] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139756] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140962] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142349] Initializing cgroup subsys io\n[ 0.143159] Initializing cgroup subsys memory\n[ 0.144008] Initializing cgroup subsys devices\n[ 0.144889] Initializing cgroup subsys freezer\n[ 0.145751] Initializing cgroup subsys net_cls\n[ 0.146614] Initializing cgroup subsys perf_event\n[ 0.147515] Initializing cgroup subsys net_prio\n[ 0.148390] Initializing cgroup subsys hugetlb\n[ 0.149255] Initializing cgroup subsys pids\n[ 0.150121] CPU: Physical Processor ID: 0\n[ 0.151623] mce: CPU supports 10 MCE banks\n[ 0.152467] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153464] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165374] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171778] ftrace: allocating 31920 entries in 125 pages\n[ 0.198727] smpboot: Max logical packages: 1\n[ 0.199598] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200950] x2apic enabled\n[ 0.201753] Switched APIC routing to physical x2apic.\n[ 0.203496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204641] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206617] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208387] KVM setup paravirtual spinlock\n[ 0.209733] x86: Booted up 1 node, 1 CPUs\n[ 0.210538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211920] devtmpfs: initialized\n[ 0.213666] evm: security.selinux\n[ 0.214365] evm: security.SMACK64\n[ 0.215047] evm: security.SMACK64EXEC\n[ 0.215791] evm: security.SMACK64TRANSMUTE\n[ 0.216597] evm: security.SMACK64MMAP\n[ 0.217339] evm: security.ima\n[ 0.217973] evm: security.capability\n[ 0.218778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220630] pinctrl core: initialized pinctrl subsystem\n[ 0.221735] RTC time: 23:35:36, date: 11/05/18\n[ 0.222700] NET: Registered protocol family 16\n[ 0.223671] cpuidle: using governor ladder\n[ 0.224498] cpuidle: using governor menu\n[ 0.225283] PCCT header not found.\n[ 0.226036] ACPI: bus type PCI registered\n[ 0.226839] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228071] PCI: Using configuration type 1 for base access\n[ 0.229827] ACPI: Added _OSI(Module Device)\n[ 0.230675] ACPI: Added _OSI(Processor Device)\n[ 0.231535] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234591] ACPI: Interpreter enabled\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242740] ACPI: (supports S0 S5)\n[ 0.243445] ACPI: Using IOAPIC for interrupt routing\n[ 0.244504] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248728] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249955] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253373] acpiphp: Slot [3] registered\n[ 0.254176] acpiphp: Slot [4] registered\n[ 0.254979] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256584] acpiphp: Slot [7] registered\n[ 0.257399] acpiphp: Slot [8] registered\n[ 0.258201] acpiphp: Slot [9] registered\n[ 0.258992] acpiphp: Slot [10] registered\n[ 0.259807] acpiphp: Slot [11] registered\n[ 0.260620] acpiphp: Slot [12] registered\n[ 0.261441] acpiphp: Slot [13] registered\n[ 0.262247] acpiphp: Slot [14] registered\n[ 0.263059] acpiphp: Slot [15] registered\n[ 0.273867] acpiphp: Slot [16] registered\n[ 0.274692] acpiphp: Slot [17] registered\n[ 0.275511] acpiphp: Slot [18] registered\n[ 0.276318] acpiphp: Slot [19] registered\n[ 0.277123] acpiphp: Slot [20] registered\n[ 0.277933] acpiphp: Slot [21] registered\n[ 0.278742] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280354] acpiphp: Slot [24] registered\n[ 0.281160] acpiphp: Slot [25] registered\n[ 0.281969] acpiphp: Slot [26] registered\n[ 0.282777] acpiphp: Slot [27] registered\n[ 0.283585] acpiphp: Slot [28] registered\n[ 0.284393] acpiphp: Slot [29] registered\n[ 0.285198] acpiphp: Slot [30] registered\n[ 0.286007] acpiphp: Slot [31] registered\n[ 0.286821] PCI host bridge to bus 0000:00\n[ 0.287630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291494] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292936] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302941] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309228] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356807] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358284] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359677] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361076] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364198] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365345] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366384] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367906] vgaarb: loaded\n[ 0.368542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369774] SCSI subsystem initialized\n[ 0.370694] ACPI: bus type USB registered\n[ 0.371617] usbcore: registered new interface driver usbfs\n[ 0.372791] usbcore: registered new interface driver hub\n[ 0.373949] usbcore: registered new device driver usb\n[ 0.375154] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377095] NetLabel: domain hash size = 128\n[ 0.378077] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379216] NetLabel: unlabeled traffic allowed by default\n[ 0.380494] clocksource: Switched to clocksource kvm-clock\n[ 0.386265] AppArmor: AppArmor Filesystem Enabled\n[ 0.387319] pnp: PnP ACPI init\n[ 0.388287] pnp: PnP ACPI: found 5 devices\n[ 0.394743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396744] NET: Registered protocol family 2\n[ 0.397849] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402211] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403525] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404891] NET: Registered protocol family 1\n[ 0.405901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407194] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408466] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437344] Trying to unpack rootfs image as initramfs...\n[ 0.488852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502966] Scanning for low memory corruption every 60 seconds\n[ 0.504456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505797] audit: initializing netlink subsys (disabled)\n[ 0.506982] audit: type=2000 audit(1541460937.362:1): initialized\n[ 0.508484] Initialise system trusted keyring\n[ 0.509575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510922] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513072] zbud: loaded\n[ 0.513845] VFS: Disk quotas dquot_6.6.0\n[ 0.514779] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516454] fuse init (API version 7.23)\n[ 0.517475] Key type big_key registered\n[ 0.518396] Allocating IMA MOK and blacklist keyrings.\n[ 0.519997] Key type asymmetric registered\n[ 0.520927] Asymmetric key parser 'x509' registered\n[ 0.522009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523675] io scheduler noop registered\n[ 0.524576] io scheduler deadline registered (default)\n[ 0.525732] io scheduler cfq registered\n[ 0.526665] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527869] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529348] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531001] ACPI: Power Button [PWRF]\n[ 0.531948] GHES: HEST is not enabled!\n[ 0.547097] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577427] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580343] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606172] Linux agpgart interface v0.103\n[ 0.608248] brd: module loaded\n[ 0.609523] loop: module loaded\n[ 0.613660] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615200] GPT:90111 != 2097151\n[ 0.615907] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617105] GPT:90111 != 2097151\n[ 0.617841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618869] vda: vda1 vda15\n[ 0.620287] scsi host0: ata_piix\n[ 0.621085] scsi host1: ata_piix\n[ 0.621835] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623122] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624666] libphy: Fixed MDIO Bus: probed\n[ 0.625551] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628771] PPP generic driver version 2.4.2\n[ 0.629734] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630917] ehci-pci: EHCI PCI platform driver\n[ 0.631736] ehci-platform: EHCI generic platform driver\n[ 0.632720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633837] ohci-pci: OHCI PCI platform driver\n[ 0.634700] ohci-platform: OHCI generic platform driver\n[ 0.635677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649987] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652422] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654560] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655772] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657181] usb usb1: Product: UHCI Host Controller\n[ 0.658101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659234] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660216] hub 1-0:1.0: USB hub found\n[ 0.660988] hub 1-0:1.0: 2 ports detected\n[ 0.661886] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663994] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664954] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665978] mousedev: PS/2 mouse device common for all mice\n[ 0.667215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669039] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670129] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671306] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672480] i2c /dev entries driver\n[ 0.673244] device-mapper: uevent: version 1.0.3\n[ 0.674178] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677047] NET: Registered protocol family 10\n[ 0.678015] NET: Registered protocol family 17\n[ 0.678886] Key type dns_resolver registered\n[ 0.679796] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680880] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682601] registered taskstats version 1\n[ 0.683427] Loading compiled-in X.509 certificates\n[ 0.684862] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686693] zswap: loaded using pool lzo/zbud\n[ 0.688033] Key type trusted registered\n[ 0.689586] Key type encrypted registered\n[ 0.690419] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692458] evm: HMAC attrs: 0x1\n[ 0.693751] Magic number: 10:875:604\n[ 0.694596] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:37 UTC (1541460937)\n[ 0.696173] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697286] EDD information not available.\n[ 0.781169] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782622] ata1.00: configured for MWDMA2\n[ 0.783813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797365] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798611] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800472] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802016] Write protecting the kernel read-only data: 14336k\n[ 0.803590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805407] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.06\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.262025] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.03s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-11-05 23:38:27,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action used request id req-9327e16d-41e6-4570-b181-64687667bff4 2018-11-05 23:38:27,719 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2018-11-05 23:38:27,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6677a94cae0c207e57b80026a10631e5361269" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:38:28,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-002c3aca-1771-4a07-b117-5389bcbf8994 x-compute-request-id: req-002c3aca-1771-4a07-b117-5389bcbf8994 Content-Encoding: gzip Content-Length: 8115 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 538241464 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.129542] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131192] pid_max: default: 32768 minimum: 301\n[ 0.132078] ACPI: Core revision 20150930\n[ 0.133458] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134759] Security Framework initialized\n[ 0.135577] Yama: becoming mindful.\n[ 0.136303] AppArmor: AppArmor initialized\n[ 0.137163] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139756] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140962] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142349] Initializing cgroup subsys io\n[ 0.143159] Initializing cgroup subsys memory\n[ 0.144008] Initializing cgroup subsys devices\n[ 0.144889] Initializing cgroup subsys freezer\n[ 0.145751] Initializing cgroup subsys net_cls\n[ 0.146614] Initializing cgroup subsys perf_event\n[ 0.147515] Initializing cgroup subsys net_prio\n[ 0.148390] Initializing cgroup subsys hugetlb\n[ 0.149255] Initializing cgroup subsys pids\n[ 0.150121] CPU: Physical Processor ID: 0\n[ 0.151623] mce: CPU supports 10 MCE banks\n[ 0.152467] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153464] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165374] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171778] ftrace: allocating 31920 entries in 125 pages\n[ 0.198727] smpboot: Max logical packages: 1\n[ 0.199598] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200950] x2apic enabled\n[ 0.201753] Switched APIC routing to physical x2apic.\n[ 0.203496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204641] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206617] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208387] KVM setup paravirtual spinlock\n[ 0.209733] x86: Booted up 1 node, 1 CPUs\n[ 0.210538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211920] devtmpfs: initialized\n[ 0.213666] evm: security.selinux\n[ 0.214365] evm: security.SMACK64\n[ 0.215047] evm: security.SMACK64EXEC\n[ 0.215791] evm: security.SMACK64TRANSMUTE\n[ 0.216597] evm: security.SMACK64MMAP\n[ 0.217339] evm: security.ima\n[ 0.217973] evm: security.capability\n[ 0.218778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220630] pinctrl core: initialized pinctrl subsystem\n[ 0.221735] RTC time: 23:35:36, date: 11/05/18\n[ 0.222700] NET: Registered protocol family 16\n[ 0.223671] cpuidle: using governor ladder\n[ 0.224498] cpuidle: using governor menu\n[ 0.225283] PCCT header not found.\n[ 0.226036] ACPI: bus type PCI registered\n[ 0.226839] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228071] PCI: Using configuration type 1 for base access\n[ 0.229827] ACPI: Added _OSI(Module Device)\n[ 0.230675] ACPI: Added _OSI(Processor Device)\n[ 0.231535] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234591] ACPI: Interpreter enabled\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242740] ACPI: (supports S0 S5)\n[ 0.243445] ACPI: Using IOAPIC for interrupt routing\n[ 0.244504] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248728] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249955] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253373] acpiphp: Slot [3] registered\n[ 0.254176] acpiphp: Slot [4] registered\n[ 0.254979] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256584] acpiphp: Slot [7] registered\n[ 0.257399] acpiphp: Slot [8] registered\n[ 0.258201] acpiphp: Slot [9] registered\n[ 0.258992] acpiphp: Slot [10] registered\n[ 0.259807] acpiphp: Slot [11] registered\n[ 0.260620] acpiphp: Slot [12] registered\n[ 0.261441] acpiphp: Slot [13] registered\n[ 0.262247] acpiphp: Slot [14] registered\n[ 0.263059] acpiphp: Slot [15] registered\n[ 0.273867] acpiphp: Slot [16] registered\n[ 0.274692] acpiphp: Slot [17] registered\n[ 0.275511] acpiphp: Slot [18] registered\n[ 0.276318] acpiphp: Slot [19] registered\n[ 0.277123] acpiphp: Slot [20] registered\n[ 0.277933] acpiphp: Slot [21] registered\n[ 0.278742] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280354] acpiphp: Slot [24] registered\n[ 0.281160] acpiphp: Slot [25] registered\n[ 0.281969] acpiphp: Slot [26] registered\n[ 0.282777] acpiphp: Slot [27] registered\n[ 0.283585] acpiphp: Slot [28] registered\n[ 0.284393] acpiphp: Slot [29] registered\n[ 0.285198] acpiphp: Slot [30] registered\n[ 0.286007] acpiphp: Slot [31] registered\n[ 0.286821] PCI host bridge to bus 0000:00\n[ 0.287630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291494] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292936] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302941] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309228] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356807] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358284] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359677] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361076] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364198] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365345] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366384] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367906] vgaarb: loaded\n[ 0.368542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369774] SCSI subsystem initialized\n[ 0.370694] ACPI: bus type USB registered\n[ 0.371617] usbcore: registered new interface driver usbfs\n[ 0.372791] usbcore: registered new interface driver hub\n[ 0.373949] usbcore: registered new device driver usb\n[ 0.375154] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377095] NetLabel: domain hash size = 128\n[ 0.378077] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379216] NetLabel: unlabeled traffic allowed by default\n[ 0.380494] clocksource: Switched to clocksource kvm-clock\n[ 0.386265] AppArmor: AppArmor Filesystem Enabled\n[ 0.387319] pnp: PnP ACPI init\n[ 0.388287] pnp: PnP ACPI: found 5 devices\n[ 0.394743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396744] NET: Registered protocol family 2\n[ 0.397849] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402211] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403525] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404891] NET: Registered protocol family 1\n[ 0.405901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407194] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408466] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437344] Trying to unpack rootfs image as initramfs...\n[ 0.488852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502966] Scanning for low memory corruption every 60 seconds\n[ 0.504456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505797] audit: initializing netlink subsys (disabled)\n[ 0.506982] audit: type=2000 audit(1541460937.362:1): initialized\n[ 0.508484] Initialise system trusted keyring\n[ 0.509575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510922] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513072] zbud: loaded\n[ 0.513845] VFS: Disk quotas dquot_6.6.0\n[ 0.514779] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516454] fuse init (API version 7.23)\n[ 0.517475] Key type big_key registered\n[ 0.518396] Allocating IMA MOK and blacklist keyrings.\n[ 0.519997] Key type asymmetric registered\n[ 0.520927] Asymmetric key parser 'x509' registered\n[ 0.522009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523675] io scheduler noop registered\n[ 0.524576] io scheduler deadline registered (default)\n[ 0.525732] io scheduler cfq registered\n[ 0.526665] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527869] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529348] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531001] ACPI: Power Button [PWRF]\n[ 0.531948] GHES: HEST is not enabled!\n[ 0.547097] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577427] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580343] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606172] Linux agpgart interface v0.103\n[ 0.608248] brd: module loaded\n[ 0.609523] loop: module loaded\n[ 0.613660] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615200] GPT:90111 != 2097151\n[ 0.615907] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617105] GPT:90111 != 2097151\n[ 0.617841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618869] vda: vda1 vda15\n[ 0.620287] scsi host0: ata_piix\n[ 0.621085] scsi host1: ata_piix\n[ 0.621835] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623122] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624666] libphy: Fixed MDIO Bus: probed\n[ 0.625551] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628771] PPP generic driver version 2.4.2\n[ 0.629734] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630917] ehci-pci: EHCI PCI platform driver\n[ 0.631736] ehci-platform: EHCI generic platform driver\n[ 0.632720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633837] ohci-pci: OHCI PCI platform driver\n[ 0.634700] ohci-platform: OHCI generic platform driver\n[ 0.635677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649987] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652422] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654560] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655772] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657181] usb usb1: Product: UHCI Host Controller\n[ 0.658101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659234] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660216] hub 1-0:1.0: USB hub found\n[ 0.660988] hub 1-0:1.0: 2 ports detected\n[ 0.661886] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663994] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664954] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665978] mousedev: PS/2 mouse device common for all mice\n[ 0.667215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669039] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670129] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671306] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672480] i2c /dev entries driver\n[ 0.673244] device-mapper: uevent: version 1.0.3\n[ 0.674178] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677047] NET: Registered protocol family 10\n[ 0.678015] NET: Registered protocol family 17\n[ 0.678886] Key type dns_resolver registered\n[ 0.679796] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680880] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682601] registered taskstats version 1\n[ 0.683427] Loading compiled-in X.509 certificates\n[ 0.684862] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686693] zswap: loaded using pool lzo/zbud\n[ 0.688033] Key type trusted registered\n[ 0.689586] Key type encrypted registered\n[ 0.690419] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692458] evm: HMAC attrs: 0x1\n[ 0.693751] Magic number: 10:875:604\n[ 0.694596] rtc_cmos 00:00: setting system clock to 2018-11-05 23:35:37 UTC (1541460937)\n[ 0.696173] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697286] EDD information not available.\n[ 0.781169] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782622] ata1.00: configured for MWDMA2\n[ 0.783813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797365] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798611] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800472] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802016] Write protecting the kernel read-only data: 14336k\n[ 0.803590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805407] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.06\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.262025] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.03s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-11-05 23:38:28,791 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action used request id req-002c3aca-1771-4a07-b117-5389bcbf8994 2018-11-05 23:38:28,792 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-11-05 23:38:28,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" -d '{"forceDelete": null}' 2018-11-05 23:38:28,964 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:38:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1f97eb1-7573-4a41-a2a7-f1e5c3b91ed0 x-compute-request-id: req-b1f97eb1-7573-4a41-a2a7-f1e5c3b91ed0 Content-Length: 0 Content-Type: application/json 2018-11-05 23:38:28,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702/action used request id req-b1f97eb1-7573-4a41-a2a7-f1e5c3b91ed0 2018-11-05 23:38:28,965 - sdnvpn_test_utils - DEBUG - Waiting for instance 235304bf-8c21-4a9d-8352-a98016579702 to be deleted 2018-11-05 23:38:28,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:38:29,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-42924e88-e89f-4c7f-afe7-386f0e56d812 x-compute-request-id: req-42924e88-e89f-4c7f-afe7-386f0e56d812 Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e2:76", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/235304bf-8c21-4a9d-8352-a98016579702", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": "2018-11-05T23:35:48.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "235304bf-8c21-4a9d-8352-a98016579702", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:38:28Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-05T23:35:42Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:76:62", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-11-05T23:35:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:38:29,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-42924e88-e89f-4c7f-afe7-386f0e56d812 2018-11-05 23:38:31,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:38:32,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-a040c855-7682-4a43-952a-4c21159c76a6 x-compute-request-id: req-a040c855-7682-4a43-952a-4c21159c76a6 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:76:62", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-11-05T23:35:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:38:32,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-a040c855-7682-4a43-952a-4c21159c76a6 2018-11-05 23:38:34,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" -d '{"forceDelete": null}' 2018-11-05 23:38:34,449 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:38: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-51e44211-05f9-4d9f-ae2d-dddc70e3d395 x-compute-request-id: req-51e44211-05f9-4d9f-ae2d-dddc70e3d395 Content-Length: 0 Content-Type: application/json 2018-11-05 23:38:34,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f/action used request id req-51e44211-05f9-4d9f-ae2d-dddc70e3d395 2018-11-05 23:38:34,450 - sdnvpn_test_utils - DEBUG - Waiting for instance aa8c765d-3336-4dd7-9691-b81695210c9f to be deleted 2018-11-05 23:38:34,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:38:35,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-39ed4b4f-36ee-4a25-81e3-672176fcd12b x-compute-request-id: req-39ed4b4f-36ee-4a25-81e3-672176fcd12b Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:76:62", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa8c765d-3336-4dd7-9691-b81695210c9f", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-11-05T23:35:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "aa8c765d-3336-4dd7-9691-b81695210c9f", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:38:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-05T23:35:17Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:38:35,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-39ed4b4f-36ee-4a25-81e3-672176fcd12b 2018-11-05 23:38:37,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:38:37,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98d86c7b-2807-4f6d-9612-35f3c183f66c x-compute-request-id: req-98d86c7b-2807-4f6d-9612-35f3c183f66c Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:35:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:38:37,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-98d86c7b-2807-4f6d-9612-35f3c183f66c 2018-11-05 23:38:39,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" -d '{"forceDelete": null}' 2018-11-05 23:38:40,037 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:38: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-9ca376cd-f90f-4bdf-a696-01bdc221f907 x-compute-request-id: req-9ca376cd-f90f-4bdf-a696-01bdc221f907 Content-Length: 0 Content-Type: application/json 2018-11-05 23:38:40,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39/action used request id req-9ca376cd-f90f-4bdf-a696-01bdc221f907 2018-11-05 23:38:40,037 - sdnvpn_test_utils - DEBUG - Waiting for instance e4cc998c-874d-453f-8d11-97ecefcb2b39 to be deleted 2018-11-05 23:38:40,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:38:40,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f4e6eb0-2ed5-4e51-bc33-a581d59845c0 x-compute-request-id: req-1f4e6eb0-2ed5-4e51-bc33-a581d59845c0 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:d6:c3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e4cc998c-874d-453f-8d11-97ecefcb2b39", "rel": "bookmark"}], "image": {"id": "fd5d517f-f766-40e0-a1ad-fab9090573b8", "links": [{"href": "http://172.30.9.23:8774/images/fd5d517f-f766-40e0-a1ad-fab9090573b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-11-05T23:35:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "e4cc998c-874d-453f-8d11-97ecefcb2b39", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:38:39Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-05T23:35:30Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:38:40,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-1f4e6eb0-2ed5-4e51-bc33-a581d59845c0 2018-11-05 23:38:42,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707ed316d1d0b7916add83c551f14ecbe9be0427" 2018-11-05 23:38:42,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-6d55886d-dfd6-4d06-b40f-96157a3dcfc6 x-compute-request-id: req-6d55886d-dfd6-4d06-b40f-96157a3dcfc6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 23:38:42,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-6d55886d-dfd6-4d06-b40f-96157a3dcfc6 2018-11-05 23:38:44,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccfc67397cfed99af8866a6324dfce37b7cbcf0c" 2018-11-05 23:38:45,856 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a666af2-6657-4a5e-bf61-31ab417506eb Date: Mon, 05 Nov 2018 23:38:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:38:45,856 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/fd5d517f-f766-40e0-a1ad-fab9090573b8 used request id req-1a666af2-6657-4a5e-bf61-31ab417506eb 2018-11-05 23:38:45,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ce21cdc0-e4bc-4200-9df7-1ec382ed57ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:38:46,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2da8455a-9bef-4842-9a00-89afa1cfdebf Content-Length: 0 Date: Mon, 05 Nov 2018 23:38:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:38:46,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ce21cdc0-e4bc-4200-9df7-1ec382ed57ce used request id req-2da8455a-9bef-4842-9a00-89afa1cfdebf 2018-11-05 23:38:46,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d136e069-c01f-4adb-aec4-2ad7a4879966 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:38:47,132 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6dd4b74c-1d82-4b0f-a04f-dfef86a52659 Content-Length: 0 Date: Mon, 05 Nov 2018 23:38:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:38:47,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d136e069-c01f-4adb-aec4-2ad7a4879966 used request id req-6dd4b74c-1d82-4b0f-a04f-dfef86a52659 2018-11-05 23:38:47,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a0183c5a-2fdc-4a6f-8fcb-05329933a814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:38:49,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85536653-a30e-48aa-911a-39a4e4620e92 Date: Mon, 05 Nov 2018 23:38:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:38:49,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a0183c5a-2fdc-4a6f-8fcb-05329933a814 used request id req-85536653-a30e-48aa-911a-39a4e4620e92 2018-11-05 23:38:49,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/fa8916d5-c7d7-4996-8b1e-1f4d722940cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:38:51,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60743b88-9c14-4aac-8084-45ac2af27ce2 Date: Mon, 05 Nov 2018 23:38:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:38:51,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fa8916d5-c7d7-4996-8b1e-1f4d722940cc used request id req-60743b88-9c14-4aac-8084-45ac2af27ce2 2018-11-05 23:38:51,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/f38e079b-1e4a-420e-ae02-d104bf625924 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:38:52,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d46e0517-7786-444d-83a8-1ec634c454fe Date: Mon, 05 Nov 2018 23:38:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:38:52,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f38e079b-1e4a-420e-ae02-d104bf625924 used request id req-d46e0517-7786-444d-83a8-1ec634c454fe 2018-11-05 23:38:52,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/5742aa1d-5da6-4153-93cf-392afc52fd1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a54ccbbef26bed7847688f1b6491cb8373374ae" 2018-11-05 23:38:53,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30e97614-0feb-4c1b-8d6d-09aacc843426 Date: Mon, 05 Nov 2018 23:38:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:38:53,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5742aa1d-5da6-4153-93cf-392afc52fd1b used request id req-30e97614-0feb-4c1b-8d6d-09aacc843426 2018-11-05 23:38:53,368 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN1 with eRT=iRT | | Associate network 'sdnvpn-2-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] | +----------------------------------------------------------------------------------------+ | Create VPN2 with eRT=iRT | | Associate network 'sdnvpn-2-2-net' to the VPN2. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] | +========================================================================================+ 2018-11-05 23:38:53,368 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:38:53,368 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-11-05 23:38:53,369 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-11-05 23:38:53,369 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-11-05 23:38:53,369 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-11-05 23:38:53,369 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-11-05 23:38:53,461 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-11-05 23:38:53,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:38:53,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:38:53,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:38:53,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:38:53,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:38:53,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:38:53,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:38:53,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:38:53,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:38:53,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:38:53,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:38:53,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:38:53,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:38:53,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:38:53,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:38:53,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:38:53,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:38:53,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:38:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:38:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:38:53,473 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:38:53,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:38:53,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b70f3d-0081-475f-adc7-6bcd22dd3cb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:38:53,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-81b70f3d-0081-475f-adc7-6bcd22dd3cb1 2018-11-05 23:38:53,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:38:53,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["SEE6SpTGQ5WJ8gQJCeTBiw"], "issued_at": "2018-11-05T23:38:53.000000Z"}} 2018-11-05 23:38:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5ec3c9f16fc085ce2f66c791b46f7326ba69050" 2018-11-05 23:38:54,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-f77058e5-18c4-4a14-baa8-7ce204c38d1a Date: Mon, 05 Nov 2018 23:38:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:38:54,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-f77058e5-18c4-4a14-baa8-7ce204c38d1a 2018-11-05 23:38:54,034 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-05 23:38:54,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5ec3c9f16fc085ce2f66c791b46f7326ba69050" 2018-11-05 23:38:54,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-47a902e6-cd7d-4042-8891-706008276a5b Date: Mon, 05 Nov 2018 23:38:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:38:54,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-47a902e6-cd7d-4042-8891-706008276a5b 2018-11-05 23:38:54,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5ec3c9f16fc085ce2f66c791b46f7326ba69050" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-05 23:38:54,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1 X-Openstack-Request-Id: req-c8e0df93-312d-4e89-a5b1-0f4b00b363eb Date: Mon, 05 Nov 2018 23:38:54 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:38:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:38:54Z", "visibility": "public", "locations": [], "self": "/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "min_disk": 0, "protected": false, "id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "file": "/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:38:54,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c8e0df93-312d-4e89-a5b1-0f4b00b363eb 2018-11-05 23:38:54,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5ec3c9f16fc085ce2f66c791b46f7326ba69050" -d '' 2018-11-05 23:38:56,131 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d43ef584-e743-4701-8dc0-d4b359f41b4c Date: Mon, 05 Nov 2018 23:38:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:38:56,131 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1/file used request id req-d43ef584-e743-4701-8dc0-d4b359f41b4c 2018-11-05 23:38:56,131 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-11-05 23:38:56,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:38:56,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7514a98-851d-4882-8ef4-ce3c2cdacccf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:38:56,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c7514a98-851d-4882-8ef4-ce3c2cdacccf 2018-11-05 23:38:56,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:38:56,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["iYHl4eqrQzWxSPHZF1AAdA"], "issued_at": "2018-11-05T23:38:56.000000Z"}} 2018-11-05 23:38:56,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-11-05 23:38:56,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-e577a653-4a2e-4b85-8178-944c1b0b520b Date: Mon, 05 Nov 2018 23:38:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e366ed87-8d41-442e-b99c-4e9550ebb85d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:38:56Z","is_default":false,"provider:segmentation_id":31,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:38:56Z","mtu":1450}} 2018-11-05 23:38:56,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e577a653-4a2e-4b85-8178-944c1b0b520b 2018-11-05 23:38:56,992 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network e366ed87-8d41-442e-b99c-4e9550ebb85d with cidr 10.10.10.0/24 2018-11-05 23:38:56,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"subnets": [{"ip_version": 4, "network_id": "e366ed87-8d41-442e-b99c-4e9550ebb85d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-11-05 23:38:57,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4ecdae92-7351-47f5-8a8d-79b8cb968d88 Date: Mon, 05 Nov 2018 23:38:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e366ed87-8d41-442e-b99c-4e9550ebb85d","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:38:57Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:38:57Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"34413390-6601-4201-9e15-f9802ce6e703","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-11-05 23:38:57,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4ecdae92-7351-47f5-8a8d-79b8cb968d88 2018-11-05 23:38:57,592 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-11-05 23:38:57,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-11-05 23:38:58,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f8665b96-bcc0-4c4b-9360-c8caa1b51b32 Date: Mon, 05 Nov 2018 23:38:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6b00e532-692e-4848-ab25-1f40ae603591","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:38:57Z","is_default":false,"provider:segmentation_id":16,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:38:57Z","mtu":1450}} 2018-11-05 23:38:58,004 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f8665b96-bcc0-4c4b-9360-c8caa1b51b32 2018-11-05 23:38:58,005 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 6b00e532-692e-4848-ab25-1f40ae603591 with cidr 10.10.11.0/24 2018-11-05 23:38:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"subnets": [{"ip_version": 4, "network_id": "6b00e532-692e-4848-ab25-1f40ae603591", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-11-05 23:38:58,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4af139c3-e5cd-40ea-b1ad-4f8054f545d5 Date: Mon, 05 Nov 2018 23:38:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b00e532-692e-4848-ab25-1f40ae603591","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:38:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:38:58Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"ce1cc4ff-aad5-4ae5-b29d-c7edadeae77a","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-11-05 23:38:58,680 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4af139c3-e5cd-40ea-b1ad-4f8054f545d5 2018-11-05 23:38:58,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:38:58,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-2a6d880a-1d84-4359-ac95-f73c9fd3150b Date: Mon, 05 Nov 2018 23:38:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:38:58,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-2a6d880a-1d84-4359-ac95-f73c9fd3150b 2018-11-05 23:38:58,921 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-05 23:38:58,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:38:58,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475bfd81-080c-4399-9ec4-3a2081c29390 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:38:58,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-475bfd81-080c-4399-9ec4-3a2081c29390 2018-11-05 23:38:58,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:38:59,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["xvApL2vXSgee-tB6wPie7g"], "issued_at": "2018-11-05T23:38:59.000000Z"}} 2018-11-05 23:38:59,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:38:59,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-f3c8731e-e920-48f9-9508-8ec86a092f67 x-compute-request-id: req-f3c8731e-e920-48f9-9508-8ec86a092f67 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:38:59,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f3c8731e-e920-48f9-9508-8ec86a092f67 2018-11-05 23:38:59,518 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-11-05 23:38:59,519 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-11-05 23:38:59,519 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=f62432ab-22c7-4fcc-9330-637ef6af3cd1 network=e366ed87-8d41-442e-b99c-4e9550ebb85d secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:38:59,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:38:59,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:38:59,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:38:59,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:38:59,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:38:59,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:38:59,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:38:59,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:38:59,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:38:59,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:38:59,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:38:59,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:38:59,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:38:59,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:38:59,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:38:59,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:38:59,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:38:59,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:38:59,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:38:59,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bde1eb6-1f1d-432a-a08f-57dde78013bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:38:59,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4bde1eb6-1f1d-432a-a08f-57dde78013bc 2018-11-05 23:38:59,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:38:59,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Zj-IepXFSumnYI-9uuikBA"], "issued_at": "2018-11-05T23:38:59.000000Z"}} 2018-11-05 23:38:59,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea6b95ff83261b366f9d86e17a607583005b0c" 2018-11-05 23:39:00,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:38: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-80e41775-3b3e-4523-a7ba-476a085ca6fc x-compute-request-id: req-80e41775-3b3e-4523-a7ba-476a085ca6fc Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:39:00,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-80e41775-3b3e-4523-a7ba-476a085ca6fc 2018-11-05 23:39:00,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea6b95ff83261b366f9d86e17a607583005b0c" 2018-11-05 23:39:00,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05e5182c-e200-43e1-93df-bc2e89840510 x-compute-request-id: req-05e5182c-e200-43e1-93df-bc2e89840510 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:39:00,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-05e5182c-e200-43e1-93df-bc2e89840510 2018-11-05 23:39:00,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea6b95ff83261b366f9d86e17a607583005b0c" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e366ed87-8d41-442e-b99c-4e9550ebb85d"}]}}' 2018-11-05 23:39:02,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b12c6e15-16bf-468e-95c6-67d5b35a4c9f x-compute-request-id: req-b12c6e15-16bf-468e-95c6-67d5b35a4c9f Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "adminPass": "7aV6c5hTArS4"}} 2018-11-05 23:39:02,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b12c6e15-16bf-468e-95c6-67d5b35a4c9f 2018-11-05 23:39:02,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:02,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9457948b-5ff2-4a08-8401-f05c03b908b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:02,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9457948b-5ff2-4a08-8401-f05c03b908b2 2018-11-05 23:39:02,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:02,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["izuBNqpLT6GH2zbkjqpeHg"], "issued_at": "2018-11-05T23:39:02.000000Z"}} 2018-11-05 23:39:02,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}037b294ef92ff96ad33989bb883815d1e3a84c66" 2018-11-05 23:39:02,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-159e131d-f381-4d61-8e64-96e34d996866 x-compute-request-id: req-159e131d-f381-4d61-8e64-96e34d996866 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:02,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 used request id req-159e131d-f381-4d61-8e64-96e34d996866 2018-11-05 23:39:05,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}037b294ef92ff96ad33989bb883815d1e3a84c66" 2018-11-05 23:39:06,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-9fe72cae-4233-4280-b519-1f9fb6064562 x-compute-request-id: req-9fe72cae-4233-4280-b519-1f9fb6064562 Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:02Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:06,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 used request id req-9fe72cae-4233-4280-b519-1f9fb6064562 2018-11-05 23:39:09,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}037b294ef92ff96ad33989bb883815d1e3a84c66" 2018-11-05 23:39:10,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-3ffe2265-127a-4915-b5b4-0c12ce163848 x-compute-request-id: req-3ffe2265-127a-4915-b5b4-0c12ce163848 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:89:b3", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-11-05T23:39:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:10,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 used request id req-3ffe2265-127a-4915-b5b4-0c12ce163848 2018-11-05 23:39:10,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea6b95ff83261b366f9d86e17a607583005b0c" 2018-11-05 23:39:11,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78204b2b-a615-4c2b-a5c9-1cbdc8d660db x-compute-request-id: req-78204b2b-a615-4c2b-a5c9-1cbdc8d660db Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:89:b3", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-11-05T23:39:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:11,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174 used request id req-78204b2b-a615-4c2b-a5c9-1cbdc8d660db 2018-11-05 23:39:11,230 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.8'. 2018-11-05 23:39:11,230 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-11-05 23:39:11,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:39:12,660 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45f11181-f870-4277-81b4-35e3200ffd6f x-compute-request-id: req-45f11181-f870-4277-81b4-35e3200ffd6f Content-Length: 0 Content-Type: application/json 2018-11-05 23:39:12,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174/action used request id req-45f11181-f870-4277-81b4-35e3200ffd6f 2018-11-05 23:39:12,660 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-11-05 23:39:12,661 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=f62432ab-22c7-4fcc-9330-637ef6af3cd1 network=e366ed87-8d41-442e-b99c-4e9550ebb85d secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:39:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:12,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:12,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:12,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ea990f-d21d-4fbd-9d86-6372df7006c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:12,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-92ea990f-d21d-4fbd-9d86-6372df7006c5 2018-11-05 23:39:12,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:13,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["osmt2vcMST-3Gzz9yo0lpA"], "issued_at": "2018-11-05T23:39:13.000000Z"}} 2018-11-05 23:39:13,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3479c48561bfa293b6b869cf83b6d9ef65a96a" 2018-11-05 23:39:13,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-77f6dc51-ab13-49ed-98be-ccb06e0dd956 x-compute-request-id: req-77f6dc51-ab13-49ed-98be-ccb06e0dd956 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:39:13,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-77f6dc51-ab13-49ed-98be-ccb06e0dd956 2018-11-05 23:39:13,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3479c48561bfa293b6b869cf83b6d9ef65a96a" 2018-11-05 23:39:13,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-496e37ee-465b-463d-a88f-2f7daba85e99 x-compute-request-id: req-496e37ee-465b-463d-a88f-2f7daba85e99 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:39:13,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-496e37ee-465b-463d-a88f-2f7daba85e99 2018-11-05 23:39:13,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3479c48561bfa293b6b869cf83b6d9ef65a96a" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e366ed87-8d41-442e-b99c-4e9550ebb85d"}]}}' 2018-11-05 23:39:14,792 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39: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-8f577e60-f782-4caa-85aa-0a89ab3b194d x-compute-request-id: req-8f577e60-f782-4caa-85aa-0a89ab3b194d Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "adminPass": "6yP8P8NaVgah"}} 2018-11-05 23:39:14,792 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8f577e60-f782-4caa-85aa-0a89ab3b194d 2018-11-05 23:39:14,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:14,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d00879-f1f6-4d96-9e9e-6d9a720b8177 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:14,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26d00879-f1f6-4d96-9e9e-6d9a720b8177 2018-11-05 23:39:14,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:15,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["-_EwwlfOSrqG-ewuz6KpSw"], "issued_at": "2018-11-05T23:39:15.000000Z"}} 2018-11-05 23:39:15,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0959c85448aa742403441a74ea2231549fdd262d" 2018-11-05 23:39:15,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-c2002f52-b015-4393-a9d4-15973223cc40 x-compute-request-id: req-c2002f52-b015-4393-a9d4-15973223cc40 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:15,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 used request id req-c2002f52-b015-4393-a9d4-15973223cc40 2018-11-05 23:39:18,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0959c85448aa742403441a74ea2231549fdd262d" 2018-11-05 23:39:19,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9c60d8e-c4da-4f83-ae44-701112b6512f x-compute-request-id: req-a9c60d8e-c4da-4f83-ae44-701112b6512f Content-Encoding: gzip Content-Length: 703 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:15Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:19,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 used request id req-a9c60d8e-c4da-4f83-ae44-701112b6512f 2018-11-05 23:39:22,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0959c85448aa742403441a74ea2231549fdd262d" 2018-11-05 23:39:23,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-7085e239-0817-4e11-822f-f78572c19069 x-compute-request-id: req-7085e239-0817-4e11-822f-f78572c19069 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:19Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:23,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 used request id req-7085e239-0817-4e11-822f-f78572c19069 2018-11-05 23:39:23,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3479c48561bfa293b6b869cf83b6d9ef65a96a" 2018-11-05 23:39:23,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c396d1a8-74c3-4ca9-906c-da135659b700 x-compute-request-id: req-c396d1a8-74c3-4ca9-906c-da135659b700 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:19Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:23,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645 used request id req-c396d1a8-74c3-4ca9-906c-da135659b700 2018-11-05 23:39:23,850 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.6'. 2018-11-05 23:39:23,850 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-11-05 23:39:23,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:39:25,426 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d32c856-4727-43e3-b7d5-c92f7b33658a x-compute-request-id: req-7d32c856-4727-43e3-b7d5-c92f7b33658a Content-Length: 0 Content-Type: application/json 2018-11-05 23:39:25,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action used request id req-7d32c856-4727-43e3-b7d5-c92f7b33658a 2018-11-05 23:39:25,427 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-11-05 23:39:25,427 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=f62432ab-22c7-4fcc-9330-637ef6af3cd1 network=6b00e532-692e-4848-ab25-1f40ae603591 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:39:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:25,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:25,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:25,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:25,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:25,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:25,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:25,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19ad1b1-ae1e-4895-b3d0-837944ae9a8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:25,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d19ad1b1-ae1e-4895-b3d0-837944ae9a8d 2018-11-05 23:39:25,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:25,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["fEhLa3U_Qkeb3QFCV7LIfg"], "issued_at": "2018-11-05T23:39:25.000000Z"}} 2018-11-05 23:39:25,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" 2018-11-05 23:39:26,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-522e242d-7d53-435b-8c1b-9aa964aee665 x-compute-request-id: req-522e242d-7d53-435b-8c1b-9aa964aee665 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:39:26,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-522e242d-7d53-435b-8c1b-9aa964aee665 2018-11-05 23:39:26,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" 2018-11-05 23:39:26,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-f6892844-d70b-4126-b8d3-ef38ffe33353 x-compute-request-id: req-f6892844-d70b-4126-b8d3-ef38ffe33353 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:39:26,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-f6892844-d70b-4126-b8d3-ef38ffe33353 2018-11-05 23:39:26,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6b00e532-692e-4848-ab25-1f40ae603591"}]}}' 2018-11-05 23:39:27,486 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6d18a4f-c5c7-4462-a46a-6a10e20f93f9 x-compute-request-id: req-c6d18a4f-c5c7-4462-a46a-6a10e20f93f9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "adminPass": "DCnkK9WQu3WX"}} 2018-11-05 23:39:27,486 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c6d18a4f-c5c7-4462-a46a-6a10e20f93f9 2018-11-05 23:39:27,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:27,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80a5404-57ce-43c8-9a91-61b1fc174ff7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:27,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a80a5404-57ce-43c8-9a91-61b1fc174ff7 2018-11-05 23:39:27,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:27,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["8RKqFSJqQMyR6uPUaukm-w"], "issued_at": "2018-11-05T23:39:27.000000Z"}} 2018-11-05 23:39:27,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f950e3844db7862b299c2e40a2b0c5cea6b4364f" 2018-11-05 23:39:28,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-a81dc73d-fd57-4d36-8270-aad267153964 x-compute-request-id: req-a81dc73d-fd57-4d36-8270-aad267153964 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:28,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db used request id req-a81dc73d-fd57-4d36-8270-aad267153964 2018-11-05 23:39:31,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f950e3844db7862b299c2e40a2b0c5cea6b4364f" 2018-11-05 23:39:32,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d797d8b1-e996-4a3c-b276-59450cb6d09e x-compute-request-id: req-d797d8b1-e996-4a3c-b276-59450cb6d09e Content-Encoding: gzip Content-Length: 703 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:32,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db used request id req-d797d8b1-e996-4a3c-b276-59450cb6d09e 2018-11-05 23:39:35,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f950e3844db7862b299c2e40a2b0c5cea6b4364f" 2018-11-05 23:39:35,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-94e2388a-08db-4ebb-a6e4-1414bf16e120 x-compute-request-id: req-94e2388a-08db-4ebb-a6e4-1414bf16e120 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:35,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db used request id req-94e2388a-08db-4ebb-a6e4-1414bf16e120 2018-11-05 23:39:35,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" 2018-11-05 23:39:36,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-f3b3fb4d-1f52-4e0d-b2e1-040753a5bd1d x-compute-request-id: req-f3b3fb4d-1f52-4e0d-b2e1-040753a5bd1d Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:36,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db used request id req-f3b3fb4d-1f52-4e0d-b2e1-040753a5bd1d 2018-11-05 23:39:36,467 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.14'. 2018-11-05 23:39:36,467 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-11-05 23:39:36,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:39:38,044 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39: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-c399e885-aa3b-4510-95d3-ab761e61d976 x-compute-request-id: req-c399e885-aa3b-4510-95d3-ab761e61d976 Content-Length: 0 Content-Type: application/json 2018-11-05 23:39:38,044 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-c399e885-aa3b-4510-95d3-ab761e61d976 2018-11-05 23:39:38,044 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-11-05 23:39:38,044 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=f62432ab-22c7-4fcc-9330-637ef6af3cd1 network=6b00e532-692e-4848-ab25-1f40ae603591 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-05 23:39:38,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:38,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:38,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:38,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:38,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:38,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:38,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:38,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:38,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:38,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:38,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:38,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:38,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4d3974-dc7a-4cfa-a49d-ba232f36e356 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:38,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-da4d3974-dc7a-4cfa-a49d-ba232f36e356 2018-11-05 23:39:38,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:38,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["0W1wIbFZQdaUqKwkfQrJSQ"], "issued_at": "2018-11-05T23:39:38.000000Z"}} 2018-11-05 23:39:38,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" 2018-11-05 23:39:38,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-30c5236e-6726-401f-b162-e835fbd378a3 x-compute-request-id: req-30c5236e-6726-401f-b162-e835fbd378a3 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:39:38,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-30c5236e-6726-401f-b162-e835fbd378a3 2018-11-05 23:39:38,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" 2018-11-05 23:39:38,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-413f5f1b-c8be-4577-9bfe-e5021586799a x-compute-request-id: req-413f5f1b-c8be-4577-9bfe-e5021586799a Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:39:38,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-413f5f1b-c8be-4577-9bfe-e5021586799a 2018-11-05 23:39:38,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6b00e532-692e-4848-ab25-1f40ae603591"}], "config_drive": true}}' 2018-11-05 23:39:40,115 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-073aa215-7777-4054-8516-bf14db2d6dca x-compute-request-id: req-073aa215-7777-4054-8516-bf14db2d6dca Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "adminPass": "Cd6W3DGpH5Aw"}} 2018-11-05 23:39:40,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-073aa215-7777-4054-8516-bf14db2d6dca 2018-11-05 23:39:40,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:40,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7918a1f2-295c-4daa-82d6-81cd7a2d2928 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:40,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7918a1f2-295c-4daa-82d6-81cd7a2d2928 2018-11-05 23:39:40,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:40,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["xaID0kERRCuTIvhUUYvcwg"], "issued_at": "2018-11-05T23:39:40.000000Z"}} 2018-11-05 23:39:40,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a90a97096c9b5430a49f8d00d7903ec45b44b4f" 2018-11-05 23:39:40,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c15cd2ab-8032-413f-a50d-8a1fe0a03514 x-compute-request-id: req-c15cd2ab-8032-413f-a50d-8a1fe0a03514 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:39:40Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:40,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 used request id req-c15cd2ab-8032-413f-a50d-8a1fe0a03514 2018-11-05 23:39:43,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a90a97096c9b5430a49f8d00d7903ec45b44b4f" 2018-11-05 23:39:44,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ab08765-ae28-48a0-9100-1d97c30a43f3 x-compute-request-id: req-5ab08765-ae28-48a0-9100-1d97c30a43f3 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:39:40Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:44,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 used request id req-5ab08765-ae28-48a0-9100-1d97c30a43f3 2018-11-05 23:39:47,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a90a97096c9b5430a49f8d00d7903ec45b44b4f" 2018-11-05 23:39:48,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-928a9b41-ae89-443e-907f-0e3797b4e228 x-compute-request-id: req-928a9b41-ae89-443e-907f-0e3797b4e228 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:48,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 used request id req-928a9b41-ae89-443e-907f-0e3797b4e228 2018-11-05 23:39:48,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" 2018-11-05 23:39:49,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-f0491b81-d6bc-4eed-af89-038a10e00dcb x-compute-request-id: req-f0491b81-d6bc-4eed-af89-038a10e00dcb Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:49,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779 used request id req-f0491b81-d6bc-4eed-af89-038a10e00dcb 2018-11-05 23:39:49,493 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.15'. 2018-11-05 23:39:49,493 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-11-05 23:39:49,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:39:51,127 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa23d82d-ffd5-43d3-9b04-3268410903cc x-compute-request-id: req-fa23d82d-ffd5-43d3-9b04-3268410903cc Content-Length: 0 Content-Type: application/json 2018-11-05 23:39:51,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action used request id req-fa23d82d-ffd5-43d3-9b04-3268410903cc 2018-11-05 23:39:51,127 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-11-05 23:39:51,127 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=f62432ab-22c7-4fcc-9330-637ef6af3cd1 network=e366ed87-8d41-442e-b99c-4e9550ebb85d secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 10.10.10.6 10.10.11.15 10.10.11.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:51,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:51,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:51,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:39:51,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:39:51,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:39:51,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:39:51,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:51,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcaaa84e-3aba-42ae-8f9e-c5dd5357aefb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:51,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bcaaa84e-3aba-42ae-8f9e-c5dd5357aefb 2018-11-05 23:39:51,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:51,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Vb3xNJycQm6r9PMzkhLjZA"], "issued_at": "2018-11-05T23:39:51.000000Z"}} 2018-11-05 23:39:51,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" 2018-11-05 23:39:51,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-92fb61f8-2f74-440a-9189-e2a39c05f36f x-compute-request-id: req-92fb61f8-2f74-440a-9189-e2a39c05f36f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:39:51,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-92fb61f8-2f74-440a-9189-e2a39c05f36f 2018-11-05 23:39:51,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" 2018-11-05 23:39:51,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-8199a9d7-5e0e-4396-81e2-fbe62ab67a20 x-compute-request-id: req-8199a9d7-5e0e-4396-81e2-fbe62ab67a20 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:39:51,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-8199a9d7-5e0e-4396-81e2-fbe62ab67a20 2018-11-05 23:39:51,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44IDEwLjEwLjEwLjYgMTAuMTAuMTEuMTUgMTAuMTAuMTEuMTQKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e366ed87-8d41-442e-b99c-4e9550ebb85d"}], "config_drive": true}}' 2018-11-05 23:39:53,247 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:39: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-39de410f-ef30-42f5-aa75-dfbb9ee6b1f1 x-compute-request-id: req-39de410f-ef30-42f5-aa75-dfbb9ee6b1f1 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "879afe05-551c-42c5-8bba-964f28b44f9a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "bookmark"}], "adminPass": "oNpjE4budcM2"}} 2018-11-05 23:39:53,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-39de410f-ef30-42f5-aa75-dfbb9ee6b1f1 2018-11-05 23:39:53,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:39:53,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b2d6ba-460b-4d1c-a7e2-6d921c88431e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:39:53,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-61b2d6ba-460b-4d1c-a7e2-6d921c88431e 2018-11-05 23:39:53,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:39:53,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:39:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["nVQl1ZLiSBC4absovuiSxA"], "issued_at": "2018-11-05T23:39:53.000000Z"}} 2018-11-05 23:39:53,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d359e9b766bbe988f94b06b2b0cd1487a2d3895f" 2018-11-05 23:39:54,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-fa2b18c3-a857-4f58-89c9-48bcbfb1ddf1 x-compute-request-id: req-fa2b18c3-a857-4f58-89c9-48bcbfb1ddf1 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "879afe05-551c-42c5-8bba-964f28b44f9a", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:39:53Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-11-05T23:39:53Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:54,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a used request id req-fa2b18c3-a857-4f58-89c9-48bcbfb1ddf1 2018-11-05 23:39:57,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d359e9b766bbe988f94b06b2b0cd1487a2d3895f" 2018-11-05 23:39:57,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:39: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-ca2d2928-7667-4fd2-aeef-2a35f2dc64f3 x-compute-request-id: req-ca2d2928-7667-4fd2-aeef-2a35f2dc64f3 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:6c:ff", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "879afe05-551c-42c5-8bba-964f28b44f9a", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:39:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-05T23:39:53Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:39:57,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a used request id req-ca2d2928-7667-4fd2-aeef-2a35f2dc64f3 2018-11-05 23:40:00,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d359e9b766bbe988f94b06b2b0cd1487a2d3895f" 2018-11-05 23:40:01,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-fab47e96-d5fe-4896-9c2f-496dd8bd6ac4 x-compute-request-id: req-fab47e96-d5fe-4896-9c2f-496dd8bd6ac4 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:6c:ff", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-11-05T23:39:58.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "879afe05-551c-42c5-8bba-964f28b44f9a", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-05T23:39:53Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:40:01,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a used request id req-fab47e96-d5fe-4896-9c2f-496dd8bd6ac4 2018-11-05 23:40:01,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" 2018-11-05 23:40:02,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5215e9f-8381-4505-a52f-a822d0a78080 x-compute-request-id: req-d5215e9f-8381-4505-a52f-a822d0a78080 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:6c:ff", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-11-05T23:39:58.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "879afe05-551c-42c5-8bba-964f28b44f9a", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-05T23:39:53Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:40:02,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a used request id req-d5215e9f-8381-4505-a52f-a822d0a78080 2018-11-05 23:40:02,061 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.12'. 2018-11-05 23:40:02,061 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-11-05 23:40:02,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:40:03,204 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:40:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b747346-34fc-4a9a-962b-a9c3a8033e6a x-compute-request-id: req-4b747346-34fc-4a9a-962b-a9c3a8033e6a Content-Length: 0 Content-Type: application/json 2018-11-05 23:40:03,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-4b747346-34fc-4a9a-962b-a9c3a8033e6a 2018-11-05 23:40:03,205 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-11-05 23:40:03,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-901718", "route_distinguishers": "11:11"}}' 2018-11-05 23:40:03,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-09e671ad-6ba3-49bb-b8fb-f54c3595dbb2 Date: Mon, 05 Nov 2018 23:40:03 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "53bc756a-17cd-499a-8cec-2913c4f4a66a", "name": "sdnvpn-901718", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:40:03,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-09e671ad-6ba3-49bb-b8fb-f54c3595dbb2 2018-11-05 23:40:03,558 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-901718', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'53bc756a-17cd-499a-8cec-2913c4f4a66a'}} 2018-11-05 23:40:03,558 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-11-05 23:40:03,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"network_association": {"network_id": "e366ed87-8d41-442e-b99c-4e9550ebb85d"}}' 2018-11-05 23:40:04,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d187df44-8835-4d15-8caa-b88cea9787d6 Date: Mon, 05 Nov 2018 23:40:04 GMT RESP BODY: {"network_association": {"network_id": "e366ed87-8d41-442e-b99c-4e9550ebb85d", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "45571f14-3ecc-4efd-b05e-e5b96d1b9d23"}} 2018-11-05 23:40:04,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a/network_associations used request id req-d187df44-8835-4d15-8caa-b88cea9787d6 2018-11-05 23:40:04,032 - sdnvpn_test_utils - INFO - Waiting for instance d876a727-3e8c-4a7c-a6a4-34f2c38bd174 to boot up 2018-11-05 23:40:04,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea6b95ff83261b366f9d86e17a607583005b0c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:05,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd89c00a-f1b3-4600-926a-c247b06222c7 x-compute-request-id: req-cd89c00a-f1b3-4600-926a-c247b06222c7 Content-Encoding: gzip Content-Length: 10880 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 474034470 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.130505] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132131] pid_max: default: 32768 minimum: 301\n[ 0.133012] ACPI: Core revision 20150930\n[ 0.134381] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135668] Security Framework initialized\n[ 0.136470] Yama: becoming mindful.\n[ 0.137184] AppArmor: AppArmor initialized\n[ 0.138037] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139362] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140611] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141799] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143151] Initializing cgroup subsys io\n[ 0.143969] Initializing cgroup subsys memory\n[ 0.144819] Initializing cgroup subsys devices\n[ 0.145691] Initializing cgroup subsys freezer\n[ 0.146546] Initializing cgroup subsys net_cls\n[ 0.147399] Initializing cgroup subsys perf_event\n[ 0.148294] Initializing cgroup subsys net_prio\n[ 0.149160] Initializing cgroup subsys hugetlb\n[ 0.150023] Initializing cgroup subsys pids\n[ 0.150883] CPU: Physical Processor ID: 0\n[ 0.152383] mce: CPU supports 10 MCE banks\n[ 0.153225] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166399] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172691] ftrace: allocating 31920 entries in 125 pages\n[ 0.198686] smpboot: Max logical packages: 1\n[ 0.199538] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200876] x2apic enabled\n[ 0.201688] Switched APIC routing to physical x2apic.\n[ 0.203424] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206487] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208246] KVM setup paravirtual spinlock\n[ 0.209530] x86: Booted up 1 node, 1 CPUs\n[ 0.210326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211689] devtmpfs: initialized\n[ 0.213394] evm: security.selinux\n[ 0.214086] evm: security.SMACK64\n[ 0.214769] evm: security.SMACK64EXEC\n[ 0.215499] evm: security.SMACK64TRANSMUTE\n[ 0.216291] evm: security.SMACK64MMAP\n[ 0.217015] evm: security.ima\n[ 0.217652] evm: security.capability\n[ 0.218445] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220267] pinctrl core: initialized pinctrl subsystem\n[ 0.221346] RTC time: 23:39:06, date: 11/05/18\n[ 0.222296] NET: Registered protocol family 16\n[ 0.223321] cpuidle: using governor ladder\n[ 0.224197] cpuidle: using governor menu\n[ 0.225033] PCCT header not found.\n[ 0.225851] ACPI: bus type PCI registered\n[ 0.226711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228020] PCI: Using configuration type 1 for base access\n[ 0.229836] ACPI: Added _OSI(Module Device)\n[ 0.230779] ACPI: Added _OSI(Processor Device)\n[ 0.231699] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232683] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234921] ACPI: Interpreter enabled\n[ 0.235750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244283] ACPI: (supports S0 S5)\n[ 0.245072] ACPI: Using IOAPIC for interrupt routing\n[ 0.245992] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249040] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250151] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251368] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252528] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254695] acpiphp: Slot [3] registered\n[ 0.255473] acpiphp: Slot [4] registered\n[ 0.256245] acpiphp: Slot [5] registered\n[ 0.257026] acpiphp: Slot [6] registered\n[ 0.257803] acpiphp: Slot [7] registered\n[ 0.258581] acpiphp: Slot [8] registered\n[ 0.259356] acpiphp: Slot [9] registered\n[ 0.260134] acpiphp: Slot [10] registered\n[ 0.260925] acpiphp: Slot [11] registered\n[ 0.261721] acpiphp: Slot [12] registered\n[ 0.262511] acpiphp: Slot [13] registered\n[ 0.263297] acpiphp: Slot [14] registered\n[ 0.264082] acpiphp: Slot [15] registered\n[ 0.274804] acpiphp: Slot [16] registered\n[ 0.275598] acpiphp: Slot [17] registered\n[ 0.276386] acpiphp: Slot [18] registered\n[ 0.277170] acpiphp: Slot [19] registered\n[ 0.277956] acpiphp: Slot [20] registered\n[ 0.278746] acpiphp: Slot [21] registered\n[ 0.279539] acpiphp: Slot [22] registered\n[ 0.280328] acpiphp: Slot [23] registered\n[ 0.281112] acpiphp: Slot [24] registered\n[ 0.281899] acpiphp: Slot [25] registered\n[ 0.282689] acpiphp: Slot [26] registered\n[ 0.283476] acpiphp: Slot [27] registered\n[ 0.284266] acpiphp: Slot [28] registered\n[ 0.285060] acpiphp: Slot [29] registered\n[ 0.285980] acpiphp: Slot [30] registered\n[ 0.286940] acpiphp: Slot [31] registered\n[ 0.287896] PCI host bridge to bus 0000:00\n[ 0.288861] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291771] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293479] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295203] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301589] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303111] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305981] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312248] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313975] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361091] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362472] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363859] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365235] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366457] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367907] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370456] vgaarb: loaded\n[ 0.371040] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372158] SCSI subsystem initialized\n[ 0.372960] ACPI: bus type USB registered\n[ 0.373760] usbcore: registered new interface driver usbfs\n[ 0.374901] usbcore: registered new interface driver hub\n[ 0.376104] usbcore: registered new device driver usb\n[ 0.377347] PCI: Using ACPI for IRQ routing\n[ 0.378383] NetLabel: Initializing\n[ 0.379074] NetLabel: domain hash size = 128\n[ 0.379897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380819] NetLabel: unlabeled traffic allowed by default\n[ 0.381882] clocksource: Switched to clocksource kvm-clock\n[ 0.387248] AppArmor: AppArmor Filesystem Enabled\n[ 0.388184] pnp: PnP ACPI init\n[ 0.389086] pnp: PnP ACPI: found 5 devices\n[ 0.395424] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397091] NET: Registered protocol family 2\n[ 0.398021] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399254] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400392] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401522] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402577] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403721] NET: Registered protocol family 1\n[ 0.404580] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406681] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420636] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434794] Trying to unpack rootfs image as initramfs...\n[ 0.484339] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498178] Scanning for low memory corruption every 60 seconds\n[ 0.499823] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501301] audit: initializing netlink subsys (disabled)\n[ 0.502631] audit: type=2000 audit(1541461147.472:1): initialized\n[ 0.504247] Initialise system trusted keyring\n[ 0.505423] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506930] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509231] zbud: loaded\n[ 0.510081] VFS: Disk quotas dquot_6.6.0\n[ 0.511115] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512997] fuse init (API version 7.23)\n[ 0.514106] Key type big_key registered\n[ 0.515115] Allocating IMA MOK and blacklist keyrings.\n[ 0.516501] Key type asymmetric registered\n[ 0.517554] Asymmetric key parser 'x509' registered\n[ 0.518777] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520638] io scheduler noop registered\n[ 0.521646] io scheduler deadline registered (default)\n[ 0.522912] io scheduler cfq registered\n[ 0.523957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526924] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528769] ACPI: Power Button [PWRF]\n[ 0.530163] GHES: HEST is not enabled!\n[ 0.544029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603441] Linux agpgart interface v0.103\n[ 0.605789] brd: module loaded\n[ 0.607185] loop: module loaded\n[ 0.612221] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614105] GPT:90111 != 2097151\n[ 0.614953] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616352] GPT:90111 != 2097151\n[ 0.617193] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618436] vda: vda1 vda15\n[ 0.620256] scsi host0: ata_piix\n[ 0.621176] scsi host1: ata_piix\n[ 0.622076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623654] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625452] libphy: Fixed MDIO Bus: probed\n[ 0.626675] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627904] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630534] PPP generic driver version 2.4.2\n[ 0.631664] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633198] ehci-pci: EHCI PCI platform driver\n[ 0.634314] ehci-platform: EHCI generic platform driver\n[ 0.635584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637114] ohci-pci: OHCI PCI platform driver\n[ 0.638390] ohci-platform: OHCI generic platform driver\n[ 0.639938] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655870] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659380] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663682] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665504] usb usb1: Product: UHCI Host Controller\n[ 0.666709] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668178] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669373] hub 1-0:1.0: USB hub found\n[ 0.670351] hub 1-0:1.0: 2 ports detected\n[ 0.671458] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673989] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675231] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676519] mousedev: PS/2 mouse device common for all mice\n[ 0.678082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681727] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684799] i2c /dev entries driver\n[ 0.685741] device-mapper: uevent: version 1.0.3\n[ 0.686930] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689002] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690626] NET: Registered protocol family 10\n[ 0.691876] NET: Registered protocol family 17\n[ 0.693004] Key type dns_resolver registered\n[ 0.694163] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697805] registered taskstats version 1\n[ 0.698874] Loading compiled-in X.509 certificates\n[ 0.700587] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702987] zswap: loaded using pool lzo/zbud\n[ 0.704619] Key type trusted registered\n[ 0.706385] Key type encrypted registered\n[ 0.707440] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708755] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710093] evm: HMAC attrs: 0x1\n[ 0.711225] Magic number: 10:978:705\n[ 0.712299] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:07 UTC (1541461147)\n[ 0.714331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715786] EDD information not available.\n[ 0.782876] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784848] Write protecting the kernel read-only data: 14336k\n[ 0.797140] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799408] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.07\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.300409] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbWJPsy/8o+vk39hrPgX+sR9ivOZn+Qaydpm+GftLWi/MyAEkgQcDVFc9NgjdZqhgHh144h49MnNUIBG2gBAVr/Bdbhhaae8lcHRWoF4Z0rJ170eUomDzNBNVmH2HFDF2U7wGmqwcO7yLTOEyGQapEUFSCML6Rx1CJGCyybCGCXcrdvo/6mDerFB7jVL5BNBDHlevbIUG0jPw2o77FkZwOa/mBzrGI4EedvHb7EkTfE2C7ghIU4Ta6tzfBC3L4uTg2fyL2oGlHznQfjogMMjmvz+phQhHXbIb7cTvd5TttfLyz5r7WEYtP96UTuuh9OybXzoUUsFp+bf1nJvh/pgvl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIIDP0Cc+Y07JUJe54QIFlYB+8wF4miRyKlYQ5ah5MypePs6qZdklC5jxNPV/9steKDR5LtCrJrC6PB4xOp2jCc84/smo8k4ii83VRjV1Wd6tyO8kYL347FNHW4ePlYcNF7wpnLysbLLFncvecCtWAHwdjwml9kDBIK+IAxKYrc7AAAAFQDIa31AD6Isy8gPPvHHpMvhraysSQAAAIAGh8Q3J85qSpC2x7PHa0H+3P6rdghLiT/mqgr9cJHrIHHjnPw+H1KPCrsPsHVT4ZmUWNfMsX4h6dx7g2px52gWpImhUDcvN9gfcmkWKwjmmPYnJemvUFQ55EijsDIZ8h2C3uryMJFoELuxYwIStX04grRCanCM4lKcKR/UL4tdfgAAAIB2NOvA3IefY7sCxL0dEYMWirX93V3chxpuaVsAlos2lOdiA/HwK4CYYIWC3R6GQRj1NQBoQp7+C6SdAtbppBNqBcwZ32SXuvqGWNLaD531jOVTQ+M7bGOwQXHDPeKEiJMgde8qL2y4ae4MNUUH4Z6CJ1rKwzH5dwfxqh2I2uWgTw== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fece:89b3/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.45 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CE:89:B3 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fece:89b3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7944 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.142370] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.142371] usb 1-1: Product: QEMU USB Tablet\n[ 1.142372] usb 1-1: Manufacturer: QEMU\n[ 1.142372] usb 1-1: SerialNumber: 42\n[ 1.235692] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.282887] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.300409] random: dd urandom read with 5 bits of entropy available\n[ 1.498130] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.571472] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.885239] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:39:08 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:39:08 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:39:08 cirros kern.notice kernel: [ 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)\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:39:08 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:39:08 cirros kern.notice kernel: [ 1.300409] random: dd urandom read with 5 bits of entropy available\nNov 5 23:39:08 cirros kern.info kernel: [ 1.498130] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nNov 5 23:39:09 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:39:10 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:39:10 cirros kern.info kernel: [ 3.571472] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:39:10 cirros kern.info kernel: [ 3.885239] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-2 login: "} 2018-11-05 23:40:05,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174/action used request id req-cd89c00a-f1b3-4600-926a-c247b06222c7 2018-11-05 23:40:07,137 - sdnvpn_test_utils - INFO - Waiting for instance fda7bd12-46ca-48a6-9d06-96bfbbaff645 to boot up 2018-11-05 23:40:07,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3479c48561bfa293b6b869cf83b6d9ef65a96a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:08,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed061294-f261-4c6a-ab15-d7d3d5a2820f x-compute-request-id: req-ed061294-f261-4c6a-ab15-d7d3d5a2820f Content-Encoding: gzip Content-Length: 10087 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 449929466 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.910 MHz processor\n[ 0.131203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132819] pid_max: default: 32768 minimum: 301\n[ 0.133690] ACPI: Core revision 20150930\n[ 0.135056] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136334] Security Framework initialized\n[ 0.137130] Yama: becoming mindful.\n[ 0.137840] AppArmor: AppArmor initialized\n[ 0.138687] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139989] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141223] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143732] Initializing cgroup subsys io\n[ 0.144518] Initializing cgroup subsys memory\n[ 0.145349] Initializing cgroup subsys devices\n[ 0.146188] Initializing cgroup subsys freezer\n[ 0.147063] Initializing cgroup subsys net_cls\n[ 0.147898] Initializing cgroup subsys perf_event\n[ 0.148775] Initializing cgroup subsys net_prio\n[ 0.149626] Initializing cgroup subsys hugetlb\n[ 0.150480] Initializing cgroup subsys pids\n[ 0.151330] CPU: Physical Processor ID: 0\n[ 0.152805] mce: CPU supports 10 MCE banks\n[ 0.153623] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154592] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165748] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172183] ftrace: allocating 31920 entries in 125 pages\n[ 0.198568] smpboot: Max logical packages: 1\n[ 0.199443] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200782] x2apic enabled\n[ 0.201580] Switched APIC routing to physical x2apic.\n[ 0.203316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204420] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206373] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208122] KVM setup paravirtual spinlock\n[ 0.209397] x86: Booted up 1 node, 1 CPUs\n[ 0.210184] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211539] devtmpfs: initialized\n[ 0.213238] evm: security.selinux\n[ 0.213918] evm: security.SMACK64\n[ 0.214595] evm: security.SMACK64EXEC\n[ 0.215322] evm: security.SMACK64TRANSMUTE\n[ 0.216107] evm: security.SMACK64MMAP\n[ 0.216827] evm: security.ima\n[ 0.217459] evm: security.capability\n[ 0.218246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220054] pinctrl core: initialized pinctrl subsystem\n[ 0.221120] RTC time: 23:39:18, date: 11/05/18\n[ 0.222061] NET: Registered protocol family 16\n[ 0.223012] cpuidle: using governor ladder\n[ 0.223804] cpuidle: using governor menu\n[ 0.224571] PCCT header not found.\n[ 0.225302] ACPI: bus type PCI registered\n[ 0.226092] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227299] PCI: Using configuration type 1 for base access\n[ 0.229029] ACPI: Added _OSI(Module Device)\n[ 0.229848] ACPI: Added _OSI(Processor Device)\n[ 0.230696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231576] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233681] ACPI: Interpreter enabled\n[ 0.234435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241660] ACPI: (supports S0 S5)\n[ 0.242349] ACPI: Using IOAPIC for interrupt routing\n[ 0.243366] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246433] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247540] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249907] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252073] acpiphp: Slot [3] registered\n[ 0.252844] acpiphp: Slot [4] registered\n[ 0.253620] acpiphp: Slot [5] registered\n[ 0.254397] acpiphp: Slot [6] registered\n[ 0.255168] acpiphp: Slot [7] registered\n[ 0.255944] acpiphp: Slot [8] registered\n[ 0.256726] acpiphp: Slot [9] registered\n[ 0.257507] acpiphp: Slot [10] registered\n[ 0.258295] acpiphp: Slot [11] registered\n[ 0.259081] acpiphp: Slot [12] registered\n[ 0.259871] acpiphp: Slot [13] registered\n[ 0.260664] acpiphp: Slot [14] registered\n[ 0.261452] acpiphp: Slot [15] registered\n[ 0.272410] acpiphp: Slot [16] registered\n[ 0.273205] acpiphp: Slot [17] registered\n[ 0.273990] acpiphp: Slot [18] registered\n[ 0.274769] acpiphp: Slot [19] registered\n[ 0.275559] acpiphp: Slot [20] registered\n[ 0.276345] acpiphp: Slot [21] registered\n[ 0.277132] acpiphp: Slot [22] registered\n[ 0.277913] acpiphp: Slot [23] registered\n[ 0.278698] acpiphp: Slot [24] registered\n[ 0.279485] acpiphp: Slot [25] registered\n[ 0.280266] acpiphp: Slot [26] registered\n[ 0.281050] acpiphp: Slot [27] registered\n[ 0.281836] acpiphp: Slot [28] registered\n[ 0.282625] acpiphp: Slot [29] registered\n[ 0.283408] acpiphp: Slot [30] registered\n[ 0.284199] acpiphp: Slot [31] registered\n[ 0.284979] PCI host bridge to bus 0000:00\n[ 0.285758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289501] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290899] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297114] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298346] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308617] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354549] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357391] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361322] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362465] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365004] vgaarb: loaded\n[ 0.365589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366707] SCSI subsystem initialized\n[ 0.367509] ACPI: bus type USB registered\n[ 0.368306] usbcore: registered new interface driver usbfs\n[ 0.369303] usbcore: registered new interface driver hub\n[ 0.370281] usbcore: registered new device driver usb\n[ 0.371314] PCI: Using ACPI for IRQ routing\n[ 0.372318] NetLabel: Initializing\n[ 0.373016] NetLabel: domain hash size = 128\n[ 0.373842] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374784] NetLabel: unlabeled traffic allowed by default\n[ 0.375862] clocksource: Switched to clocksource kvm-clock\n[ 0.381351] AppArmor: AppArmor Filesystem Enabled\n[ 0.382291] pnp: PnP ACPI init\n[ 0.383184] pnp: PnP ACPI: found 5 devices\n[ 0.389530] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391186] NET: Registered protocol family 2\n[ 0.392122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393364] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394505] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395634] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396685] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397830] NET: Registered protocol family 1\n[ 0.398679] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399746] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400797] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414819] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429064] Trying to unpack rootfs image as initramfs...\n[ 0.479192] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493048] Scanning for low memory corruption every 60 seconds\n[ 0.494745] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496278] audit: initializing netlink subsys (disabled)\n[ 0.497653] audit: type=2000 audit(1541461159.586:1): initialized\n[ 0.499349] Initialise system trusted keyring\n[ 0.500536] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502088] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504468] zbud: loaded\n[ 0.505329] VFS: Disk quotas dquot_6.6.0\n[ 0.506386] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508334] fuse init (API version 7.23)\n[ 0.509466] Key type big_key registered\n[ 0.510498] Allocating IMA MOK and blacklist keyrings.\n[ 0.511889] Key type asymmetric registered\n[ 0.512958] Asymmetric key parser 'x509' registered\n[ 0.514220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516524] io scheduler noop registered\n[ 0.517537] io scheduler deadline registered (default)\n[ 0.518833] io scheduler cfq registered\n[ 0.519918] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523230] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525374] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.541598] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597362] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599845] Linux agpgart interface v0.103\n[ 0.602094] brd: module loaded\n[ 0.603434] loop: module loaded\n[ 0.607367] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609253] GPT:90111 != 2097151\n[ 0.610118] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611543] GPT:90111 != 2097151\n[ 0.612409] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613668] vda: vda1 vda15\n[ 0.615198] scsi host0: ata_piix\n[ 0.616129] scsi host1: ata_piix\n[ 0.617020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620524] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622562] libphy: Fixed MDIO Bus: probed\n[ 0.623618] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625067] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627569] PPP generic driver version 2.4.2\n[ 0.628710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630262] ehci-pci: EHCI PCI platform driver\n[ 0.631386] ehci-platform: EHCI generic platform driver\n[ 0.632675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634156] ohci-pci: OHCI PCI platform driver\n[ 0.635285] ohci-platform: OHCI generic platform driver\n[ 0.636572] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652660] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654527] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655836] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657289] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660737] usb usb1: Product: UHCI Host Controller\n[ 0.662039] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663540] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664769] hub 1-0:1.0: USB hub found\n[ 0.665756] hub 1-0:1.0: 2 ports detected\n[ 0.666889] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669489] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670731] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672069] mousedev: PS/2 mouse device common for all mice\n[ 0.673629] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677316] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680438] i2c /dev entries driver\n[ 0.681403] device-mapper: uevent: version 1.0.3\n[ 0.682601] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686366] NET: Registered protocol family 10\n[ 0.687616] NET: Registered protocol family 17\n[ 0.688761] Key type dns_resolver registered\n[ 0.689933] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691360] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693620] registered taskstats version 1\n[ 0.694682] Loading compiled-in X.509 certificates\n[ 0.696414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700467] Key type trusted registered\n[ 0.702230] Key type encrypted registered\n[ 0.703298] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704651] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706010] evm: HMAC attrs: 0x1\n[ 0.707500] Magic number: 10:978:705\n[ 0.708594] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:19 UTC (1541461159)\n[ 0.710665] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712141] EDD information not available.\n[ 0.776988] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778965] Write protecting the kernel read-only data: 14336k\n[ 0.791342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793630] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.837403] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.42\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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.52. iid=i-000000cc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC2xdM6BtNOAp4wVeFExZwRV3eW05cQfl+Ln+uh6KIsA9o36zSs3z8G58BSYJBTysGETaHOUdtyk6Bt2HQhrLIlA8sDSGO6dnHjGcPYgPBFA0U+91f/Xs4n+8wIQmykGj80uplpftiYl5ny7nMjxFiDqERf/t+kmD8j9/rpkDitN4WCZ8pLHHlqAwR5rpP0kn/DLKqKSUlhg2pNC6YVRsyhMRjCGtKMhent4nNYQhrnVhmAZLffdW13bN06UCPQD3h5GjhlX5TeYudxsVniTjr3BWjWfaP1FHphYEYBy1Q4EpUEd6UC7Ug4e41nUhb4/c3pEQtkSBgzdyGuBzrYMjdT root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOO9qyVUEVjOwEbH73wvCEtDnqdtIByLTk8q9LI6Uno+ZVhnOVcMwbRg0H9yoSFSOtiEHn8Z5DviuyuqPtV6KMnLQdXyR6n6JN0xi7ZBiLvKTfy4/TxBu5A61tFQ8UB8WEF/7Ih0UaVjMFQOS0eehUgw0qcg9v0jszxg1BQ0XCFDAAAAFQDL2azQNCP1v/KlO0StD4ML4f4/4wAAAIBHf5LK5p+9kAUdTx/aieldzNZBzmjFsK1bojRRK+aKlCV8KkYfLoI30ma14jZs1LPvcHFkJC3SlrGdojF4pjoUEthEmrsDBOCHTV+qiGds4GHTeErUFfOThL0IzFQUArziQvqVxP4xJnc+HoAQpdIY6zsTevVZF42N82Wg/HoZIwAAAIAkj0TXwlJPlReGQdyYL3bV0fhNLOfPPRBiNzbtdFiSBoCzC0hKg2G2vWlVH+uf56ZP1k2UMQa9uQhnTFKUWgRH3BsZhM9yzB/y8hxeFnj4nh5cBgyJjJ4NQNWIWwkJV85uyIvEHVjJiPicvxylKUek38H9UtMmjfR92sZVgm7k+g== root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:feeb:1d08/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000cc\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.70 ===\n/dev/root resized successfully [took 2.42s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EB:1D:08 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:1d08/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8283 (8.0 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:40:08,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action used request id req-ed061294-f261-4c6a-ab15-d7d3d5a2820f 2018-11-05 23:40:10,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3479c48561bfa293b6b869cf83b6d9ef65a96a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:11,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-cbcefd3d-cc93-46c8-9eca-6adeb8ecaf05 x-compute-request-id: req-cbcefd3d-cc93-46c8-9eca-6adeb8ecaf05 Content-Encoding: gzip Content-Length: 11159 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 449929466 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.910 MHz processor\n[ 0.131203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132819] pid_max: default: 32768 minimum: 301\n[ 0.133690] ACPI: Core revision 20150930\n[ 0.135056] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136334] Security Framework initialized\n[ 0.137130] Yama: becoming mindful.\n[ 0.137840] AppArmor: AppArmor initialized\n[ 0.138687] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139989] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141223] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142390] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143732] Initializing cgroup subsys io\n[ 0.144518] Initializing cgroup subsys memory\n[ 0.145349] Initializing cgroup subsys devices\n[ 0.146188] Initializing cgroup subsys freezer\n[ 0.147063] Initializing cgroup subsys net_cls\n[ 0.147898] Initializing cgroup subsys perf_event\n[ 0.148775] Initializing cgroup subsys net_prio\n[ 0.149626] Initializing cgroup subsys hugetlb\n[ 0.150480] Initializing cgroup subsys pids\n[ 0.151330] CPU: Physical Processor ID: 0\n[ 0.152805] mce: CPU supports 10 MCE banks\n[ 0.153623] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154592] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165748] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172183] ftrace: allocating 31920 entries in 125 pages\n[ 0.198568] smpboot: Max logical packages: 1\n[ 0.199443] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200782] x2apic enabled\n[ 0.201580] Switched APIC routing to physical x2apic.\n[ 0.203316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204420] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206373] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208122] KVM setup paravirtual spinlock\n[ 0.209397] x86: Booted up 1 node, 1 CPUs\n[ 0.210184] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211539] devtmpfs: initialized\n[ 0.213238] evm: security.selinux\n[ 0.213918] evm: security.SMACK64\n[ 0.214595] evm: security.SMACK64EXEC\n[ 0.215322] evm: security.SMACK64TRANSMUTE\n[ 0.216107] evm: security.SMACK64MMAP\n[ 0.216827] evm: security.ima\n[ 0.217459] evm: security.capability\n[ 0.218246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220054] pinctrl core: initialized pinctrl subsystem\n[ 0.221120] RTC time: 23:39:18, date: 11/05/18\n[ 0.222061] NET: Registered protocol family 16\n[ 0.223012] cpuidle: using governor ladder\n[ 0.223804] cpuidle: using governor menu\n[ 0.224571] PCCT header not found.\n[ 0.225302] ACPI: bus type PCI registered\n[ 0.226092] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227299] PCI: Using configuration type 1 for base access\n[ 0.229029] ACPI: Added _OSI(Module Device)\n[ 0.229848] ACPI: Added _OSI(Processor Device)\n[ 0.230696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231576] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233681] ACPI: Interpreter enabled\n[ 0.234435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241660] ACPI: (supports S0 S5)\n[ 0.242349] ACPI: Using IOAPIC for interrupt routing\n[ 0.243366] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246433] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247540] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249907] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252073] acpiphp: Slot [3] registered\n[ 0.252844] acpiphp: Slot [4] registered\n[ 0.253620] acpiphp: Slot [5] registered\n[ 0.254397] acpiphp: Slot [6] registered\n[ 0.255168] acpiphp: Slot [7] registered\n[ 0.255944] acpiphp: Slot [8] registered\n[ 0.256726] acpiphp: Slot [9] registered\n[ 0.257507] acpiphp: Slot [10] registered\n[ 0.258295] acpiphp: Slot [11] registered\n[ 0.259081] acpiphp: Slot [12] registered\n[ 0.259871] acpiphp: Slot [13] registered\n[ 0.260664] acpiphp: Slot [14] registered\n[ 0.261452] acpiphp: Slot [15] registered\n[ 0.272410] acpiphp: Slot [16] registered\n[ 0.273205] acpiphp: Slot [17] registered\n[ 0.273990] acpiphp: Slot [18] registered\n[ 0.274769] acpiphp: Slot [19] registered\n[ 0.275559] acpiphp: Slot [20] registered\n[ 0.276345] acpiphp: Slot [21] registered\n[ 0.277132] acpiphp: Slot [22] registered\n[ 0.277913] acpiphp: Slot [23] registered\n[ 0.278698] acpiphp: Slot [24] registered\n[ 0.279485] acpiphp: Slot [25] registered\n[ 0.280266] acpiphp: Slot [26] registered\n[ 0.281050] acpiphp: Slot [27] registered\n[ 0.281836] acpiphp: Slot [28] registered\n[ 0.282625] acpiphp: Slot [29] registered\n[ 0.283408] acpiphp: Slot [30] registered\n[ 0.284199] acpiphp: Slot [31] registered\n[ 0.284979] PCI host bridge to bus 0000:00\n[ 0.285758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289501] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290899] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297114] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298346] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300705] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308617] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354549] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357391] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358766] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361322] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362465] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365004] vgaarb: loaded\n[ 0.365589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366707] SCSI subsystem initialized\n[ 0.367509] ACPI: bus type USB registered\n[ 0.368306] usbcore: registered new interface driver usbfs\n[ 0.369303] usbcore: registered new interface driver hub\n[ 0.370281] usbcore: registered new device driver usb\n[ 0.371314] PCI: Using ACPI for IRQ routing\n[ 0.372318] NetLabel: Initializing\n[ 0.373016] NetLabel: domain hash size = 128\n[ 0.373842] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374784] NetLabel: unlabeled traffic allowed by default\n[ 0.375862] clocksource: Switched to clocksource kvm-clock\n[ 0.381351] AppArmor: AppArmor Filesystem Enabled\n[ 0.382291] pnp: PnP ACPI init\n[ 0.383184] pnp: PnP ACPI: found 5 devices\n[ 0.389530] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391186] NET: Registered protocol family 2\n[ 0.392122] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393364] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394505] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395634] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396685] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397830] NET: Registered protocol family 1\n[ 0.398679] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399746] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400797] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414819] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429064] Trying to unpack rootfs image as initramfs...\n[ 0.479192] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493048] Scanning for low memory corruption every 60 seconds\n[ 0.494745] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496278] audit: initializing netlink subsys (disabled)\n[ 0.497653] audit: type=2000 audit(1541461159.586:1): initialized\n[ 0.499349] Initialise system trusted keyring\n[ 0.500536] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502088] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504468] zbud: loaded\n[ 0.505329] VFS: Disk quotas dquot_6.6.0\n[ 0.506386] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508334] fuse init (API version 7.23)\n[ 0.509466] Key type big_key registered\n[ 0.510498] Allocating IMA MOK and blacklist keyrings.\n[ 0.511889] Key type asymmetric registered\n[ 0.512958] Asymmetric key parser 'x509' registered\n[ 0.514220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516524] io scheduler noop registered\n[ 0.517537] io scheduler deadline registered (default)\n[ 0.518833] io scheduler cfq registered\n[ 0.519918] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523230] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525374] ACPI: Power Button [PWRF]\n[ 0.526637] GHES: HEST is not enabled!\n[ 0.541598] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597362] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599845] Linux agpgart interface v0.103\n[ 0.602094] brd: module loaded\n[ 0.603434] loop: module loaded\n[ 0.607367] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609253] GPT:90111 != 2097151\n[ 0.610118] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611543] GPT:90111 != 2097151\n[ 0.612409] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613668] vda: vda1 vda15\n[ 0.615198] scsi host0: ata_piix\n[ 0.616129] scsi host1: ata_piix\n[ 0.617020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620524] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622562] libphy: Fixed MDIO Bus: probed\n[ 0.623618] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625067] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627569] PPP generic driver version 2.4.2\n[ 0.628710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630262] ehci-pci: EHCI PCI platform driver\n[ 0.631386] ehci-platform: EHCI generic platform driver\n[ 0.632675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634156] ohci-pci: OHCI PCI platform driver\n[ 0.635285] ohci-platform: OHCI generic platform driver\n[ 0.636572] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651350] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652660] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654527] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655836] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657289] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660737] usb usb1: Product: UHCI Host Controller\n[ 0.662039] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663540] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664769] hub 1-0:1.0: USB hub found\n[ 0.665756] hub 1-0:1.0: 2 ports detected\n[ 0.666889] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669489] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670731] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672069] mousedev: PS/2 mouse device common for all mice\n[ 0.673629] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677316] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680438] i2c /dev entries driver\n[ 0.681403] device-mapper: uevent: version 1.0.3\n[ 0.682601] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686366] NET: Registered protocol family 10\n[ 0.687616] NET: Registered protocol family 17\n[ 0.688761] Key type dns_resolver registered\n[ 0.689933] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691360] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693620] registered taskstats version 1\n[ 0.694682] Loading compiled-in X.509 certificates\n[ 0.696414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700467] Key type trusted registered\n[ 0.702230] Key type encrypted registered\n[ 0.703298] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704651] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706010] evm: HMAC attrs: 0x1\n[ 0.707500] Magic number: 10:978:705\n[ 0.708594] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:19 UTC (1541461159)\n[ 0.710665] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712141] EDD information not available.\n[ 0.776988] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778965] Write protecting the kernel read-only data: 14336k\n[ 0.791342] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793630] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.837403] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.42\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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.52. iid=i-000000cc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC2xdM6BtNOAp4wVeFExZwRV3eW05cQfl+Ln+uh6KIsA9o36zSs3z8G58BSYJBTysGETaHOUdtyk6Bt2HQhrLIlA8sDSGO6dnHjGcPYgPBFA0U+91f/Xs4n+8wIQmykGj80uplpftiYl5ny7nMjxFiDqERf/t+kmD8j9/rpkDitN4WCZ8pLHHlqAwR5rpP0kn/DLKqKSUlhg2pNC6YVRsyhMRjCGtKMhent4nNYQhrnVhmAZLffdW13bN06UCPQD3h5GjhlX5TeYudxsVniTjr3BWjWfaP1FHphYEYBy1Q4EpUEd6UC7Ug4e41nUhb4/c3pEQtkSBgzdyGuBzrYMjdT root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOO9qyVUEVjOwEbH73wvCEtDnqdtIByLTk8q9LI6Uno+ZVhnOVcMwbRg0H9yoSFSOtiEHn8Z5DviuyuqPtV6KMnLQdXyR6n6JN0xi7ZBiLvKTfy4/TxBu5A61tFQ8UB8WEF/7Ih0UaVjMFQOS0eehUgw0qcg9v0jszxg1BQ0XCFDAAAAFQDL2azQNCP1v/KlO0StD4ML4f4/4wAAAIBHf5LK5p+9kAUdTx/aieldzNZBzmjFsK1bojRRK+aKlCV8KkYfLoI30ma14jZs1LPvcHFkJC3SlrGdojF4pjoUEthEmrsDBOCHTV+qiGds4GHTeErUFfOThL0IzFQUArziQvqVxP4xJnc+HoAQpdIY6zsTevVZF42N82Wg/HoZIwAAAIAkj0TXwlJPlReGQdyYL3bV0fhNLOfPPRBiNzbtdFiSBoCzC0hKg2G2vWlVH+uf56ZP1k2UMQa9uQhnTFKUWgRH3BsZhM9yzB/y8hxeFnj4nh5cBgyJjJ4NQNWIWwkJV85uyIvEHVjJiPicvxylKUek38H9UtMmjfR92sZVgm7k+g== root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:feeb:1d08/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000cc\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.70 ===\n/dev/root resized successfully [took 2.42s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EB:1D:08 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:1d08/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8283 (8.0 KiB) TX bytes:9211 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.135845] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.135846] usb 1-1: Product: QEMU USB Tablet\n[ 1.135847] usb 1-1: Manufacturer: QEMU\n[ 1.135848] usb 1-1: SerialNumber: 42\n[ 1.491966] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.491969] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 1.585649] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.603613] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 4.817701] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.141578] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:39:20 cirros kern.info kernel: [ 0.793630] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 5 23:39:20 cirros kern.info kernel: [ 0.805643] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 5 23:39:20 cirros kern.info kernel: [ 0.805644] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 5 23:39:20 cirros kern.info kernel: [ 0.807310] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 5 23:39:20 cirros kern.info kernel: [ 0.810248] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 5 23:39:20 cirros kern.info kernel: [ 0.812223] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 5 23:39:20 cirros kern.info kernel: [ 0.835229] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:39:20 cirros kern.info kernel: [ 0.835804] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:39:20 cirros kern.notice kernel: [ 0.837403] random: blkid urandom read with 2 bits of entropy available\nNov 5 23:39:20 cirros kern.info kernel: [ 0.839387] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:39:20 cirros kern.info kernel: [ 0.868385] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:39:20 cirros kern.info kernel: [ 0.975884] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 5 23:39:20 cirros kern.info kernel: [ 1.135842] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 5 23:39:20 cirros kern.info kernel: [ 1.135845] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 5 23:39:20 cirros kern.info kernel: [ 1.135846] usb 1-1: Product: QEMU USB Tablet\nNov 5 23:39:20 cirros kern.info kernel: [ 1.135847] usb 1-1: Manufacturer: QEMU\nNov 5 23:39:20 cirros kern.info kernel: [ 1.135848] usb 1-1: SerialNumber: 42\nNov 5 23:39:20 cirros kern.info kernel: [ 1.491966] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nNov 5 23:39:20 cirros kern.info kernel: [ 1.491969] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nNov 5 23:39:20 cirros kern.info kernel: [ 1.585649] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:39:20 cirros kern.info kernel: [ 1.603613] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:39:23 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:39:23 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:39:23 cirros kern.info kernel: [ 4.817701] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:39:23 cirros kern.info kernel: [ 5.141578] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-3 login: "} 2018-11-05 23:40:11,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action used request id req-cbcefd3d-cc93-46c8-9eca-6adeb8ecaf05 2018-11-05 23:40:13,348 - sdnvpn_test_utils - INFO - Waiting for instance 3247868d-1e3d-4a1d-a7e9-26cc386839db to boot up 2018-11-05 23:40:13,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:14,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9852876b-3dda-4345-93cb-a0cf26c61cb1 x-compute-request-id: req-9852876b-3dda-4345-93cb-a0cf26c61cb1 Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:14,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-9852876b-3dda-4345-93cb-a0cf26c61cb1 2018-11-05 23:40:16,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:17,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-a81f4a18-f773-4dc9-ad98-1d85d05e124f x-compute-request-id: req-a81f4a18-f773-4dc9-ad98-1d85d05e124f Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:17,508 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-a81f4a18-f773-4dc9-ad98-1d85d05e124f 2018-11-05 23:40:19,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:20,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-706834a9-6f9a-4aa7-aa57-4b454ff70d73 x-compute-request-id: req-706834a9-6f9a-4aa7-aa57-4b454ff70d73 Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:20,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-706834a9-6f9a-4aa7-aa57-4b454ff70d73 2018-11-05 23:40:22,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:23,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-491b610e-c380-4b14-a35d-3526bb703714 x-compute-request-id: req-491b610e-c380-4b14-a35d-3526bb703714 Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:23,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-491b610e-c380-4b14-a35d-3526bb703714 2018-11-05 23:40:25,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:26,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-3c743b31-8318-45fb-8e29-82ad39c83843 x-compute-request-id: req-3c743b31-8318-45fb-8e29-82ad39c83843 Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:26,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-3c743b31-8318-45fb-8e29-82ad39c83843 2018-11-05 23:40:28,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:29,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7430143e-fd26-4567-be14-9ceb804199c2 x-compute-request-id: req-7430143e-fd26-4567-be14-9ceb804199c2 Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:29,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-7430143e-fd26-4567-be14-9ceb804199c2 2018-11-05 23:40:31,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:32,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-be866720-0460-4c2d-95a9-9c64176dcd88 x-compute-request-id: req-be866720-0460-4c2d-95a9-9c64176dcd88 Content-Encoding: gzip Content-Length: 7683 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:40:32,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-be866720-0460-4c2d-95a9-9c64176dcd88 2018-11-05 23:40:34,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:36,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-22b6ffcb-bfc9-4b77-9554-79e708e063e4 x-compute-request-id: req-22b6ffcb-bfc9-4b77-9554-79e708e063e4 Content-Encoding: gzip Content-Length: 9382 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n"} 2018-11-05 23:40:36,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-22b6ffcb-bfc9-4b77-9554-79e708e063e4 2018-11-05 23:40:38,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:39,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d0a7b83-5cc3-422a-be9c-8e5f98c0b6f8 x-compute-request-id: req-9d0a7b83-5cc3-422a-be9c-8e5f98c0b6f8 Content-Encoding: gzip Content-Length: 9985 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-11-05 23:40:39,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-9d0a7b83-5cc3-422a-be9c-8e5f98c0b6f8 2018-11-05 23:40:41,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:42,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-e18038c4-413b-4dc1-8307-e82435e5cacb x-compute-request-id: req-e18038c4-413b-4dc1-8307-e82435e5cacb Content-Encoding: gzip Content-Length: 9985 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-11-05 23:40:42,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-e18038c4-413b-4dc1-8307-e82435e5cacb 2018-11-05 23:40:44,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:45,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-44f4c3cd-41e8-43fa-99aa-f04cfd8eefa5 x-compute-request-id: req-44f4c3cd-41e8-43fa-99aa-f04cfd8eefa5 Content-Encoding: gzip Content-Length: 9985 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-11-05 23:40:45,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-44f4c3cd-41e8-43fa-99aa-f04cfd8eefa5 2018-11-05 23:40:47,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:48,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6758116-9b10-468e-9776-e9d8be5cce5f x-compute-request-id: req-b6758116-9b10-468e-9776-e9d8be5cce5f Content-Encoding: gzip Content-Length: 9985 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-11-05 23:40:48,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-b6758116-9b10-468e-9776-e9d8be5cce5f 2018-11-05 23:40:50,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:51,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-92fdc6b3-f9a6-437c-aa0f-73471a40e926 x-compute-request-id: req-92fdc6b3-f9a6-437c-aa0f-73471a40e926 Content-Encoding: gzip Content-Length: 9985 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-11-05 23:40:51,512 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-92fdc6b3-f9a6-437c-aa0f-73471a40e926 2018-11-05 23:40:53,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:54,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-a883874b-43b8-4dec-b336-1198377bd1d3 x-compute-request-id: req-a883874b-43b8-4dec-b336-1198377bd1d3 Content-Encoding: gzip Content-Length: 10056 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:40:54,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-a883874b-43b8-4dec-b336-1198377bd1d3 2018-11-05 23:40:56,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:40:57,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d544853e-5686-4d81-b57e-34e781e54abc x-compute-request-id: req-d544853e-5686-4d81-b57e-34e781e54abc Content-Encoding: gzip Content-Length: 10056 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:40:57,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-d544853e-5686-4d81-b57e-34e781e54abc 2018-11-05 23:40:59,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:00,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:40: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-b6f23393-973e-4f59-8b08-64dbf95dee7f x-compute-request-id: req-b6f23393-973e-4f59-8b08-64dbf95dee7f Content-Encoding: gzip Content-Length: 10056 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:41:00,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-b6f23393-973e-4f59-8b08-64dbf95dee7f 2018-11-05 23:41:02,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:03,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef60a88e-4358-4f45-81cb-06c694014d60 x-compute-request-id: req-ef60a88e-4358-4f45-81cb-06c694014d60 Content-Encoding: gzip Content-Length: 10056 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:41:03,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-ef60a88e-4358-4f45-81cb-06c694014d60 2018-11-05 23:41:05,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:06,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-702041f5-c005-4a19-8b18-f6ae87e23bf9 x-compute-request-id: req-702041f5-c005-4a19-8b18-f6ae87e23bf9 Content-Encoding: gzip Content-Length: 10074 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:41:06,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-702041f5-c005-4a19-8b18-f6ae87e23bf9 2018-11-05 23:41:08,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:10,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-2ba30e38-3809-426c-9417-9a0ab7680fc1 x-compute-request-id: req-2ba30e38-3809-426c-9417-9a0ab7680fc1 Content-Encoding: gzip Content-Length: 10074 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:41:10,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-2ba30e38-3809-426c-9417-9a0ab7680fc1 2018-11-05 23:41:12,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:13,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea9ccb86-648e-446f-aab8-1525e2998a97 x-compute-request-id: req-ea9ccb86-648e-446f-aab8-1525e2998a97 Content-Encoding: gzip Content-Length: 10074 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:41:13,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-ea9ccb86-648e-446f-aab8-1525e2998a97 2018-11-05 23:41:15,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:16,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4df6f29-a4dc-4f5a-a1a3-98873f2c2ddb x-compute-request-id: req-b4df6f29-a4dc-4f5a-a1a3-98873f2c2ddb Content-Encoding: gzip Content-Length: 10074 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:41:16,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-b4df6f29-a4dc-4f5a-a1a3-98873f2c2ddb 2018-11-05 23:41:18,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:19,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88715667-0ee8-455a-9b51-051e64cfb535 x-compute-request-id: req-88715667-0ee8-455a-9b51-051e64cfb535 Content-Encoding: gzip Content-Length: 10074 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:41:19,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-88715667-0ee8-455a-9b51-051e64cfb535 2018-11-05 23:41:21,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86f1084b1a3d707e3f858c9cabc6a7db632b8857" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:22,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-29458d4b-8322-4035-aca2-888abeb96d5a x-compute-request-id: req-29458d4b-8322-4035-aca2-888abeb96d5a Content-Encoding: gzip Content-Length: 11144 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513704238 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.910 MHz processor\n[ 0.129426] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131026] pid_max: default: 32768 minimum: 301\n[ 0.131899] ACPI: Core revision 20150930\n[ 0.133263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134545] Security Framework initialized\n[ 0.135348] Yama: becoming mindful.\n[ 0.136063] AppArmor: AppArmor initialized\n[ 0.136917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138219] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142029] Initializing cgroup subsys io\n[ 0.142825] Initializing cgroup subsys memory\n[ 0.143673] Initializing cgroup subsys devices\n[ 0.144541] Initializing cgroup subsys freezer\n[ 0.145407] Initializing cgroup subsys net_cls\n[ 0.146263] Initializing cgroup subsys perf_event\n[ 0.147158] Initializing cgroup subsys net_prio\n[ 0.148028] Initializing cgroup subsys hugetlb\n[ 0.148893] Initializing cgroup subsys pids\n[ 0.149750] CPU: Physical Processor ID: 0\n[ 0.151231] mce: CPU supports 10 MCE banks\n[ 0.152062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169963] ftrace: allocating 31920 entries in 125 pages\n[ 0.196107] smpboot: Max logical packages: 1\n[ 0.196978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198303] x2apic enabled\n[ 0.199101] Switched APIC routing to physical x2apic.\n[ 0.200835] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201944] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203910] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209120] devtmpfs: initialized\n[ 0.210821] evm: security.selinux\n[ 0.211516] evm: security.SMACK64\n[ 0.212198] evm: security.SMACK64EXEC\n[ 0.212933] evm: security.SMACK64TRANSMUTE\n[ 0.213725] evm: security.SMACK64MMAP\n[ 0.214478] evm: security.ima\n[ 0.215115] evm: security.capability\n[ 0.215911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217734] pinctrl core: initialized pinctrl subsystem\n[ 0.218820] RTC time: 23:39:31, date: 11/05/18\n[ 0.219770] NET: Registered protocol family 16\n[ 0.220732] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222306] PCCT header not found.\n[ 0.223053] ACPI: bus type PCI registered\n[ 0.223840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225065] PCI: Using configuration type 1 for base access\n[ 0.226797] ACPI: Added _OSI(Module Device)\n[ 0.227630] ACPI: Added _OSI(Processor Device)\n[ 0.228476] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229356] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231442] ACPI: Interpreter enabled\n[ 0.232206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239461] ACPI: (supports S0 S5)\n[ 0.240162] ACPI: Using IOAPIC for interrupt routing\n[ 0.241120] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246541] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247711] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249878] acpiphp: Slot [3] registered\n[ 0.250654] acpiphp: Slot [4] registered\n[ 0.251434] acpiphp: Slot [5] registered\n[ 0.252213] acpiphp: Slot [6] registered\n[ 0.252987] acpiphp: Slot [7] registered\n[ 0.253766] acpiphp: Slot [8] registered\n[ 0.254545] acpiphp: Slot [9] registered\n[ 0.255330] acpiphp: Slot [10] registered\n[ 0.256119] acpiphp: Slot [11] registered\n[ 0.256915] acpiphp: Slot [12] registered\n[ 0.257702] acpiphp: Slot [13] registered\n[ 0.258504] acpiphp: Slot [14] registered\n[ 0.259298] acpiphp: Slot [15] registered\n[ 0.270091] acpiphp: Slot [16] registered\n[ 0.270893] acpiphp: Slot [17] registered\n[ 0.271677] acpiphp: Slot [18] registered\n[ 0.272463] acpiphp: Slot [19] registered\n[ 0.273257] acpiphp: Slot [20] registered\n[ 0.274048] acpiphp: Slot [21] registered\n[ 0.274836] acpiphp: Slot [22] registered\n[ 0.275633] acpiphp: Slot [23] registered\n[ 0.276425] acpiphp: Slot [24] registered\n[ 0.277215] acpiphp: Slot [25] registered\n[ 0.278001] acpiphp: Slot [26] registered\n[ 0.278783] acpiphp: Slot [27] registered\n[ 0.279579] acpiphp: Slot [28] registered\n[ 0.280383] acpiphp: Slot [29] registered\n[ 0.281169] acpiphp: Slot [30] registered\n[ 0.281958] acpiphp: Slot [31] registered\n[ 0.282737] PCI host bridge to bus 0000:00\n[ 0.283523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294896] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296166] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304958] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360079] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362666] vgaarb: loaded\n[ 0.363255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364368] SCSI subsystem initialized\n[ 0.365181] ACPI: bus type USB registered\n[ 0.365974] usbcore: registered new interface driver usbfs\n[ 0.366970] usbcore: registered new interface driver hub\n[ 0.367949] usbcore: registered new device driver usb\n[ 0.368982] PCI: Using ACPI for IRQ routing\n[ 0.369983] NetLabel: Initializing\n[ 0.370673] NetLabel: domain hash size = 128\n[ 0.371516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372438] NetLabel: unlabeled traffic allowed by default\n[ 0.373509] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379901] pnp: PnP ACPI init\n[ 0.380791] pnp: PnP ACPI: found 5 devices\n[ 0.387146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388815] NET: Registered protocol family 2\n[ 0.389751] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390988] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392115] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393237] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395422] NET: Registered protocol family 1\n[ 0.396274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397335] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426509] Trying to unpack rootfs image as initramfs...\n[ 0.475550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489386] Scanning for low memory corruption every 60 seconds\n[ 0.490713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491830] audit: initializing netlink subsys (disabled)\n[ 0.492823] audit: type=2000 audit(1541461172.308:1): initialized\n[ 0.494109] Initialise system trusted keyring\n[ 0.495012] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498086] zbud: loaded\n[ 0.498771] VFS: Disk quotas dquot_6.6.0\n[ 0.499565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501036] fuse init (API version 7.23)\n[ 0.501921] Key type big_key registered\n[ 0.502698] Allocating IMA MOK and blacklist keyrings.\n[ 0.503772] Key type asymmetric registered\n[ 0.504571] Asymmetric key parser 'x509' registered\n[ 0.505498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506929] io scheduler noop registered\n[ 0.507698] io scheduler deadline registered (default)\n[ 0.508654] io scheduler cfq registered\n[ 0.509461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513113] ACPI: Power Button [PWRF]\n[ 0.514305] GHES: HEST is not enabled!\n[ 0.527979] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584353] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586455] Linux agpgart interface v0.103\n[ 0.588468] brd: module loaded\n[ 0.589653] loop: module loaded\n[ 0.593911] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595300] GPT:90111 != 2097151\n[ 0.595954] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596999] GPT:90111 != 2097151\n[ 0.597652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598582] vda: vda1 vda15\n[ 0.599973] scsi host0: ata_piix\n[ 0.600679] scsi host1: ata_piix\n[ 0.601543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604688] libphy: Fixed MDIO Bus: probed\n[ 0.605893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609231] PPP generic driver version 2.4.2\n[ 0.610594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612382] ehci-pci: EHCI PCI platform driver\n[ 0.613722] ehci-platform: EHCI generic platform driver\n[ 0.615299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617039] ohci-pci: OHCI PCI platform driver\n[ 0.618425] ohci-platform: OHCI generic platform driver\n[ 0.619978] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635321] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636786] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638893] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640334] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646020] usb usb1: Product: UHCI Host Controller\n[ 0.647370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649060] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650453] hub 1-0:1.0: USB hub found\n[ 0.651549] hub 1-0:1.0: 2 ports detected\n[ 0.652819] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655655] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657020] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658477] mousedev: PS/2 mouse device common for all mice\n[ 0.660367] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662928] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667792] i2c /dev entries driver\n[ 0.668815] device-mapper: uevent: version 1.0.3\n[ 0.670126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674197] NET: Registered protocol family 10\n[ 0.675546] NET: Registered protocol family 17\n[ 0.676772] Key type dns_resolver registered\n[ 0.678045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679591] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682055] registered taskstats version 1\n[ 0.683212] Loading compiled-in X.509 certificates\n[ 0.685033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687667] zswap: loaded using pool lzo/zbud\n[ 0.689437] Key type trusted registered\n[ 0.691769] Key type encrypted registered\n[ 0.692925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694386] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695870] evm: HMAC attrs: 0x1\n[ 0.697053] Magic number: 10:978:705\n[ 0.698223] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:32 UTC (1541461172)\n[ 0.700448] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702042] EDD information not available.\n[ 0.762524] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764649] Write protecting the kernel read-only data: 14336k\n[ 0.776834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.316658] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-000000cf\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbDgVZubEbzx+3HF5hrBHmezG575x9FDteVQKGMjLnoUF6E25Jez0LmYjVGpKbsGiUyBRLgC+E3WwidXEf8IMUNW0wNWKoUHeH2hjvHAQgz2ylCp+BfQzq88CtBNNJUI4ml5tuId5JbrLmbi9KnIuabCliHIyKoVNmiSe4RGXdDW2MnZVdonycQs+AKMrwRQocEISeaMC5XXG8SMpKYRE4W6hcuZhlLHXcbZIWUZk2YtsuAdAXiiCmrCvGRqNoQVy8OWn9wBIXLslvZTl2s9PAO6yW0T26SY4ffsNdtL74LAFTqng72dbTPPCh16VpIK3VoZQpnrRwa1KUgwcNGJAB root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAIXyOsbmIa3/rnXEDm2ZQEr5GAOXA6CW9cLZNpCcbNUFrEy3WjV0IfkYhr+xuzuIiTHGVp5fiZED/ZR7LdzLNUP+I4YE0OALQxuG6/e0sEEVmwWu6PZoHe9zAmEzJD6Mtpppk8/3AqAkPieHPueTtcnZbYQGM3u/fDjtBgRGmcCJAAAAFQDLdew6pTlMnONWiTAopcXpcFfYKQAAAIA4eCvGC4eFGoqgNYkmqpzNdQe80HbZfUAlOpz89HWf6wR7/2dasBbJrrrxgI7v1zZpEmOxBATZDiS4TzFxUr2QgbGl8UwHXxu0sdf11bI6fVI8LDWrTkn9M6QBT9mIrdFRr7633sKmq7maik+4Zr1dUDiaPysIDBc/qBrZwvNQswAAAIBFW1sLfTk5/c9DjWZnNeee2Gg3qZUUUhHgct/BWAX6IGzpCGtsYDlEE6ho6L0/5+SuOSoPXub1d3t/CXuUNiWxh8NvNCdLmHuGMAzF6MhoJqeO0p3SkFk+F3XJj6OI7snS+RRkJi94GgAsSbXHSQ8fIfM/cWWEWTY+1ZzBV4IMkQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.14,24,fe80::f816:3eff:fe58:84d6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-000000cf\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.78 ===\n/dev/root resized successfully [took 2.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:58:84:D6 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:84d6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9372 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.121078] usb 1-1: Product: QEMU USB Tablet\n[ 1.121079] usb 1-1: Manufacturer: QEMU\n[ 1.121080] usb 1-1: SerialNumber: 42\n[ 1.267129] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.297130] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.316658] random: dd urandom read with 5 bits of entropy available\n[ 1.485576] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.485579] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 62.896082] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.204166] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:39:33 cirros kern.info kernel: [ 0.779269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 5 23:39:33 cirros kern.info kernel: [ 0.792144] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 5 23:39:33 cirros kern.info kernel: [ 0.792146] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 5 23:39:33 cirros kern.info kernel: [ 0.793811] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 5 23:39:33 cirros kern.info kernel: [ 0.796719] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 5 23:39:33 cirros kern.info kernel: [ 0.798699] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 5 23:39:33 cirros kern.info kernel: [ 0.823481] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:39:33 cirros kern.info kernel: [ 0.824418] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:39:33 cirros kern.info kernel: [ 0.825617] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:39:33 cirros kern.info kernel: [ 0.873492] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:39:33 cirros kern.info kernel: [ 0.961537] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 5 23:39:33 cirros kern.info kernel: [ 1.121075] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 5 23:39:33 cirros kern.info kernel: [ 1.121077] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 5 23:39:33 cirros kern.info kernel: [ 1.121078] usb 1-1: Product: QEMU USB Tablet\nNov 5 23:39:33 cirros kern.info kernel: [ 1.121079] usb 1-1: Manufacturer: QEMU\nNov 5 23:39:33 cirros kern.info kernel: [ 1.121080] usb 1-1: SerialNumber: 42\nNov 5 23:39:33 cirros kern.info kernel: [ 1.267129] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:39:33 cirros kern.info kernel: [ 1.297130] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:39:33 cirros kern.notice kernel: [ 1.316658] random: dd urandom read with 5 bits of entropy available\nNov 5 23:39:33 cirros kern.info kernel: [ 1.485576] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nNov 5 23:39:33 cirros kern.info kernel: [ 1.485579] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nNov 5 23:40:34 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:40:34 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:40:34 cirros kern.info kernel: [ 62.896082] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:40:35 cirros kern.info kernel: [ 63.204166] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-5 login: "} 2018-11-05 23:41:22,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-29458d4b-8322-4035-aca2-888abeb96d5a 2018-11-05 23:41:24,461 - sdnvpn_test_utils - INFO - Waiting for instance 879afe05-551c-42c5-8bba-964f28b44f9a to boot up 2018-11-05 23:41:24,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:25,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-55035ade-0aee-40ad-a2a3-56a2b836c37b x-compute-request-id: req-55035ade-0aee-40ad-a2a3-56a2b836c37b Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:25,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-55035ade-0aee-40ad-a2a3-56a2b836c37b 2018-11-05 23:41:27,540 - sdnvpn_test_utils - INFO - Waiting for instance 6c8e36ef-9c43-4e80-b9d6-ad5054757779 to boot up 2018-11-05 23:41:27,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:28,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-207cb76b-edee-4d34-aa68-1b20ecf1b5a0 x-compute-request-id: req-207cb76b-edee-4d34-aa68-1b20ecf1b5a0 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 524640681 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.131287] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132909] pid_max: default: 32768 minimum: 301\n[ 0.133772] ACPI: Core revision 20150930\n[ 0.135109] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136420] Security Framework initialized\n[ 0.137230] Yama: becoming mindful.\n[ 0.137949] AppArmor: AppArmor initialized\n[ 0.138853] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140162] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141412] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144112] Initializing cgroup subsys io\n[ 0.144915] Initializing cgroup subsys memory\n[ 0.145763] Initializing cgroup subsys devices\n[ 0.146631] Initializing cgroup subsys freezer\n[ 0.147487] Initializing cgroup subsys net_cls\n[ 0.148356] Initializing cgroup subsys perf_event\n[ 0.149262] Initializing cgroup subsys net_prio\n[ 0.150132] Initializing cgroup subsys hugetlb\n[ 0.151000] Initializing cgroup subsys pids\n[ 0.151869] CPU: Physical Processor ID: 0\n[ 0.153365] mce: CPU supports 10 MCE banks\n[ 0.154211] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165920] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172281] ftrace: allocating 31920 entries in 125 pages\n[ 0.198508] smpboot: Max logical packages: 1\n[ 0.199359] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200696] x2apic enabled\n[ 0.201491] Switched APIC routing to physical x2apic.\n[ 0.203258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204361] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208103] KVM setup paravirtual spinlock\n[ 0.209385] x86: Booted up 1 node, 1 CPUs\n[ 0.210185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211554] devtmpfs: initialized\n[ 0.213257] evm: security.selinux\n[ 0.213949] evm: security.SMACK64\n[ 0.214629] evm: security.SMACK64EXEC\n[ 0.215359] evm: security.SMACK64TRANSMUTE\n[ 0.216171] evm: security.SMACK64MMAP\n[ 0.216918] evm: security.ima\n[ 0.217550] evm: security.capability\n[ 0.218346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220174] pinctrl core: initialized pinctrl subsystem\n[ 0.221260] RTC time: 23:39:44, date: 11/05/18\n[ 0.222200] NET: Registered protocol family 16\n[ 0.223159] cpuidle: using governor ladder\n[ 0.223966] cpuidle: using governor menu\n[ 0.224741] PCCT header not found.\n[ 0.225484] ACPI: bus type PCI registered\n[ 0.226274] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227497] PCI: Using configuration type 1 for base access\n[ 0.229228] ACPI: Added _OSI(Module Device)\n[ 0.230064] ACPI: Added _OSI(Processor Device)\n[ 0.230914] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233898] ACPI: Interpreter enabled\n[ 0.234645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241882] ACPI: (supports S0 S5)\n[ 0.242567] ACPI: Using IOAPIC for interrupt routing\n[ 0.243576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246626] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.252977] acpiphp: Slot [4] registered\n[ 0.253761] acpiphp: Slot [5] registered\n[ 0.254538] acpiphp: Slot [6] registered\n[ 0.255330] acpiphp: Slot [7] registered\n[ 0.256104] acpiphp: Slot [8] registered\n[ 0.256891] acpiphp: Slot [9] registered\n[ 0.257674] acpiphp: Slot [10] registered\n[ 0.258448] acpiphp: Slot [11] registered\n[ 0.259228] acpiphp: Slot [12] registered\n[ 0.260071] acpiphp: Slot [13] registered\n[ 0.260855] acpiphp: Slot [14] registered\n[ 0.261636] acpiphp: Slot [15] registered\n[ 0.272230] acpiphp: Slot [16] registered\n[ 0.273013] acpiphp: Slot [17] registered\n[ 0.273791] acpiphp: Slot [18] registered\n[ 0.274565] acpiphp: Slot [19] registered\n[ 0.275342] acpiphp: Slot [20] registered\n[ 0.276152] acpiphp: Slot [21] registered\n[ 0.276966] acpiphp: Slot [22] registered\n[ 0.277763] acpiphp: Slot [23] registered\n[ 0.278554] acpiphp: Slot [24] registered\n[ 0.279334] acpiphp: Slot [25] registered\n[ 0.280142] acpiphp: Slot [26] registered\n[ 0.280919] acpiphp: Slot [27] registered\n[ 0.281703] acpiphp: Slot [28] registered\n[ 0.282481] acpiphp: Slot [29] registered\n[ 0.283259] acpiphp: Slot [30] registered\n[ 0.284066] acpiphp: Slot [31] registered\n[ 0.284860] PCI host bridge to bus 0000:00\n[ 0.285659] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286826] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289410] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290800] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297036] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298301] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300707] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357649] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359052] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360408] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361644] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363786] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365400] vgaarb: loaded\n[ 0.366009] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367116] SCSI subsystem initialized\n[ 0.367936] ACPI: bus type USB registered\n[ 0.368723] usbcore: registered new interface driver usbfs\n[ 0.369708] usbcore: registered new interface driver hub\n[ 0.370672] usbcore: registered new device driver usb\n[ 0.371690] PCI: Using ACPI for IRQ routing\n[ 0.372674] NetLabel: Initializing\n[ 0.373392] NetLabel: domain hash size = 128\n[ 0.374311] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375243] NetLabel: unlabeled traffic allowed by default\n[ 0.376353] clocksource: Switched to clocksource kvm-clock\n[ 0.381808] AppArmor: AppArmor Filesystem Enabled\n[ 0.382769] pnp: PnP ACPI init\n[ 0.383686] pnp: PnP ACPI: found 5 devices\n[ 0.390047] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391705] NET: Registered protocol family 2\n[ 0.392660] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395088] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398466] NET: Registered protocol family 1\n[ 0.399341] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400419] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401470] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415103] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429435] Trying to unpack rootfs image as initramfs...\n[ 0.479459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493205] Scanning for low memory corruption every 60 seconds\n[ 0.494530] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495727] audit: initializing netlink subsys (disabled)\n[ 0.496792] audit: type=2000 audit(1541461185.502:1): initialized\n[ 0.498146] Initialise system trusted keyring\n[ 0.499093] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500292] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502270] zbud: loaded\n[ 0.502991] VFS: Disk quotas dquot_6.6.0\n[ 0.503819] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505358] fuse init (API version 7.23)\n[ 0.506274] Key type big_key registered\n[ 0.507102] Allocating IMA MOK and blacklist keyrings.\n[ 0.508217] Key type asymmetric registered\n[ 0.509060] Asymmetric key parser 'x509' registered\n[ 0.510030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511513] io scheduler noop registered\n[ 0.512324] io scheduler deadline registered (default)\n[ 0.513345] io scheduler cfq registered\n[ 0.514205] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518078] ACPI: Power Button [PWRF]\n[ 0.518914] GHES: HEST is not enabled!\n[ 0.532621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562125] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591659] Linux agpgart interface v0.103\n[ 0.593635] brd: module loaded\n[ 0.594840] loop: module loaded\n[ 0.602219] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603751] GPT:90111 != 2097151\n[ 0.604467] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605624] GPT:90111 != 2097151\n[ 0.606321] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607332] vda: vda1 vda15\n[ 0.608909] scsi host0: ata_piix\n[ 0.609674] scsi host1: ata_piix\n[ 0.610407] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611671] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613249] libphy: Fixed MDIO Bus: probed\n[ 0.614122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615155] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617506] PPP generic driver version 2.4.2\n[ 0.618542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619708] ehci-pci: EHCI PCI platform driver\n[ 0.620569] ehci-platform: EHCI generic platform driver\n[ 0.621535] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622631] ohci-pci: OHCI PCI platform driver\n[ 0.623486] ohci-platform: OHCI generic platform driver\n[ 0.624477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638800] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641176] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642157] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645808] usb usb1: Product: UHCI Host Controller\n[ 0.646713] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648747] hub 1-0:1.0: USB hub found\n[ 0.649519] hub 1-0:1.0: 2 ports detected\n[ 0.650398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653767] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654888] mousedev: PS/2 mouse device common for all mice\n[ 0.656242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658228] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659402] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662086] i2c /dev entries driver\n[ 0.662905] device-mapper: uevent: version 1.0.3\n[ 0.663914] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665672] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667074] NET: Registered protocol family 10\n[ 0.668138] NET: Registered protocol family 17\n[ 0.669158] Key type dns_resolver registered\n[ 0.670178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671396] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673302] registered taskstats version 1\n[ 0.674190] Loading compiled-in X.509 certificates\n[ 0.675725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677721] zswap: loaded using pool lzo/zbud\n[ 0.679164] Key type trusted registered\n[ 0.680816] Key type encrypted registered\n[ 0.681742] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682885] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684072] evm: HMAC attrs: 0x1\n[ 0.685097] Magic number: 10:978:705\n[ 0.686066] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:45 UTC (1541461185)\n[ 0.687906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689153] EDD information not available.\n[ 0.768902] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770297] ata1.00: configured for MWDMA2\n[ 0.771464] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784065] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785251] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.788305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789795] Write protecting the kernel read-only data: 14336k\n[ 0.791325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793082] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\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.234944] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.15...\nLease of 10.10.11.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 2.06s]\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\n"} 2018-11-05 23:41:28,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action used request id req-207cb76b-edee-4d34-aa68-1b20ecf1b5a0 2018-11-05 23:41:30,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:31,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-3a2fe949-67ca-4bef-9417-55451b9bb990 x-compute-request-id: req-3a2fe949-67ca-4bef-9417-55451b9bb990 Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:31,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-3a2fe949-67ca-4bef-9417-55451b9bb990 2018-11-05 23:41:31,694 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.12) to 'sdnvpn-1-2' (10.10.10.8). -->Expected result: can ping. 2018-11-05 23:41:31,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:32,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-883f15a4-be60-4e5a-9587-03d38621a6a2 x-compute-request-id: req-883f15a4-be60-4e5a-9587-03d38621a6a2 Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:32,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-883f15a4-be60-4e5a-9587-03d38621a6a2 2018-11-05 23:41:32,773 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-11-05 23:41:32,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:34,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc7a3fc5-e73b-46dc-b6aa-0e99cb303fad x-compute-request-id: req-fc7a3fc5-e73b-46dc-b6aa-0e99cb303fad Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:34,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-fc7a3fc5-e73b-46dc-b6aa-0e99cb303fad 2018-11-05 23:41:34,003 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.12) to 'sdnvpn-1-3' (10.10.10.6). -->Expected result: can ping. 2018-11-05 23:41:34,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:35,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ae6d41e-e63e-489c-be95-ec1b71edfd96 x-compute-request-id: req-8ae6d41e-e63e-489c-be95-ec1b71edfd96 Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:35,075 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-8ae6d41e-e63e-489c-be95-ec1b71edfd96 2018-11-05 23:41:35,076 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-11-05 23:41:35,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:36,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-aff873e7-f304-486c-b9f2-ecf31fd86a04 x-compute-request-id: req-aff873e7-f304-486c-b9f2-ecf31fd86a04 Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:36,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-aff873e7-f304-486c-b9f2-ecf31fd86a04 2018-11-05 23:41:36,149 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.12) to 'sdnvpn-1-4' (10.10.11.15). -->Expected result: cannot ping. 2018-11-05 23:41:36,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:37,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28f57f91-3b48-46c1-b1ec-deb8be2ec34a x-compute-request-id: req-28f57f91-3b48-46c1-b1ec-deb8be2ec34a Content-Encoding: gzip Content-Length: 8117 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-11-05 23:41:37,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-28f57f91-3b48-46c1-b1ec-deb8be2ec34a 2018-11-05 23:41:38,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:41:39,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:41: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-18d456b6-5588-42c7-b67f-829ed07f5162 x-compute-request-id: req-18d456b6-5588-42c7-b67f-829ed07f5162 Content-Encoding: gzip Content-Length: 8124 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 KO\n"} 2018-11-05 23:41:39,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-18d456b6-5588-42c7-b67f-829ed07f5162 2018-11-05 23:41:39,300 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-11-05 23:41:39,301 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-11-05 23:41:39,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"network_association": {"network_id": "6b00e532-692e-4848-ab25-1f40ae603591"}}' 2018-11-05 23:41:40,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d809bd1a-3ea6-4489-9104-c3a1ff34692f Date: Mon, 05 Nov 2018 23:41:40 GMT RESP BODY: {"network_association": {"network_id": "6b00e532-692e-4848-ab25-1f40ae603591", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "33a8bb2d-206a-4ecb-b2a4-76988d86a4df"}} 2018-11-05 23:41:40,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a/network_associations used request id req-d809bd1a-3ea6-4489-9104-c3a1ff34692f 2018-11-05 23:41:40,048 - sdnvpn_test_utils - DEBUG - Waiting for network 53bc756a-17cd-499a-8cec-2913c4f4a66a to associate with BGPVPN e366ed87-8d41-442e-b99c-4e9550ebb85d 2018-11-05 23:41:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:41:40,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-d065ea1e-81ea-483c-988f-0899d91b51e7 Date: Mon, 05 Nov 2018 23:41:40 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "53bc756a-17cd-499a-8cec-2913c4f4a66a", "name": "sdnvpn-901718", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["6b00e532-692e-4848-ab25-1f40ae603591", "e366ed87-8d41-442e-b99c-4e9550ebb85d"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:41:40,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a used request id req-d065ea1e-81ea-483c-988f-0899d91b51e7 2018-11-05 23:41:41,365 - sdnvpn_test_utils - DEBUG - Waiting for network 53bc756a-17cd-499a-8cec-2913c4f4a66a to associate with BGPVPN 6b00e532-692e-4848-ab25-1f40ae603591 2018-11-05 23:41:41,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:41:41,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-1c52e630-2664-45ec-b09d-db453b9eb81f Date: Mon, 05 Nov 2018 23:41:41 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "53bc756a-17cd-499a-8cec-2913c4f4a66a", "name": "sdnvpn-901718", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["6b00e532-692e-4848-ab25-1f40ae603591", "e366ed87-8d41-442e-b99c-4e9550ebb85d"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:41:41,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a used request id req-1c52e630-2664-45ec-b09d-db453b9eb81f 2018-11-05 23:41:42,941 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:42:12,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:42:14,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45417e90-f558-4913-a51d-a884e8ffd0b9 x-compute-request-id: req-45417e90-f558-4913-a51d-a884e8ffd0b9 Content-Encoding: gzip Content-Length: 8104 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 524640681 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.131287] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132909] pid_max: default: 32768 minimum: 301\n[ 0.133772] ACPI: Core revision 20150930\n[ 0.135109] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136420] Security Framework initialized\n[ 0.137230] Yama: becoming mindful.\n[ 0.137949] AppArmor: AppArmor initialized\n[ 0.138853] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140162] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141412] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144112] Initializing cgroup subsys io\n[ 0.144915] Initializing cgroup subsys memory\n[ 0.145763] Initializing cgroup subsys devices\n[ 0.146631] Initializing cgroup subsys freezer\n[ 0.147487] Initializing cgroup subsys net_cls\n[ 0.148356] Initializing cgroup subsys perf_event\n[ 0.149262] Initializing cgroup subsys net_prio\n[ 0.150132] Initializing cgroup subsys hugetlb\n[ 0.151000] Initializing cgroup subsys pids\n[ 0.151869] CPU: Physical Processor ID: 0\n[ 0.153365] mce: CPU supports 10 MCE banks\n[ 0.154211] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165920] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172281] ftrace: allocating 31920 entries in 125 pages\n[ 0.198508] smpboot: Max logical packages: 1\n[ 0.199359] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200696] x2apic enabled\n[ 0.201491] Switched APIC routing to physical x2apic.\n[ 0.203258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204361] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208103] KVM setup paravirtual spinlock\n[ 0.209385] x86: Booted up 1 node, 1 CPUs\n[ 0.210185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211554] devtmpfs: initialized\n[ 0.213257] evm: security.selinux\n[ 0.213949] evm: security.SMACK64\n[ 0.214629] evm: security.SMACK64EXEC\n[ 0.215359] evm: security.SMACK64TRANSMUTE\n[ 0.216171] evm: security.SMACK64MMAP\n[ 0.216918] evm: security.ima\n[ 0.217550] evm: security.capability\n[ 0.218346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220174] pinctrl core: initialized pinctrl subsystem\n[ 0.221260] RTC time: 23:39:44, date: 11/05/18\n[ 0.222200] NET: Registered protocol family 16\n[ 0.223159] cpuidle: using governor ladder\n[ 0.223966] cpuidle: using governor menu\n[ 0.224741] PCCT header not found.\n[ 0.225484] ACPI: bus type PCI registered\n[ 0.226274] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227497] PCI: Using configuration type 1 for base access\n[ 0.229228] ACPI: Added _OSI(Module Device)\n[ 0.230064] ACPI: Added _OSI(Processor Device)\n[ 0.230914] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233898] ACPI: Interpreter enabled\n[ 0.234645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241882] ACPI: (supports S0 S5)\n[ 0.242567] ACPI: Using IOAPIC for interrupt routing\n[ 0.243576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246626] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.252977] acpiphp: Slot [4] registered\n[ 0.253761] acpiphp: Slot [5] registered\n[ 0.254538] acpiphp: Slot [6] registered\n[ 0.255330] acpiphp: Slot [7] registered\n[ 0.256104] acpiphp: Slot [8] registered\n[ 0.256891] acpiphp: Slot [9] registered\n[ 0.257674] acpiphp: Slot [10] registered\n[ 0.258448] acpiphp: Slot [11] registered\n[ 0.259228] acpiphp: Slot [12] registered\n[ 0.260071] acpiphp: Slot [13] registered\n[ 0.260855] acpiphp: Slot [14] registered\n[ 0.261636] acpiphp: Slot [15] registered\n[ 0.272230] acpiphp: Slot [16] registered\n[ 0.273013] acpiphp: Slot [17] registered\n[ 0.273791] acpiphp: Slot [18] registered\n[ 0.274565] acpiphp: Slot [19] registered\n[ 0.275342] acpiphp: Slot [20] registered\n[ 0.276152] acpiphp: Slot [21] registered\n[ 0.276966] acpiphp: Slot [22] registered\n[ 0.277763] acpiphp: Slot [23] registered\n[ 0.278554] acpiphp: Slot [24] registered\n[ 0.279334] acpiphp: Slot [25] registered\n[ 0.280142] acpiphp: Slot [26] registered\n[ 0.280919] acpiphp: Slot [27] registered\n[ 0.281703] acpiphp: Slot [28] registered\n[ 0.282481] acpiphp: Slot [29] registered\n[ 0.283259] acpiphp: Slot [30] registered\n[ 0.284066] acpiphp: Slot [31] registered\n[ 0.284860] PCI host bridge to bus 0000:00\n[ 0.285659] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286826] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289410] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290800] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297036] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298301] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300707] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357649] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359052] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360408] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361644] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363786] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365400] vgaarb: loaded\n[ 0.366009] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367116] SCSI subsystem initialized\n[ 0.367936] ACPI: bus type USB registered\n[ 0.368723] usbcore: registered new interface driver usbfs\n[ 0.369708] usbcore: registered new interface driver hub\n[ 0.370672] usbcore: registered new device driver usb\n[ 0.371690] PCI: Using ACPI for IRQ routing\n[ 0.372674] NetLabel: Initializing\n[ 0.373392] NetLabel: domain hash size = 128\n[ 0.374311] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375243] NetLabel: unlabeled traffic allowed by default\n[ 0.376353] clocksource: Switched to clocksource kvm-clock\n[ 0.381808] AppArmor: AppArmor Filesystem Enabled\n[ 0.382769] pnp: PnP ACPI init\n[ 0.383686] pnp: PnP ACPI: found 5 devices\n[ 0.390047] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391705] NET: Registered protocol family 2\n[ 0.392660] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395088] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398466] NET: Registered protocol family 1\n[ 0.399341] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400419] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401470] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415103] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429435] Trying to unpack rootfs image as initramfs...\n[ 0.479459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493205] Scanning for low memory corruption every 60 seconds\n[ 0.494530] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495727] audit: initializing netlink subsys (disabled)\n[ 0.496792] audit: type=2000 audit(1541461185.502:1): initialized\n[ 0.498146] Initialise system trusted keyring\n[ 0.499093] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500292] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502270] zbud: loaded\n[ 0.502991] VFS: Disk quotas dquot_6.6.0\n[ 0.503819] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505358] fuse init (API version 7.23)\n[ 0.506274] Key type big_key registered\n[ 0.507102] Allocating IMA MOK and blacklist keyrings.\n[ 0.508217] Key type asymmetric registered\n[ 0.509060] Asymmetric key parser 'x509' registered\n[ 0.510030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511513] io scheduler noop registered\n[ 0.512324] io scheduler deadline registered (default)\n[ 0.513345] io scheduler cfq registered\n[ 0.514205] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518078] ACPI: Power Button [PWRF]\n[ 0.518914] GHES: HEST is not enabled!\n[ 0.532621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562125] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591659] Linux agpgart interface v0.103\n[ 0.593635] brd: module loaded\n[ 0.594840] loop: module loaded\n[ 0.602219] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603751] GPT:90111 != 2097151\n[ 0.604467] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605624] GPT:90111 != 2097151\n[ 0.606321] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607332] vda: vda1 vda15\n[ 0.608909] scsi host0: ata_piix\n[ 0.609674] scsi host1: ata_piix\n[ 0.610407] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611671] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613249] libphy: Fixed MDIO Bus: probed\n[ 0.614122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615155] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617506] PPP generic driver version 2.4.2\n[ 0.618542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619708] ehci-pci: EHCI PCI platform driver\n[ 0.620569] ehci-platform: EHCI generic platform driver\n[ 0.621535] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622631] ohci-pci: OHCI PCI platform driver\n[ 0.623486] ohci-platform: OHCI generic platform driver\n[ 0.624477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638800] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641176] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642157] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645808] usb usb1: Product: UHCI Host Controller\n[ 0.646713] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648747] hub 1-0:1.0: USB hub found\n[ 0.649519] hub 1-0:1.0: 2 ports detected\n[ 0.650398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653767] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654888] mousedev: PS/2 mouse device common for all mice\n[ 0.656242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658228] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659402] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662086] i2c /dev entries driver\n[ 0.662905] device-mapper: uevent: version 1.0.3\n[ 0.663914] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665672] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667074] NET: Registered protocol family 10\n[ 0.668138] NET: Registered protocol family 17\n[ 0.669158] Key type dns_resolver registered\n[ 0.670178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671396] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673302] registered taskstats version 1\n[ 0.674190] Loading compiled-in X.509 certificates\n[ 0.675725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677721] zswap: loaded using pool lzo/zbud\n[ 0.679164] Key type trusted registered\n[ 0.680816] Key type encrypted registered\n[ 0.681742] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682885] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684072] evm: HMAC attrs: 0x1\n[ 0.685097] Magic number: 10:978:705\n[ 0.686066] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:45 UTC (1541461185)\n[ 0.687906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689153] EDD information not available.\n[ 0.768902] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770297] ata1.00: configured for MWDMA2\n[ 0.771464] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784065] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785251] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.788305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789795] Write protecting the kernel read-only data: 14336k\n[ 0.791325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793082] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\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.234944] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.15...\nLease of 10.10.11.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 2.06s]\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\n"} 2018-11-05 23:42:14,045 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action used request id req-45417e90-f558-4913-a51d-a884e8ffd0b9 2018-11-05 23:42:14,046 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.15) to 'sdnvpn-1-5' (10.10.11.14). -->Expected result: can ping. 2018-11-05 23:42:14,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}204e65a72f47d87805c864812be98e6ad3e39504" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:42:15,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:42: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-7b14680e-0648-4bb0-9c94-7f9a7a7244f0 x-compute-request-id: req-7b14680e-0648-4bb0-9c94-7f9a7a7244f0 Content-Encoding: gzip Content-Length: 8104 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 524640681 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.131287] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132909] pid_max: default: 32768 minimum: 301\n[ 0.133772] ACPI: Core revision 20150930\n[ 0.135109] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136420] Security Framework initialized\n[ 0.137230] Yama: becoming mindful.\n[ 0.137949] AppArmor: AppArmor initialized\n[ 0.138853] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140162] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141412] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144112] Initializing cgroup subsys io\n[ 0.144915] Initializing cgroup subsys memory\n[ 0.145763] Initializing cgroup subsys devices\n[ 0.146631] Initializing cgroup subsys freezer\n[ 0.147487] Initializing cgroup subsys net_cls\n[ 0.148356] Initializing cgroup subsys perf_event\n[ 0.149262] Initializing cgroup subsys net_prio\n[ 0.150132] Initializing cgroup subsys hugetlb\n[ 0.151000] Initializing cgroup subsys pids\n[ 0.151869] CPU: Physical Processor ID: 0\n[ 0.153365] mce: CPU supports 10 MCE banks\n[ 0.154211] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165920] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172281] ftrace: allocating 31920 entries in 125 pages\n[ 0.198508] smpboot: Max logical packages: 1\n[ 0.199359] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200696] x2apic enabled\n[ 0.201491] Switched APIC routing to physical x2apic.\n[ 0.203258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204361] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208103] KVM setup paravirtual spinlock\n[ 0.209385] x86: Booted up 1 node, 1 CPUs\n[ 0.210185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211554] devtmpfs: initialized\n[ 0.213257] evm: security.selinux\n[ 0.213949] evm: security.SMACK64\n[ 0.214629] evm: security.SMACK64EXEC\n[ 0.215359] evm: security.SMACK64TRANSMUTE\n[ 0.216171] evm: security.SMACK64MMAP\n[ 0.216918] evm: security.ima\n[ 0.217550] evm: security.capability\n[ 0.218346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220174] pinctrl core: initialized pinctrl subsystem\n[ 0.221260] RTC time: 23:39:44, date: 11/05/18\n[ 0.222200] NET: Registered protocol family 16\n[ 0.223159] cpuidle: using governor ladder\n[ 0.223966] cpuidle: using governor menu\n[ 0.224741] PCCT header not found.\n[ 0.225484] ACPI: bus type PCI registered\n[ 0.226274] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227497] PCI: Using configuration type 1 for base access\n[ 0.229228] ACPI: Added _OSI(Module Device)\n[ 0.230064] ACPI: Added _OSI(Processor Device)\n[ 0.230914] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233898] ACPI: Interpreter enabled\n[ 0.234645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241882] ACPI: (supports S0 S5)\n[ 0.242567] ACPI: Using IOAPIC for interrupt routing\n[ 0.243576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246626] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250079] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.252977] acpiphp: Slot [4] registered\n[ 0.253761] acpiphp: Slot [5] registered\n[ 0.254538] acpiphp: Slot [6] registered\n[ 0.255330] acpiphp: Slot [7] registered\n[ 0.256104] acpiphp: Slot [8] registered\n[ 0.256891] acpiphp: Slot [9] registered\n[ 0.257674] acpiphp: Slot [10] registered\n[ 0.258448] acpiphp: Slot [11] registered\n[ 0.259228] acpiphp: Slot [12] registered\n[ 0.260071] acpiphp: Slot [13] registered\n[ 0.260855] acpiphp: Slot [14] registered\n[ 0.261636] acpiphp: Slot [15] registered\n[ 0.272230] acpiphp: Slot [16] registered\n[ 0.273013] acpiphp: Slot [17] registered\n[ 0.273791] acpiphp: Slot [18] registered\n[ 0.274565] acpiphp: Slot [19] registered\n[ 0.275342] acpiphp: Slot [20] registered\n[ 0.276152] acpiphp: Slot [21] registered\n[ 0.276966] acpiphp: Slot [22] registered\n[ 0.277763] acpiphp: Slot [23] registered\n[ 0.278554] acpiphp: Slot [24] registered\n[ 0.279334] acpiphp: Slot [25] registered\n[ 0.280142] acpiphp: Slot [26] registered\n[ 0.280919] acpiphp: Slot [27] registered\n[ 0.281703] acpiphp: Slot [28] registered\n[ 0.282481] acpiphp: Slot [29] registered\n[ 0.283259] acpiphp: Slot [30] registered\n[ 0.284066] acpiphp: Slot [31] registered\n[ 0.284860] PCI host bridge to bus 0000:00\n[ 0.285659] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286826] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289410] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290800] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297036] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298301] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300707] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357649] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359052] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360408] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361644] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363786] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365400] vgaarb: loaded\n[ 0.366009] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367116] SCSI subsystem initialized\n[ 0.367936] ACPI: bus type USB registered\n[ 0.368723] usbcore: registered new interface driver usbfs\n[ 0.369708] usbcore: registered new interface driver hub\n[ 0.370672] usbcore: registered new device driver usb\n[ 0.371690] PCI: Using ACPI for IRQ routing\n[ 0.372674] NetLabel: Initializing\n[ 0.373392] NetLabel: domain hash size = 128\n[ 0.374311] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375243] NetLabel: unlabeled traffic allowed by default\n[ 0.376353] clocksource: Switched to clocksource kvm-clock\n[ 0.381808] AppArmor: AppArmor Filesystem Enabled\n[ 0.382769] pnp: PnP ACPI init\n[ 0.383686] pnp: PnP ACPI: found 5 devices\n[ 0.390047] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391705] NET: Registered protocol family 2\n[ 0.392660] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393937] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395088] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398466] NET: Registered protocol family 1\n[ 0.399341] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400419] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401470] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415103] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429435] Trying to unpack rootfs image as initramfs...\n[ 0.479459] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493205] Scanning for low memory corruption every 60 seconds\n[ 0.494530] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495727] audit: initializing netlink subsys (disabled)\n[ 0.496792] audit: type=2000 audit(1541461185.502:1): initialized\n[ 0.498146] Initialise system trusted keyring\n[ 0.499093] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500292] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502270] zbud: loaded\n[ 0.502991] VFS: Disk quotas dquot_6.6.0\n[ 0.503819] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505358] fuse init (API version 7.23)\n[ 0.506274] Key type big_key registered\n[ 0.507102] Allocating IMA MOK and blacklist keyrings.\n[ 0.508217] Key type asymmetric registered\n[ 0.509060] Asymmetric key parser 'x509' registered\n[ 0.510030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511513] io scheduler noop registered\n[ 0.512324] io scheduler deadline registered (default)\n[ 0.513345] io scheduler cfq registered\n[ 0.514205] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518078] ACPI: Power Button [PWRF]\n[ 0.518914] GHES: HEST is not enabled!\n[ 0.532621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562125] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591659] Linux agpgart interface v0.103\n[ 0.593635] brd: module loaded\n[ 0.594840] loop: module loaded\n[ 0.602219] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603751] GPT:90111 != 2097151\n[ 0.604467] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605624] GPT:90111 != 2097151\n[ 0.606321] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607332] vda: vda1 vda15\n[ 0.608909] scsi host0: ata_piix\n[ 0.609674] scsi host1: ata_piix\n[ 0.610407] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611671] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613249] libphy: Fixed MDIO Bus: probed\n[ 0.614122] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615155] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617506] PPP generic driver version 2.4.2\n[ 0.618542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619708] ehci-pci: EHCI PCI platform driver\n[ 0.620569] ehci-platform: EHCI generic platform driver\n[ 0.621535] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622631] ohci-pci: OHCI PCI platform driver\n[ 0.623486] ohci-platform: OHCI generic platform driver\n[ 0.624477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638800] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641176] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642157] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645808] usb usb1: Product: UHCI Host Controller\n[ 0.646713] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648747] hub 1-0:1.0: USB hub found\n[ 0.649519] hub 1-0:1.0: 2 ports detected\n[ 0.650398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653767] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654888] mousedev: PS/2 mouse device common for all mice\n[ 0.656242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658228] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659402] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662086] i2c /dev entries driver\n[ 0.662905] device-mapper: uevent: version 1.0.3\n[ 0.663914] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665672] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667074] NET: Registered protocol family 10\n[ 0.668138] NET: Registered protocol family 17\n[ 0.669158] Key type dns_resolver registered\n[ 0.670178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671396] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673302] registered taskstats version 1\n[ 0.674190] Loading compiled-in X.509 certificates\n[ 0.675725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677721] zswap: loaded using pool lzo/zbud\n[ 0.679164] Key type trusted registered\n[ 0.680816] Key type encrypted registered\n[ 0.681742] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682885] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684072] evm: HMAC attrs: 0x1\n[ 0.685097] Magic number: 10:978:705\n[ 0.686066] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:45 UTC (1541461185)\n[ 0.687906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689153] EDD information not available.\n[ 0.768902] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770297] ata1.00: configured for MWDMA2\n[ 0.771464] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784065] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785251] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.788305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789795] Write protecting the kernel read-only data: 14336k\n[ 0.791325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793082] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\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.234944] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.15...\nLease of 10.10.11.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 2.06s]\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\nping 10.10.11.14 OK\n"} 2018-11-05 23:42:15,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action used request id req-7b14680e-0648-4bb0-9c94-7f9a7a7244f0 2018-11-05 23:42:15,119 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-11-05 23:42:15,119 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-11-05 23:42:15,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:42:15,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1d50e05-bb31-4d2b-8baf-b6c3db0a7f2e Content-Length: 0 Date: Mon, 05 Nov 2018 23:42:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:42:15,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/53bc756a-17cd-499a-8cec-2913c4f4a66a used request id req-a1d50e05-bb31-4d2b-8baf-b6c3db0a7f2e 2018-11-05 23:42:45,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-901718", "route_distinguishers": "11:11"}}' 2018-11-05 23:42:46,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-bf1b2439-4569-4131-89fe-6fa056117389 Date: Mon, 05 Nov 2018 23:42:46 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "9be848c2-fcba-459e-aa79-e82662c3be41", "name": "sdnvpn-901718", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:42:46,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-bf1b2439-4569-4131-89fe-6fa056117389 2018-11-05 23:42:46,152 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-901718', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'9be848c2-fcba-459e-aa79-e82662c3be41'}} 2018-11-05 23:42:46,153 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-11-05 23:42:46,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"network_association": {"network_id": "e366ed87-8d41-442e-b99c-4e9550ebb85d"}}' 2018-11-05 23:42:46,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-9e0f7ce5-a709-45c0-84fc-cc17c5f6d9c2 Date: Mon, 05 Nov 2018 23:42:46 GMT RESP BODY: {"network_association": {"network_id": "e366ed87-8d41-442e-b99c-4e9550ebb85d", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "1ecc128d-424b-48d8-918a-28a8fb39ca9a"}} 2018-11-05 23:42:46,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41/network_associations used request id req-9e0f7ce5-a709-45c0-84fc-cc17c5f6d9c2 2018-11-05 23:42:46,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" -d '{"network_association": {"network_id": "6b00e532-692e-4848-ab25-1f40ae603591"}}' 2018-11-05 23:42:47,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-e18979d6-c59b-49b0-8725-abd7dce96d12 Date: Mon, 05 Nov 2018 23:42:47 GMT RESP BODY: {"network_association": {"network_id": "6b00e532-692e-4848-ab25-1f40ae603591", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "e87297e8-2327-45ec-aa73-3041b42e5e6e"}} 2018-11-05 23:42:47,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41/network_associations used request id req-e18979d6-c59b-49b0-8725-abd7dce96d12 2018-11-05 23:42:47,330 - sdnvpn_test_utils - DEBUG - Waiting for network 9be848c2-fcba-459e-aa79-e82662c3be41 to associate with BGPVPN e366ed87-8d41-442e-b99c-4e9550ebb85d 2018-11-05 23:42:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:42:47,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-01f253d9-64bb-4958-bb9e-196c34fa83e8 Date: Mon, 05 Nov 2018 23:42:47 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "9be848c2-fcba-459e-aa79-e82662c3be41", "name": "sdnvpn-901718", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["6b00e532-692e-4848-ab25-1f40ae603591", "e366ed87-8d41-442e-b99c-4e9550ebb85d"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:42:47,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41 used request id req-01f253d9-64bb-4958-bb9e-196c34fa83e8 2018-11-05 23:42:48,787 - sdnvpn_test_utils - DEBUG - Waiting for network 9be848c2-fcba-459e-aa79-e82662c3be41 to associate with BGPVPN 6b00e532-692e-4848-ab25-1f40ae603591 2018-11-05 23:42:48,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:42:49,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-05c87b8a-955e-40aa-8a9e-6502576c4989 Date: Mon, 05 Nov 2018 23:42:49 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "9be848c2-fcba-459e-aa79-e82662c3be41", "name": "sdnvpn-901718", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["6b00e532-692e-4848-ab25-1f40ae603591", "e366ed87-8d41-442e-b99c-4e9550ebb85d"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:42:49,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41 used request id req-05c87b8a-955e-40aa-8a9e-6502576c4989 2018-11-05 23:42:50,081 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:43:20,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:43:21,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-d1cbb73a-f41e-437a-b5e7-32c42ba8d3c0 x-compute-request-id: req-d1cbb73a-f41e-437a-b5e7-32c42ba8d3c0 Content-Encoding: gzip Content-Length: 8139 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 KO\nping 10.10.11.14 OK\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 KO\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 OK\n"} 2018-11-05 23:43:21,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-d1cbb73a-f41e-437a-b5e7-32c42ba8d3c0 2018-11-05 23:43:21,188 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.12) to 'sdnvpn-1-4' (10.10.11.15). -->Expected result: can ping. 2018-11-05 23:43:21,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:43:22,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95dfcb5f-5235-4194-b801-213cd69eb06e x-compute-request-id: req-95dfcb5f-5235-4194-b801-213cd69eb06e Content-Encoding: gzip Content-Length: 8139 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 KO\nping 10.10.11.14 OK\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 KO\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 OK\n"} 2018-11-05 23:43:22,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-95dfcb5f-5235-4194-b801-213cd69eb06e 2018-11-05 23:43:22,257 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-11-05 23:43:22,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:43:23,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-1b3f139f-9071-462e-8aa8-3b527ba991a8 x-compute-request-id: req-1b3f139f-9071-462e-8aa8-3b527ba991a8 Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 KO\nping 10.10.11.14 OK\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 KO\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 OK\nping 10.10.10.8 OK\n"} 2018-11-05 23:43:23,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-1b3f139f-9071-462e-8aa8-3b527ba991a8 2018-11-05 23:43:23,327 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.12) to 'sdnvpn-1-5' (10.10.11.14). -->Expected result: can ping. 2018-11-05 23:43:23,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9e7a1b98c131e47f9152505afe3731e44a850a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:43:24,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46b5055d-e3c6-4b1b-9847-18a8b02e457c x-compute-request-id: req-46b5055d-e3c6-4b1b-9847-18a8b02e457c Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 494876737 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.135814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137747] pid_max: default: 32768 minimum: 301\n[ 0.138809] ACPI: Core revision 20150930\n[ 0.140316] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141845] Security Framework initialized\n[ 0.142811] Yama: becoming mindful.\n[ 0.143661] AppArmor: AppArmor initialized\n[ 0.144660] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150830] Initializing cgroup subsys io\n[ 0.151789] Initializing cgroup subsys memory\n[ 0.152804] Initializing cgroup subsys devices\n[ 0.153830] Initializing cgroup subsys freezer\n[ 0.154864] Initializing cgroup subsys net_cls\n[ 0.155850] Initializing cgroup subsys perf_event\n[ 0.156738] Initializing cgroup subsys net_prio\n[ 0.157595] Initializing cgroup subsys hugetlb\n[ 0.158429] Initializing cgroup subsys pids\n[ 0.159291] CPU: Physical Processor ID: 0\n[ 0.160752] mce: CPU supports 10 MCE banks\n[ 0.161576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179463] ftrace: allocating 31920 entries in 125 pages\n[ 0.205701] smpboot: Max logical packages: 1\n[ 0.206541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207851] x2apic enabled\n[ 0.208638] Switched APIC routing to physical x2apic.\n[ 0.210347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215213] KVM setup paravirtual spinlock\n[ 0.216497] x86: Booted up 1 node, 1 CPUs\n[ 0.217278] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218639] devtmpfs: initialized\n[ 0.220325] evm: security.selinux\n[ 0.221013] evm: security.SMACK64\n[ 0.221681] evm: security.SMACK64EXEC\n[ 0.222395] evm: security.SMACK64TRANSMUTE\n[ 0.223183] evm: security.SMACK64MMAP\n[ 0.223903] evm: security.ima\n[ 0.224530] evm: security.capability\n[ 0.225311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227110] pinctrl core: initialized pinctrl subsystem\n[ 0.228179] RTC time: 23:39:58, date: 11/05/18\n[ 0.229119] NET: Registered protocol family 16\n[ 0.230061] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231605] PCCT header not found.\n[ 0.232332] ACPI: bus type PCI registered\n[ 0.233121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234328] PCI: Using configuration type 1 for base access\n[ 0.236053] ACPI: Added _OSI(Module Device)\n[ 0.236867] ACPI: Added _OSI(Processor Device)\n[ 0.237706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238583] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240682] ACPI: Interpreter enabled\n[ 0.241463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248619] ACPI: (supports S0 S5)\n[ 0.249306] ACPI: Using IOAPIC for interrupt routing\n[ 0.250287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253330] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258936] acpiphp: Slot [3] registered\n[ 0.259708] acpiphp: Slot [4] registered\n[ 0.260487] acpiphp: Slot [5] registered\n[ 0.261274] acpiphp: Slot [6] registered\n[ 0.262053] acpiphp: Slot [7] registered\n[ 0.262826] acpiphp: Slot [8] registered\n[ 0.263604] acpiphp: Slot [9] registered\n[ 0.264376] acpiphp: Slot [10] registered\n[ 0.265158] acpiphp: Slot [11] registered\n[ 0.265946] acpiphp: Slot [12] registered\n[ 0.266746] acpiphp: Slot [13] registered\n[ 0.267536] acpiphp: Slot [14] registered\n[ 0.268320] acpiphp: Slot [15] registered\n[ 0.278974] acpiphp: Slot [16] registered\n[ 0.279770] acpiphp: Slot [17] registered\n[ 0.280563] acpiphp: Slot [18] registered\n[ 0.281339] acpiphp: Slot [19] registered\n[ 0.282118] acpiphp: Slot [20] registered\n[ 0.282899] acpiphp: Slot [21] registered\n[ 0.283694] acpiphp: Slot [22] registered\n[ 0.284483] acpiphp: Slot [23] registered\n[ 0.285260] acpiphp: Slot [24] registered\n[ 0.286045] acpiphp: Slot [25] registered\n[ 0.286831] acpiphp: Slot [26] registered\n[ 0.287617] acpiphp: Slot [27] registered\n[ 0.288402] acpiphp: Slot [28] registered\n[ 0.289185] acpiphp: Slot [29] registered\n[ 0.289967] acpiphp: Slot [30] registered\n[ 0.290757] acpiphp: Slot [31] registered\n[ 0.291545] PCI host bridge to bus 0000:00\n[ 0.292323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293490] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296079] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303679] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315449] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369425] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371096] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372475] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374432] vgaarb: loaded\n[ 0.375176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376583] SCSI subsystem initialized\n[ 0.377609] ACPI: bus type USB registered\n[ 0.378667] usbcore: registered new interface driver usbfs\n[ 0.379991] usbcore: registered new interface driver hub\n[ 0.381270] usbcore: registered new device driver usb\n[ 0.382588] PCI: Using ACPI for IRQ routing\n[ 0.383858] NetLabel: Initializing\n[ 0.384781] NetLabel: domain hash size = 128\n[ 0.385887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387123] NetLabel: unlabeled traffic allowed by default\n[ 0.388545] clocksource: Switched to clocksource kvm-clock\n[ 0.394374] AppArmor: AppArmor Filesystem Enabled\n[ 0.395628] pnp: PnP ACPI init\n[ 0.396737] pnp: PnP ACPI: found 5 devices\n[ 0.403390] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405642] NET: Registered protocol family 2\n[ 0.406877] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411617] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414631] NET: Registered protocol family 1\n[ 0.415784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418696] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433354] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448059] Trying to unpack rootfs image as initramfs...\n[ 0.499164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513441] Scanning for low memory corruption every 60 seconds\n[ 0.515149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516715] audit: initializing netlink subsys (disabled)\n[ 0.518104] audit: type=2000 audit(1541461199.157:1): initialized\n[ 0.519828] Initialise system trusted keyring\n[ 0.521050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525004] zbud: loaded\n[ 0.525874] VFS: Disk quotas dquot_6.6.0\n[ 0.526924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528866] fuse init (API version 7.23)\n[ 0.529999] Key type big_key registered\n[ 0.531033] Allocating IMA MOK and blacklist keyrings.\n[ 0.532830] Key type asymmetric registered\n[ 0.533901] Asymmetric key parser 'x509' registered\n[ 0.535129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537039] io scheduler noop registered\n[ 0.538072] io scheduler deadline registered (default)\n[ 0.539355] io scheduler cfq registered\n[ 0.540415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545392] ACPI: Power Button [PWRF]\n[ 0.546447] GHES: HEST is not enabled!\n[ 0.561145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592421] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622455] Linux agpgart interface v0.103\n[ 0.625238] brd: module loaded\n[ 0.626686] loop: module loaded\n[ 0.632598] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634483] GPT:90111 != 2097151\n[ 0.635338] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636780] GPT:90111 != 2097151\n[ 0.637649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638911] vda: vda1 vda15\n[ 0.640509] scsi host0: ata_piix\n[ 0.641439] scsi host1: ata_piix\n[ 0.642340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.643951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645792] libphy: Fixed MDIO Bus: probed\n[ 0.646863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650698] PPP generic driver version 2.4.2\n[ 0.651859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653037] ehci-pci: EHCI PCI platform driver\n[ 0.653891] ehci-platform: EHCI generic platform driver\n[ 0.654849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655949] ohci-pci: OHCI PCI platform driver\n[ 0.656815] ohci-platform: OHCI generic platform driver\n[ 0.657780] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672132] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675571] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679235] usb usb1: Product: UHCI Host Controller\n[ 0.680145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682252] hub 1-0:1.0: USB hub found\n[ 0.683015] hub 1-0:1.0: 2 ports detected\n[ 0.683890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685975] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687898] mousedev: PS/2 mouse device common for all mice\n[ 0.689115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691972] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694303] i2c /dev entries driver\n[ 0.695048] device-mapper: uevent: version 1.0.3\n[ 0.695950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697544] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698798] NET: Registered protocol family 10\n[ 0.699774] NET: Registered protocol family 17\n[ 0.700641] Key type dns_resolver registered\n[ 0.701562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702630] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704336] registered taskstats version 1\n[ 0.705166] Loading compiled-in X.509 certificates\n[ 0.706589] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708390] zswap: loaded using pool lzo/zbud\n[ 0.709769] Key type trusted registered\n[ 0.711273] Key type encrypted registered\n[ 0.712086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713095] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714108] evm: HMAC attrs: 0x1\n[ 0.715015] Magic number: 10:978:705\n[ 0.715856] rtc_cmos 00:00: setting system clock to 2018-11-05 23:39:59 UTC (1541461199)\n[ 0.717406] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718494] EDD information not available.\n[ 0.801257] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802727] ata1.00: configured for MWDMA2\n[ 0.803895] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.816472] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817695] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820773] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822291] Write protecting the kernel read-only data: 14336k\n[ 0.823842] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825651] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.34\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.550710] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.42s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 KO\nping 10.10.11.14 OK\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 KO\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.11.15 OK\nping 10.10.11.14 OK\nping 10.10.10.8 OK\n"} 2018-11-05 23:43:24,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-46b5055d-e3c6-4b1b-9847-18a8b02e457c 2018-11-05 23:43:24,404 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-11-05 23:43:24,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"forceDelete": null}' 2018-11-05 23:43:24,583 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:43: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-9c034a6d-5d39-44a6-8f27-57602ef02b75 x-compute-request-id: req-9c034a6d-5d39-44a6-8f27-57602ef02b75 Content-Length: 0 Content-Type: application/json 2018-11-05 23:43:24,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a/action used request id req-9c034a6d-5d39-44a6-8f27-57602ef02b75 2018-11-05 23:43:24,584 - sdnvpn_test_utils - DEBUG - Waiting for instance 879afe05-551c-42c5-8bba-964f28b44f9a to be deleted 2018-11-05 23:43:24,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:25,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-d8efc5fc-5b68-4ae9-be0b-c58bb6b514b0 x-compute-request-id: req-d8efc5fc-5b68-4ae9-be0b-c58bb6b514b0 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:6c:ff", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/879afe05-551c-42c5-8bba-964f28b44f9a", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-11-05T23:39:58.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "879afe05-551c-42c5-8bba-964f28b44f9a", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:43:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-05T23:39:53Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:19Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:89:b3", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-11-05T23:39:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:25,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-d8efc5fc-5b68-4ae9-be0b-c58bb6b514b0 2018-11-05 23:43:27,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:27,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-6301e215-aae8-4602-85a5-251636c62c96 x-compute-request-id: req-6301e215-aae8-4602-85a5-251636c62c96 Content-Encoding: gzip Content-Length: 1084 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:19Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:89:b3", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-11-05T23:39:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:27,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-6301e215-aae8-4602-85a5-251636c62c96 2018-11-05 23:43:29,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"forceDelete": null}' 2018-11-05 23:43:30,068 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47b3d26b-f76f-4034-95ab-4504ae820ace x-compute-request-id: req-47b3d26b-f76f-4034-95ab-4504ae820ace Content-Length: 0 Content-Type: application/json 2018-11-05 23:43:30,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174/action used request id req-47b3d26b-f76f-4034-95ab-4504ae820ace 2018-11-05 23:43:30,069 - sdnvpn_test_utils - DEBUG - Waiting for instance d876a727-3e8c-4a7c-a6a4-34f2c38bd174 to be deleted 2018-11-05 23:43:30,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:30,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-591a7874-0afd-44cb-9687-e5d25ab5960d x-compute-request-id: req-591a7874-0afd-44cb-9687-e5d25ab5960d Content-Encoding: gzip Content-Length: 1098 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:19Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:89:b3", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-11-05T23:39:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "d876a727-3e8c-4a7c-a6a4-34f2c38bd174", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:43:29Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-05T23:39:01Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:30,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-591a7874-0afd-44cb-9687-e5d25ab5960d 2018-11-05 23:43:32,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:33,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-211a11eb-e9d5-450c-b872-8e382dd4dfc0 x-compute-request-id: req-211a11eb-e9d5-450c-b872-8e382dd4dfc0 Content-Encoding: gzip Content-Length: 1002 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:19Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:33,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-211a11eb-e9d5-450c-b872-8e382dd4dfc0 2018-11-05 23:43:35,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"forceDelete": null}' 2018-11-05 23:43:35,266 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:43: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-8ab35f0c-3da1-4e2d-b2ab-c2b22851d32d x-compute-request-id: req-8ab35f0c-3da1-4e2d-b2ab-c2b22851d32d Content-Length: 0 Content-Type: application/json 2018-11-05 23:43:35,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645/action used request id req-8ab35f0c-3da1-4e2d-b2ab-c2b22851d32d 2018-11-05 23:43:35,266 - sdnvpn_test_utils - DEBUG - Waiting for instance fda7bd12-46ca-48a6-9d06-96bfbbaff645 to be deleted 2018-11-05 23:43:35,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:35,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-5bb41bdf-b778-4284-a19d-bb419654db1a x-compute-request-id: req-5bb41bdf-b778-4284-a19d-bb419654db1a Content-Encoding: gzip Content-Length: 1015 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:1d:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fda7bd12-46ca-48a6-9d06-96bfbbaff645", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-11-05T23:39:18.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "fda7bd12-46ca-48a6-9d06-96bfbbaff645", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:43:35Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-05T23:39:14Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:35,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-5bb41bdf-b778-4284-a19d-bb419654db1a 2018-11-05 23:43:37,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:38,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7eb3cd5c-0adb-49dd-a8b1-de3cd1c08c9d x-compute-request-id: req-7eb3cd5c-0adb-49dd-a8b1-de3cd1c08c9d Content-Encoding: gzip Content-Length: 920 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:39:44Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:38,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-7eb3cd5c-0adb-49dd-a8b1-de3cd1c08c9d 2018-11-05 23:43:40,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"forceDelete": null}' 2018-11-05 23:43:40,458 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73bb3943-004f-436a-8a90-bb73acac6a12 x-compute-request-id: req-73bb3943-004f-436a-8a90-bb73acac6a12 Content-Length: 0 Content-Type: application/json 2018-11-05 23:43:40,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779/action used request id req-73bb3943-004f-436a-8a90-bb73acac6a12 2018-11-05 23:43:40,458 - sdnvpn_test_utils - DEBUG - Waiting for instance 6c8e36ef-9c43-4e80-b9d6-ad5054757779 to be deleted 2018-11-05 23:43:40,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:41,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbd45d15-35dc-4a65-963c-b1f4fedf5128 x-compute-request-id: req-bbd45d15-35dc-4a65-963c-b1f4fedf5128 Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:16:2e", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c8e36ef-9c43-4e80-b9d6-ad5054757779", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-11-05T23:39:44.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "6c8e36ef-9c43-4e80-b9d6-ad5054757779", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:43:40Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-05T23:39:40Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:41,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-bbd45d15-35dc-4a65-963c-b1f4fedf5128 2018-11-05 23:43:43,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:43,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-54f8f849-636a-46c0-b4e4-82cc2d47de9a x-compute-request-id: req-54f8f849-636a-46c0-b4e4-82cc2d47de9a Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:39:32Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:43,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-54f8f849-636a-46c0-b4e4-82cc2d47de9a 2018-11-05 23:43:45,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" -d '{"forceDelete": null}' 2018-11-05 23:43:45,805 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06c8640f-122a-4d7f-b669-06bc440302ce x-compute-request-id: req-06c8640f-122a-4d7f-b669-06bc440302ce Content-Length: 0 Content-Type: application/json 2018-11-05 23:43:45,805 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db/action used request id req-06c8640f-122a-4d7f-b669-06bc440302ce 2018-11-05 23:43:45,806 - sdnvpn_test_utils - DEBUG - Waiting for instance 3247868d-1e3d-4a1d-a7e9-26cc386839db to be deleted 2018-11-05 23:43:45,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:46,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43: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-3b2378da-b91c-4020-a18f-b421cc9296ee x-compute-request-id: req-3b2378da-b91c-4020-a18f-b421cc9296ee Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:84:d6", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3247868d-1e3d-4a1d-a7e9-26cc386839db", "rel": "bookmark"}], "image": {"id": "f62432ab-22c7-4fcc-9330-637ef6af3cd1", "links": [{"href": "http://172.30.9.23:8774/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-11-05T23:39:31.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "3247868d-1e3d-4a1d-a7e9-26cc386839db", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:43:45Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-05T23:39:27Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:43:46,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-3b2378da-b91c-4020-a18f-b421cc9296ee 2018-11-05 23:43:48,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb3b5756ea64464d71839b7714e3e5c88244c89" 2018-11-05 23:43:48,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:43:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-caf98d49-67b2-4c89-8d83-d9a4fac87566 x-compute-request-id: req-caf98d49-67b2-4c89-8d83-d9a4fac87566 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 23:43:48,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-caf98d49-67b2-4c89-8d83-d9a4fac87566 2018-11-05 23:43:50,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5ec3c9f16fc085ce2f66c791b46f7326ba69050" 2018-11-05 23:43:52,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2076e6ba-33ed-404a-9cbd-07322e8ea049 Date: Mon, 05 Nov 2018 23:43:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:43:52,691 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f62432ab-22c7-4fcc-9330-637ef6af3cd1 used request id req-2076e6ba-33ed-404a-9cbd-07322e8ea049 2018-11-05 23:43:52,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:43:53,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86fdcf1a-1f1b-4153-9e4a-75ae12852e96 Content-Length: 0 Date: Mon, 05 Nov 2018 23:43:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:43:53,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9be848c2-fcba-459e-aa79-e82662c3be41 used request id req-86fdcf1a-1f1b-4153-9e4a-75ae12852e96 2018-11-05 23:43:53,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/34413390-6601-4201-9e15-f9802ce6e703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:43:55,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13f432d1-74e4-45be-b951-405a7dc596c2 Date: Mon, 05 Nov 2018 23:43:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:43:55,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/34413390-6601-4201-9e15-f9802ce6e703 used request id req-13f432d1-74e4-45be-b951-405a7dc596c2 2018-11-05 23:43:55,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/ce1cc4ff-aad5-4ae5-b29d-c7edadeae77a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:43:57,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15f1e586-295a-41b1-8120-9438b48ccbb4 Date: Mon, 05 Nov 2018 23:43:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:43:57,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ce1cc4ff-aad5-4ae5-b29d-c7edadeae77a used request id req-15f1e586-295a-41b1-8120-9438b48ccbb4 2018-11-05 23:43:57,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e366ed87-8d41-442e-b99c-4e9550ebb85d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:43:59,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23ed64d0-8392-4881-83c6-13e90c7c5ff7 Date: Mon, 05 Nov 2018 23:43:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:43:59,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e366ed87-8d41-442e-b99c-4e9550ebb85d used request id req-23ed64d0-8392-4881-83c6-13e90c7c5ff7 2018-11-05 23:43:59,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/6b00e532-692e-4848-ab25-1f40ae603591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793d95e62e5a3b03f6debccf63e45d266b0db0ef" 2018-11-05 23:43:59,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65297a41-2223-403a-b2e3-5e77187a3e7c Date: Mon, 05 Nov 2018 23:43:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:43:59,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6b00e532-692e-4848-ab25-1f40ae603591 used request id req-65297a41-2223-403a-b2e3-5e77187a3e7c 2018-11-05 23:43:59,650 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-11-05 23:43:59,650 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:43:59,651 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-11-05 23:43:59,651 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-11-05 23:43:59,651 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-11-05 23:43:59,651 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-11-05 23:43:59,651 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-11-05 23:43:59,728 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-11-05 23:43:59,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:43:59,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:43:59,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:43:59,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:43:59,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:43:59,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:43:59,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:43:59,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:43:59,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:43:59,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:43:59,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:43:59,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:43:59,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:43:59,737 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:43:59,740 - paramiko.transport - DEBUG - starting thread (client mode): 0x4748be10L 2018-11-05 23:43:59,740 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:43:59,769 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:43:59,769 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:43:59,774 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:43:59,774 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:43:59,774 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:43:59,774 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:43:59,775 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:43:59,775 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:43:59,782 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:43:59,782 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:43:59,803 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: d679e30ea19c107f857009f39a9ba2cd 2018-11-05 23:43:59,804 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:43:59,822 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:43:59,933 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:43:59,937 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:00,160 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:00,161 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:00,200 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:00,201 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:00,210 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:04,838 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:04,839 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:04,842 - paramiko.transport - DEBUG - starting thread (client mode): 0x474f4650L 2018-11-05 23:44:04,842 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:04,847 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:04,848 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:04,850 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:04,851 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:04,851 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:04,851 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:04,851 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:04,851 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:04,856 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:04,857 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:04,873 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:44:04,874 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:04,896 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:04,910 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:04,939 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:04,992 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:04,993 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:05,032 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:05,033 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:05,043 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:05,078 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:05,079 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:05,080 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:05,081 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:05,081 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:05,122 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:05,158 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:05,159 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:05,160 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:05,161 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:05,161 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:05,202 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:05,232 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:05,234 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:05,235 - paramiko.transport - DEBUG - starting thread (client mode): 0x4755d910L 2018-11-05 23:44:05,236 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:05,242 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:05,242 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:05,246 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:05,246 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:05,246 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:05,246 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:05,246 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:05,246 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:05,251 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:05,252 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:05,267 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:44:05,268 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:05,291 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:05,304 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:05,332 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:05,416 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:05,416 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:05,455 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:05,455 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:05,469 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:05,505 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:05,506 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:05,507 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:05,508 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:05,508 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:05,549 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:05,587 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:05,588 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:05,589 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:05,589 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:05,590 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:05,630 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:05,661 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:05,662 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:05,664 - paramiko.transport - DEBUG - starting thread (client mode): 0x475a2d90L 2018-11-05 23:44:05,665 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:05,669 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:05,669 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:05,672 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:05,672 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:05,673 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:05,673 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:05,673 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:05,673 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:05,678 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:05,678 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:05,680 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:44:05,681 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:05,717 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:05,729 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:05,745 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:05,815 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:05,815 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:05,854 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:05,854 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:05,866 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:05,901 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:05,902 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:05,903 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:05,904 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:05,904 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:05,944 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:05,980 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:05,982 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:05,983 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:05,983 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:05,984 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:06,024 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:06,054 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:06,055 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:06,057 - paramiko.transport - DEBUG - starting thread (client mode): 0x474cde90L 2018-11-05 23:44:06,058 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:06,063 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:06,063 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:06,066 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:06,067 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:06,067 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:06,067 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:06,067 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:06,067 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:06,072 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:06,073 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:06,089 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:44:06,090 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:06,112 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:06,122 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:06,154 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:06,210 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:06,210 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:06,250 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:06,250 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:06,257 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:06,286 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:06,287 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:06,287 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:06,288 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:06,288 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:06,329 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:06,360 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:06,361 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:06,362 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:06,363 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:06,363 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:06,403 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:06,431 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:06,433 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:06,435 - paramiko.transport - DEBUG - starting thread (client mode): 0x4750bd90L 2018-11-05 23:44:06,435 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:06,441 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:06,441 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:06,445 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:06,445 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:06,445 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:06,445 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:06,445 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:06,445 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:06,450 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:06,451 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:06,467 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:44:06,467 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:06,490 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:06,501 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:06,531 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:06,606 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:06,606 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:06,645 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:06,645 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:06,650 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:06,679 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:06,680 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:06,681 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:06,681 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:06,682 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:06,721 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:06,753 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:06,755 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:06,755 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:06,756 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:06,756 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:06,797 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:06,824 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:06,825 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:06,825 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:06,826 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:06,827 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:06,835 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:11,435 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:11,436 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:11,438 - paramiko.transport - DEBUG - starting thread (client mode): 0x474f4f50L 2018-11-05 23:44:11,438 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:11,444 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:11,444 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:11,446 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:11,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:11,447 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:11,447 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:11,447 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:11,447 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:11,450 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:11,450 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:11,453 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:44:11,454 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:11,489 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:11,498 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:11,517 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:11,575 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:11,575 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:11,614 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:11,614 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:11,622 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:11,655 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:11,656 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:11,657 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:11,657 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:11,657 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:11,698 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:11,734 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:11,735 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:11,736 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:11,737 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:11,737 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:11,778 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:11,809 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:11,810 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:11,812 - paramiko.transport - DEBUG - starting thread (client mode): 0x475e8ad0L 2018-11-05 23:44:11,812 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:11,819 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:11,819 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:11,822 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:11,822 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:11,822 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:11,822 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:11,822 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:11,822 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:11,826 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:11,826 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:11,827 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:44:11,828 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:11,866 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:11,875 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:11,892 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:11,972 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:11,972 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:12,011 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:12,011 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:12,027 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:12,064 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:12,065 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:12,066 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:12,066 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:12,066 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:12,108 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:12,143 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:12,145 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:12,145 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:12,146 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:12,146 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:12,187 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:12,221 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:12,223 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:12,225 - paramiko.transport - DEBUG - starting thread (client mode): 0x474fa1d0L 2018-11-05 23:44:12,225 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:12,230 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:12,231 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:12,233 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:12,233 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:12,234 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:12,234 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:12,234 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:12,234 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:12,237 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:12,238 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:12,240 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:44:12,241 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:12,277 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:12,286 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:12,305 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:12,367 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:12,367 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:12,406 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:12,406 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:12,410 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:12,443 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:12,444 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:12,445 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:12,446 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:12,446 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:12,486 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:12,523 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:12,524 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:12,525 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:12,525 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:12,526 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:12,566 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:12,597 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:12,599 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:12,600 - paramiko.transport - DEBUG - starting thread (client mode): 0x474fabd0L 2018-11-05 23:44:12,601 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:12,605 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:12,605 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:12,608 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:12,608 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:12,608 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:12,608 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:12,608 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:12,609 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:12,613 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:12,614 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:12,617 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:44:12,617 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:12,653 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:12,664 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:12,682 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:12,737 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:12,737 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:12,776 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:12,777 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:12,785 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:12,814 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:12,815 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:12,816 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:12,816 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:12,817 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:12,857 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:12,887 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:12,889 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:12,889 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:12,890 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:12,890 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:12,931 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:12,957 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:12,958 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:12,960 - paramiko.transport - DEBUG - starting thread (client mode): 0x474f8650L 2018-11-05 23:44:12,960 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:44:12,965 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:44:12,965 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:44:12,967 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:44:12,968 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:44:12,968 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:44:12,968 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:44:12,968 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:44:12,968 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:44:12,973 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:44:12,973 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:44:12,976 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:44:12,977 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:44:13,013 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:44:13,025 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:44:13,041 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:44:13,119 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:44:13,119 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:44:13,158 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:44:13,159 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:44:13,176 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:44:13,204 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:44:13,205 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:44:13,206 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:44:13,207 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:44:13,207 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:44:13,248 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:44:13,279 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:44:13,281 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:44:13,281 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:44:13,283 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:44:13,283 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:44:13,324 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:44:13,350 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:44:13,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:13,354 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:44:13,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb535a82-b429-462f-8460-9097c1367b9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:13,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb535a82-b429-462f-8460-9097c1367b9f 2018-11-05 23:44:13,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:13,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["7fXjAjAoSFuCr9ag5qcdZg"], "issued_at": "2018-11-05T23:44:13.000000Z"}} 2018-11-05 23:44:13,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}961d58023de1cfd8cc524a785a827d4535f474b1" 2018-11-05 23:44:13,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-eb410e3a-6b46-4e21-96b3-cfd675cf77ab Date: Mon, 05 Nov 2018 23:44:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:44:13,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-eb410e3a-6b46-4e21-96b3-cfd675cf77ab 2018-11-05 23:44:13,923 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-05 23:44:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}961d58023de1cfd8cc524a785a827d4535f474b1" 2018-11-05 23:44:14,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6e757da4-6403-4015-ac8a-56be0bb027e3 Date: Mon, 05 Nov 2018 23:44:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:44:14,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6e757da4-6403-4015-ac8a-56be0bb027e3 2018-11-05 23:44:14,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}961d58023de1cfd8cc524a785a827d4535f474b1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-05 23:44:14,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7 X-Openstack-Request-Id: req-2fe16c7b-970f-41ce-8467-e5af0e0d6ee7 Date: Mon, 05 Nov 2018 23:44:14 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:44:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:44:14Z", "visibility": "public", "locations": [], "self": "/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "min_disk": 0, "protected": false, "id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "file": "/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:44:14,339 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2fe16c7b-970f-41ce-8467-e5af0e0d6ee7 2018-11-05 23:44:14,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}961d58023de1cfd8cc524a785a827d4535f474b1" -d '' 2018-11-05 23:44:15,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0b47285-db63-4280-9e14-f276461f70d0 Date: Mon, 05 Nov 2018 23:44:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:44:15,140 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7/file used request id req-d0b47285-db63-4280-9e14-f276461f70d0 2018-11-05 23:44:15,141 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-11-05 23:44:15,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:15,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234e7f27-11ff-495e-b80b-5c1c2e543cb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:15,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-234e7f27-11ff-495e-b80b-5c1c2e543cb7 2018-11-05 23:44:15,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:15,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["qOoh7XPpTJ6z42BCqd-d6Q"], "issued_at": "2018-11-05T23:44:15.000000Z"}} 2018-11-05 23:44:15,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8dd06ae022f304af70ce8cf7b7965fbb100fc" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-11-05 23:44:16,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-19dbb8ef-a857-44e2-8a4b-a93b2f3dec39 Date: Mon, 05 Nov 2018 23:44:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fcc9141e-a0a6-4cae-aef0-9b086cb7f744","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:44:15Z","is_default":false,"provider:segmentation_id":90,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:44:15Z","mtu":1450}} 2018-11-05 23:44:16,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-19dbb8ef-a857-44e2-8a4b-a93b2f3dec39 2018-11-05 23:44:16,078 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network fcc9141e-a0a6-4cae-aef0-9b086cb7f744 with cidr 10.10.10.0/24 2018-11-05 23:44:16,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8dd06ae022f304af70ce8cf7b7965fbb100fc" -d '{"subnets": [{"ip_version": 4, "network_id": "fcc9141e-a0a6-4cae-aef0-9b086cb7f744", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-11-05 23:44:16,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-12ac7823-a6cd-4ff6-9324-30e60028cfa1 Date: Mon, 05 Nov 2018 23:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fcc9141e-a0a6-4cae-aef0-9b086cb7f744","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:44:16Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:44:16Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"540ec105-53bd-430e-afc1-2d43217f6af1","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-11-05 23:44:16,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-12ac7823-a6cd-4ff6-9324-30e60028cfa1 2018-11-05 23:44:16,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8dd06ae022f304af70ce8cf7b7965fbb100fc" 2018-11-05 23:44:16,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-7175cabd-ed10-4141-9550-e4d209677e62 Date: Mon, 05 Nov 2018 23:44:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:44:16,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-7175cabd-ed10-4141-9550-e4d209677e62 2018-11-05 23:44:16,862 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-05 23:44:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:16,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590b97b6-159d-405f-8cf4-fa69298eee36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:16,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-590b97b6-159d-405f-8cf4-fa69298eee36 2018-11-05 23:44:16,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:17,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["cW8ea501SLuB-J8TgK6bYA"], "issued_at": "2018-11-05T23:44:17.000000Z"}} 2018-11-05 23:44:17,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" 2018-11-05 23:44:17,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-eca6f906-ff4b-4666-8f73-51b5e2fc2a8e x-compute-request-id: req-eca6f906-ff4b-4666-8f73-51b5e2fc2a8e Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:44:17,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-eca6f906-ff4b-4666-8f73-51b5e2fc2a8e 2018-11-05 23:44:17,507 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:44:17,508 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:44:17,508 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:44:17,510 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:44:17,550 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:44:17,552 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:44:17,553 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:44:17,553 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:44:17,553 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:44:17,594 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:44:17,651 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:44:17,654 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:44:17,655 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:44:17,655 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:44:17,656 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:44:17,659 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:44:17,702 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:44:17,703 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:44:17,705 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:44:17,744 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:44:17,744 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:44:17,770 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:44:17,818 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:44:17,821 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-05 23:44:17,821 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:44:17,822 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-05 23:44:17,822 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-05 23:44:17,824 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-05 23:44:17,859 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-05 23:44:17,861 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-05 23:44:17,862 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-05 23:44:17,863 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-05 23:44:17,863 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-05 23:44:17,903 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-05 23:44:17,938 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-05 23:44:17,939 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-05 23:44:17,940 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-05 23:44:17,941 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-05 23:44:17,941 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-05 23:44:17,945 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-05 23:44:17,984 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-05 23:44:17,986 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-05 23:44:17,987 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-05 23:44:17,988 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-05 23:44:17,988 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-05 23:44:18,029 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-05 23:44:18,068 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-05 23:44:18,069 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-11-05 23:44:18,069 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=a86b885e-d951-4acc-b26c-4bf5307892b7 network=fcc9141e-a0a6-4cae-aef0-9b086cb7f744 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:44:18,069 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-05 23:44:18,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:44:18,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:44:18,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:44:18,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:44:18,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:44:18,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:44:18,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:44:18,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:44:18,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:44:18,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:44:18,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:44:18,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:44:18,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:44:18,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:44:18,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:44:18,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:44:18,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:44:18,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:44:18,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:44:18,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:44:18,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:44:18,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:44:18,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:44:18,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:44:18,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:44:18,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:44:18,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:44:18,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:44:18,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:18,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92dcbdd5-4b45-4370-a8ba-fba91b7c2508 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:18,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-92dcbdd5-4b45-4370-a8ba-fba91b7c2508 2018-11-05 23:44:18,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:18,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Z5dbM8GnRkqoJY1PB9A0Kg"], "issued_at": "2018-11-05T23:44:18.000000Z"}} 2018-11-05 23:44:18,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" 2018-11-05 23:44:18,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccd2f8b7-f3b0-49ec-8a1d-358bbdbf4658 x-compute-request-id: req-ccd2f8b7-f3b0-49ec-8a1d-358bbdbf4658 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:44:18,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ccd2f8b7-f3b0-49ec-8a1d-358bbdbf4658 2018-11-05 23:44:18,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" 2018-11-05 23:44:18,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-386b9436-a686-4554-8dc2-0147bbd72628 x-compute-request-id: req-386b9436-a686-4554-8dc2-0147bbd72628 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:44:18,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-386b9436-a686-4554-8dc2-0147bbd72628 2018-11-05 23:44:18,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "a86b885e-d951-4acc-b26c-4bf5307892b7", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fcc9141e-a0a6-4cae-aef0-9b086cb7f744"}]}}' 2018-11-05 23:44:20,298 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:44:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92ce9afc-11df-43a5-92a7-fc11985811e8 x-compute-request-id: req-92ce9afc-11df-43a5-92a7-fc11985811e8 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "adminPass": "nFP3News3eHm"}} 2018-11-05 23:44:20,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-92ce9afc-11df-43a5-92a7-fc11985811e8 2018-11-05 23:44:20,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:20,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-583fd97c-2870-4bb5-adb9-391accd890bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:20,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-583fd97c-2870-4bb5-adb9-391accd890bf 2018-11-05 23:44:20,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:20,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["bwSoUlJTRKm-cGcL0ObS9A"], "issued_at": "2018-11-05T23:44:20.000000Z"}} 2018-11-05 23:44:20,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2615d8a29305b336b699a2b339f7138380b70e9" 2018-11-05 23:44:21,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-429657b5-f8e9-4a23-ab94-f00232ae98ed x-compute-request-id: req-429657b5-f8e9-4a23-ab94-f00232ae98ed Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:20Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:21,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e used request id req-429657b5-f8e9-4a23-ab94-f00232ae98ed 2018-11-05 23:44:24,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2615d8a29305b336b699a2b339f7138380b70e9" 2018-11-05 23:44:24,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-2dd2bacf-2fe1-43a5-b160-8dc023cd70a0 x-compute-request-id: req-2dd2bacf-2fe1-43a5-b160-8dc023cd70a0 Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:22Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:24,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e used request id req-2dd2bacf-2fe1-43a5-b160-8dc023cd70a0 2018-11-05 23:44:27,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2615d8a29305b336b699a2b339f7138380b70e9" 2018-11-05 23:44:28,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-535502b7-e265-4b36-a9b3-1903d7d0d559 x-compute-request-id: req-535502b7-e265-4b36-a9b3-1903d7d0d559 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fb:4c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-11-05T23:44:25.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:25Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:28,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e used request id req-535502b7-e265-4b36-a9b3-1903d7d0d559 2018-11-05 23:44:28,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" 2018-11-05 23:44:29,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55a9b3e4-8490-4d88-b621-2447534d7f61 x-compute-request-id: req-55a9b3e4-8490-4d88-b621-2447534d7f61 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fb:4c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-11-05T23:44:25.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:25Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:29,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e used request id req-55a9b3e4-8490-4d88-b621-2447534d7f61 2018-11-05 23:44:29,103 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.13'. 2018-11-05 23:44:29,104 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-11-05 23:44:29,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:44:30,644 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e5d7a65-ad91-41da-a040-ab7b64d5a4a3 x-compute-request-id: req-5e5d7a65-ad91-41da-a040-ab7b64d5a4a3 Content-Length: 0 Content-Type: application/json 2018-11-05 23:44:30,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-5e5d7a65-ad91-41da-a040-ab7b64d5a4a3 2018-11-05 23:44:30,645 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-11-05 23:44:30,645 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=a86b885e-d951-4acc-b26c-4bf5307892b7 network=fcc9141e-a0a6-4cae-aef0-9b086cb7f744 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:44:30,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:44:30,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:44:30,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:44:30,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:44:30,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:44:30,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:44:30,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:44:30,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:44:30,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:44:30,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:44:30,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:44:30,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:44:30,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:44:30,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:30,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f405062-1df1-4fcc-ac03-9e09dc3071e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:30,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f405062-1df1-4fcc-ac03-9e09dc3071e4 2018-11-05 23:44:30,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:31,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["2yhYZZt8SBSbdtglmLjXaw"], "issued_at": "2018-11-05T23:44:31.000000Z"}} 2018-11-05 23:44:31,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" 2018-11-05 23:44:31,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab49e904-7b18-483e-9fcf-ef84cac4afcf x-compute-request-id: req-ab49e904-7b18-483e-9fcf-ef84cac4afcf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:44:31,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ab49e904-7b18-483e-9fcf-ef84cac4afcf 2018-11-05 23:44:31,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" 2018-11-05 23:44:31,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e43769cd-5e97-4b5d-b9ac-14cafe545639 x-compute-request-id: req-e43769cd-5e97-4b5d-b9ac-14cafe545639 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:44:31,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-e43769cd-5e97-4b5d-b9ac-14cafe545639 2018-11-05 23:44:31,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "a86b885e-d951-4acc-b26c-4bf5307892b7", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fcc9141e-a0a6-4cae-aef0-9b086cb7f744"}]}}' 2018-11-05 23:44:32,662 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:44:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c517e12f-6274-44d6-a14a-081cb86ee510 x-compute-request-id: req-c517e12f-6274-44d6-a14a-081cb86ee510 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "69d4b746-ced3-4572-af95-8f39e35530ec", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "bookmark"}], "adminPass": "hNjC9g4ccshe"}} 2018-11-05 23:44:32,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c517e12f-6274-44d6-a14a-081cb86ee510 2018-11-05 23:44:32,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:44:32,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a83bb3-9935-4f5d-97ba-bc264b662f49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:44:32,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e5a83bb3-9935-4f5d-97ba-bc264b662f49 2018-11-05 23:44:32,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:44:33,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:44:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["ie5h58gaQN-C9s3AK3M-HA"], "issued_at": "2018-11-05T23:44:33.000000Z"}} 2018-11-05 23:44:33,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d758be8a650b942d35f7447faa5a2e9726982ce6" 2018-11-05 23:44:33,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-070fd52d-585d-42cf-ad70-bc02d447d3d9 x-compute-request-id: req-070fd52d-585d-42cf-ad70-bc02d447d3d9 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "69d4b746-ced3-4572-af95-8f39e35530ec", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:33Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-11-05T23:44:32Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:33,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec used request id req-070fd52d-585d-42cf-ad70-bc02d447d3d9 2018-11-05 23:44:36,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d758be8a650b942d35f7447faa5a2e9726982ce6" 2018-11-05 23:44:37,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dec556e6-d6cb-4b83-9c0c-a009e27f9fb8 x-compute-request-id: req-dec556e6-d6cb-4b83-9c0c-a009e27f9fb8 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:29:0e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-11-05T23:44:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "69d4b746-ced3-4572-af95-8f39e35530ec", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-05T23:44:32Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:37,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec used request id req-dec556e6-d6cb-4b83-9c0c-a009e27f9fb8 2018-11-05 23:44:37,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" 2018-11-05 23:44:37,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-0870e734-6aff-4289-912c-fcda93bfa145 x-compute-request-id: req-0870e734-6aff-4289-912c-fcda93bfa145 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:29:0e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-11-05T23:44:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "69d4b746-ced3-4572-af95-8f39e35530ec", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:36Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-05T23:44:32Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:44:37,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec used request id req-0870e734-6aff-4289-912c-fcda93bfa145 2018-11-05 23:44:37,883 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.8'. 2018-11-05 23:44:37,883 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-11-05 23:44:37,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:44:39,258 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:44: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-09919337-5e12-4a95-93d2-5a89006f4eaf x-compute-request-id: req-09919337-5e12-4a95-93d2-5a89006f4eaf Content-Length: 0 Content-Type: application/json 2018-11-05 23:44:39,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-09919337-5e12-4a95-93d2-5a89006f4eaf 2018-11-05 23:44:39,259 - sdnvpn_test_utils - INFO - Waiting for instance 69d4b746-ced3-4572-af95-8f39e35530ec to boot up 2018-11-05 23:44:39,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:40,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b40aa22-c8ed-4b24-b8d2-ef45da7b0efc x-compute-request-id: req-9b40aa22-c8ed-4b24-b8d2-ef45da7b0efc Content-Encoding: gzip Content-Length: 9399 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n"} 2018-11-05 23:44:40,332 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-9b40aa22-c8ed-4b24-b8d2-ef45da7b0efc 2018-11-05 23:44:42,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:43,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-8469afdf-41e8-4e34-a0bf-49d7d9bed396 x-compute-request-id: req-8469afdf-41e8-4e34-a0bf-49d7d9bed396 Content-Encoding: gzip Content-Length: 10006 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:44:43,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-8469afdf-41e8-4e34-a0bf-49d7d9bed396 2018-11-05 23:44:45,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:46,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa54da09-f41b-4b7f-8028-f0587e0eec44 x-compute-request-id: req-aa54da09-f41b-4b7f-8028-f0587e0eec44 Content-Encoding: gzip Content-Length: 10006 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:44:46,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-aa54da09-f41b-4b7f-8028-f0587e0eec44 2018-11-05 23:44:48,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:49,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-504e39ea-04b1-48ba-ab41-09d39a85a997 x-compute-request-id: req-504e39ea-04b1-48ba-ab41-09d39a85a997 Content-Encoding: gzip Content-Length: 10006 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:44:49,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-504e39ea-04b1-48ba-ab41-09d39a85a997 2018-11-05 23:44:51,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:52,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a414c6b-3171-41ee-970f-8ce1f5ed29a7 x-compute-request-id: req-9a414c6b-3171-41ee-970f-8ce1f5ed29a7 Content-Encoding: gzip Content-Length: 10006 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:44:52,700 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-9a414c6b-3171-41ee-970f-8ce1f5ed29a7 2018-11-05 23:44:54,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:55,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-8120251a-5b71-42d2-9abc-7e18f0cc3ab4 x-compute-request-id: req-8120251a-5b71-42d2-9abc-7e18f0cc3ab4 Content-Encoding: gzip Content-Length: 10006 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:44:55,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-8120251a-5b71-42d2-9abc-7e18f0cc3ab4 2018-11-05 23:44:57,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:44:58,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:44: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-d7ed693a-0756-4c34-8a81-9eae83f62860 x-compute-request-id: req-d7ed693a-0756-4c34-8a81-9eae83f62860 Content-Encoding: gzip Content-Length: 10076 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:44:58,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-d7ed693a-0756-4c34-8a81-9eae83f62860 2018-11-05 23:45:00,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:02,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c21bac50-ed9c-465c-b72a-757fbe80233a x-compute-request-id: req-c21bac50-ed9c-465c-b72a-757fbe80233a Content-Encoding: gzip Content-Length: 10076 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:02,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-c21bac50-ed9c-465c-b72a-757fbe80233a 2018-11-05 23:45:04,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:05,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-1820b6fe-cd21-4cc0-a344-a61b5502a515 x-compute-request-id: req-1820b6fe-cd21-4cc0-a344-a61b5502a515 Content-Encoding: gzip Content-Length: 10076 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:05,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-1820b6fe-cd21-4cc0-a344-a61b5502a515 2018-11-05 23:45:07,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:08,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33fd1206-c9bd-4041-ab93-39038de93a8e x-compute-request-id: req-33fd1206-c9bd-4041-ab93-39038de93a8e Content-Encoding: gzip Content-Length: 10076 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:08,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-33fd1206-c9bd-4041-ab93-39038de93a8e 2018-11-05 23:45:10,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:11,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-30e32dcf-9330-4903-bed0-a008c24fd26d x-compute-request-id: req-30e32dcf-9330-4903-bed0-a008c24fd26d Content-Encoding: gzip Content-Length: 10096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:45:11,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-30e32dcf-9330-4903-bed0-a008c24fd26d 2018-11-05 23:45:13,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:14,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-5efe8815-5229-4cae-a2dc-829fe1879cbb x-compute-request-id: req-5efe8815-5229-4cae-a2dc-829fe1879cbb Content-Encoding: gzip Content-Length: 10096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:45:14,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-5efe8815-5229-4cae-a2dc-829fe1879cbb 2018-11-05 23:45:16,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:17,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-c561559e-9e6a-48fe-b133-af0cb7642971 x-compute-request-id: req-c561559e-9e6a-48fe-b133-af0cb7642971 Content-Encoding: gzip Content-Length: 10096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:45:17,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-c561559e-9e6a-48fe-b133-af0cb7642971 2018-11-05 23:45:19,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:20,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-9c91282f-37c2-423f-a86e-abcc267d9135 x-compute-request-id: req-9c91282f-37c2-423f-a86e-abcc267d9135 Content-Encoding: gzip Content-Length: 10096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:45:20,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-9c91282f-37c2-423f-a86e-abcc267d9135 2018-11-05 23:45:22,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:23,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-f8d0e40c-1145-4d06-92e9-bfdc1de10ad1 x-compute-request-id: req-f8d0e40c-1145-4d06-92e9-bfdc1de10ad1 Content-Encoding: gzip Content-Length: 10096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:45:23,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-f8d0e40c-1145-4d06-92e9-bfdc1de10ad1 2018-11-05 23:45:25,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae57044b674afa83a9d7ac0476848459711f0ac" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:26,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-473db39d-0a4e-4482-a178-524fd29a6cea x-compute-request-id: req-473db39d-0a4e-4482-a178-524fd29a6cea Content-Encoding: gzip Content-Length: 11144 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497458212 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.128146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129767] pid_max: default: 32768 minimum: 301\n[ 0.130639] ACPI: Core revision 20150930\n[ 0.131998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133276] Security Framework initialized\n[ 0.134076] Yama: becoming mindful.\n[ 0.134788] AppArmor: AppArmor initialized\n[ 0.135635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136937] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140717] Initializing cgroup subsys io\n[ 0.141510] Initializing cgroup subsys memory\n[ 0.142350] Initializing cgroup subsys devices\n[ 0.143195] Initializing cgroup subsys freezer\n[ 0.144053] Initializing cgroup subsys net_cls\n[ 0.144903] Initializing cgroup subsys perf_event\n[ 0.145795] Initializing cgroup subsys net_prio\n[ 0.146655] Initializing cgroup subsys hugetlb\n[ 0.147513] Initializing cgroup subsys pids\n[ 0.148368] CPU: Physical Processor ID: 0\n[ 0.149842] mce: CPU supports 10 MCE banks\n[ 0.150686] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162334] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168705] ftrace: allocating 31920 entries in 125 pages\n[ 0.195007] smpboot: Max logical packages: 1\n[ 0.195858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197181] x2apic enabled\n[ 0.197986] Switched APIC routing to physical x2apic.\n[ 0.199725] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200830] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202789] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.205828] x86: Booted up 1 node, 1 CPUs\n[ 0.206621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207980] devtmpfs: initialized\n[ 0.209678] evm: security.selinux\n[ 0.210365] evm: security.SMACK64\n[ 0.211037] evm: security.SMACK64EXEC\n[ 0.211774] evm: security.SMACK64TRANSMUTE\n[ 0.212562] evm: security.SMACK64MMAP\n[ 0.213292] evm: security.ima\n[ 0.213931] evm: security.capability\n[ 0.214723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216509] pinctrl core: initialized pinctrl subsystem\n[ 0.217565] RTC time: 23:44:36, date: 11/05/18\n[ 0.218499] NET: Registered protocol family 16\n[ 0.219437] cpuidle: using governor ladder\n[ 0.220224] cpuidle: using governor menu\n[ 0.220988] PCCT header not found.\n[ 0.221714] ACPI: bus type PCI registered\n[ 0.222493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223694] PCI: Using configuration type 1 for base access\n[ 0.225411] ACPI: Added _OSI(Module Device)\n[ 0.226218] ACPI: Added _OSI(Processor Device)\n[ 0.227055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230000] ACPI: Interpreter enabled\n[ 0.230747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237875] ACPI: (supports S0 S5)\n[ 0.238561] ACPI: Using IOAPIC for interrupt routing\n[ 0.239476] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244902] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248198] acpiphp: Slot [3] registered\n[ 0.248977] acpiphp: Slot [4] registered\n[ 0.249755] acpiphp: Slot [5] registered\n[ 0.250537] acpiphp: Slot [6] registered\n[ 0.251307] acpiphp: Slot [7] registered\n[ 0.252080] acpiphp: Slot [8] registered\n[ 0.252859] acpiphp: Slot [9] registered\n[ 0.253631] acpiphp: Slot [10] registered\n[ 0.254415] acpiphp: Slot [11] registered\n[ 0.255205] acpiphp: Slot [12] registered\n[ 0.255999] acpiphp: Slot [13] registered\n[ 0.256785] acpiphp: Slot [14] registered\n[ 0.257571] acpiphp: Slot [15] registered\n[ 0.268301] acpiphp: Slot [16] registered\n[ 0.269117] acpiphp: Slot [17] registered\n[ 0.269906] acpiphp: Slot [18] registered\n[ 0.270698] acpiphp: Slot [19] registered\n[ 0.271478] acpiphp: Slot [20] registered\n[ 0.272261] acpiphp: Slot [21] registered\n[ 0.273057] acpiphp: Slot [22] registered\n[ 0.273844] acpiphp: Slot [23] registered\n[ 0.274630] acpiphp: Slot [24] registered\n[ 0.275416] acpiphp: Slot [25] registered\n[ 0.276195] acpiphp: Slot [26] registered\n[ 0.276978] acpiphp: Slot [27] registered\n[ 0.277779] acpiphp: Slot [28] registered\n[ 0.278568] acpiphp: Slot [29] registered\n[ 0.279352] acpiphp: Slot [30] registered\n[ 0.280133] acpiphp: Slot [31] registered\n[ 0.280915] PCI host bridge to bus 0000:00\n[ 0.281699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295340] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296563] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354018] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360352] vgaarb: loaded\n[ 0.360936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362037] SCSI subsystem initialized\n[ 0.362832] ACPI: bus type USB registered\n[ 0.363622] usbcore: registered new interface driver usbfs\n[ 0.364619] usbcore: registered new interface driver hub\n[ 0.365591] usbcore: registered new device driver usb\n[ 0.366611] PCI: Using ACPI for IRQ routing\n[ 0.367608] NetLabel: Initializing\n[ 0.368296] NetLabel: domain hash size = 128\n[ 0.369122] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370043] NetLabel: unlabeled traffic allowed by default\n[ 0.371099] clocksource: Switched to clocksource kvm-clock\n[ 0.376588] AppArmor: AppArmor Filesystem Enabled\n[ 0.377514] pnp: PnP ACPI init\n[ 0.378402] pnp: PnP ACPI: found 5 devices\n[ 0.384741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386380] NET: Registered protocol family 2\n[ 0.387303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389645] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392916] NET: Registered protocol family 1\n[ 0.393750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395833] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423824] Trying to unpack rootfs image as initramfs...\n[ 0.473489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487303] Scanning for low memory corruption every 60 seconds\n[ 0.488601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489717] audit: initializing netlink subsys (disabled)\n[ 0.490713] audit: type=2000 audit(1541461477.534:1): initialized\n[ 0.492011] Initialise system trusted keyring\n[ 0.492913] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495985] zbud: loaded\n[ 0.496679] VFS: Disk quotas dquot_6.6.0\n[ 0.497482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498952] fuse init (API version 7.23)\n[ 0.499826] Key type big_key registered\n[ 0.500608] Allocating IMA MOK and blacklist keyrings.\n[ 0.501704] Key type asymmetric registered\n[ 0.502507] Asymmetric key parser 'x509' registered\n[ 0.503447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504878] io scheduler noop registered\n[ 0.505656] io scheduler deadline registered (default)\n[ 0.506618] io scheduler cfq registered\n[ 0.507448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508468] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511124] ACPI: Power Button [PWRF]\n[ 0.512307] GHES: HEST is not enabled!\n[ 0.526017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581596] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583781] Linux agpgart interface v0.103\n[ 0.585813] brd: module loaded\n[ 0.586952] loop: module loaded\n[ 0.591977] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593392] GPT:90111 != 2097151\n[ 0.594046] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595108] GPT:90111 != 2097151\n[ 0.595768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596700] vda: vda1 vda15\n[ 0.598174] scsi host0: ata_piix\n[ 0.598890] scsi host1: ata_piix\n[ 0.599587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600760] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602158] libphy: Fixed MDIO Bus: probed\n[ 0.602952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605972] PPP generic driver version 2.4.2\n[ 0.606844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608113] ehci-pci: EHCI PCI platform driver\n[ 0.608967] ehci-platform: EHCI generic platform driver\n[ 0.609924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611009] ohci-pci: OHCI PCI platform driver\n[ 0.611860] ohci-platform: OHCI generic platform driver\n[ 0.612814] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627126] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.631598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634155] usb usb1: Product: UHCI Host Controller\n[ 0.635066] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636171] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637103] hub 1-0:1.0: USB hub found\n[ 0.637859] hub 1-0:1.0: 2 ports detected\n[ 0.638735] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641728] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.643953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645733] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649146] i2c /dev entries driver\n[ 0.649886] device-mapper: uevent: version 1.0.3\n[ 0.650797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653660] NET: Registered protocol family 10\n[ 0.654640] NET: Registered protocol family 17\n[ 0.655519] Key type dns_resolver registered\n[ 0.656436] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659224] registered taskstats version 1\n[ 0.660047] Loading compiled-in X.509 certificates\n[ 0.661459] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663276] zswap: loaded using pool lzo/zbud\n[ 0.664634] Key type trusted registered\n[ 0.666142] Key type encrypted registered\n[ 0.666947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667959] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668974] evm: HMAC attrs: 0x1\n[ 0.669890] Magic number: 10:531:756\n[ 0.670665] tty ttyS7: hash matches\n[ 0.671466] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:37 UTC (1541461477)\n[ 0.673027] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674120] EDD information not available.\n[ 0.760096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772077] Write protecting the kernel read-only data: 14336k\n[ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.07\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.268627] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-000000db\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCI9uuv9/19MaW0RAxJwSeyLReH1jMZwzdgi1gNq65e8a44KyggJDICpk1ojScp8ugN4UwzUVRLQ13ieSxPShpooiSgYp0TDk/HpzRIuKv5/Nrt0f9TxL/JDEEJAeZETLmU40MjxaDvYv9KcHc51lpat5vBHXxM5Te/6q6FaELXnhEUfBShgBPGFJTF+mNTS6xCPYaTH6O9BSLDW0/ka+w88Jgdvl72nBfoi8dCeAsrSlGO8cNWMVddY54natqoW5MszqkC3CwG5Mv5iiTWTp4DVc9Q6IN1C1eTUTWr7HnNb0KQMKu0HcDxB1ZPOGfV44tJXnxOgqkIkMKilLN0Kcfh root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMZKWRAnneB1aFi3uBg8Sz4CDi2yZ5LFmJD5OcKSAA4ficvxPY6og1Qti5N8PMKK7cp+ZTaHY/0Bp/ufioW8KlTtkyM+E6ffiy/D4Hze2VNsOvw5iOf2fLLYbO1J8nWfwxDhkgojbwKsQAqRCN/vbMiX2qVwLMJG5hGaFJYzb4rjAAAAFQCHjdgdysmCVf1El2Z6+ETbFKHiuQAAAIEAucB0ZeDQIaz7kYsXAiD2in38nGlPtyyENEtLp/mvR3sObS8W2KjIVoUjXffV/VFvvVTtW8krgut7R0ZbeUMBzs1+vwURZEU+UNoKUBlbrN/+MQqzYqaKhPcx4LYBZo82sjEcSZGWokY9H/VDdHyg/Uzb1vYaN+J9pLE6nLsDIVcAAACAHXpBLFApgqHLue4MdxEqrwjITMMbQs3ScAl0xTM9vfIoxRVpYknC4deo+wEa2ehf3ivwVAmIFYk8EkmMIGm5u8IkiWgSEycvXjM/YtnhJUnXrRgHu8ARF5O8303rRk1DRuGxo1EiwAlzoN1aoxJ9W3CDMaR4MdVIP3WuY0AC/Sg= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe8b:290e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8B:29:0E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:290e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7947 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.108989] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.108993] usb 1-1: Product: QEMU USB Tablet\n[ 1.108995] usb 1-1: Manufacturer: QEMU\n[ 1.108998] usb 1-1: SerialNumber: 42\n[ 1.232796] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.250651] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.268627] random: dd urandom read with 5 bits of entropy available\n[ 1.487425] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.137222] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.668402] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:44:38 cirros kern.info kernel: [ 0.773667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nNov 5 23:44:38 cirros kern.info kernel: [ 0.775451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 5 23:44:38 cirros kern.info kernel: [ 0.786499] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 5 23:44:38 cirros kern.info kernel: [ 0.786501] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 5 23:44:38 cirros kern.info kernel: [ 0.788210] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 5 23:44:38 cirros kern.info kernel: [ 0.791192] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 5 23:44:38 cirros kern.info kernel: [ 0.793144] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 5 23:44:38 cirros kern.info kernel: [ 0.819128] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:44:38 cirros kern.info kernel: [ 0.820027] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:44:38 cirros kern.info kernel: [ 0.821134] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:44:38 cirros kern.info kernel: [ 0.896840] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:44:38 cirros kern.info kernel: [ 0.947122] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 5 23:44:38 cirros kern.info kernel: [ 1.108983] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 5 23:44:38 cirros kern.info kernel: [ 1.108989] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 5 23:44:38 cirros kern.info kernel: [ 1.108993] usb 1-1: Product: QEMU USB Tablet\nNov 5 23:44:38 cirros kern.info kernel: [ 1.108995] usb 1-1: Manufacturer: QEMU\nNov 5 23:44:38 cirros kern.info kernel: [ 1.108998] usb 1-1: SerialNumber: 42\nNov 5 23:44:38 cirros kern.info kernel: [ 1.232796] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:44:38 cirros kern.info kernel: [ 1.250651] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:44:38 cirros kern.notice kernel: [ 1.268627] random: dd urandom read with 5 bits of entropy available\nNov 5 23:44:38 cirros kern.info kernel: [ 1.487425] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nNov 5 23:44:39 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:44:39 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:44:39 cirros kern.info kernel: [ 3.137222] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:44:40 cirros kern.info kernel: [ 3.668402] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-1 login: "} 2018-11-05 23:45:26,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-473db39d-0a4e-4482-a178-524fd29a6cea 2018-11-05 23:45:28,848 - sdnvpn_test_utils - INFO - Waiting for instance 0c651408-9219-410a-b7b3-ac09e1d9868e to boot up 2018-11-05 23:45:28,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:29,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a14588e6-42be-4d8b-8280-cde9a45587cc x-compute-request-id: req-a14588e6-42be-4d8b-8280-cde9a45587cc Content-Encoding: gzip Content-Length: 7951 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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: "} 2018-11-05 23:45:29,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-a14588e6-42be-4d8b-8280-cde9a45587cc 2018-11-05 23:45:31,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:33,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0ee7d5b-341b-4a9e-acac-164f6d9d0b0b x-compute-request-id: req-a0ee7d5b-341b-4a9e-acac-164f6d9d0b0b Content-Encoding: gzip Content-Length: 9430 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n"} 2018-11-05 23:45:33,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-a0ee7d5b-341b-4a9e-acac-164f6d9d0b0b 2018-11-05 23:45:35,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:36,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea0a8987-5cb5-4c4d-aa8e-dcc9d20c3a56 x-compute-request-id: req-ea0a8987-5cb5-4c4d-aa8e-dcc9d20c3a56 Content-Encoding: gzip Content-Length: 10008 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:45:36,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-ea0a8987-5cb5-4c4d-aa8e-dcc9d20c3a56 2018-11-05 23:45:38,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:39,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fc58511-e76f-4a3f-8428-b85a20f0011a x-compute-request-id: req-9fc58511-e76f-4a3f-8428-b85a20f0011a Content-Encoding: gzip Content-Length: 10008 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:45:39,367 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-9fc58511-e76f-4a3f-8428-b85a20f0011a 2018-11-05 23:45:41,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:42,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-d977c8ee-5e71-466b-9f21-278058da820a x-compute-request-id: req-d977c8ee-5e71-466b-9f21-278058da820a Content-Encoding: gzip Content-Length: 10008 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:45:42,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-d977c8ee-5e71-466b-9f21-278058da820a 2018-11-05 23:45:44,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:45,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-bcc3cf43-c09f-424e-85db-ab4b0f3fb0a5 x-compute-request-id: req-bcc3cf43-c09f-424e-85db-ab4b0f3fb0a5 Content-Encoding: gzip Content-Length: 10008 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:45:45,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-bcc3cf43-c09f-424e-85db-ab4b0f3fb0a5 2018-11-05 23:45:47,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:48,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efc18993-d62d-460e-9996-1e83a42dd27c x-compute-request-id: req-efc18993-d62d-460e-9996-1e83a42dd27c Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:48,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-efc18993-d62d-460e-9996-1e83a42dd27c 2018-11-05 23:45:50,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:51,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-5361150d-f959-44b9-a641-fe7418ca87b1 x-compute-request-id: req-5361150d-f959-44b9-a641-fe7418ca87b1 Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:51,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-5361150d-f959-44b9-a641-fe7418ca87b1 2018-11-05 23:45:53,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:54,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-ed2254b8-8749-49e2-92e1-ff54c6f6ca0e x-compute-request-id: req-ed2254b8-8749-49e2-92e1-ff54c6f6ca0e Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:54,887 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-ed2254b8-8749-49e2-92e1-ff54c6f6ca0e 2018-11-05 23:45:56,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:45:57,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9e3a955-da47-43e8-9747-379f3a72bd24 x-compute-request-id: req-d9e3a955-da47-43e8-9747-379f3a72bd24 Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:45:57,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-d9e3a955-da47-43e8-9747-379f3a72bd24 2018-11-05 23:45:59,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:46:01,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:45: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-f6a4fce2-d905-44ca-9c86-d72b682d74b0 x-compute-request-id: req-f6a4fce2-d905-44ca-9c86-d72b682d74b0 Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:46:01,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-f6a4fce2-d905-44ca-9c86-d72b682d74b0 2018-11-05 23:46:03,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:46:04,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:46: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-55312534-f525-485b-bfb1-8161d2ea7656 x-compute-request-id: req-55312534-f525-485b-bfb1-8161d2ea7656 Content-Encoding: gzip Content-Length: 10098 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:46:04,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-55312534-f525-485b-bfb1-8161d2ea7656 2018-11-05 23:46:06,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:46:07,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:46: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-07495155-6690-4b71-9a6f-d5a8b3852826 x-compute-request-id: req-07495155-6690-4b71-9a6f-d5a8b3852826 Content-Encoding: gzip Content-Length: 10098 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:46:07,265 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-07495155-6690-4b71-9a6f-d5a8b3852826 2018-11-05 23:46:09,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:46:10,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:46: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-f8ae553b-0160-4517-a6a7-31bc22214ea3 x-compute-request-id: req-f8ae553b-0160-4517-a6a7-31bc22214ea3 Content-Encoding: gzip Content-Length: 10098 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:46:10,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-f8ae553b-0160-4517-a6a7-31bc22214ea3 2018-11-05 23:46:12,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:46:13,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:46:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02fc9246-f033-414c-b3eb-ab2ecae3afd7 x-compute-request-id: req-02fc9246-f033-414c-b3eb-ab2ecae3afd7 Content-Encoding: gzip Content-Length: 10098 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:46:13,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-02fc9246-f033-414c-b3eb-ab2ecae3afd7 2018-11-05 23:46:15,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6c317e7ed18d379dfe6a1479c86ec71099dfaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:46:16,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:46:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89fac893-8734-461b-a70a-028e9c2095f7 x-compute-request-id: req-89fac893-8734-461b-a70a-028e9c2095f7 Content-Encoding: gzip Content-Length: 10911 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 485369608 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.128710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130342] pid_max: default: 32768 minimum: 301\n[ 0.131227] ACPI: Core revision 20150930\n[ 0.132594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134695] Yama: becoming mindful.\n[ 0.135420] AppArmor: AppArmor initialized\n[ 0.136276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137584] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141393] Initializing cgroup subsys io\n[ 0.142201] Initializing cgroup subsys memory\n[ 0.143045] Initializing cgroup subsys devices\n[ 0.143908] Initializing cgroup subsys freezer\n[ 0.144763] Initializing cgroup subsys net_cls\n[ 0.145613] Initializing cgroup subsys perf_event\n[ 0.146506] Initializing cgroup subsys net_prio\n[ 0.147373] Initializing cgroup subsys hugetlb\n[ 0.148235] Initializing cgroup subsys pids\n[ 0.149099] CPU: Physical Processor ID: 0\n[ 0.150571] mce: CPU supports 10 MCE banks\n[ 0.151412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169363] ftrace: allocating 31920 entries in 125 pages\n[ 0.195506] smpboot: Max logical packages: 1\n[ 0.196355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197691] x2apic enabled\n[ 0.198490] Switched APIC routing to physical x2apic.\n[ 0.200225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201326] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205046] KVM setup paravirtual spinlock\n[ 0.206320] x86: Booted up 1 node, 1 CPUs\n[ 0.207116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208487] devtmpfs: initialized\n[ 0.210200] evm: security.selinux\n[ 0.210891] evm: security.SMACK64\n[ 0.211568] evm: security.SMACK64EXEC\n[ 0.212302] evm: security.SMACK64TRANSMUTE\n[ 0.213094] evm: security.SMACK64MMAP\n[ 0.213833] evm: security.ima\n[ 0.214465] evm: security.capability\n[ 0.215261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217086] pinctrl core: initialized pinctrl subsystem\n[ 0.218161] RTC time: 23:44:25, date: 11/05/18\n[ 0.219112] NET: Registered protocol family 16\n[ 0.220071] cpuidle: using governor ladder\n[ 0.220879] cpuidle: using governor menu\n[ 0.221653] PCCT header not found.\n[ 0.222405] ACPI: bus type PCI registered\n[ 0.223204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224429] PCI: Using configuration type 1 for base access\n[ 0.226180] ACPI: Added _OSI(Module Device)\n[ 0.227006] ACPI: Added _OSI(Processor Device)\n[ 0.227861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230860] ACPI: Interpreter enabled\n[ 0.231611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238882] ACPI: (supports S0 S5)\n[ 0.239572] ACPI: Using IOAPIC for interrupt routing\n[ 0.240547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249326] acpiphp: Slot [3] registered\n[ 0.250121] acpiphp: Slot [4] registered\n[ 0.250919] acpiphp: Slot [5] registered\n[ 0.251710] acpiphp: Slot [6] registered\n[ 0.252501] acpiphp: Slot [7] registered\n[ 0.253294] acpiphp: Slot [8] registered\n[ 0.254097] acpiphp: Slot [9] registered\n[ 0.254884] acpiphp: Slot [10] registered\n[ 0.255676] acpiphp: Slot [11] registered\n[ 0.256486] acpiphp: Slot [12] registered\n[ 0.257295] acpiphp: Slot [13] registered\n[ 0.258101] acpiphp: Slot [14] registered\n[ 0.258898] acpiphp: Slot [15] registered\n[ 0.269758] acpiphp: Slot [16] registered\n[ 0.270563] acpiphp: Slot [17] registered\n[ 0.271369] acpiphp: Slot [18] registered\n[ 0.272175] acpiphp: Slot [19] registered\n[ 0.272978] acpiphp: Slot [20] registered\n[ 0.273791] acpiphp: Slot [21] registered\n[ 0.274591] acpiphp: Slot [22] registered\n[ 0.275417] acpiphp: Slot [23] registered\n[ 0.276235] acpiphp: Slot [24] registered\n[ 0.277041] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278647] acpiphp: Slot [27] registered\n[ 0.279462] acpiphp: Slot [28] registered\n[ 0.280276] acpiphp: Slot [29] registered\n[ 0.281084] acpiphp: Slot [30] registered\n[ 0.281893] acpiphp: Slot [31] registered\n[ 0.282693] PCI host bridge to bus 0000:00\n[ 0.283508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287350] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288789] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297476] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361421] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362962] vgaarb: loaded\n[ 0.363566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364705] SCSI subsystem initialized\n[ 0.365524] ACPI: bus type USB registered\n[ 0.366339] usbcore: registered new interface driver usbfs\n[ 0.367365] usbcore: registered new interface driver hub\n[ 0.368375] usbcore: registered new device driver usb\n[ 0.369428] PCI: Using ACPI for IRQ routing\n[ 0.370449] NetLabel: Initializing\n[ 0.371174] NetLabel: domain hash size = 128\n[ 0.372026] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372981] NetLabel: unlabeled traffic allowed by default\n[ 0.374074] clocksource: Switched to clocksource kvm-clock\n[ 0.379481] AppArmor: AppArmor Filesystem Enabled\n[ 0.380423] pnp: PnP ACPI init\n[ 0.381313] pnp: PnP ACPI: found 5 devices\n[ 0.387661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389318] NET: Registered protocol family 2\n[ 0.390254] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392625] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395940] NET: Registered protocol family 1\n[ 0.396785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397853] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412863] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427100] Trying to unpack rootfs image as initramfs...\n[ 0.476740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490574] Scanning for low memory corruption every 60 seconds\n[ 0.491860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492967] audit: initializing netlink subsys (disabled)\n[ 0.493963] audit: type=2000 audit(1541461466.480:1): initialized\n[ 0.495245] Initialise system trusted keyring\n[ 0.496149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499206] zbud: loaded\n[ 0.499916] VFS: Disk quotas dquot_6.6.0\n[ 0.500716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502205] fuse init (API version 7.23)\n[ 0.503078] Key type big_key registered\n[ 0.503857] Allocating IMA MOK and blacklist keyrings.\n[ 0.504924] Key type asymmetric registered\n[ 0.505719] Asymmetric key parser 'x509' registered\n[ 0.506659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508085] io scheduler noop registered\n[ 0.508860] io scheduler deadline registered (default)\n[ 0.509817] io scheduler cfq registered\n[ 0.510631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514330] ACPI: Power Button [PWRF]\n[ 0.515511] GHES: HEST is not enabled!\n[ 0.529105] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557118] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587187] Linux agpgart interface v0.103\n[ 0.589223] brd: module loaded\n[ 0.590426] loop: module loaded\n[ 0.594955] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596361] GPT:90111 != 2097151\n[ 0.597013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598065] GPT:90111 != 2097151\n[ 0.598719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599650] vda: vda1 vda15\n[ 0.601162] scsi host0: ata_piix\n[ 0.601875] scsi host1: ata_piix\n[ 0.602561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605136] libphy: Fixed MDIO Bus: probed\n[ 0.605927] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606850] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608967] PPP generic driver version 2.4.2\n[ 0.609832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611105] ehci-pci: EHCI PCI platform driver\n[ 0.611956] ehci-platform: EHCI generic platform driver\n[ 0.612913] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614002] ohci-pci: OHCI PCI platform driver\n[ 0.614854] ohci-platform: OHCI generic platform driver\n[ 0.615813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650415] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652821] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656446] usb usb1: Product: UHCI Host Controller\n[ 0.657347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659410] hub 1-0:1.0: USB hub found\n[ 0.660171] hub 1-0:1.0: 2 ports detected\n[ 0.661051] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665019] mousedev: PS/2 mouse device common for all mice\n[ 0.666227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668029] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671428] i2c /dev entries driver\n[ 0.672156] device-mapper: uevent: version 1.0.3\n[ 0.673063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675897] NET: Registered protocol family 10\n[ 0.676871] NET: Registered protocol family 17\n[ 0.677727] Key type dns_resolver registered\n[ 0.678638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679693] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681385] registered taskstats version 1\n[ 0.682194] Loading compiled-in X.509 certificates\n[ 0.683598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685377] zswap: loaded using pool lzo/zbud\n[ 0.686715] Key type trusted registered\n[ 0.688251] Key type encrypted registered\n[ 0.689058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691054] evm: HMAC attrs: 0x1\n[ 0.691973] Magic number: 10:531:756\n[ 0.692733] tty ttyS7: hash matches\n[ 0.693513] rtc_cmos 00:00: setting system clock to 2018-11-05 23:44:26 UTC (1541461466)\n[ 0.695064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696147] EDD information not available.\n[ 0.763048] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774674] Write protecting the kernel read-only data: 14336k\n[ 0.776197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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 1.25\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.467116] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.44. iid=i-000000d8\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOIOaipBfyYoNWpDxyL3Wfc3JaKdhaRyZLKLYkzmivuxO52e/xJ/C68RuReVPjBUmBhkRDryy8JdRiWbqnlm5iQJJIX++SPiVuCcGmYtDdAe5o63SX9zwk0zGIxXAuSqJFPAB+/iVboiR2llExajtXM6b6CX7q28aEK4uR/M9NZ0TJ/59L8jyw+RenLTVKbPx9ztzN+BsVEgC1qjKBeARHGIpfwRr8SIPhAiHsxuGkhGzkUlsYYkkDkTsz51UGFfu2pZfWR/kvk1a5hYSddUsDUFpM/qGsrnLXXLPSgG1IXs4FwFiilaysGVX6lrjZGXdNm3QdYOdpj1lrX0R7SBeT root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANfar1zTt/KeZZcqyl7LHoiwE2j2A20ar63SDtj07dIdEiY8rCijgZAoi/tkCg//yNZCYQQCCphKNr9cw8Eh/0cDwjvcJla0FI2WwUsIqH3t4v4WeW/8hcJRD+oNBD+YxxM5UbfN/hlUMXbFKMTWGRpbZUgeP3dPOCS1WIQFdxv/AAAAFQDP32udtRyp3IYCc6t4QYEo4LeqJwAAAIA2Cmue6gC5WfJNzx+u5rTeqOe7Xe9xWQwKPaPxUs/BD+ECavSlXVsTqTNjCeG3rd8f5uKXpk9MYCnXrsszm5yfDw2+PmBU52X2p6bZvowC9Tk9wpO8XCdzjJLgl4YwXTmXTC4+L9hp+EbSXSlMjL3jDzz4+z4ZojmhNBHqMRQ+qwAAAIEAuLJsi2vN6q+ppZxXmoLsrGxkJwTRB6F3JYV9cHyI4cVHNpgw1FD0jdi6jzpf+zhiv9z3X4XabI9m5ZprSMMvpzBKWpmTto61+9SLapY0W6fmIOcEDV7LAKnGVodXCZ7luPZHGTu1d1HUFCHpNnuGRPUOdCynsBmlXNLd2gL1KFk= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe06:fb4c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000d8\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.34 ===\n/dev/root resized successfully [took 1.62s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:06:FB:4C \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe06:fb4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.131185] usb 1-1: Product: QEMU USB Tablet\n[ 1.131186] usb 1-1: Manufacturer: QEMU\n[ 1.131187] usb 1-1: SerialNumber: 42\n[ 1.413797] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.449556] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.467116] random: dd urandom read with 5 bits of entropy available\n[ 1.490126] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.490129] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 64.457289] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.755603] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:44:27 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:44:27 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:44:27 cirros kern.notice kernel: [ 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)\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:44:27 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:44:27 cirros kern.notice kernel: [ 1.467116] random: dd urandom read with 5 bits of entropy available\nNov 5 23:44:27 cirros kern.info kernel: [ 1.490126] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nNov 5 23:44:27 cirros kern.info kernel: [ 1.490129] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nNov 5 23:45:29 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:45:30 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:45:30 cirros kern.info kernel: [ 64.457289] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:45:30 cirros kern.info kernel: [ 64.755603] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-2 login: "} 2018-11-05 23:46:16,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-89fac893-8734-461b-a70a-028e9c2095f7 2018-11-05 23:46:18,587 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-11-05 23:46:48,594 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-05 23:46:48,596 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-05 23:46:48,596 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-05 23:46:48,600 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-05 23:46:48,639 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-05 23:46:48,641 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-05 23:46:48,643 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-05 23:46:48,644 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-05 23:46:48,644 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-05 23:46:48,685 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-05 23:46:48,721 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-05 23:46:48,726 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-05 23:46:48,727 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-05 23:46:48,728 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-05 23:46:48,728 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-05 23:46:48,732 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-05 23:46:48,776 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-05 23:46:48,778 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-05 23:46:48,778 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-05 23:46:48,819 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-05 23:46:48,819 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-05 23:46:48,845 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-05 23:46:48,883 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-05 23:46:48,885 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-05 23:46:48,887 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-05 23:46:48,887 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-05 23:46:48,888 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-05 23:46:48,891 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-05 23:46:48,926 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-05 23:46:48,927 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-05 23:46:48,928 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-05 23:46:48,929 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-05 23:46:48,929 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-05 23:46:48,969 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-05 23:46:49,005 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-05 23:46:49,006 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-05 23:46:49,006 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-05 23:46:49,007 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-05 23:46:49,008 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-05 23:46:49,012 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-05 23:46:49,054 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-05 23:46:49,056 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-05 23:46:49,056 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-05 23:46:49,058 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-05 23:46:49,058 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-05 23:46:49,098 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-05 23:46:49,137 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-05 23:46:49,138 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-11-05 23:46:49,139 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-05 23:46:49,139 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-05 23:46:49,140 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-05 23:46:49,141 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-05 23:46:49,145 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-05 23:46:49,183 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-05 23:46:49,184 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-11-05 23:46:49,185 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-05 23:46:49,186 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-11-05 23:46:49,186 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-11-05 23:46:49,227 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-11-05 23:46:49,294 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-11-05 23:46:49,295 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-11-05 23:47:19,308 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-11-05 23:47:19,309 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-11-05 23:47:19,309 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-11-05 23:47:19,312 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-11-05 23:47:19,390 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-11-05 23:47:19,391 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-05 23:47:19,393 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-11-05 23:47:19,393 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-05 23:47:19,393 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-05 23:47:19,396 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-05 23:47:19,463 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-05 23:47:19,463 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-05 23:47:49,481 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-11-05 23:47:49,482 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-11-05 23:47:49,482 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-11-05 23:47:49,485 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-11-05 23:47:49,564 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-11-05 23:47:49,564 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-11-05 23:47:49,565 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-11-05 23:48:19,583 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-11-05 23:48:19,584 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-11-05 23:48:19,584 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-11-05 23:48:19,586 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-11-05 23:48:19,627 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-11-05 23:48:19,628 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-11-05 23:48:19,629 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-11-05 23:48:19,630 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-11-05 23:48:19,630 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-11-05 23:48:19,672 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-11-05 23:48:19,713 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-11-05 23:48:19,719 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-11-05 23:48:19,719 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-11-05 23:48:19,720 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-11-05 23:48:19,720 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-11-05 23:48:19,725 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-11-05 23:48:19,765 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-11-05 23:48:19,766 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-11-05 23:48:19,768 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-11-05 23:48:19,768 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-11-05 23:48:19,768 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-11-05 23:48:19,809 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-11-05 23:48:19,847 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-11-05 23:48:19,849 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-11-05 23:48:19,850 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-11-05 23:48:19,851 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-11-05 23:48:19,851 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-11-05 23:48:19,853 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-11-05 23:48:19,895 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-11-05 23:48:19,897 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-11-05 23:48:19,898 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-11-05 23:48:19,899 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-11-05 23:48:19,899 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-11-05 23:48:19,940 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-11-05 23:48:19,980 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-11-05 23:48:19,982 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-11-05 23:48:19,982 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-11-05 23:48:19,983 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-11-05 23:48:19,983 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-11-05 23:48:19,987 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-11-05 23:48:20,028 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-11-05 23:48:20,029 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-11-05 23:48:20,030 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-11-05 23:48:20,031 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-11-05 23:48:20,031 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-11-05 23:48:20,071 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-11-05 23:48:20,112 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-11-05 23:48:20,113 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-11-05 23:48:20,114 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-11-05 23:48:20,114 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-11-05 23:48:20,115 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-11-05 23:48:20,115 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-11-05 23:48:20,119 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-11-05 23:48:20,159 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-11-05 23:48:20,160 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-11-05 23:48:50,163 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-11-05 23:48:50,164 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-11-05 23:48:50,164 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-11-05 23:48:50,167 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-11-05 23:48:50,202 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-11-05 23:48:50,202 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-11-05 23:48:50,204 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-11-05 23:48:50,204 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-11-05 23:48:50,204 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-11-05 23:48:50,209 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-11-05 23:48:50,264 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-11-05 23:48:50,265 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-11-05 23:49:20,295 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-11-05 23:49:20,296 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-11-05 23:49:20,296 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-11-05 23:49:20,299 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-11-05 23:49:20,332 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-11-05 23:49:20,332 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-11-05 23:49:20,333 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-11-05 23:49:50,363 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-11-05 23:49:50,364 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-11-05 23:49:50,364 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-11-05 23:49:50,367 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-11-05 23:49:50,407 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-11-05 23:49:50,409 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-11-05 23:49:50,409 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-11-05 23:49:50,410 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-11-05 23:49:50,410 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-11-05 23:49:50,451 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-11-05 23:49:50,488 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-11-05 23:49:50,494 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-11-05 23:49:50,495 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-11-05 23:49:50,495 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-11-05 23:49:50,495 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-11-05 23:49:50,498 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-11-05 23:49:50,533 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-11-05 23:49:50,535 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-11-05 23:49:50,536 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-11-05 23:49:50,537 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-11-05 23:49:50,537 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-11-05 23:49:50,577 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-11-05 23:49:50,612 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-11-05 23:49:50,615 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-11-05 23:49:50,615 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-11-05 23:49:50,616 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-11-05 23:49:50,617 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-11-05 23:49:50,618 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-11-05 23:49:50,652 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-11-05 23:49:50,653 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-11-05 23:49:50,654 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-11-05 23:49:50,655 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-11-05 23:49:50,655 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-11-05 23:49:50,696 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-11-05 23:49:50,730 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-11-05 23:49:50,731 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-11-05 23:49:50,731 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-11-05 23:49:50,732 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-11-05 23:49:50,732 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-11-05 23:49:50,736 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-11-05 23:49:50,769 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-11-05 23:49:50,771 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-11-05 23:49:50,772 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-11-05 23:49:50,772 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-11-05 23:49:50,773 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-11-05 23:49:50,813 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-11-05 23:49:50,848 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-11-05 23:49:50,848 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-11-05 23:49:50,849 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-11-05 23:49:50,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" -d '{"forceDelete": null}' 2018-11-05 23:49:51,196 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:49:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-58557691-e661-4110-9727-2eea01579790 x-compute-request-id: req-58557691-e661-4110-9727-2eea01579790 Content-Length: 0 Content-Type: application/json 2018-11-05 23:49:51,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec/action used request id req-58557691-e661-4110-9727-2eea01579790 2018-11-05 23:49:51,197 - sdnvpn_test_utils - DEBUG - Waiting for instance 69d4b746-ced3-4572-af95-8f39e35530ec to be deleted 2018-11-05 23:49:51,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" 2018-11-05 23:49:51,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:49: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-50d1ce13-4ae7-45ce-9838-308f965a340a x-compute-request-id: req-50d1ce13-4ae7-45ce-9838-308f965a340a Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:29:0e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69d4b746-ced3-4572-af95-8f39e35530ec", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-11-05T23:44:36.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "69d4b746-ced3-4572-af95-8f39e35530ec", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:49:51Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-05T23:44:32Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fb:4c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-11-05T23:44:25.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:25Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:49:51,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-50d1ce13-4ae7-45ce-9838-308f965a340a 2018-11-05 23:49:53,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" 2018-11-05 23:49:54,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:49: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-6126203d-91c1-4e2a-bd2b-3a550f58a5d4 x-compute-request-id: req-6126203d-91c1-4e2a-bd2b-3a550f58a5d4 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fb:4c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-11-05T23:44:25.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:44:25Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:49:54,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-6126203d-91c1-4e2a-bd2b-3a550f58a5d4 2018-11-05 23:49:56,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" -d '{"forceDelete": null}' 2018-11-05 23:49:56,879 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c5d8c59-9904-428e-88fc-8e861a5ad2bc x-compute-request-id: req-2c5d8c59-9904-428e-88fc-8e861a5ad2bc Content-Length: 0 Content-Type: application/json 2018-11-05 23:49:56,879 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e/action used request id req-2c5d8c59-9904-428e-88fc-8e861a5ad2bc 2018-11-05 23:49:56,879 - sdnvpn_test_utils - DEBUG - Waiting for instance 0c651408-9219-410a-b7b3-ac09e1d9868e to be deleted 2018-11-05 23:49:56,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" 2018-11-05 23:49:58,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3c07481-4d95-4ec8-b5cc-50f055d57565 x-compute-request-id: req-d3c07481-4d95-4ec8-b5cc-50f055d57565 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fb:4c", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0c651408-9219-410a-b7b3-ac09e1d9868e", "rel": "bookmark"}], "image": {"id": "a86b885e-d951-4acc-b26c-4bf5307892b7", "links": [{"href": "http://172.30.9.23:8774/images/a86b885e-d951-4acc-b26c-4bf5307892b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-11-05T23:44:25.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "0c651408-9219-410a-b7b3-ac09e1d9868e", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:49:56Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-05T23:44:20Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:49:58,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-d3c07481-4d95-4ec8-b5cc-50f055d57565 2018-11-05 23:50:00,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590cbed472042df87f213a2e4de2b165e97468c1" 2018-11-05 23:50:00,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd29a143-6166-46de-946c-c6516a8324e6 x-compute-request-id: req-cd29a143-6166-46de-946c-c6516a8324e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 23:50:00,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-cd29a143-6166-46de-946c-c6516a8324e6 2018-11-05 23:50:02,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}961d58023de1cfd8cc524a785a827d4535f474b1" 2018-11-05 23:50:03,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd1a47ee-08b4-4d12-932f-042f98d6cb87 Date: Mon, 05 Nov 2018 23:50:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:50:03,699 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a86b885e-d951-4acc-b26c-4bf5307892b7 used request id req-dd1a47ee-08b4-4d12-932f-042f98d6cb87 2018-11-05 23:50:03,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/540ec105-53bd-430e-afc1-2d43217f6af1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8dd06ae022f304af70ce8cf7b7965fbb100fc" 2018-11-05 23:50:06,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-988c0d08-1f15-4501-a307-83b40c7d9cd9 Date: Mon, 05 Nov 2018 23:50:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:50:06,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/540ec105-53bd-430e-afc1-2d43217f6af1 used request id req-988c0d08-1f15-4501-a307-83b40c7d9cd9 2018-11-05 23:50:06,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/fcc9141e-a0a6-4cae-aef0-9b086cb7f744 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8dd06ae022f304af70ce8cf7b7965fbb100fc" 2018-11-05 23:50:07,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91f6bfbb-33ad-4319-98c2-04838dcdcc1a Date: Mon, 05 Nov 2018 23:50:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:50:07,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fcc9141e-a0a6-4cae-aef0-9b086cb7f744 used request id req-91f6bfbb-33ad-4319-98c2-04838dcdcc1a 2018-11-05 23:50:07,337 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if new flows and groups were added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS flows added | +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | New OVS groups added | +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller.| +----------------------------------------------------------------------------------------+ | PASS | OVS flows are programmed after resync expected flow count 277, actual flow count 285| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 18, actual group count 18| +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok| +----------------------------------------------------------------------------------------+ | PASS | OVS flows are programmed after resync expected flow count 277, actual flow count 285| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 18, actual group count 18| +========================================================================================+ +========================================================================================+ 2018-11-05 23:50:07,337 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:50:07,338 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-11-05 23:50:07,338 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 277, actual flow count 285': 'PASS'}, {'OVS groups are programmed after resync expected group count 18, actual group count 18': 'PASS'}, {'OVS flows are programmed after resync expected flow count 277, actual flow count 285': 'PASS'}, {'OVS groups are programmed after resync expected group count 18, actual group count 18': 'PASS'}]} 2018-11-05 23:50:07,338 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-11-05 23:50:07,338 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-11-05 23:50:07,339 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-11-05 23:50:07,446 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-11-05 23:50:07,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:07,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:07,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:07,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:07,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:07,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:07,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:07,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:07,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:07,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:07,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:07,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:07,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:07,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:07,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:07,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:07,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:07,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:07,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:07,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:07,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:07,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:07,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:07,459 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:50:07,462 - paramiko.transport - DEBUG - starting thread (client mode): 0x46887a10L 2018-11-05 23:50:07,463 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:07,491 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:07,491 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:07,496 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:07,497 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:07,497 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:07,497 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:07,497 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:07,498 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:07,505 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:07,506 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:07,526 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: d679e30ea19c107f857009f39a9ba2cd 2018-11-05 23:50:07,527 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:07,546 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:07,580 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:07,591 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:07,841 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:07,842 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:07,880 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:07,881 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:07,899 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:13,404 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:13,406 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:13,411 - paramiko.transport - DEBUG - starting thread (client mode): 0x474127d0L 2018-11-05 23:50:13,411 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:13,416 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:13,416 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:13,419 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:13,419 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:13,419 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:13,419 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:13,420 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:13,420 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:13,425 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:13,426 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:13,426 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:50:13,427 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:13,465 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:13,476 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:13,491 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:13,557 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:13,557 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:13,597 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:13,597 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:13,603 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:13,638 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:13,640 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:13,642 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:13,642 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:13,642 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:13,683 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:13,720 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:13,721 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:13,722 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:13,723 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:13,723 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:13,764 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:13,796 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:13,798 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:13,800 - paramiko.transport - DEBUG - starting thread (client mode): 0x47412610L 2018-11-05 23:50:13,801 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:13,806 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:13,806 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:13,809 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:13,809 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:13,810 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:13,810 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:13,810 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:13,810 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:13,815 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:13,816 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:13,832 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:50:13,833 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:13,855 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:13,868 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:13,897 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:13,963 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:13,964 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:14,003 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:14,004 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:14,008 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:14,046 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:14,047 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:14,048 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:14,049 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:14,049 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:14,089 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:14,127 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:14,128 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:14,129 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:14,130 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:14,130 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:14,170 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:14,204 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:14,206 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:14,208 - paramiko.transport - DEBUG - starting thread (client mode): 0x468a2190L 2018-11-05 23:50:14,209 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:14,214 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:14,214 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:14,217 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:14,218 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:14,218 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:14,218 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:14,218 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:14,218 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:14,223 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:14,223 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:14,224 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:50:14,225 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:14,263 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:14,275 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:14,289 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:14,359 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:14,360 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:14,399 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:14,400 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:14,408 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:14,443 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:14,444 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:14,445 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:14,445 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:14,446 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:14,486 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:14,525 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:14,527 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:14,527 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:14,528 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:14,529 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:14,569 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:14,602 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:14,604 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:14,606 - paramiko.transport - DEBUG - starting thread (client mode): 0x4689e310L 2018-11-05 23:50:14,607 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:14,611 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:14,611 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:14,613 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:14,613 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:14,614 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:14,614 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:14,614 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:14,614 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:14,619 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:14,619 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:14,623 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:50:14,623 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:14,659 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:14,668 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:14,688 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:14,743 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:14,743 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:14,782 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:14,783 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:14,791 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:14,821 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:14,822 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:14,823 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:14,823 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:14,824 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:14,865 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:14,895 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:14,897 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:14,897 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:14,898 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:14,898 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:14,939 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:14,965 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:14,967 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:14,968 - paramiko.transport - DEBUG - starting thread (client mode): 0x468a24d0L 2018-11-05 23:50:14,969 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:14,973 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:14,974 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:14,976 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:14,976 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:14,976 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:14,976 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:14,977 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:14,977 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:14,981 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:14,982 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:14,984 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:50:14,985 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:15,021 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:15,031 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:15,049 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:15,106 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:15,107 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:15,146 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:15,147 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:15,153 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:15,182 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:15,183 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:15,184 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:15,184 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:15,185 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:15,225 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:15,257 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:15,258 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:15,258 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:15,259 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:15,260 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:15,300 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:15,327 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:15,328 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:15,329 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:15,330 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:15,330 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:15,337 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:19,427 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:19,428 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:19,430 - paramiko.transport - DEBUG - starting thread (client mode): 0x47474610L 2018-11-05 23:50:19,431 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:19,437 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:19,437 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:19,441 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:19,441 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:19,441 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:19,441 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:19,441 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:19,442 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:19,446 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:19,447 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:19,462 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-05 23:50:19,463 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:19,487 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:19,499 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:19,527 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:19,590 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:19,590 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:19,629 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:19,630 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:19,635 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:19,671 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:19,671 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:19,672 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:19,673 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:19,673 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:19,715 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:19,754 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:19,756 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:19,756 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:19,757 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:19,757 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:19,798 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:19,831 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:19,832 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:19,834 - paramiko.transport - DEBUG - starting thread (client mode): 0x46898790L 2018-11-05 23:50:19,834 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:19,841 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:19,841 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:19,844 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:19,844 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:19,844 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:19,845 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:19,845 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:19,845 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:19,850 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:19,850 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:19,866 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-05 23:50:19,866 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:19,889 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:19,902 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:19,931 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:20,010 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:20,011 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:20,049 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:20,050 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:20,068 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:20,105 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:20,105 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:20,107 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:20,107 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:20,108 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:20,149 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:20,190 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:20,191 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:20,192 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:20,192 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:20,193 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:20,234 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:20,265 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:20,267 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:20,269 - paramiko.transport - DEBUG - starting thread (client mode): 0x468bb610L 2018-11-05 23:50:20,269 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:20,274 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:20,274 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:20,277 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:20,278 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:20,278 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:20,278 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:20,278 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:20,278 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:20,282 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:20,283 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:20,285 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-05 23:50:20,285 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:20,323 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:20,334 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:20,350 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:20,432 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:20,432 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:20,471 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:20,472 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:20,485 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:20,518 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:20,519 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:20,520 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:20,520 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:20,520 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:20,561 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:20,601 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:20,602 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:20,603 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:20,604 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:20,604 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:20,645 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:20,679 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:20,680 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:20,682 - paramiko.transport - DEBUG - starting thread (client mode): 0x468b66d0L 2018-11-05 23:50:20,683 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:20,687 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:20,687 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:20,689 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:20,689 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:20,690 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:20,690 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:20,690 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:20,690 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:20,695 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:20,696 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:20,698 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-05 23:50:20,699 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:20,735 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:20,745 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:20,763 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:20,816 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:20,816 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:20,856 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:20,857 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:20,866 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:20,897 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:20,898 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:20,899 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:20,899 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:20,900 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:20,940 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:20,974 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:20,975 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:20,976 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:20,977 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:20,977 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:21,018 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:21,047 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:21,048 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:21,050 - paramiko.transport - DEBUG - starting thread (client mode): 0x468c06d0L 2018-11-05 23:50:21,051 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-05 23:50:21,055 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-05 23:50:21,055 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-05 23:50:21,057 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-05 23:50:21,057 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-05 23:50:21,057 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-05 23:50:21,058 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-05 23:50:21,058 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-05 23:50:21,058 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-05 23:50:21,062 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-05 23:50:21,063 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-05 23:50:21,066 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-05 23:50:21,067 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-05 23:50:21,102 - paramiko.transport - DEBUG - userauth is OK 2018-11-05 23:50:21,113 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-05 23:50:21,131 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-05 23:50:21,188 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-05 23:50:21,188 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-05 23:50:21,227 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-05 23:50:21,228 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-05 23:50:21,234 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-05 23:50:21,263 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-05 23:50:21,264 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-05 23:50:21,265 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-05 23:50:21,266 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-05 23:50:21,266 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-05 23:50:21,306 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-05 23:50:21,338 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-05 23:50:21,339 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-05 23:50:21,340 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-05 23:50:21,341 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-05 23:50:21,341 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-05 23:50:21,381 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-05 23:50:21,409 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-05 23:50:21,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:21,411 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-05 23:50:21,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7701aea-2c1b-4b67-8c31-7f113be2559a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:21,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b7701aea-2c1b-4b67-8c31-7f113be2559a 2018-11-05 23:50:21,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:21,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["3VFa52VVTsOMqEYqAlWsnQ"], "issued_at": "2018-11-05T23:50:21.000000Z"}} 2018-11-05 23:50:21,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f723e4630fb8ea4802553ae455e4f17bf75662ac" 2018-11-05 23:50:21,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-26a9892b-01df-40ee-b09a-c8cef03187a1 Date: Mon, 05 Nov 2018 23:50:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:50:21,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-26a9892b-01df-40ee-b09a-c8cef03187a1 2018-11-05 23:50:21,988 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-05 23:50:21,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f723e4630fb8ea4802553ae455e4f17bf75662ac" 2018-11-05 23:50:22,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c201eda5-78fe-420a-b9d2-aa5bd98b16fa Date: Mon, 05 Nov 2018 23:50:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:50:22,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c201eda5-78fe-420a-b9d2-aa5bd98b16fa 2018-11-05 23:50:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f723e4630fb8ea4802553ae455e4f17bf75662ac" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-05 23:50:22,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446 X-Openstack-Request-Id: req-d84338a9-12b9-4017-ac1e-ac84efd564b7 Date: Mon, 05 Nov 2018 23:50:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:50:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:50:22Z", "visibility": "public", "locations": [], "self": "/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "min_disk": 0, "protected": false, "id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "file": "/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:50:22,376 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d84338a9-12b9-4017-ac1e-ac84efd564b7 2018-11-05 23:50:22,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f723e4630fb8ea4802553ae455e4f17bf75662ac" -d '' 2018-11-05 23:50:23,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7acfc61d-fba3-4d11-83fa-0f0e1159d668 Date: Mon, 05 Nov 2018 23:50:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:50:23,940 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446/file used request id req-7acfc61d-fba3-4d11-83fa-0f0e1159d668 2018-11-05 23:50:23,941 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-11-05 23:50:23,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:23,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a59a8a65-f1c8-4811-84a7-f026b127c9c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:23,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a59a8a65-f1c8-4811-84a7-f026b127c9c8 2018-11-05 23:50:23,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:24,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["E0Fy_Kw9QSy-QGzf2mTffQ"], "issued_at": "2018-11-05T23:50:24.000000Z"}} 2018-11-05 23:50:24,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5045a11ee90112ba7efad45470a356dc3993b9ea" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-11-05 23:50:24,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-88d29b04-9af7-4ce3-894b-edd827918ff7 Date: Mon, 05 Nov 2018 23:50:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:50:24Z","is_default":false,"provider:segmentation_id":53,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:50:24Z","mtu":1450}} 2018-11-05 23:50:24,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-88d29b04-9af7-4ce3-894b-edd827918ff7 2018-11-05 23:50:24,781 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87 with cidr 10.10.10.0/24 2018-11-05 23:50:24,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5045a11ee90112ba7efad45470a356dc3993b9ea" -d '{"subnets": [{"ip_version": 4, "network_id": "b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-11-05 23:50:25,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-eaeaa0bb-77a2-48c1-a24a-90a3bec4780f Date: Mon, 05 Nov 2018 23:50:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:50:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:50:25Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"8a5558f1-e0da-4389-a80b-5bad664ce270","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-11-05 23:50:25,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-eaeaa0bb-77a2-48c1-a24a-90a3bec4780f 2018-11-05 23:50:25,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5045a11ee90112ba7efad45470a356dc3993b9ea" 2018-11-05 23:50:25,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-adc9c32c-29ef-4ce0-8349-4dafe65b27d2 Date: Mon, 05 Nov 2018 23:50:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:50:25,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-adc9c32c-29ef-4ce0-8349-4dafe65b27d2 2018-11-05 23:50:25,550 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-05 23:50:25,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:25,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4f9872-1679-4b34-a3cc-e23829502277 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:25,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f4f9872-1679-4b34-a3cc-e23829502277 2018-11-05 23:50:25,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:25,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["59dIAAmFRi2yYRoG2XmJhA"], "issued_at": "2018-11-05T23:50:25.000000Z"}} 2018-11-05 23:50:25,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" 2018-11-05 23:50:26,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-3467b0f4-1805-4a4d-8350-d760865d23e2 x-compute-request-id: req-3467b0f4-1805-4a4d-8350-d760865d23e2 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:50:26,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-3467b0f4-1805-4a4d-8350-d760865d23e2 2018-11-05 23:50:26,147 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:50:26,148 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:50:26,149 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:50:26,151 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:50:26,201 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:50:26,203 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:50:26,203 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:50:26,204 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:50:26,204 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:50:26,245 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:50:26,284 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:50:26,285 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-05 23:50:26,286 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:50:26,287 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-05 23:50:26,287 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-05 23:50:26,291 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-05 23:50:26,343 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-05 23:50:26,345 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-05 23:50:26,345 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-05 23:50:26,346 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-05 23:50:26,346 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-05 23:50:26,387 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-05 23:50:26,428 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-05 23:50:26,429 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-11-05 23:50:26,429 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=d28e5580-7fea-4f5b-a2cd-fe8b762be446 network=b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:50:26,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:26,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:26,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:26,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:26,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:26,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:26,431 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-05 23:50:26,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:26,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:26,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:26,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:26,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:26,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:26,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:26,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:26,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:26,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:26,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:26,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:26,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:26,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:26,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:26,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:26,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:26,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:26,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:26,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:26,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:26,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:26,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:26,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:26,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffad0264-b9e8-4c85-96d0-a38e082c5402 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:26,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ffad0264-b9e8-4c85-96d0-a38e082c5402 2018-11-05 23:50:26,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:26,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["9n3k3S-HRLe0G_Zae20NCw"], "issued_at": "2018-11-05T23:50:26.000000Z"}} 2018-11-05 23:50:26,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c619469353b864d2c10a099be9b89b844647a1" 2018-11-05 23:50:27,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3fa0f44-dfb0-466f-b09a-e509ac56929c x-compute-request-id: req-a3fa0f44-dfb0-466f-b09a-e509ac56929c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:50:27,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a3fa0f44-dfb0-466f-b09a-e509ac56929c 2018-11-05 23:50:27,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c619469353b864d2c10a099be9b89b844647a1" 2018-11-05 23:50:27,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-0f854189-1f29-4e98-8945-928b7aaa4b40 x-compute-request-id: req-0f854189-1f29-4e98-8945-928b7aaa4b40 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:50:27,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-0f854189-1f29-4e98-8945-928b7aaa4b40 2018-11-05 23:50:27,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c619469353b864d2c10a099be9b89b844647a1" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87"}]}}' 2018-11-05 23:50:28,681 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66638b51-45fd-48fa-b142-573c6d080484 x-compute-request-id: req-66638b51-45fd-48fa-b142-573c6d080484 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "adminPass": "nbs2669kxAHu"}} 2018-11-05 23:50:28,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-66638b51-45fd-48fa-b142-573c6d080484 2018-11-05 23:50:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:28,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2565bc-10fb-483e-ba4e-e3688080f6cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:28,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6c2565bc-10fb-483e-ba4e-e3688080f6cb 2018-11-05 23:50:28,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:29,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Resol6gZQjOX-kmpUzyyDQ"], "issued_at": "2018-11-05T23:50:29.000000Z"}} 2018-11-05 23:50:29,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8aeb31df23f8be41510b8a6c85849ed7e1d81d6" 2018-11-05 23:50:29,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69aa846f-82d3-47d4-9e47-072c3aa3bb13 x-compute-request-id: req-69aa846f-82d3-47d4-9e47-072c3aa3bb13 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:29,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 used request id req-69aa846f-82d3-47d4-9e47-072c3aa3bb13 2018-11-05 23:50:32,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8aeb31df23f8be41510b8a6c85849ed7e1d81d6" 2018-11-05 23:50:33,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-9af06e68-5de7-4d51-a82c-557352c390cb x-compute-request-id: req-9af06e68-5de7-4d51-a82c-557352c390cb Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:57:38", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:30Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:33,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 used request id req-9af06e68-5de7-4d51-a82c-557352c390cb 2018-11-05 23:50:36,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8aeb31df23f8be41510b8a6c85849ed7e1d81d6" 2018-11-05 23:50:36,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f79f23c9-b866-4b56-9222-b408ca7b20b1 x-compute-request-id: req-f79f23c9-b866-4b56-9222-b408ca7b20b1 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:57:38", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-11-05T23:50:33.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:33Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:36,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 used request id req-f79f23c9-b866-4b56-9222-b408ca7b20b1 2018-11-05 23:50:36,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c619469353b864d2c10a099be9b89b844647a1" 2018-11-05 23:50:37,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45750ab7-86a0-4d60-92d4-1a5c03265884 x-compute-request-id: req-45750ab7-86a0-4d60-92d4-1a5c03265884 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:57:38", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-11-05T23:50:33.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:33Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:37,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040 used request id req-45750ab7-86a0-4d60-92d4-1a5c03265884 2018-11-05 23:50:37,532 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.10'. 2018-11-05 23:50:37,532 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-11-05 23:50:37,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:50:39,034 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:50: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-23a36d2e-185c-415c-9f96-fc4bbf36ee86 x-compute-request-id: req-23a36d2e-185c-415c-9f96-fc4bbf36ee86 Content-Length: 0 Content-Type: application/json 2018-11-05 23:50:39,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040/action used request id req-23a36d2e-185c-415c-9f96-fc4bbf36ee86 2018-11-05 23:50:39,035 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-11-05 23:50:39,035 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=d28e5580-7fea-4f5b-a2cd-fe8b762be446 network=b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:50:39,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:39,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:39,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:39,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:39,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:39,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:39,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:39,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:39,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:39,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:50:39,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:50:39,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:50:39,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:50:39,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:50:39,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:50:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:50:39,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:50:39,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:39,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf3c685-92df-4ed3-af12-98e72653a13d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:39,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-abf3c685-92df-4ed3-af12-98e72653a13d 2018-11-05 23:50:39,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:39,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["mVIzG9rnQnWhwjR3YWcJ8Q"], "issued_at": "2018-11-05T23:50:39.000000Z"}} 2018-11-05 23:50:39,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" 2018-11-05 23:50:39,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03786fe9-6e00-4782-b199-a03ed57d5760 x-compute-request-id: req-03786fe9-6e00-4782-b199-a03ed57d5760 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:50:39,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-03786fe9-6e00-4782-b199-a03ed57d5760 2018-11-05 23:50:39,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" 2018-11-05 23:50:39,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-537d07b1-586f-4f69-8d36-a7407b8188ea x-compute-request-id: req-537d07b1-586f-4f69-8d36-a7407b8188ea Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:50:39,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-537d07b1-586f-4f69-8d36-a7407b8188ea 2018-11-05 23:50:39,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87"}]}}' 2018-11-05 23:50:41,095 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:50: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-d0389f4e-30a5-4d53-8795-878a6fc83485 x-compute-request-id: req-d0389f4e-30a5-4d53-8795-878a6fc83485 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "10165416-3db0-472b-9e6a-0140f4f308b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "bookmark"}], "adminPass": "4hXPaGhtuf4k"}} 2018-11-05 23:50:41,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d0389f4e-30a5-4d53-8795-878a6fc83485 2018-11-05 23:50:41,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:50:41,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4810e7e1-35b6-4ab4-b4f3-1102e7c46476 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:50:41,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4810e7e1-35b6-4ab4-b4f3-1102e7c46476 2018-11-05 23:50:41,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:50:41,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:50:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["VVGjuteMTgqowSQQnaYmXQ"], "issued_at": "2018-11-05T23:50:41.000000Z"}} 2018-11-05 23:50:41,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc2afe9664c3c7f120fbc672ca455d5c0b2984c" 2018-11-05 23:50:42,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-1b48ed3e-dd3b-449e-ba83-8d040e4064e3 x-compute-request-id: req-1b48ed3e-dd3b-449e-ba83-8d040e4064e3 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "10165416-3db0-472b-9e6a-0140f4f308b9", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-11-05T23:50:41Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:42,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 used request id req-1b48ed3e-dd3b-449e-ba83-8d040e4064e3 2018-11-05 23:50:45,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc2afe9664c3c7f120fbc672ca455d5c0b2984c" 2018-11-05 23:50:45,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-c6bbd37d-12b0-4688-83b1-1ccf84ab9871 x-compute-request-id: req-c6bbd37d-12b0-4688-83b1-1ccf84ab9871 Content-Encoding: gzip Content-Length: 704 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "10165416-3db0-472b-9e6a-0140f4f308b9", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:42Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-05T23:50:41Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:45,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 used request id req-c6bbd37d-12b0-4688-83b1-1ccf84ab9871 2018-11-05 23:50:48,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc2afe9664c3c7f120fbc672ca455d5c0b2984c" 2018-11-05 23:50:49,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-3dacd227-8363-4d61-a8f4-c8e8948b2eab x-compute-request-id: req-3dacd227-8363-4d61-a8f4-c8e8948b2eab Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:68:fa", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-11-05T23:50:46.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "10165416-3db0-472b-9e6a-0140f4f308b9", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:46Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-05T23:50:41Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:49,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 used request id req-3dacd227-8363-4d61-a8f4-c8e8948b2eab 2018-11-05 23:50:49,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" 2018-11-05 23:50:50,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-ab31a55b-b94e-4cd9-8f61-aaf57a988c4a x-compute-request-id: req-ab31a55b-b94e-4cd9-8f61-aaf57a988c4a Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:68:fa", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-11-05T23:50:46.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "10165416-3db0-472b-9e6a-0140f4f308b9", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:46Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-05T23:50:41Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:50:50,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9 used request id req-ab31a55b-b94e-4cd9-8f61-aaf57a988c4a 2018-11-05 23:50:50,027 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.6'. 2018-11-05 23:50:50,027 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-11-05 23:50:50,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:50:51,479 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-933f482a-215c-4cda-a0cd-913fea715375 x-compute-request-id: req-933f482a-215c-4cda-a0cd-913fea715375 Content-Length: 0 Content-Type: application/json 2018-11-05 23:50:51,480 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-933f482a-215c-4cda-a0cd-913fea715375 2018-11-05 23:50:51,481 - sdnvpn_test_utils - INFO - Waiting for instance 10165416-3db0-472b-9e6a-0140f4f308b9 to boot up 2018-11-05 23:50:51,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:50:52,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-d9626a0e-7c58-4bb9-b673-db1b06f19227 x-compute-request-id: req-d9626a0e-7c58-4bb9-b673-db1b06f19227 Content-Encoding: gzip Content-Length: 9366 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n"} 2018-11-05 23:50:52,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-d9626a0e-7c58-4bb9-b673-db1b06f19227 2018-11-05 23:50:54,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:50:55,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-f7cea64e-0989-41d9-96a2-a835a66b8cf5 x-compute-request-id: req-f7cea64e-0989-41d9-96a2-a835a66b8cf5 Content-Encoding: gzip Content-Length: 9970 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:50:55,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-f7cea64e-0989-41d9-96a2-a835a66b8cf5 2018-11-05 23:50:57,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:50:58,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:50: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-874886c1-4977-41fa-b958-c445036e0c86 x-compute-request-id: req-874886c1-4977-41fa-b958-c445036e0c86 Content-Encoding: gzip Content-Length: 9970 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:50:58,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-874886c1-4977-41fa-b958-c445036e0c86 2018-11-05 23:51:00,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:01,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-f3aea411-b680-4dd6-8ec0-0d645d0b9e4d x-compute-request-id: req-f3aea411-b680-4dd6-8ec0-0d645d0b9e4d Content-Encoding: gzip Content-Length: 9970 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:51:01,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-f3aea411-b680-4dd6-8ec0-0d645d0b9e4d 2018-11-05 23:51:03,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:04,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-1a87d3f9-4bf7-416d-94ef-91f79d2dc51c x-compute-request-id: req-1a87d3f9-4bf7-416d-94ef-91f79d2dc51c Content-Encoding: gzip Content-Length: 9970 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-05 23:51:04,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-1a87d3f9-4bf7-416d-94ef-91f79d2dc51c 2018-11-05 23:51:07,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:08,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-5aeb8efb-e40c-475f-b1f0-80bf8c5f92f9 x-compute-request-id: req-5aeb8efb-e40c-475f-b1f0-80bf8c5f92f9 Content-Encoding: gzip Content-Length: 10040 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:51:08,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-5aeb8efb-e40c-475f-b1f0-80bf8c5f92f9 2018-11-05 23:51:10,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:11,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-c97353c8-c08c-41f4-a6bd-d12caa6a0e15 x-compute-request-id: req-c97353c8-c08c-41f4-a6bd-d12caa6a0e15 Content-Encoding: gzip Content-Length: 10040 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:51:11,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-c97353c8-c08c-41f4-a6bd-d12caa6a0e15 2018-11-05 23:51:13,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:14,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-49cc3998-fe5c-4fa9-a7a7-cf3cfcc57539 x-compute-request-id: req-49cc3998-fe5c-4fa9-a7a7-cf3cfcc57539 Content-Encoding: gzip Content-Length: 10040 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:51:14,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-49cc3998-fe5c-4fa9-a7a7-cf3cfcc57539 2018-11-05 23:51:16,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:17,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-a72e36e5-2c2d-4e2e-b65d-d12747870355 x-compute-request-id: req-a72e36e5-2c2d-4e2e-b65d-d12747870355 Content-Encoding: gzip Content-Length: 10040 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:51:17,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-a72e36e5-2c2d-4e2e-b65d-d12747870355 2018-11-05 23:51:19,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:20,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-42ec9021-545d-456f-b11b-061805ba0285 x-compute-request-id: req-42ec9021-545d-456f-b11b-061805ba0285 Content-Encoding: gzip Content-Length: 10040 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-05 23:51:20,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-42ec9021-545d-456f-b11b-061805ba0285 2018-11-05 23:51:22,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:23,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-3ef3f271-3aa0-4c7e-b0d0-681bc5f74151 x-compute-request-id: req-3ef3f271-3aa0-4c7e-b0d0-681bc5f74151 Content-Encoding: gzip Content-Length: 10060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:51:23,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-3ef3f271-3aa0-4c7e-b0d0-681bc5f74151 2018-11-05 23:51:25,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:26,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-b60d9ef5-94e5-422c-b3d4-96baf62a2dd3 x-compute-request-id: req-b60d9ef5-94e5-422c-b3d4-96baf62a2dd3 Content-Encoding: gzip Content-Length: 10060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:51:26,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-b60d9ef5-94e5-422c-b3d4-96baf62a2dd3 2018-11-05 23:51:28,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:29,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-609c906a-608e-43ce-a034-2a94dcc6d37a x-compute-request-id: req-609c906a-608e-43ce-a034-2a94dcc6d37a Content-Encoding: gzip Content-Length: 10060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:51:29,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-609c906a-608e-43ce-a034-2a94dcc6d37a 2018-11-05 23:51:31,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:33,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-7c3749c7-9bd1-4104-a968-44ab49cedb6b x-compute-request-id: req-7c3749c7-9bd1-4104-a968-44ab49cedb6b Content-Encoding: gzip Content-Length: 10060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:51:33,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-7c3749c7-9bd1-4104-a968-44ab49cedb6b 2018-11-05 23:51:35,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84d5d0bd7a8144df07406bca2af77a09a4a4054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:36,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-2b5a9b16-b72e-4fe4-ae47-3a1d49ac552d x-compute-request-id: req-2b5a9b16-b72e-4fe4-ae47-3a1d49ac552d Content-Encoding: gzip Content-Length: 10868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495080472 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131977] pid_max: default: 32768 minimum: 301\n[ 0.132844] ACPI: Core revision 20150930\n[ 0.134193] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135452] Security Framework initialized\n[ 0.136234] Yama: becoming mindful.\n[ 0.136936] AppArmor: AppArmor initialized\n[ 0.137771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143548] Initializing cgroup subsys memory\n[ 0.144382] Initializing cgroup subsys devices\n[ 0.145223] Initializing cgroup subsys freezer\n[ 0.146075] Initializing cgroup subsys net_cls\n[ 0.146917] Initializing cgroup subsys perf_event\n[ 0.147799] Initializing cgroup subsys net_prio\n[ 0.148654] Initializing cgroup subsys hugetlb\n[ 0.149503] Initializing cgroup subsys pids\n[ 0.150351] CPU: Physical Processor ID: 0\n[ 0.151811] mce: CPU supports 10 MCE banks\n[ 0.152632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164253] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170606] ftrace: allocating 31920 entries in 125 pages\n[ 0.196869] smpboot: Max logical packages: 1\n[ 0.197714] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199036] x2apic enabled\n[ 0.199828] Switched APIC routing to physical x2apic.\n[ 0.201550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206329] KVM setup paravirtual spinlock\n[ 0.207594] x86: Booted up 1 node, 1 CPUs\n[ 0.208379] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209731] devtmpfs: initialized\n[ 0.211430] evm: security.selinux\n[ 0.212109] evm: security.SMACK64\n[ 0.212784] evm: security.SMACK64EXEC\n[ 0.213510] evm: security.SMACK64TRANSMUTE\n[ 0.214301] evm: security.SMACK64MMAP\n[ 0.215021] evm: security.ima\n[ 0.215651] evm: security.capability\n[ 0.216437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218236] pinctrl core: initialized pinctrl subsystem\n[ 0.219299] RTC time: 23:50:46, date: 11/05/18\n[ 0.220235] NET: Registered protocol family 16\n[ 0.221178] cpuidle: using governor ladder\n[ 0.221972] cpuidle: using governor menu\n[ 0.222738] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225458] PCI: Using configuration type 1 for base access\n[ 0.227178] ACPI: Added _OSI(Module Device)\n[ 0.228003] ACPI: Added _OSI(Processor Device)\n[ 0.228846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229725] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231803] ACPI: Interpreter enabled\n[ 0.232551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239736] ACPI: (supports S0 S5)\n[ 0.240425] ACPI: Using IOAPIC for interrupt routing\n[ 0.241414] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245576] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246781] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250097] acpiphp: Slot [3] registered\n[ 0.250877] acpiphp: Slot [4] registered\n[ 0.251654] acpiphp: Slot [5] registered\n[ 0.252439] acpiphp: Slot [6] registered\n[ 0.253209] acpiphp: Slot [7] registered\n[ 0.253984] acpiphp: Slot [8] registered\n[ 0.254763] acpiphp: Slot [9] registered\n[ 0.255537] acpiphp: Slot [10] registered\n[ 0.256322] acpiphp: Slot [11] registered\n[ 0.257111] acpiphp: Slot [12] registered\n[ 0.257908] acpiphp: Slot [13] registered\n[ 0.258696] acpiphp: Slot [14] registered\n[ 0.259482] acpiphp: Slot [15] registered\n[ 0.270297] acpiphp: Slot [16] registered\n[ 0.271084] acpiphp: Slot [17] registered\n[ 0.271872] acpiphp: Slot [18] registered\n[ 0.272662] acpiphp: Slot [19] registered\n[ 0.273447] acpiphp: Slot [20] registered\n[ 0.274232] acpiphp: Slot [21] registered\n[ 0.275023] acpiphp: Slot [22] registered\n[ 0.275811] acpiphp: Slot [23] registered\n[ 0.276601] acpiphp: Slot [24] registered\n[ 0.277392] acpiphp: Slot [25] registered\n[ 0.278175] acpiphp: Slot [26] registered\n[ 0.278964] acpiphp: Slot [27] registered\n[ 0.279759] acpiphp: Slot [28] registered\n[ 0.280551] acpiphp: Slot [29] registered\n[ 0.281337] acpiphp: Slot [30] registered\n[ 0.282121] acpiphp: Slot [31] registered\n[ 0.282907] PCI host bridge to bus 0000:00\n[ 0.283698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287467] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296250] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305118] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359586] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363245] vgaarb: loaded\n[ 0.363834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364937] SCSI subsystem initialized\n[ 0.365733] ACPI: bus type USB registered\n[ 0.366532] usbcore: registered new interface driver usbfs\n[ 0.367535] usbcore: registered new interface driver hub\n[ 0.368515] usbcore: registered new device driver usb\n[ 0.369538] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371227] NetLabel: domain hash size = 128\n[ 0.372065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372993] NetLabel: unlabeled traffic allowed by default\n[ 0.374056] clocksource: Switched to clocksource kvm-clock\n[ 0.379434] AppArmor: AppArmor Filesystem Enabled\n[ 0.380373] pnp: PnP ACPI init\n[ 0.381264] pnp: PnP ACPI: found 5 devices\n[ 0.387600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389253] NET: Registered protocol family 2\n[ 0.390187] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392557] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395860] NET: Registered protocol family 1\n[ 0.396703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398808] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426945] Trying to unpack rootfs image as initramfs...\n[ 0.476792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490584] Scanning for low memory corruption every 60 seconds\n[ 0.491895] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493010] audit: initializing netlink subsys (disabled)\n[ 0.494003] audit: type=2000 audit(1541461847.333:1): initialized\n[ 0.495294] Initialise system trusted keyring\n[ 0.496187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499240] zbud: loaded\n[ 0.499928] VFS: Disk quotas dquot_6.6.0\n[ 0.500723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502206] fuse init (API version 7.23)\n[ 0.503067] Key type big_key registered\n[ 0.503846] Allocating IMA MOK and blacklist keyrings.\n[ 0.504927] Key type asymmetric registered\n[ 0.505728] Asymmetric key parser 'x509' registered\n[ 0.506674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508111] io scheduler noop registered\n[ 0.508891] io scheduler deadline registered (default)\n[ 0.509850] io scheduler cfq registered\n[ 0.511036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514697] ACPI: Power Button [PWRF]\n[ 0.515512] GHES: HEST is not enabled!\n[ 0.528947] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607394] Linux agpgart interface v0.103\n[ 0.609395] brd: module loaded\n[ 0.610542] loop: module loaded\n[ 0.614886] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616304] GPT:90111 != 2097151\n[ 0.616960] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618017] GPT:90111 != 2097151\n[ 0.618684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619622] vda: vda1 vda15\n[ 0.621117] scsi host0: ata_piix\n[ 0.621836] scsi host1: ata_piix\n[ 0.622531] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625103] libphy: Fixed MDIO Bus: probed\n[ 0.625901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628934] PPP generic driver version 2.4.2\n[ 0.629800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631075] ehci-pci: EHCI PCI platform driver\n[ 0.631928] ehci-platform: EHCI generic platform driver\n[ 0.632882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633975] ohci-pci: OHCI PCI platform driver\n[ 0.634822] ohci-platform: OHCI generic platform driver\n[ 0.635781] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652472] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657101] usb usb1: Product: UHCI Host Controller\n[ 0.658006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660045] hub 1-0:1.0: USB hub found\n[ 0.660804] hub 1-0:1.0: 2 ports detected\n[ 0.661684] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665681] mousedev: PS/2 mouse device common for all mice\n[ 0.666897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669771] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672088] i2c /dev entries driver\n[ 0.672821] device-mapper: uevent: version 1.0.3\n[ 0.673729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676573] NET: Registered protocol family 10\n[ 0.677551] NET: Registered protocol family 17\n[ 0.678426] Key type dns_resolver registered\n[ 0.679336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680397] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682097] registered taskstats version 1\n[ 0.682907] Loading compiled-in X.509 certificates\n[ 0.684313] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686111] zswap: loaded using pool lzo/zbud\n[ 0.687460] Key type trusted registered\n[ 0.688965] Key type encrypted registered\n[ 0.689774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690787] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691801] evm: HMAC attrs: 0x1\n[ 0.692711] Magic number: 10:634:857\n[ 0.693546] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:47 UTC (1541461847)\n[ 0.695095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696176] EDD information not available.\n[ 0.782996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784518] Write protecting the kernel read-only data: 14336k\n[ 0.796138] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\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.402548] 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 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCnxLxe6bfbinmndG/Y6lZWM1yIHzDV4dT964At3BeDATXEf/9FIYFc8kmOrQIMZV4Kmnuo+KhK6Fo9KmGZFbGqMCvf0SrGaWENBMqjGJ8OXuPw0nV+vWCEhprwZmpkeKNLkDo/wfKKz1NsE2//MoXkdRG6Z7m7Oq/P7UmrZXo0nGijd4xA34crc+Zcoxuc3LEIsqombPbJ2ckab7JPeYtLZkSY0V1dweUdGHBzwHRBLNEwpnG4OlxN0UfvGf35fnQggFajj4dotOFhe9OrGwWRqwNA32S8NmSN9qN/G1Ih5WVjMDs4cQDY/D5KA9B3ZyoQ156DPBAKfKuzwl/XuXH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPqUZvJNziq4okmguldQcHg/2qqqdP4L4+uGKISxPD4bwL/gmz8QUKPI/O+ECoDa5O0Hc6LZrko6QAFgAX4GrgbgAn91LaAasGwUIeByDuYkdC7XZXi7fZsIJ6rwwd13I7JwRHRu3uUWdwBlFBM0+79+BHvZl/Oc0gsdxRA2fmxBAAAAFQDqdS/CWbbQzzsiiahCmyLM+Hq5VwAAAIANh1GkRbx6M6yCWZneaDWJP4vNXIlyAYpZrIXiatuiXJ2zBoeY3EDKFjW6oMGQVK8/myzMOgHnh+zEcIU00xv3arfQXJcCIZJMqxndRo6TgvV+mhZWupYThIokkmMITMUzG7RHYh0hX1Mx0dmlOfGtn8OCK4l83I16esqYTGAmlwAAAIEA5JhVdH6M/AIPD39yirzvNZokMAmb10qHG19KxBfzi6EjNhPMYoJyfePdJya0FA9D5Nxnvw400zMXORuR8ow4IefZeNehU1CM055L1FZJZfJ2LfSUjKgrmBlgCEHRtUNEhr2E1miAb/wR2pO4d+AW+Q6SAJe8pbyerEMKwb0Br0c= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe77:68fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 2.88s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:68:FA \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:68fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7941 (7.7 KiB) TX bytes:9277 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.131495] usb 1-1: Product: QEMU USB Tablet\n[ 1.131496] usb 1-1: Manufacturer: QEMU\n[ 1.131497] usb 1-1: SerialNumber: 42\n[ 1.365483] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.384826] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.402548] random: dd urandom read with 5 bits of entropy available\n[ 1.490118] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.490120] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 4.020738] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.719861] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:50:48 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:50:48 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:50:48 cirros kern.notice kernel: [ 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)\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:50:48 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:50:48 cirros kern.notice kernel: [ 1.402548] random: dd urandom read with 5 bits of entropy available\nNov 5 23:50:48 cirros kern.info kernel: [ 1.490118] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nNov 5 23:50:48 cirros kern.info kernel: [ 1.490120] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nNov 5 23:50:50 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:50:50 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:50:50 cirros kern.info kernel: [ 4.020738] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:50:51 cirros kern.info kernel: [ 4.719861] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-1 login: "} 2018-11-05 23:51:36,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-2b5a9b16-b72e-4fe4-ae47-3a1d49ac552d 2018-11-05 23:51:38,151 - sdnvpn_test_utils - INFO - Waiting for instance a80dbc32-1bd6-452e-b487-294b7c4b9040 to boot up 2018-11-05 23:51:38,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c619469353b864d2c10a099be9b89b844647a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:51:39,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:51: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-11c22854-4ca2-4c97-a81b-3dd4e6a7084e x-compute-request-id: req-11c22854-4ca2-4c97-a81b-3dd4e6a7084e Content-Encoding: gzip Content-Length: 10891 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 502512030 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.127903] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129497] pid_max: default: 32768 minimum: 301\n[ 0.130359] ACPI: Core revision 20150930\n[ 0.131724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132990] Security Framework initialized\n[ 0.133777] Yama: becoming mindful.\n[ 0.134479] AppArmor: AppArmor initialized\n[ 0.135322] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139007] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140343] Initializing cgroup subsys io\n[ 0.141128] Initializing cgroup subsys memory\n[ 0.141957] Initializing cgroup subsys devices\n[ 0.142794] Initializing cgroup subsys freezer\n[ 0.143640] Initializing cgroup subsys net_cls\n[ 0.144475] Initializing cgroup subsys perf_event\n[ 0.145358] Initializing cgroup subsys net_prio\n[ 0.146215] Initializing cgroup subsys hugetlb\n[ 0.147068] Initializing cgroup subsys pids\n[ 0.147910] CPU: Physical Processor ID: 0\n[ 0.149368] mce: CPU supports 10 MCE banks\n[ 0.150187] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151158] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161749] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168053] ftrace: allocating 31920 entries in 125 pages\n[ 0.193937] smpboot: Max logical packages: 1\n[ 0.194790] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196095] x2apic enabled\n[ 0.196887] Switched APIC routing to physical x2apic.\n[ 0.198589] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201587] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203312] KVM setup paravirtual spinlock\n[ 0.204570] x86: Booted up 1 node, 1 CPUs\n[ 0.205351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206693] devtmpfs: initialized\n[ 0.208378] evm: security.selinux\n[ 0.209059] evm: security.SMACK64\n[ 0.209727] evm: security.SMACK64EXEC\n[ 0.210441] evm: security.SMACK64TRANSMUTE\n[ 0.211219] evm: security.SMACK64MMAP\n[ 0.211941] evm: security.ima\n[ 0.212561] evm: security.capability\n[ 0.213341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215117] pinctrl core: initialized pinctrl subsystem\n[ 0.216183] RTC time: 23:50:33, date: 11/05/18\n[ 0.217111] NET: Registered protocol family 16\n[ 0.218050] cpuidle: using governor ladder\n[ 0.218837] cpuidle: using governor menu\n[ 0.219589] PCCT header not found.\n[ 0.220310] ACPI: bus type PCI registered\n[ 0.221087] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222281] PCI: Using configuration type 1 for base access\n[ 0.223996] ACPI: Added _OSI(Module Device)\n[ 0.224805] ACPI: Added _OSI(Processor Device)\n[ 0.225639] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226503] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228565] ACPI: Interpreter enabled\n[ 0.229310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236441] ACPI: (supports S0 S5)\n[ 0.237127] ACPI: Using IOAPIC for interrupt routing\n[ 0.238042] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241154] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242236] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244550] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246670] acpiphp: Slot [3] registered\n[ 0.247432] acpiphp: Slot [4] registered\n[ 0.248199] acpiphp: Slot [5] registered\n[ 0.248972] acpiphp: Slot [6] registered\n[ 0.249736] acpiphp: Slot [7] registered\n[ 0.250495] acpiphp: Slot [8] registered\n[ 0.251263] acpiphp: Slot [9] registered\n[ 0.252026] acpiphp: Slot [10] registered\n[ 0.252801] acpiphp: Slot [11] registered\n[ 0.253579] acpiphp: Slot [12] registered\n[ 0.254368] acpiphp: Slot [13] registered\n[ 0.255147] acpiphp: Slot [14] registered\n[ 0.255924] acpiphp: Slot [15] registered\n[ 0.266683] acpiphp: Slot [16] registered\n[ 0.267458] acpiphp: Slot [17] registered\n[ 0.268236] acpiphp: Slot [18] registered\n[ 0.269010] acpiphp: Slot [19] registered\n[ 0.269783] acpiphp: Slot [20] registered\n[ 0.270554] acpiphp: Slot [21] registered\n[ 0.271334] acpiphp: Slot [22] registered\n[ 0.272113] acpiphp: Slot [23] registered\n[ 0.272888] acpiphp: Slot [24] registered\n[ 0.273664] acpiphp: Slot [25] registered\n[ 0.274434] acpiphp: Slot [26] registered\n[ 0.275207] acpiphp: Slot [27] registered\n[ 0.275989] acpiphp: Slot [28] registered\n[ 0.276766] acpiphp: Slot [29] registered\n[ 0.277537] acpiphp: Slot [30] registered\n[ 0.278311] acpiphp: Slot [31] registered\n[ 0.279084] PCI host bridge to bus 0000:00\n[ 0.279854] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282157] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283538] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284918] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291044] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292272] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300953] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302337] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.346812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350035] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351442] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352827] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354186] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356524] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359038] vgaarb: loaded\n[ 0.359626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360726] SCSI subsystem initialized\n[ 0.361515] ACPI: bus type USB registered\n[ 0.362310] usbcore: registered new interface driver usbfs\n[ 0.363305] usbcore: registered new interface driver hub\n[ 0.364280] usbcore: registered new device driver usb\n[ 0.365300] PCI: Using ACPI for IRQ routing\n[ 0.366295] NetLabel: Initializing\n[ 0.366986] NetLabel: domain hash size = 128\n[ 0.367815] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368739] NetLabel: unlabeled traffic allowed by default\n[ 0.369799] clocksource: Switched to clocksource kvm-clock\n[ 0.375162] AppArmor: AppArmor Filesystem Enabled\n[ 0.376099] pnp: PnP ACPI init\n[ 0.376981] pnp: PnP ACPI: found 5 devices\n[ 0.383325] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384981] NET: Registered protocol family 2\n[ 0.385910] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387138] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388265] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389384] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390431] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391561] NET: Registered protocol family 1\n[ 0.392399] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393459] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394499] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408500] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422716] Trying to unpack rootfs image as initramfs...\n[ 0.471665] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485469] Scanning for low memory corruption every 60 seconds\n[ 0.487029] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488398] audit: initializing netlink subsys (disabled)\n[ 0.489626] audit: type=2000 audit(1541461834.399:1): initialized\n[ 0.491146] Initialise system trusted keyring\n[ 0.492217] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493573] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496552] zbud: loaded\n[ 0.513606] VFS: Disk quotas dquot_6.6.0\n[ 0.517945] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519632] fuse init (API version 7.23)\n[ 0.520607] Key type big_key registered\n[ 0.521511] Allocating IMA MOK and blacklist keyrings.\n[ 0.522822] Key type asymmetric registered\n[ 0.523795] Asymmetric key parser 'x509' registered\n[ 0.524976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527070] io scheduler noop registered\n[ 0.528148] io scheduler deadline registered (default)\n[ 0.529497] io scheduler cfq registered\n[ 0.530684] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532924] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534339] ACPI: Power Button [PWRF]\n[ 0.535518] GHES: HEST is not enabled!\n[ 0.549138] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579866] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582561] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609052] Linux agpgart interface v0.103\n[ 0.611283] brd: module loaded\n[ 0.612626] loop: module loaded\n[ 0.617316] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619000] GPT:90111 != 2097151\n[ 0.619776] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621043] GPT:90111 != 2097151\n[ 0.621814] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622957] vda: vda1 vda15\n[ 0.624432] scsi host0: ata_piix\n[ 0.625274] scsi host1: ata_piix\n[ 0.626107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627528] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629176] libphy: Fixed MDIO Bus: probed\n[ 0.630302] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633568] PPP generic driver version 2.4.2\n[ 0.634680] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636097] ehci-pci: EHCI PCI platform driver\n[ 0.637115] ehci-platform: EHCI generic platform driver\n[ 0.638284] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639625] ohci-pci: OHCI PCI platform driver\n[ 0.640644] ohci-platform: OHCI generic platform driver\n[ 0.641812] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657529] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659233] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660427] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664863] usb usb1: Product: UHCI Host Controller\n[ 0.665957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667338] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668453] hub 1-0:1.0: USB hub found\n[ 0.669363] hub 1-0:1.0: 2 ports detected\n[ 0.670405] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673879] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675072] mousedev: PS/2 mouse device common for all mice\n[ 0.676495] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678617] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681244] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682658] i2c /dev entries driver\n[ 0.683539] device-mapper: uevent: version 1.0.3\n[ 0.684632] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686537] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688032] NET: Registered protocol family 10\n[ 0.689166] NET: Registered protocol family 17\n[ 0.690212] Key type dns_resolver registered\n[ 0.691283] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692562] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694605] registered taskstats version 1\n[ 0.695572] Loading compiled-in X.509 certificates\n[ 0.697176] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699362] zswap: loaded using pool lzo/zbud\n[ 0.700881] Key type trusted registered\n[ 0.702545] Key type encrypted registered\n[ 0.703510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704710] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705943] evm: HMAC attrs: 0x1\n[ 0.706991] Magic number: 10:634:857\n[ 0.707977] rtc_cmos 00:00: setting system clock to 2018-11-05 23:50:34 UTC (1541461834)\n[ 0.709846] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711168] EDD information not available.\n[ 0.786756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788563] Write protecting the kernel read-only data: 14336k\n[ 0.800392] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802473] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.96\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.162556] 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 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.06. iid=i-000000de\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRhtALG5JYi3vQnKsvKD0riRx9uzS+cWq9FU8b81plPujIebfbictO3uX3b94W8rPlxshZ33OhmPY7utyoUD0s+uXZ4zYSMMGwb0aO9thjhTgXr/VlQaOY0UcjJjZFw2l/xlQNhTk9HnoXEwsp6eIPer8O1wIbDO1wWykxz/gp9Ak02EbSv0rNPu+dd9xiRJTgCbR6UdB7PoG1OknLX8LnFEPL+SKclDPx8fHfI9MHZ8jfRfkaQyjfByBWrpIE09MKKkkpoek2qjKeaTzg7f9x2SRL4mCbmD+pIJCnKQKCRHfKCpoBUWsk7VRFRBwbanTrk/j4bLK0Pn41PXfrg84X root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDH3tI0Mf702HV8w8rGtTEfmnZeJKKaung4JAcNjnZ0o7337TPrea2zRf/m2qRiMq3CAbAGyc+oF/29Zc2ZUfHtHBE05wGqa3RY7Ah+W/2klFi5CAbfRzlndjudfXBELtFAGh4acfuv2idzsVqSE9CZLoGAkvXbuL0wxHHEaXKxAAAAFQCEP3Dcrche0VUPSKY3gRQOLt6tYwAAAIAPfQOJRH1MQ6kRkMrQvjw/1WjjLQKAFJjN44TNjVLmCbyNtwjvapF3o37TIIz7FdhCXVFBsShEKlQOfrwh5eKJKEohERnPPJ41WPqSMI6OJms9UHpAo/8RWOs/U0Tbyu1w9p4qmurtA+LOpgujFI0JcREgK9UXfISMaHVOkt5+4wAAAIBq0ITRpHcjHMhCvwJsQk0vPo8dYTdmSjurXM8Trizwnst5vawOPBiHTpGpmZiwjRL9samw1oLaAuT7iUvBlQOo38EEv3wvi7T/kfNwm0el7O3Bh7WOVNTegBF+L+cqPEEHCX7QD6ekwILIRP0S8vj3hJk9TnrLD9QFoFDDw29HBw== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:feb7:5738/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.70 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.39s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:B7:57:38 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb7:5738/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7998 (7.8 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.142708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.142709] usb 1-1: Product: QEMU USB Tablet\n[ 1.142710] usb 1-1: Manufacturer: QEMU\n[ 1.142711] usb 1-1: SerialNumber: 42\n[ 1.144097] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.162556] random: dd urandom read with 5 bits of entropy available\n[ 1.481834] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.481837] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.815896] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.325379] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:50:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:50:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:50:34 cirros kern.notice kernel: [ 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)\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:50:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:50:34 cirros kern.notice kernel: [ 1.162556] random: dd urandom read with 5 bits of entropy available\nNov 5 23:50:35 cirros kern.info kernel: [ 1.481834] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nNov 5 23:50:35 cirros kern.info kernel: [ 1.481837] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nNov 5 23:50:36 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:50:37 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:50:37 cirros kern.info kernel: [ 3.815896] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:50:38 cirros kern.info kernel: [ 4.325379] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-2 login: "} 2018-11-05 23:51:39,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040/action used request id req-11c22854-4ca2-4c97-a81b-3dd4e6a7084e 2018-11-05 23:51:41,273 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-05 23:52:11,305 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-05 23:52:11,307 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-05 23:52:11,307 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-05 23:52:11,311 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-05 23:52:11,352 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-05 23:52:11,354 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-05 23:52:11,355 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-05 23:52:11,356 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-05 23:52:11,356 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-05 23:52:11,396 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-05 23:52:11,430 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-05 23:52:11,430 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-05 23:52:11,431 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-05 23:52:11,432 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-05 23:52:11,432 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-05 23:52:11,436 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-05 23:52:11,474 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-05 23:52:11,475 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-05 23:52:11,476 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-05 23:52:11,477 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-05 23:52:11,477 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-05 23:52:11,518 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-05 23:52:11,554 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-05 23:52:11,554 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-11-05 23:52:11,555 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-05 23:52:11,555 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-05 23:52:11,557 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-05 23:52:11,557 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-05 23:52:11,560 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-05 23:52:11,595 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-05 23:52:11,595 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-05 23:52:11,596 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-05 23:52:11,597 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-05 23:52:11,597 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-05 23:52:11,638 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-05 23:52:11,703 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-05 23:52:11,704 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-05 23:52:11,705 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-05 23:52:11,706 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-05 23:52:11,706 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-05 23:52:11,708 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-05 23:52:11,786 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-05 23:52:11,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" -d '{"forceDelete": null}' 2018-11-05 23:52:11,794 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-05 23:52:11,957 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0807a7d9-10b4-4716-a26b-19099c486cb6 x-compute-request-id: req-0807a7d9-10b4-4716-a26b-19099c486cb6 Content-Length: 0 Content-Type: application/json 2018-11-05 23:52:11,957 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9/action used request id req-0807a7d9-10b4-4716-a26b-19099c486cb6 2018-11-05 23:52:11,958 - sdnvpn_test_utils - DEBUG - Waiting for instance 10165416-3db0-472b-9e6a-0140f4f308b9 to be deleted 2018-11-05 23:52:11,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" 2018-11-05 23:52:12,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2cbaa8a-a715-4197-b832-8d0a2522bbd7 x-compute-request-id: req-f2cbaa8a-a715-4197-b832-8d0a2522bbd7 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:68:fa", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10165416-3db0-472b-9e6a-0140f4f308b9", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-11-05T23:50:46.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "10165416-3db0-472b-9e6a-0140f4f308b9", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:52:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-05T23:50:41Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:57:38", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-11-05T23:50:33.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:33Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:52:12,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-f2cbaa8a-a715-4197-b832-8d0a2522bbd7 2018-11-05 23:52:14,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" 2018-11-05 23:52:15,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:52: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-f8f0eb59-e967-4d9c-ae3c-f977feb3b047 x-compute-request-id: req-f8f0eb59-e967-4d9c-ae3c-f977feb3b047 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:57:38", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-11-05T23:50:33.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:50:33Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:52:15,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-f8f0eb59-e967-4d9c-ae3c-f977feb3b047 2018-11-05 23:52:17,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" -d '{"forceDelete": null}' 2018-11-05 23:52:17,736 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:52: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-70b02791-1c2b-422a-9e9a-0402ac757db3 x-compute-request-id: req-70b02791-1c2b-422a-9e9a-0402ac757db3 Content-Length: 0 Content-Type: application/json 2018-11-05 23:52:17,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040/action used request id req-70b02791-1c2b-422a-9e9a-0402ac757db3 2018-11-05 23:52:17,736 - sdnvpn_test_utils - DEBUG - Waiting for instance a80dbc32-1bd6-452e-b487-294b7c4b9040 to be deleted 2018-11-05 23:52:17,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" 2018-11-05 23:52:18,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:52: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-d50631eb-b5d8-44a0-bb34-0789a8ca610e x-compute-request-id: req-d50631eb-b5d8-44a0-bb34-0789a8ca610e Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:57:38", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a80dbc32-1bd6-452e-b487-294b7c4b9040", "rel": "bookmark"}], "image": {"id": "d28e5580-7fea-4f5b-a2cd-fe8b762be446", "links": [{"href": "http://172.30.9.23:8774/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-11-05T23:50:33.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "a80dbc32-1bd6-452e-b487-294b7c4b9040", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:52:17Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-05T23:50:28Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:52:18,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-d50631eb-b5d8-44a0-bb34-0789a8ca610e 2018-11-05 23:52:20,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9319338a76b2a3edecf929289a91ce63541f2f1" 2018-11-05 23:52:20,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:52: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-919f68c8-4bd8-481d-ad74-76ebf7ae8be7 x-compute-request-id: req-919f68c8-4bd8-481d-ad74-76ebf7ae8be7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 23:52:20,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-919f68c8-4bd8-481d-ad74-76ebf7ae8be7 2018-11-05 23:52:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f723e4630fb8ea4802553ae455e4f17bf75662ac" 2018-11-05 23:52:24,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6fae5797-8f6c-4bc7-a132-686c250900e4 Date: Mon, 05 Nov 2018 23:52:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:52:24,220 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d28e5580-7fea-4f5b-a2cd-fe8b762be446 used request id req-6fae5797-8f6c-4bc7-a132-686c250900e4 2018-11-05 23:52:24,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/8a5558f1-e0da-4389-a80b-5bad664ce270 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5045a11ee90112ba7efad45470a356dc3993b9ea" 2018-11-05 23:52:26,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e21ebf49-c5de-4310-8021-e84f927bf793 Date: Mon, 05 Nov 2018 23:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:52:26,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8a5558f1-e0da-4389-a80b-5bad664ce270 used request id req-e21ebf49-c5de-4310-8021-e84f927bf793 2018-11-05 23:52:26,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5045a11ee90112ba7efad45470a356dc3993b9ea" 2018-11-05 23:52:28,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81d48b65-6ee6-4352-9998-e39a5e5becef Date: Mon, 05 Nov 2018 23:52:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:52:28,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b7ab6b4e-6cbb-4efb-86bc-fc082f1d0a87 used request id req-81d48b65-6ee6-4352-9998-e39a5e5becef 2018-11-05 23:52:28,362 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-05 23:52:28,363 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-05 23:52:28,363 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-05 23:52:28,366 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-05 23:52:28,448 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-05 23:52:28,449 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-05 23:52:28,450 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-05 23:52:28,450 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-05 23:52:28,451 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-05 23:52:28,455 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-05 23:52:28,516 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-05 23:52:28,516 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-05 23:52:28,517 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-05 23:52:58,525 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-05 23:52:58,526 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-05 23:52:58,527 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-05 23:52:58,529 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-05 23:52:58,572 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-05 23:52:58,574 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-05 23:52:58,575 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-05 23:52:58,576 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-05 23:52:58,576 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-05 23:52:58,616 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-05 23:52:58,657 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-05 23:52:58,658 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-05 23:52:58,659 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-05 23:52:58,659 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-05 23:52:58,659 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-05 23:52:58,662 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-05 23:52:58,696 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-05 23:52:58,698 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-05 23:52:58,698 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-05 23:52:58,699 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-05 23:52:58,700 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-05 23:52:58,740 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-05 23:52:58,774 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-05 23:52:58,775 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-11-05 23:52:58,775 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | FAIL | Additional group was not deleted from OVS | +========================================================================================+ 2018-11-05 23:52:58,776 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-05 23:52:58,776 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-05 23:52:58,777 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-11-05 23:52:58,777 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-11-05 23:52:58,778 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-11-05 23:52:58,778 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-11-05 23:52:58,778 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-11-05 23:52:58,869 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-11-05 23:52:58,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:52:58,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:52:58,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:52:58,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:52:58,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:52:58,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:52:58,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:52:58,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:52:58,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:52:58,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:52:58,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:52:58,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:52:58,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:52:58,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:52:58,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:52:58,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:52:58,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:52:58,879 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-05 23:52:58,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:52:58,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98650205-710d-4fa2-b5b8-c0c9566a4356 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:52:58,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-98650205-710d-4fa2-b5b8-c0c9566a4356 2018-11-05 23:52:58,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:52:59,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["KDaBSXrCS-20OvHyOFxPTQ"], "issued_at": "2018-11-05T23:52:59.000000Z"}} 2018-11-05 23:52:59,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f72f545720600470ba0ba801bdc7b481b3445f9" 2018-11-05 23:52:59,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-a35dfaf2-a26b-47e8-b9b7-b0b0385f8840 Date: Mon, 05 Nov 2018 23:52:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-05 23:52:59,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-a35dfaf2-a26b-47e8-b9b7-b0b0385f8840 2018-11-05 23:52:59,526 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-05 23:52:59,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f72f545720600470ba0ba801bdc7b481b3445f9" 2018-11-05 23:52:59,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a6f6699b-29a8-4ac3-9cdc-900eee433c6e Date: Mon, 05 Nov 2018 23:52:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-05 23:52:59,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a6f6699b-29a8-4ac3-9cdc-900eee433c6e 2018-11-05 23:52:59,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f72f545720600470ba0ba801bdc7b481b3445f9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-05 23:52:59,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096 X-Openstack-Request-Id: req-3c9bbb3e-e4b7-42b6-812e-57f17bc93d11 Date: Mon, 05 Nov 2018 23:52:59 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-05T23:52:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-05T23:52:59Z", "visibility": "public", "locations": [], "self": "/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "min_disk": 0, "protected": false, "id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "file": "/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-05 23:52:59,916 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3c9bbb3e-e4b7-42b6-812e-57f17bc93d11 2018-11-05 23:52:59,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f72f545720600470ba0ba801bdc7b481b3445f9" -d '' 2018-11-05 23:53:00,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2860032c-2708-4531-83b5-d95cabef83f6 Date: Mon, 05 Nov 2018 23:53:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:53:00,622 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096/file used request id req-2860032c-2708-4531-83b5-d95cabef83f6 2018-11-05 23:53:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:00,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6738c83-99c5-4aec-8e24-763af0f43a88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:00,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f6738c83-99c5-4aec-8e24-763af0f43a88 2018-11-05 23:53:00,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:01,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["YV8aVPVeSbqayr8YlrXb9g"], "issued_at": "2018-11-05T23:53:01.000000Z"}} 2018-11-05 23:53:01,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:53:01,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c3c08a47-a011-41c4-8033-4824912335bc Date: Mon, 05 Nov 2018 23:53:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 23:53:01,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c3c08a47-a011-41c4-8033-4824912335bc 2018-11-05 23:53:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:53:01,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-08cba6e2-bc79-4ad6-ac28-4c388f9bfb5c Date: Mon, 05 Nov 2018 23:53:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-05 23:53:01,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-08cba6e2-bc79-4ad6-ac28-4c388f9bfb5c 2018-11-05 23:53:01,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:53:01,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6d5e1f9e-3908-421a-8ede-cba37debf194 Date: Mon, 05 Nov 2018 23:53:01 GMT RESP BODY: {"routers": []} 2018-11-05 23:53:01,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-6d5e1f9e-3908-421a-8ede-cba37debf194 2018-11-05 23:53:01,641 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-11-05 23:53:01,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-11-05 23:53:02,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-40279132-f95a-4e81-8c4f-69e6d66839c1 Date: Mon, 05 Nov 2018 23:53:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7ac24731-4eea-4797-80df-4318fda474fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:53:01Z","is_default":false,"provider:segmentation_id":13,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:53:01Z","mtu":1450}} 2018-11-05 23:53:02,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-40279132-f95a-4e81-8c4f-69e6d66839c1 2018-11-05 23:53:02,041 - sdnvpn.lib.openstack_utils - DEBUG - Network '7ac24731-4eea-4797-80df-4318fda474fd' created successfully 2018-11-05 23:53:02,041 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-05 23:53:02,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"subnets": [{"ip_version": 4, "network_id": "7ac24731-4eea-4797-80df-4318fda474fd", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-11-05 23:53:02,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b783399c-558c-4ebc-8308-74bd94b500c5 Date: Mon, 05 Nov 2018 23:53:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ac24731-4eea-4797-80df-4318fda474fd","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:53:02Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:53:02Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"c7af853e-6f6d-4bcc-be2e-ed3973180ba5","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-11-05 23:53:02,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b783399c-558c-4ebc-8308-74bd94b500c5 2018-11-05 23:53:02,793 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c7af853e-6f6d-4bcc-be2e-ed3973180ba5' created successfully 2018-11-05 23:53:02,793 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-05 23:53:02,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-11-05 23:53:03,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-74dc51e7-f973-4172-8b58-710efc31cc14 Date: Mon, 05 Nov 2018 23:53:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:53:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:53:03Z", "revision_number": 0, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "711df9c3-e73e-4d8e-84da-4160fe95a70c", "name": "sdnvpn-4-1-router"}} 2018-11-05 23:53:03,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-74dc51e7-f973-4172-8b58-710efc31cc14 2018-11-05 23:53:03,119 - sdnvpn.lib.openstack_utils - DEBUG - Router '711df9c3-e73e-4d8e-84da-4160fe95a70c' created successfully 2018-11-05 23:53:03,120 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-05 23:53:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"subnet_id": "c7af853e-6f6d-4bcc-be2e-ed3973180ba5"}' 2018-11-05 23:53:04,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ea3be8d-cd0b-42a0-afbe-45da5857db6d Date: Mon, 05 Nov 2018 23:53:04 GMT RESP BODY: {"network_id": "7ac24731-4eea-4797-80df-4318fda474fd", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "c7af853e-6f6d-4bcc-be2e-ed3973180ba5", "subnet_ids": ["c7af853e-6f6d-4bcc-be2e-ed3973180ba5"], "port_id": "f0819179-3fe7-47ca-b348-edd798cfce9b", "id": "711df9c3-e73e-4d8e-84da-4160fe95a70c"} 2018-11-05 23:53:04,835 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c/add_router_interface used request id req-1ea3be8d-cd0b-42a0-afbe-45da5857db6d 2018-11-05 23:53:04,837 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-05 23:53:04,837 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-05 23:53:04,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:53:04,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-43bc8fdb-312d-4ec3-8415-19e49a776dc1 Date: Mon, 05 Nov 2018 23:53:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ac24731-4eea-4797-80df-4318fda474fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["c7af853e-6f6d-4bcc-be2e-ed3973180ba5"],"description":"","tags":[],"updated_at":"2018-11-05T23:53:02Z","provider:segmentation_id":13,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:53:01Z","provider:network_type":"vxlan"}]} 2018-11-05 23:53:04,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-43bc8fdb-312d-4ec3-8415-19e49a776dc1 2018-11-05 23:53:04,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}}' 2018-11-05 23:53:06,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-9c343db7-fe3d-4f8b-800a-9c8b107aa73b Date: Mon, 05 Nov 2018 23:53:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:53:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:53:06Z", "revision_number": 4, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "711df9c3-e73e-4d8e-84da-4160fe95a70c", "name": "sdnvpn-4-1-router"}} 2018-11-05 23:53:06,708 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c used request id req-9c343db7-fe3d-4f8b-800a-9c8b107aa73b 2018-11-05 23:53:06,709 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-05 23:53:06,709 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-11-05 23:53:06,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-11-05 23:53:07,104 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-5f1581ca-f7d7-48a7-8c46-9b9a3a136eec Date: Mon, 05 Nov 2018 23:53:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e3568e8c-da2c-446b-9e6f-e15d9af69ba0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:53:06Z","is_default":false,"provider:segmentation_id":92,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:53:06Z","mtu":1450}} 2018-11-05 23:53:07,104 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5f1581ca-f7d7-48a7-8c46-9b9a3a136eec 2018-11-05 23:53:07,105 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network e3568e8c-da2c-446b-9e6f-e15d9af69ba0 with cidr 10.10.11.0/24 2018-11-05 23:53:07,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"subnets": [{"ip_version": 4, "network_id": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-11-05 23:53:07,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ef96b93e-4689-4d24-bca8-8231f5fecc48 Date: Mon, 05 Nov 2018 23:53:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3568e8c-da2c-446b-9e6f-e15d9af69ba0","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-05T23:53:07Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-05T23:53:07Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"fb0218e1-a42e-4260-838b-3dc4cb97c868","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-11-05 23:53:07,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ef96b93e-4689-4d24-bca8-8231f5fecc48 2018-11-05 23:53:07,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:53:07,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-d4f09b91-2d33-4898-ae21-dc44460f8f83 Date: Mon, 05 Nov 2018 23:53:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-05 23:53:07,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d4f09b91-2d33-4898-ae21-dc44460f8f83 2018-11-05 23:53:07,716 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-05 23:53:07,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:07,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9d608a-8b6c-4105-bd8e-acab594f60c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:07,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa9d608a-8b6c-4105-bd8e-acab594f60c0 2018-11-05 23:53:07,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:08,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["qb3ePMP8SG2JZe8UO-xzlQ"], "issued_at": "2018-11-05T23:53:08.000000Z"}} 2018-11-05 23:53:08,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:53:08,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-13311b3e-d660-4083-8724-fd60c4d50712 x-compute-request-id: req-13311b3e-d660-4083-8724-fd60c4d50712 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:53:08,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-13311b3e-d660-4083-8724-fd60c4d50712 2018-11-05 23:53:08,289 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-11-05 23:53:08,290 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-11-05 23:53:08,290 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=c17c49fa-6223-4a66-86c8-b6f6ba1f7096 network=7ac24731-4eea-4797-80df-4318fda474fd secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:53:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:08,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:08,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:08,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:08,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:08,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:08,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e768e8a-4c47-4250-8cfe-187966e51e6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:08,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e768e8a-4c47-4250-8cfe-187966e51e6e 2018-11-05 23:53:08,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:08,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["UwDaKPMESQuz_xfUfbkV7A"], "issued_at": "2018-11-05T23:53:08.000000Z"}} 2018-11-05 23:53:08,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f86f96c0860fd54132d9f90f2f56cd93ae49262" 2018-11-05 23:53:08,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-d501b832-43fc-48a8-9508-a0837d801de2 x-compute-request-id: req-d501b832-43fc-48a8-9508-a0837d801de2 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:53:08,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d501b832-43fc-48a8-9508-a0837d801de2 2018-11-05 23:53:08,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f86f96c0860fd54132d9f90f2f56cd93ae49262" 2018-11-05 23:53:08,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-1e320662-94ae-4968-8121-47a8379e30f9 x-compute-request-id: req-1e320662-94ae-4968-8121-47a8379e30f9 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:53:08,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-1e320662-94ae-4968-8121-47a8379e30f9 2018-11-05 23:53:08,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f86f96c0860fd54132d9f90f2f56cd93ae49262" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7ac24731-4eea-4797-80df-4318fda474fd"}]}}' 2018-11-05 23:53:10,365 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2831876-e78c-4798-b4b8-4b29954b8ee2 x-compute-request-id: req-e2831876-e78c-4798-b4b8-4b29954b8ee2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "adminPass": "h5kdgKggYnMe"}} 2018-11-05 23:53:10,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e2831876-e78c-4798-b4b8-4b29954b8ee2 2018-11-05 23:53:10,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:10,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb1b7e2-6b17-4469-95bb-703300893566 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:10,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdb1b7e2-6b17-4469-95bb-703300893566 2018-11-05 23:53:10,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:10,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["MiORwxHyTmqFf7Ad-h5Sng"], "issued_at": "2018-11-05T23:53:10.000000Z"}} 2018-11-05 23:53:10,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1329b4b70a46fcfa6d7ec00a63af1aea89618ca9" 2018-11-05 23:53:11,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-780202b1-93ed-416e-b4dd-2cac4bc639bd x-compute-request-id: req-780202b1-93ed-416e-b4dd-2cac4bc639bd Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:11,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 used request id req-780202b1-93ed-416e-b4dd-2cac4bc639bd 2018-11-05 23:53:14,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1329b4b70a46fcfa6d7ec00a63af1aea89618ca9" 2018-11-05 23:53:14,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-fdd6b62f-a70c-4f92-a108-d5934b96047c x-compute-request-id: req-fdd6b62f-a70c-4f92-a108-d5934b96047c Content-Encoding: gzip Content-Length: 704 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:11Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:14,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 used request id req-fdd6b62f-a70c-4f92-a108-d5934b96047c 2018-11-05 23:53:17,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1329b4b70a46fcfa6d7ec00a63af1aea89618ca9" 2018-11-05 23:53:18,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-e3074ea2-54ba-4124-87a1-a50b39a265e1 x-compute-request-id: req-e3074ea2-54ba-4124-87a1-a50b39a265e1 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:6a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-11-05T23:53:15.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:15Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:18,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 used request id req-e3074ea2-54ba-4124-87a1-a50b39a265e1 2018-11-05 23:53:18,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f86f96c0860fd54132d9f90f2f56cd93ae49262" 2018-11-05 23:53:19,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7afd7bd-e390-4815-b68c-2eabfeeb89da x-compute-request-id: req-f7afd7bd-e390-4815-b68c-2eabfeeb89da Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:6a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-11-05T23:53:15.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:15Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:19,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03 used request id req-f7afd7bd-e390-4815-b68c-2eabfeeb89da 2018-11-05 23:53:19,475 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.13'. 2018-11-05 23:53:19,475 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-11-05 23:53:19,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:53:21,088 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53: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 x-openstack-request-id: req-70789be2-5528-44cc-99b3-3359991571cf x-compute-request-id: req-70789be2-5528-44cc-99b3-3359991571cf Content-Length: 0 Content-Type: application/json 2018-11-05 23:53:21,088 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03/action used request id req-70789be2-5528-44cc-99b3-3359991571cf 2018-11-05 23:53:21,089 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-11-05 23:53:21,089 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=c17c49fa-6223-4a66-86c8-b6f6ba1f7096 network=7ac24731-4eea-4797-80df-4318fda474fd secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:53:21,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:21,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:21,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:21,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:21,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:21,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:21,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:21,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:21,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:21,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:21,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:21,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:21,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:21,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:21,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:21,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af8101b7-2bab-4443-a0ef-b311035b1183 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:21,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-af8101b7-2bab-4443-a0ef-b311035b1183 2018-11-05 23:53:21,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:21,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["FcH-ENtJTda7n3gGGR8UyQ"], "issued_at": "2018-11-05T23:53:21.000000Z"}} 2018-11-05 23:53:21,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f20d92bc090e01e9e2568871ecc0eae2f23e2595" 2018-11-05 23:53:21,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-84d04cc9-eb8f-4d3b-ac76-a78548abc2d4 x-compute-request-id: req-84d04cc9-eb8f-4d3b-ac76-a78548abc2d4 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:53:21,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-84d04cc9-eb8f-4d3b-ac76-a78548abc2d4 2018-11-05 23:53:21,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f20d92bc090e01e9e2568871ecc0eae2f23e2595" 2018-11-05 23:53:21,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-bf3dfc80-d40b-4e1b-84aa-12ca6ca6cfe6 x-compute-request-id: req-bf3dfc80-d40b-4e1b-84aa-12ca6ca6cfe6 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:53:21,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-bf3dfc80-d40b-4e1b-84aa-12ca6ca6cfe6 2018-11-05 23:53:21,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f20d92bc090e01e9e2568871ecc0eae2f23e2595" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7ac24731-4eea-4797-80df-4318fda474fd"}]}}' 2018-11-05 23:53:23,586 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53: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-e224b075-4d66-42cb-b3cd-63f55fa75edb x-compute-request-id: req-e224b075-4d66-42cb-b3cd-63f55fa75edb Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "adminPass": "i7SByaxsr7BE"}} 2018-11-05 23:53:23,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e224b075-4d66-42cb-b3cd-63f55fa75edb 2018-11-05 23:53:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:23,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d84a78-c824-4e30-8ba7-663c9cffab6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:23,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56d84a78-c824-4e30-8ba7-663c9cffab6a 2018-11-05 23:53:23,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:23,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["UHdS5soASY-EMSnLhwgYHA"], "issued_at": "2018-11-05T23:53:23.000000Z"}} 2018-11-05 23:53:23,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34024a9acd230dbf91d7154644a507b6f733516b" 2018-11-05 23:53:24,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57469649-b1ad-4c06-8947-5e161d6b7120 x-compute-request-id: req-57469649-b1ad-4c06-8947-5e161d6b7120 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:24Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:24,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 used request id req-57469649-b1ad-4c06-8947-5e161d6b7120 2018-11-05 23:53:27,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34024a9acd230dbf91d7154644a507b6f733516b" 2018-11-05 23:53:28,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-06f93cef-50c8-4b20-88dc-3aecc46c5388 x-compute-request-id: req-06f93cef-50c8-4b20-88dc-3aecc46c5388 Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:24Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:28,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 used request id req-06f93cef-50c8-4b20-88dc-3aecc46c5388 2018-11-05 23:53:31,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34024a9acd230dbf91d7154644a507b6f733516b" 2018-11-05 23:53:31,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-c9057f71-8da1-4f7a-a503-fdb614e39d64 x-compute-request-id: req-c9057f71-8da1-4f7a-a503-fdb614e39d64 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:31,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 used request id req-c9057f71-8da1-4f7a-a503-fdb614e39d64 2018-11-05 23:53:31,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f20d92bc090e01e9e2568871ecc0eae2f23e2595" 2018-11-05 23:53:32,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-4eac1fc4-5bc0-44bb-884b-dd471e387a0c x-compute-request-id: req-4eac1fc4-5bc0-44bb-884b-dd471e387a0c Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:32,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083 used request id req-4eac1fc4-5bc0-44bb-884b-dd471e387a0c 2018-11-05 23:53:32,596 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.5'. 2018-11-05 23:53:32,596 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-11-05 23:53:32,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:53:34,147 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53: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-d6dde9b4-c363-40f3-a58e-bd72ea006b88 x-compute-request-id: req-d6dde9b4-c363-40f3-a58e-bd72ea006b88 Content-Length: 0 Content-Type: application/json 2018-11-05 23:53:34,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083/action used request id req-d6dde9b4-c363-40f3-a58e-bd72ea006b88 2018-11-05 23:53:34,148 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-11-05 23:53:34,148 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=c17c49fa-6223-4a66-86c8-b6f6ba1f7096 network=e3568e8c-da2c-446b-9e6f-e15d9af69ba0 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-05 23:53:34,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:34,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:34,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:34,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:34,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:34,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:34,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:34,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:34,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:34,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:34,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:34,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85b0dac-3240-4d8f-83c4-94cc15450a78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:34,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d85b0dac-3240-4d8f-83c4-94cc15450a78 2018-11-05 23:53:34,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:34,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["5yUbRaGpTgO7wrbqcsH6FQ"], "issued_at": "2018-11-05T23:53:34.000000Z"}} 2018-11-05 23:53:34,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" 2018-11-05 23:53:34,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-4ff0716c-0933-4fb1-855d-96d20bf0e38c x-compute-request-id: req-4ff0716c-0933-4fb1-855d-96d20bf0e38c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:53:34,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4ff0716c-0933-4fb1-855d-96d20bf0e38c 2018-11-05 23:53:34,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" 2018-11-05 23:53:34,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-8a585742-b110-448c-a1ce-1c1cb84a7f9b x-compute-request-id: req-8a585742-b110-448c-a1ce-1c1cb84a7f9b Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:53:34,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-8a585742-b110-448c-a1ce-1c1cb84a7f9b 2018-11-05 23:53:34,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0"}]}}' 2018-11-05 23:53:36,599 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53: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-d3e4f554-1679-4d04-a389-126d1a394c16 x-compute-request-id: req-d3e4f554-1679-4d04-a389-126d1a394c16 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "adminPass": "bg9QkCFgsPms"}} 2018-11-05 23:53:36,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d3e4f554-1679-4d04-a389-126d1a394c16 2018-11-05 23:53:36,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:36,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e3e216-df78-42de-9896-ab3cb846644e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:36,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-24e3e216-df78-42de-9896-ab3cb846644e 2018-11-05 23:53:36,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:36,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["fJe4WK_LSMGkq6v2QPbv-Q"], "issued_at": "2018-11-05T23:53:37.000000Z"}} 2018-11-05 23:53:36,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06bf8c5c776bbf1b8c5df95e0013842b2db826b" 2018-11-05 23:53:37,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31e860c5-3435-4b1d-84de-bece84978938 x-compute-request-id: req-31e860c5-3435-4b1d-84de-bece84978938 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:37,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 used request id req-31e860c5-3435-4b1d-84de-bece84978938 2018-11-05 23:53:40,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06bf8c5c776bbf1b8c5df95e0013842b2db826b" 2018-11-05 23:53:41,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a51a74b-d36b-4831-a073-23e960bda5fc x-compute-request-id: req-5a51a74b-d36b-4831-a073-23e960bda5fc Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:37Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:41,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 used request id req-5a51a74b-d36b-4831-a073-23e960bda5fc 2018-11-05 23:53:44,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06bf8c5c776bbf1b8c5df95e0013842b2db826b" 2018-11-05 23:53:44,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-bd8f66e7-5871-417a-807b-f02e93bdb3f8 x-compute-request-id: req-bd8f66e7-5871-417a-807b-f02e93bdb3f8 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:44,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 used request id req-bd8f66e7-5871-417a-807b-f02e93bdb3f8 2018-11-05 23:53:44,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" 2018-11-05 23:53:45,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-08c50df4-3780-4f58-986b-6eb6e2d5edbb x-compute-request-id: req-08c50df4-3780-4f58-986b-6eb6e2d5edbb Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:45,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68 used request id req-08c50df4-3780-4f58-986b-6eb6e2d5edbb 2018-11-05 23:53:45,633 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.8'. 2018-11-05 23:53:45,633 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-11-05 23:53:45,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:53:46,777 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f78c283b-af7b-421a-9eda-c8da27b540f2 x-compute-request-id: req-f78c283b-af7b-421a-9eda-c8da27b540f2 Content-Length: 0 Content-Type: application/json 2018-11-05 23:53:46,777 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-f78c283b-af7b-421a-9eda-c8da27b540f2 2018-11-05 23:53:46,778 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-11-05 23:53:46,778 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=c17c49fa-6223-4a66-86c8-b6f6ba1f7096 network=e3568e8c-da2c-446b-9e6f-e15d9af69ba0 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-05 23:53:46,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:46,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:46,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:46,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:46,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:46,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:46,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:46,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:46,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa26c13-32a2-4640-b609-9bea509ae537 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:46,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fa26c13-32a2-4640-b609-9bea509ae537 2018-11-05 23:53:46,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:47,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["gWusEiRdRn6Bet9aXSGagg"], "issued_at": "2018-11-05T23:53:47.000000Z"}} 2018-11-05 23:53:47,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" 2018-11-05 23:53:47,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-46223a63-46a0-4827-b7bf-3028592ef004 x-compute-request-id: req-46223a63-46a0-4827-b7bf-3028592ef004 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:53:47,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-46223a63-46a0-4827-b7bf-3028592ef004 2018-11-05 23:53:47,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" 2018-11-05 23:53:47,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-ee10d7d4-c88b-44fd-a161-441837ce6b7a x-compute-request-id: req-ee10d7d4-c88b-44fd-a161-441837ce6b7a Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:53:47,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-ee10d7d4-c88b-44fd-a161-441837ce6b7a 2018-11-05 23:53:47,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0"}], "config_drive": true}}' 2018-11-05 23:53:48,827 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-947bb6ce-04e0-4bcf-a70e-5fb6bac7a512 x-compute-request-id: req-947bb6ce-04e0-4bcf-a70e-5fb6bac7a512 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "adminPass": "ax43FnXNKobm"}} 2018-11-05 23:53:48,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-947bb6ce-04e0-4bcf-a70e-5fb6bac7a512 2018-11-05 23:53:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:48,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121dc188-a2fe-47b5-af34-fdab74700280 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:48,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-121dc188-a2fe-47b5-af34-fdab74700280 2018-11-05 23:53:48,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:49,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Ez_EZw9wT6-3VGH9GlT-mQ"], "issued_at": "2018-11-05T23:53:49.000000Z"}} 2018-11-05 23:53:49,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e43d23cac8d2a3ed7a51edcad730976a77fa684" 2018-11-05 23:53:49,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-c2369f19-7e7e-4daf-b994-9461c1cbba10 x-compute-request-id: req-c2369f19-7e7e-4daf-b994-9461c1cbba10 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:53:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:49,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb used request id req-c2369f19-7e7e-4daf-b994-9461c1cbba10 2018-11-05 23:53:52,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e43d23cac8d2a3ed7a51edcad730976a77fa684" 2018-11-05 23:53:53,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-be1202d6-1d62-43f7-8f6e-ac1fd826f52f x-compute-request-id: req-be1202d6-1d62-43f7-8f6e-ac1fd826f52f Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:53:49Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:53,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb used request id req-be1202d6-1d62-43f7-8f6e-ac1fd826f52f 2018-11-05 23:53:56,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e43d23cac8d2a3ed7a51edcad730976a77fa684" 2018-11-05 23:53:57,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d9ef32c-e810-491f-af0e-3b77f48f96d4 x-compute-request-id: req-7d9ef32c-e810-491f-af0e-3b77f48f96d4 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:57,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb used request id req-7d9ef32c-e810-491f-af0e-3b77f48f96d4 2018-11-05 23:53:57,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" 2018-11-05 23:53:57,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-4d8e7927-deb9-48c2-bd5a-df67ba1b2b2f x-compute-request-id: req-4d8e7927-deb9-48c2-bd5a-df67ba1b2b2f Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:53:57,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb used request id req-4d8e7927-deb9-48c2-bd5a-df67ba1b2b2f 2018-11-05 23:53:57,820 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.6'. 2018-11-05 23:53:57,821 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-11-05 23:53:57,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:53:59,100 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53: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-8421ddef-afed-4b30-a390-f2ba2b5a59c3 x-compute-request-id: req-8421ddef-afed-4b30-a390-f2ba2b5a59c3 Content-Length: 0 Content-Type: application/json 2018-11-05 23:53:59,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action used request id req-8421ddef-afed-4b30-a390-f2ba2b5a59c3 2018-11-05 23:53:59,101 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-11-05 23:53:59,101 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=c17c49fa-6223-4a66-86c8-b6f6ba1f7096 network=7ac24731-4eea-4797-80df-4318fda474fd secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.13 10.10.10.5 10.10.11.6 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-05 23:53:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:59,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:59,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:59,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:59,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:59,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:59,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:53:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:53:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:53:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:53:59,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:53:59,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cdefdc7-c83a-4427-b9cd-1a3a652cc271 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:53:59,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2cdefdc7-c83a-4427-b9cd-1a3a652cc271 2018-11-05 23:53:59,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:53:59,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["-WsZ6upBQH-HuX2ZZhZhqQ"], "issued_at": "2018-11-05T23:53:59.000000Z"}} 2018-11-05 23:53:59,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" 2018-11-05 23:53:59,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-b369f01c-1071-4d04-a186-a62f8d0e024b x-compute-request-id: req-b369f01c-1071-4d04-a186-a62f8d0e024b Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-05 23:53:59,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b369f01c-1071-4d04-a186-a62f8d0e024b 2018-11-05 23:53:59,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" 2018-11-05 23:53:59,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:53: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-6ff44ae0-82e0-4caa-9472-b8533e524b09 x-compute-request-id: req-6ff44ae0-82e0-4caa-9472-b8533e524b09 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:53:59,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-6ff44ae0-82e0-4caa-9472-b8533e524b09 2018-11-05 23:53:59,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMyAxMC4xMC4xMC41IDEwLjEwLjExLjYgMTAuMTAuMTEuOAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7ac24731-4eea-4797-80df-4318fda474fd"}], "config_drive": true}}' 2018-11-05 23:54:01,000 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:53: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-0558dd0f-21e5-4387-945a-9c8ded0fb524 x-compute-request-id: req-0558dd0f-21e5-4387-945a-9c8ded0fb524 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "402f8592-718b-42e9-b684-45e1de4f1607", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "bookmark"}], "adminPass": "E9HWkY9GUf4S"}} 2018-11-05 23:54:01,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0558dd0f-21e5-4387-945a-9c8ded0fb524 2018-11-05 23:54:01,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:54:01,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100612e1-82b9-45aa-b39e-b1c58b266e63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:54:01,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-100612e1-82b9-45aa-b39e-b1c58b266e63 2018-11-05 23:54:01,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:54:01,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["1CvVR9EHTliwXTVbGSGl3Q"], "issued_at": "2018-11-05T23:54:01.000000Z"}} 2018-11-05 23:54:01,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147f408f2670f5ab1ead1aa7338a92bc22b3599" 2018-11-05 23:54:01,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51787b29-9836-4982-b1df-528bd860e21f x-compute-request-id: req-51787b29-9836-4982-b1df-528bd860e21f Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "402f8592-718b-42e9-b684-45e1de4f1607", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:54:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-11-05T23:54:00Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:54:01,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 used request id req-51787b29-9836-4982-b1df-528bd860e21f 2018-11-05 23:54:04,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147f408f2670f5ab1ead1aa7338a92bc22b3599" 2018-11-05 23:54:05,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-128ab03f-1124-4730-bb22-f0a0f91cdca7 x-compute-request-id: req-128ab03f-1124-4730-bb22-f0a0f91cdca7 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:94:67", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "402f8592-718b-42e9-b684-45e1de4f1607", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-05T23:54:01Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-05T23:54:00Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:54:05,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 used request id req-128ab03f-1124-4730-bb22-f0a0f91cdca7 2018-11-05 23:54:08,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147f408f2670f5ab1ead1aa7338a92bc22b3599" 2018-11-05 23:54:09,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-9fb7cb7d-a43d-4e85-a3b2-f4ccd73b7726 x-compute-request-id: req-9fb7cb7d-a43d-4e85-a3b2-f4ccd73b7726 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:94:67", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-11-05T23:54:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "402f8592-718b-42e9-b684-45e1de4f1607", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:54:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-05T23:54:00Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:54:09,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 used request id req-9fb7cb7d-a43d-4e85-a3b2-f4ccd73b7726 2018-11-05 23:54:09,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" 2018-11-05 23:54:09,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-045527cb-ac72-472f-879a-e4792357135e x-compute-request-id: req-045527cb-ac72-472f-879a-e4792357135e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:94:67", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-11-05T23:54:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "402f8592-718b-42e9-b684-45e1de4f1607", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:54:06Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-05T23:54:00Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-05 23:54:09,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607 used request id req-045527cb-ac72-472f-879a-e4792357135e 2018-11-05 23:54:09,819 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.8'. 2018-11-05 23:54:09,819 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-11-05 23:54:09,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-05 23:54:11,237 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:54: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-657cf335-e14e-404f-9073-1ef47f9484bd x-compute-request-id: req-657cf335-e14e-404f-9073-1ef47f9484bd Content-Length: 0 Content-Type: application/json 2018-11-05 23:54:11,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-657cf335-e14e-404f-9073-1ef47f9484bd 2018-11-05 23:54:11,238 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-11-05 23:54:11,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-443936", "route_distinguishers": "12:12"}}' 2018-11-05 23:54:11,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-f997d73f-93b2-465b-8539-8b4e535a83dc Date: Mon, 05 Nov 2018 23:54:11 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f", "name": "sdnvpn-443936", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:54:11,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-f997d73f-93b2-465b-8539-8b4e535a83dc 2018-11-05 23:54:11,547 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-443936', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f'}} 2018-11-05 23:54:11,547 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-11-05 23:54:11,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"router_association": {"router_id": "711df9c3-e73e-4d8e-84da-4160fe95a70c"}}' 2018-11-05 23:54:12,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-26963401-9e0e-4703-8a08-d2d7ab6a6ea1 Date: Mon, 05 Nov 2018 23:54:12 GMT RESP BODY: {"router_association": {"router_id": "711df9c3-e73e-4d8e-84da-4160fe95a70c", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "7ab751f9-4035-482b-856c-621b322889ad"}} 2018-11-05 23:54:12,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f/router_associations used request id req-26963401-9e0e-4703-8a08-d2d7ab6a6ea1 2018-11-05 23:54:12,094 - sdnvpn_test_utils - INFO - Waiting for instance 653bf639-e0b5-4151-ae83-3f155b497d03 to boot up 2018-11-05 23:54:12,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f86f96c0860fd54132d9f90f2f56cd93ae49262" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:13,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f86656a3-8d7f-4be8-9688-1ba88a003ff8 x-compute-request-id: req-f86656a3-8d7f-4be8-9688-1ba88a003ff8 Content-Encoding: gzip Content-Length: 11024 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 511517333 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.152158] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153815] pid_max: default: 32768 minimum: 301\n[ 0.154715] ACPI: Core revision 20150930\n[ 0.156095] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157397] Security Framework initialized\n[ 0.158201] Yama: becoming mindful.\n[ 0.158926] AppArmor: AppArmor initialized\n[ 0.159790] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163571] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164958] Initializing cgroup subsys io\n[ 0.165766] Initializing cgroup subsys memory\n[ 0.166620] Initializing cgroup subsys devices\n[ 0.167495] Initializing cgroup subsys freezer\n[ 0.168356] Initializing cgroup subsys net_cls\n[ 0.169215] Initializing cgroup subsys perf_event\n[ 0.170128] Initializing cgroup subsys net_prio\n[ 0.171000] Initializing cgroup subsys hugetlb\n[ 0.171870] Initializing cgroup subsys pids\n[ 0.172741] CPU: Physical Processor ID: 0\n[ 0.174236] mce: CPU supports 10 MCE banks\n[ 0.175076] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176087] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193593] ftrace: allocating 31920 entries in 125 pages\n[ 0.220787] smpboot: Max logical packages: 1\n[ 0.221645] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222980] x2apic enabled\n[ 0.223799] Switched APIC routing to physical x2apic.\n[ 0.225540] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230409] KVM setup paravirtual spinlock\n[ 0.231746] x86: Booted up 1 node, 1 CPUs\n[ 0.232556] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233935] devtmpfs: initialized\n[ 0.235654] evm: security.selinux\n[ 0.236353] evm: security.SMACK64\n[ 0.237037] evm: security.SMACK64EXEC\n[ 0.237776] evm: security.SMACK64TRANSMUTE\n[ 0.238577] evm: security.SMACK64MMAP\n[ 0.239318] evm: security.ima\n[ 0.239951] evm: security.capability\n[ 0.240754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242595] pinctrl core: initialized pinctrl subsystem\n[ 0.243691] RTC time: 23:53:15, date: 11/05/18\n[ 0.244641] NET: Registered protocol family 16\n[ 0.245606] cpuidle: using governor ladder\n[ 0.246416] cpuidle: using governor menu\n[ 0.247191] PCCT header not found.\n[ 0.247943] ACPI: bus type PCI registered\n[ 0.248740] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.250027] PCI: Using configuration type 1 for base access\n[ 0.252019] ACPI: Added _OSI(Module Device)\n[ 0.253021] ACPI: Added _OSI(Processor Device)\n[ 0.254043] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255114] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257443] ACPI: Interpreter enabled\n[ 0.258350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.267099] ACPI: (supports S0 S5)\n[ 0.267913] ACPI: Using IOAPIC for interrupt routing\n[ 0.269044] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.272494] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.273886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.275369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276800] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279441] acpiphp: Slot [3] registered\n[ 0.280387] acpiphp: Slot [4] registered\n[ 0.281327] acpiphp: Slot [5] registered\n[ 0.282281] acpiphp: Slot [6] registered\n[ 0.283224] acpiphp: Slot [7] registered\n[ 0.284158] acpiphp: Slot [8] registered\n[ 0.285083] acpiphp: Slot [9] registered\n[ 0.286005] acpiphp: Slot [10] registered\n[ 0.286942] acpiphp: Slot [11] registered\n[ 0.287880] acpiphp: Slot [12] registered\n[ 0.288854] acpiphp: Slot [13] registered\n[ 0.289794] acpiphp: Slot [14] registered\n[ 0.290773] acpiphp: Slot [15] registered\n[ 0.301625] acpiphp: Slot [16] registered\n[ 0.302590] acpiphp: Slot [17] registered\n[ 0.303544] acpiphp: Slot [18] registered\n[ 0.304491] acpiphp: Slot [19] registered\n[ 0.305433] acpiphp: Slot [20] registered\n[ 0.306386] acpiphp: Slot [21] registered\n[ 0.307334] acpiphp: Slot [22] registered\n[ 0.308282] acpiphp: Slot [23] registered\n[ 0.309225] acpiphp: Slot [24] registered\n[ 0.310168] acpiphp: Slot [25] registered\n[ 0.311119] acpiphp: Slot [26] registered\n[ 0.312070] acpiphp: Slot [27] registered\n[ 0.313022] acpiphp: Slot [28] registered\n[ 0.313975] acpiphp: Slot [29] registered\n[ 0.314923] acpiphp: Slot [30] registered\n[ 0.315884] acpiphp: Slot [31] registered\n[ 0.316827] PCI host bridge to bus 0000:00\n[ 0.317776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319216] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322354] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.324046] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330553] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.334994] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.341949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343355] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.393460] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.394944] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.396360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.397764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.399159] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.400410] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.401579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.402663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.404207] vgaarb: loaded\n[ 0.404806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.405949] SCSI subsystem initialized\n[ 0.406781] ACPI: bus type USB registered\n[ 0.407683] usbcore: registered new interface driver usbfs\n[ 0.408717] usbcore: registered new interface driver hub\n[ 0.409720] usbcore: registered new device driver usb\n[ 0.410776] PCI: Using ACPI for IRQ routing\n[ 0.411806] NetLabel: Initializing\n[ 0.412551] NetLabel: domain hash size = 128\n[ 0.413399] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.414347] NetLabel: unlabeled traffic allowed by default\n[ 0.415441] clocksource: Switched to clocksource kvm-clock\n[ 0.421171] AppArmor: AppArmor Filesystem Enabled\n[ 0.422154] pnp: PnP ACPI init\n[ 0.423087] pnp: PnP ACPI: found 5 devices\n[ 0.429479] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431166] NET: Registered protocol family 2\n[ 0.432134] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433422] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434579] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435734] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436902] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438334] NET: Registered protocol family 1\n[ 0.439364] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.456257] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470690] Trying to unpack rootfs image as initramfs...\n[ 0.521430] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535347] Scanning for low memory corruption every 60 seconds\n[ 0.536887] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538227] audit: initializing netlink subsys (disabled)\n[ 0.539436] audit: type=2000 audit(1541461996.127:1): initialized\n[ 0.540982] Initialise system trusted keyring\n[ 0.542047] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545521] zbud: loaded\n[ 0.546315] VFS: Disk quotas dquot_6.6.0\n[ 0.547228] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548933] fuse init (API version 7.23)\n[ 0.549932] Key type big_key registered\n[ 0.550843] Allocating IMA MOK and blacklist keyrings.\n[ 0.552071] Key type asymmetric registered\n[ 0.553017] Asymmetric key parser 'x509' registered\n[ 0.554135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555900] io scheduler noop registered\n[ 0.563104] io scheduler deadline registered (default)\n[ 0.564719] io scheduler cfq registered\n[ 0.565589] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.566637] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.567917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569395] ACPI: Power Button [PWRF]\n[ 0.570273] GHES: HEST is not enabled!\n[ 0.584071] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.612916] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615523] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.639520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.642044] Linux agpgart interface v0.103\n[ 0.644104] brd: module loaded\n[ 0.645301] loop: module loaded\n[ 0.650144] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651620] GPT:90111 != 2097151\n[ 0.652302] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653397] GPT:90111 != 2097151\n[ 0.654069] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655043] vda: vda1 vda15\n[ 0.656489] scsi host0: ata_piix\n[ 0.657222] scsi host1: ata_piix\n[ 0.658038] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659255] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660710] libphy: Fixed MDIO Bus: probed\n[ 0.661529] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662488] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664719] PPP generic driver version 2.4.2\n[ 0.665860] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667472] ehci-pci: EHCI PCI platform driver\n[ 0.668606] ehci-platform: EHCI generic platform driver\n[ 0.669820] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.671244] ohci-pci: OHCI PCI platform driver\n[ 0.672318] ohci-platform: OHCI generic platform driver\n[ 0.673577] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.688408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.689680] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.691513] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.692790] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695817] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697544] usb usb1: Product: UHCI Host Controller\n[ 0.698789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.700232] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.701405] hub 1-0:1.0: USB hub found\n[ 0.702375] hub 1-0:1.0: 2 ports detected\n[ 0.703406] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.705963] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707170] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708498] mousedev: PS/2 mouse device common for all mice\n[ 0.710073] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713603] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715023] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716538] i2c /dev entries driver\n[ 0.717440] device-mapper: uevent: version 1.0.3\n[ 0.718583] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.720581] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.722135] NET: Registered protocol family 10\n[ 0.723375] NET: Registered protocol family 17\n[ 0.724475] Key type dns_resolver registered\n[ 0.725587] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.727007] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729259] registered taskstats version 1\n[ 0.730364] Loading compiled-in X.509 certificates\n[ 0.732082] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734406] zswap: loaded using pool lzo/zbud\n[ 0.735998] Key type trusted registered\n[ 0.737735] Key type encrypted registered\n[ 0.738748] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.740039] ima: No TPM chip found, activating TPM-bypass!\n[ 0.741387] evm: HMAC attrs: 0x1\n[ 0.742463] Magic number: 10:187:908\n[ 0.743476] mem port: hash matches\n[ 0.744365] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:16 UTC (1541461996)\n[ 0.746370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.747808] EDD information not available.\n[ 0.820404] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832391] Write protecting the kernel read-only data: 14336k\n[ 0.834279] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836459] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.94\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.169810] 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 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDTWNKEGm+IiQeoe4ZjlREY6qoVK0yr5En74FZN+dHfWkEz+IRr6jam/hFCkDJLwKChRK0nt/OmMJuE1p6jO4nMZ1TxTxuPHR86f8c5z1ZpEPaIoBATLZ+sTcQRAv5V7umYkunaMka3+vO/1aJ/dvwKgFTHfwAcmigTHyM6HUaIFoBTdWkTLL424EkPKFIRBZIFG1+/B10OXCT2AhkBn9fXAzYEy6MBeIi8Tq9iBcXI3h75bdP/S8fnFGW2t/zLeR3qKb27W80oFojK2c5jMEz07RX9JN5EOD9KdZlYJP9fS2VbUURi0nZB943ArSP02XaQ27Lo2S3xFG4rjp3tyMvx root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM7EVdpxsBbJ+RwFjFVYmAZATB3e3MK8vfGX/krGUfWO28qS6WvvVvYyFeudLtkCN/I0NPTgrtQpmT6FdHkumZe1kk2WxbIszyZdLqBwBtH4vwRqxJVr+UinSdABNfW4Jr06JC9CCe2KbTkupKY8+bpfrGmelVLkdkeSiEzXk+SjAAAAFQCsv8x/8yTXnq6XFMqY6ot+m+dcfwAAAIBS1LVIQSeFQFJqA5K69zkdulc8BbHbZvI3aFQprbvkJrcHJKJc3dQ/9uaVfsvmUkrXMQY3VyszpU+/zdC37xhYZWGgUQBqkT/sAPzTGhEo8WYMs79unXGwqQljahlwh8aHulBrkYWYoYO1QdeavO91iTE0OBBwCThesOqYxPBAPgAAAIAQEOgVbdnIvcAOyCX31ebITE6FFz7ln3mIgO8qPnI4msEadSg6U70BsuqRsMS5KrQgcW3ec7w2zCoiBL3Wr7cboI8D9Wxc8WrgAj9ZMcauZomptJ5PCsPpNXSa1Czp/QmPsbUakQBmGsygBzieHZ0CQx19b0xFP+1QTK0G6BVXkQ== root@sdnvpn-4-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe71:296a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.15 ===\n/dev/root resized successfully [took 2.14s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:71:29:6A \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe71:296a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8054 (7.8 KiB) TX bytes:9138 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.229 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.452 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.194 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.229 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.332 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.194/0.287/0.452 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-4-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.169810] random: dd urandom read with 5 bits of entropy available\n[ 1.175077] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.175079] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.175080] usb 1-1: Product: QEMU USB Tablet\n[ 1.175081] usb 1-1: Manufacturer: QEMU\n[ 1.175082] usb 1-1: SerialNumber: 42\n[ 1.531525] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.531528] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.292995] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.587262] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:53:16 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:53:16 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:53:16 cirros kern.notice kernel: [ 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)\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:53:16 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:53:16 cirros kern.notice kernel: [ 1.169810] random: dd urandom read with 5 bits of entropy available\nNov 5 23:53:16 cirros kern.info kernel: [ 1.175077] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 5 23:53:16 cirros kern.info kernel: [ 1.175079] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 5 23:53:16 cirros kern.info kernel: [ 1.175080] usb 1-1: Product: QEMU USB Tablet\nNov 5 23:53:16 cirros kern.info kernel: [ 1.175081] usb 1-1: Manufacturer: QEMU\nNov 5 23:53:16 cirros kern.info kernel: [ 1.175082] usb 1-1: SerialNumber: 42\nNov 5 23:53:17 cirros kern.info kernel: [ 1.531525] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nNov 5 23:53:17 cirros kern.info kernel: [ 1.531528] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nNov 5 23:53:18 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:53:18 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:53:19 cirros kern.info kernel: [ 3.292995] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:53:19 cirros kern.info kernel: [ 3.587262] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-2 login: "} 2018-11-05 23:54:13,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03/action used request id req-f86656a3-8d7f-4be8-9688-1ba88a003ff8 2018-11-05 23:54:15,204 - sdnvpn_test_utils - INFO - Waiting for instance 4e53f209-5e08-4c00-bdea-5cfa90dd6083 to boot up 2018-11-05 23:54:15,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f20d92bc090e01e9e2568871ecc0eae2f23e2595" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:16,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-bed3befd-3e04-47d7-90b8-8c840c56c938 x-compute-request-id: req-bed3befd-3e04-47d7-90b8-8c840c56c938 Content-Encoding: gzip Content-Length: 11051 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 524163969 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.910 MHz processor\n[ 0.136367] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138383] pid_max: default: 32768 minimum: 301\n[ 0.139474] ACPI: Core revision 20150930\n[ 0.140982] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142572] Security Framework initialized\n[ 0.143601] Yama: becoming mindful.\n[ 0.144467] AppArmor: AppArmor initialized\n[ 0.145489] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147160] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148737] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151926] Initializing cgroup subsys io\n[ 0.152910] Initializing cgroup subsys memory\n[ 0.153951] Initializing cgroup subsys devices\n[ 0.155009] Initializing cgroup subsys freezer\n[ 0.156087] Initializing cgroup subsys net_cls\n[ 0.157170] Initializing cgroup subsys perf_event\n[ 0.158287] Initializing cgroup subsys net_prio\n[ 0.159377] Initializing cgroup subsys hugetlb\n[ 0.160408] Initializing cgroup subsys pids\n[ 0.161497] CPU: Physical Processor ID: 0\n[ 0.163183] mce: CPU supports 10 MCE banks\n[ 0.164215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165459] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176503] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183235] ftrace: allocating 31920 entries in 125 pages\n[ 0.209476] smpboot: Max logical packages: 1\n[ 0.210501] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212159] x2apic enabled\n[ 0.213087] Switched APIC routing to physical x2apic.\n[ 0.215059] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216431] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221032] KVM setup paravirtual spinlock\n[ 0.222512] x86: Booted up 1 node, 1 CPUs\n[ 0.223490] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225185] devtmpfs: initialized\n[ 0.227039] evm: security.selinux\n[ 0.227888] evm: security.SMACK64\n[ 0.228712] evm: security.SMACK64EXEC\n[ 0.229605] evm: security.SMACK64TRANSMUTE\n[ 0.230576] evm: security.SMACK64MMAP\n[ 0.231463] evm: security.ima\n[ 0.232224] evm: security.capability\n[ 0.233165] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235392] pinctrl core: initialized pinctrl subsystem\n[ 0.236727] RTC time: 23:53:27, date: 11/05/18\n[ 0.237861] NET: Registered protocol family 16\n[ 0.239001] cpuidle: using governor ladder\n[ 0.239989] cpuidle: using governor menu\n[ 0.240935] PCCT header not found.\n[ 0.241827] ACPI: bus type PCI registered\n[ 0.242781] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244227] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.246824] ACPI: Added _OSI(Processor Device)\n[ 0.247671] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248575] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250716] ACPI: Interpreter enabled\n[ 0.251479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258792] ACPI: (supports S0 S5)\n[ 0.259486] ACPI: Using IOAPIC for interrupt routing\n[ 0.260413] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263489] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265826] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269197] acpiphp: Slot [3] registered\n[ 0.269990] acpiphp: Slot [4] registered\n[ 0.270789] acpiphp: Slot [5] registered\n[ 0.271611] acpiphp: Slot [6] registered\n[ 0.272396] acpiphp: Slot [7] registered\n[ 0.273184] acpiphp: Slot [8] registered\n[ 0.273975] acpiphp: Slot [9] registered\n[ 0.274759] acpiphp: Slot [10] registered\n[ 0.275567] acpiphp: Slot [11] registered\n[ 0.276370] acpiphp: Slot [12] registered\n[ 0.277172] acpiphp: Slot [13] registered\n[ 0.277994] acpiphp: Slot [14] registered\n[ 0.278791] acpiphp: Slot [15] registered\n[ 0.289569] acpiphp: Slot [16] registered\n[ 0.290398] acpiphp: Slot [17] registered\n[ 0.291202] acpiphp: Slot [18] registered\n[ 0.292002] acpiphp: Slot [19] registered\n[ 0.292805] acpiphp: Slot [20] registered\n[ 0.293615] acpiphp: Slot [21] registered\n[ 0.294411] acpiphp: Slot [22] registered\n[ 0.295209] acpiphp: Slot [23] registered\n[ 0.296010] acpiphp: Slot [24] registered\n[ 0.296849] acpiphp: Slot [25] registered\n[ 0.297662] acpiphp: Slot [26] registered\n[ 0.298462] acpiphp: Slot [27] registered\n[ 0.299259] acpiphp: Slot [28] registered\n[ 0.300061] acpiphp: Slot [29] registered\n[ 0.300861] acpiphp: Slot [30] registered\n[ 0.301665] acpiphp: Slot [31] registered\n[ 0.302462] PCI host bridge to bus 0000:00\n[ 0.303255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305675] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308534] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314683] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317104] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324843] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326275] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372128] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373621] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375018] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376420] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377794] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379028] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380171] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382751] vgaarb: loaded\n[ 0.383343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384481] SCSI subsystem initialized\n[ 0.385292] ACPI: bus type USB registered\n[ 0.386100] usbcore: registered new interface driver usbfs\n[ 0.387114] usbcore: registered new interface driver hub\n[ 0.388108] usbcore: registered new device driver usb\n[ 0.389172] PCI: Using ACPI for IRQ routing\n[ 0.390183] NetLabel: Initializing\n[ 0.390888] NetLabel: domain hash size = 128\n[ 0.391724] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392657] NetLabel: unlabeled traffic allowed by default\n[ 0.393802] clocksource: Switched to clocksource kvm-clock\n[ 0.399500] AppArmor: AppArmor Filesystem Enabled\n[ 0.400593] pnp: PnP ACPI init\n[ 0.401550] pnp: PnP ACPI: found 5 devices\n[ 0.408028] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409996] NET: Registered protocol family 2\n[ 0.411070] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412572] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415204] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416361] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417512] NET: Registered protocol family 1\n[ 0.418369] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420540] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448971] Trying to unpack rootfs image as initramfs...\n[ 0.499257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513265] Scanning for low memory corruption every 60 seconds\n[ 0.514602] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515776] audit: initializing netlink subsys (disabled)\n[ 0.516779] audit: type=2000 audit(1541462008.635:1): initialized\n[ 0.518081] Initialise system trusted keyring\n[ 0.518984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520118] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522058] zbud: loaded\n[ 0.522747] VFS: Disk quotas dquot_6.6.0\n[ 0.523563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525039] fuse init (API version 7.23)\n[ 0.525981] Key type big_key registered\n[ 0.526950] Allocating IMA MOK and blacklist keyrings.\n[ 0.528613] Key type asymmetric registered\n[ 0.529609] Asymmetric key parser 'x509' registered\n[ 0.530820] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532556] io scheduler noop registered\n[ 0.533525] io scheduler deadline registered (default)\n[ 0.534773] io scheduler cfq registered\n[ 0.535792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.537055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539983] ACPI: Power Button [PWRF]\n[ 0.540796] GHES: HEST is not enabled!\n[ 0.554516] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583998] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586814] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612776] Linux agpgart interface v0.103\n[ 0.614806] brd: module loaded\n[ 0.615966] loop: module loaded\n[ 0.620077] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621533] GPT:90111 != 2097151\n[ 0.622232] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623346] GPT:90111 != 2097151\n[ 0.624017] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624975] vda: vda1 vda15\n[ 0.626402] scsi host0: ata_piix\n[ 0.627138] scsi host1: ata_piix\n[ 0.627846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630488] libphy: Fixed MDIO Bus: probed\n[ 0.631300] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632243] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634370] PPP generic driver version 2.4.2\n[ 0.635257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636584] ehci-pci: EHCI PCI platform driver\n[ 0.637467] ehci-platform: EHCI generic platform driver\n[ 0.638488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639607] ohci-pci: OHCI PCI platform driver\n[ 0.640470] ohci-platform: OHCI generic platform driver\n[ 0.641451] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660390] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663010] usb usb1: Product: UHCI Host Controller\n[ 0.663934] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666095] hub 1-0:1.0: USB hub found\n[ 0.666869] hub 1-0:1.0: 2 ports detected\n[ 0.667762] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669875] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670822] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671855] mousedev: PS/2 mouse device common for all mice\n[ 0.673087] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674902] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677152] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678343] i2c /dev entries driver\n[ 0.679111] device-mapper: uevent: version 1.0.3\n[ 0.680043] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681669] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682953] NET: Registered protocol family 10\n[ 0.683957] NET: Registered protocol family 17\n[ 0.684847] Key type dns_resolver registered\n[ 0.685760] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688591] registered taskstats version 1\n[ 0.689418] Loading compiled-in X.509 certificates\n[ 0.690872] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698515] zswap: loaded using pool lzo/zbud\n[ 0.714830] Key type trusted registered\n[ 0.716376] Key type encrypted registered\n[ 0.717209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719275] evm: HMAC attrs: 0x1\n[ 0.720205] Magic number: 10:187:908\n[ 0.721002] mem port: hash matches\n[ 0.721775] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:28 UTC (1541462008)\n[ 0.723354] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.724473] EDD information not available.\n[ 0.786908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798696] Write protecting the kernel read-only data: 14336k\n[ 0.800269] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802063] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.843873] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.26. iid=i-000000e7\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQD2lKAar6z/1BeWy3MJ7thc6sibZlrSfVT6OFf+lrTKKSiVW2zF2nBvwWc6nOcWLP/msJAFNkyYImxHCugp0sebR2XcPtHqRziHzywVqvJKOV0QJgdVUEokg4MzT5o7jb1TiCOcbbhcwWXoEbFPD9/F01I0amUZ2h1MvoHZhcJbayVLVe/5G48dOnTIvB30brfvfIYlF7skhz8wuCtzGDU1BP5Yrru2ck6U3iM5Yk/aouBIzMhtxYj/8Ysr5ecapajU5hYN5ZF7V5pR8pRTvpTj39S1jEjo0BAJSUoU0AtRhD0BrZ/D1o+Fgqen/DAGjU7kc9vi3t+ZmRrlqMq6hsul root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAMm5GN6oqlVAJ9Q2iHlpyy4bTLZX7a5kgQHDbwJym6PLuOt+0Uf0UI3F5/IUXOlKOlaRqruiEXRad8FShn4HinAfoLGfH+IVlha6f36ukB8bH4ASeeN0s7ATpbeq5AmDBS1sMD7YghpxWn/0Svf6L7cS0bSiD2bpQorJSFGV+JhpAAAAFQCE6l645hXqIgKdImaCnCeqcCVVQQAAAIEArSS9sEN8pAPm2b3EG6+H90AX8l0gnw/n0+LzrxnRNwixfogNUP4auhj0g/c3uyM0a81eJm7i/toD+aQAi0IJNPGiqM9L6KD4TPe5rnW3D7hCNUsH3VaL8hg2ClDXEHS+jy1oioZT/ei2of7LnczIdmC0BQxiux5Y9DLGXtZpp7YAAACBAI7dc4e6qIxhZePTHMsnEVHjIS2Y4aj0jNrauJkWlnqJAYe0MxQCHqqtQhFw/NeT8tP0H8SqWZBGllHC2xrXIsygdXhjehOQ8QSNROx0lMoaKsV22FjtccnH0dbn5Z1XwhdRbj8FB9R2qKtw6itIizxc7i/EW+b7DIk7ec3qLv43 root@sdnvpn-4-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe25:9b83/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000e7\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.05 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:25:9B:83 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe25:9b83/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7959 (7.7 KiB) TX bytes:9278 (9.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.410 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.422 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.264 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.158 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.448 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.158/0.340/0.448 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=6.535 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.710 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.805 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.798 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.735 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.710/5.916/6.535 ms\n### uname -a\nLinux sdnvpn-4-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.139355] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.139356] usb 1-1: Product: QEMU USB Tablet\n[ 1.139357] usb 1-1: Manufacturer: QEMU\n[ 1.139358] usb 1-1: SerialNumber: 42\n[ 1.339055] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.359919] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.509866] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.509869] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 4.173407] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.557982] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:53:29 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 5 23:53:29 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 5 23:53:29 cirros kern.notice kernel: [ 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)\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 5 23:53:29 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 5 23:53:29 cirros kern.info kernel: [ 1.509866] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nNov 5 23:53:29 cirros kern.info kernel: [ 1.509869] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nNov 5 23:53:31 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:53:31 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:53:31 cirros kern.info kernel: [ 4.173407] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:53:32 cirros kern.info kernel: [ 4.557982] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: "} 2018-11-05 23:54:16,277 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083/action used request id req-bed3befd-3e04-47d7-90b8-8c840c56c938 2018-11-05 23:54:18,312 - sdnvpn_test_utils - INFO - Waiting for instance cb10a4dd-bf79-4c27-b90c-a6e2db566f68 to boot up 2018-11-05 23:54:18,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:19,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-710d4362-a3c4-44ab-ab1c-395e7e98c914 x-compute-request-id: req-710d4362-a3c4-44ab-ab1c-395e7e98c914 Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500063829 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.910 MHz processor\n[ 0.130095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131712] pid_max: default: 32768 minimum: 301\n[ 0.132587] ACPI: Core revision 20150930\n[ 0.133951] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135239] Security Framework initialized\n[ 0.136034] Yama: becoming mindful.\n[ 0.136746] AppArmor: AppArmor initialized\n[ 0.137595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138900] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140202] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142751] Initializing cgroup subsys io\n[ 0.143542] Initializing cgroup subsys memory\n[ 0.144373] Initializing cgroup subsys devices\n[ 0.145238] Initializing cgroup subsys freezer\n[ 0.146086] Initializing cgroup subsys net_cls\n[ 0.146931] Initializing cgroup subsys perf_event\n[ 0.147819] Initializing cgroup subsys net_prio\n[ 0.148678] Initializing cgroup subsys hugetlb\n[ 0.149531] Initializing cgroup subsys pids\n[ 0.150380] CPU: Physical Processor ID: 0\n[ 0.151847] mce: CPU supports 10 MCE banks\n[ 0.152671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164300] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170665] ftrace: allocating 31920 entries in 125 pages\n[ 0.196966] smpboot: Max logical packages: 1\n[ 0.197807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199117] x2apic enabled\n[ 0.199909] Switched APIC routing to physical x2apic.\n[ 0.201643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202729] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206413] KVM setup paravirtual spinlock\n[ 0.207683] x86: Booted up 1 node, 1 CPUs\n[ 0.208469] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209817] devtmpfs: initialized\n[ 0.211518] evm: security.selinux\n[ 0.212197] evm: security.SMACK64\n[ 0.212880] evm: security.SMACK64EXEC\n[ 0.213606] evm: security.SMACK64TRANSMUTE\n[ 0.214386] evm: security.SMACK64MMAP\n[ 0.215117] evm: security.ima\n[ 0.215751] evm: security.capability\n[ 0.216537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218333] pinctrl core: initialized pinctrl subsystem\n[ 0.219411] RTC time: 23:53:39, date: 11/05/18\n[ 0.220344] NET: Registered protocol family 16\n[ 0.221297] cpuidle: using governor ladder\n[ 0.222096] cpuidle: using governor menu\n[ 0.222869] PCCT header not found.\n[ 0.223599] ACPI: bus type PCI registered\n[ 0.224381] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225604] PCI: Using configuration type 1 for base access\n[ 0.227319] ACPI: Added _OSI(Module Device)\n[ 0.228143] ACPI: Added _OSI(Processor Device)\n[ 0.228998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231981] ACPI: Interpreter enabled\n[ 0.232738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239908] ACPI: (supports S0 S5)\n[ 0.240592] ACPI: Using IOAPIC for interrupt routing\n[ 0.241604] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246935] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248083] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250225] acpiphp: Slot [3] registered\n[ 0.251001] acpiphp: Slot [4] registered\n[ 0.251796] acpiphp: Slot [5] registered\n[ 0.252581] acpiphp: Slot [6] registered\n[ 0.253352] acpiphp: Slot [7] registered\n[ 0.254123] acpiphp: Slot [8] registered\n[ 0.254896] acpiphp: Slot [9] registered\n[ 0.255664] acpiphp: Slot [10] registered\n[ 0.256446] acpiphp: Slot [11] registered\n[ 0.257230] acpiphp: Slot [12] registered\n[ 0.258021] acpiphp: Slot [13] registered\n[ 0.258806] acpiphp: Slot [14] registered\n[ 0.259589] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271303] acpiphp: Slot [17] registered\n[ 0.272090] acpiphp: Slot [18] registered\n[ 0.272883] acpiphp: Slot [19] registered\n[ 0.273666] acpiphp: Slot [20] registered\n[ 0.274451] acpiphp: Slot [21] registered\n[ 0.275234] acpiphp: Slot [22] registered\n[ 0.276021] acpiphp: Slot [23] registered\n[ 0.276806] acpiphp: Slot [24] registered\n[ 0.277590] acpiphp: Slot [25] registered\n[ 0.278368] acpiphp: Slot [26] registered\n[ 0.279152] acpiphp: Slot [27] registered\n[ 0.279945] acpiphp: Slot [28] registered\n[ 0.280732] acpiphp: Slot [29] registered\n[ 0.281515] acpiphp: Slot [30] registered\n[ 0.282296] acpiphp: Slot [31] registered\n[ 0.283077] PCI host bridge to bus 0000:00\n[ 0.283860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297519] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305172] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352649] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355473] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359222] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360295] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361824] vgaarb: loaded\n[ 0.362422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363537] SCSI subsystem initialized\n[ 0.364337] ACPI: bus type USB registered\n[ 0.365144] usbcore: registered new interface driver usbfs\n[ 0.366157] usbcore: registered new interface driver hub\n[ 0.367144] usbcore: registered new device driver usb\n[ 0.368176] PCI: Using ACPI for IRQ routing\n[ 0.369189] NetLabel: Initializing\n[ 0.369894] NetLabel: domain hash size = 128\n[ 0.370742] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371675] NetLabel: unlabeled traffic allowed by default\n[ 0.372744] clocksource: Switched to clocksource kvm-clock\n[ 0.378136] AppArmor: AppArmor Filesystem Enabled\n[ 0.379075] pnp: PnP ACPI init\n[ 0.379974] pnp: PnP ACPI: found 5 devices\n[ 0.386337] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388017] NET: Registered protocol family 2\n[ 0.388958] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391341] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394688] NET: Registered protocol family 1\n[ 0.395539] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397664] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425901] Trying to unpack rootfs image as initramfs...\n[ 0.475680] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489553] Scanning for low memory corruption every 60 seconds\n[ 0.490865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491998] audit: initializing netlink subsys (disabled)\n[ 0.493008] audit: type=2000 audit(1541462020.738:1): initialized\n[ 0.494290] Initialise system trusted keyring\n[ 0.495205] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498273] zbud: loaded\n[ 0.498965] VFS: Disk quotas dquot_6.6.0\n[ 0.499762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501242] fuse init (API version 7.23)\n[ 0.502124] Key type big_key registered\n[ 0.502912] Allocating IMA MOK and blacklist keyrings.\n[ 0.504357] Key type asymmetric registered\n[ 0.505176] Asymmetric key parser 'x509' registered\n[ 0.506112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507547] io scheduler noop registered\n[ 0.508323] io scheduler deadline registered (default)\n[ 0.509301] io scheduler cfq registered\n[ 0.510122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512377] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513825] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528271] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556274] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587223] Linux agpgart interface v0.103\n[ 0.589738] brd: module loaded\n[ 0.591186] loop: module loaded\n[ 0.596141] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597556] GPT:90111 != 2097151\n[ 0.598212] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599282] GPT:90111 != 2097151\n[ 0.599944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600881] vda: vda1 vda15\n[ 0.602385] scsi host0: ata_piix\n[ 0.603129] scsi host1: ata_piix\n[ 0.603818] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606402] libphy: Fixed MDIO Bus: probed\n[ 0.607191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610221] PPP generic driver version 2.4.2\n[ 0.611087] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612348] ehci-pci: EHCI PCI platform driver\n[ 0.613204] ehci-platform: EHCI generic platform driver\n[ 0.614166] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615246] ohci-pci: OHCI PCI platform driver\n[ 0.616100] ohci-platform: OHCI generic platform driver\n[ 0.617062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631421] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633810] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638492] usb usb1: Product: UHCI Host Controller\n[ 0.639403] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640514] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641499] hub 1-0:1.0: USB hub found\n[ 0.642261] hub 1-0:1.0: 2 ports detected\n[ 0.643144] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645210] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646137] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647133] mousedev: PS/2 mouse device common for all mice\n[ 0.648349] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653560] i2c /dev entries driver\n[ 0.654302] device-mapper: uevent: version 1.0.3\n[ 0.655209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658087] NET: Registered protocol family 10\n[ 0.659054] NET: Registered protocol family 17\n[ 0.659916] Key type dns_resolver registered\n[ 0.660835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661907] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663616] registered taskstats version 1\n[ 0.664433] Loading compiled-in X.509 certificates\n[ 0.665857] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667671] zswap: loaded using pool lzo/zbud\n[ 0.669026] Key type trusted registered\n[ 0.670553] Key type encrypted registered\n[ 0.671366] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672364] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673384] evm: HMAC attrs: 0x1\n[ 0.674308] Magic number: 10:187:908\n[ 0.675079] mem port: hash matches\n[ 0.675831] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:40 UTC (1541462020)\n[ 0.677390] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678482] EDD information not available.\n[ 0.765701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777231] Write protecting the kernel read-only data: 14336k\n[ 0.778791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.822269] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\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 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-000000ea\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQClYV6MVK0Zkc/h9l4lgHGaOlT3/6GNzOGM4uPwEk0tzN58ZyQ0NGLYIx9dO/MyZqpr0ckxeDH6qA4lkwbhAS7j1aSnEKSLSY+sa51EokC0jtK9uLa4AIIM+NXggO90Trcz3xCoSSW4SV0x/Ia3Pj3QhoGq5E+yd49S3SEwEfU3SP7RzLnZ6JzNCTh+8U/sZl/BEZC8jmqdcemb4SuOC7U0Ejd0wV9lHc0Qra/nGTPQlPQrsKjqVHwaqC7RTQCt472xzAmjNY4HSu2e5gGjWMSH8ZJQP+MHSBVZkFgt21m9J5R5xUARr3U855o39XG6QivCwyqLi5EPR8iYWd9ijZsX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQDKne90ENaA316fY3//CcPQF46UycRrnmU5+JKqlRjOlj/83jWWrj+7y76+M9e2Y2Y/2zExuzUFpC6v2H6uBNViIjo0Atsww0DuUxAPAax52bWW3amStW5nJF8I30piEGdpPO2Jg/amMyjraBXTRTFUtBWq0AwrFaLZuCurSFXAAAAFQDRdPg1/udNHpjn0PPqUWwxoPOPZwAAAIB9eyodTmTS/gA0mmgd4FMUDMtC1IC39FFtgsvtHAkXyQGtU4q6CWyLzV7QIJ1n+imIHa6zKb6wGT52FxNmG6svsiDzejLHywhXJG2FzZWd+4wpb0NBBQhASbDF5v12cpXHxeuoN6ai8gWoEBBKtw4y6zUK2IgPx56vbuVySKaHLgAAAIEAlfWyvJKCbS3ozA6Ap5UT4PYOAvw3wXo6jMkWwTUl1j/MyxsiAmrIoKMuagt16hAR+8yh3MW44svuSqF6Iwjr70vrIqDpvtNiFRbg/EoKK0YfxD895YNT2yQXYFWDrNpV6NuuJFI0Ia1whUWTVRIpW3h+feUjBBfN2pTcTRHkLo0= root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fee5:bdbd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \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-000000ea\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E5:BD:BD \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee5:bdbd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7936 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:54:19,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-710d4362-a3c4-44ab-ab1c-395e7e98c914 2018-11-05 23:54:21,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:22,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-ecce51bc-98a9-4f19-9bc8-de4fae5339bb x-compute-request-id: req-ecce51bc-98a9-4f19-9bc8-de4fae5339bb Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500063829 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.910 MHz processor\n[ 0.130095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131712] pid_max: default: 32768 minimum: 301\n[ 0.132587] ACPI: Core revision 20150930\n[ 0.133951] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135239] Security Framework initialized\n[ 0.136034] Yama: becoming mindful.\n[ 0.136746] AppArmor: AppArmor initialized\n[ 0.137595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138900] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140202] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142751] Initializing cgroup subsys io\n[ 0.143542] Initializing cgroup subsys memory\n[ 0.144373] Initializing cgroup subsys devices\n[ 0.145238] Initializing cgroup subsys freezer\n[ 0.146086] Initializing cgroup subsys net_cls\n[ 0.146931] Initializing cgroup subsys perf_event\n[ 0.147819] Initializing cgroup subsys net_prio\n[ 0.148678] Initializing cgroup subsys hugetlb\n[ 0.149531] Initializing cgroup subsys pids\n[ 0.150380] CPU: Physical Processor ID: 0\n[ 0.151847] mce: CPU supports 10 MCE banks\n[ 0.152671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164300] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170665] ftrace: allocating 31920 entries in 125 pages\n[ 0.196966] smpboot: Max logical packages: 1\n[ 0.197807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199117] x2apic enabled\n[ 0.199909] Switched APIC routing to physical x2apic.\n[ 0.201643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202729] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206413] KVM setup paravirtual spinlock\n[ 0.207683] x86: Booted up 1 node, 1 CPUs\n[ 0.208469] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209817] devtmpfs: initialized\n[ 0.211518] evm: security.selinux\n[ 0.212197] evm: security.SMACK64\n[ 0.212880] evm: security.SMACK64EXEC\n[ 0.213606] evm: security.SMACK64TRANSMUTE\n[ 0.214386] evm: security.SMACK64MMAP\n[ 0.215117] evm: security.ima\n[ 0.215751] evm: security.capability\n[ 0.216537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218333] pinctrl core: initialized pinctrl subsystem\n[ 0.219411] RTC time: 23:53:39, date: 11/05/18\n[ 0.220344] NET: Registered protocol family 16\n[ 0.221297] cpuidle: using governor ladder\n[ 0.222096] cpuidle: using governor menu\n[ 0.222869] PCCT header not found.\n[ 0.223599] ACPI: bus type PCI registered\n[ 0.224381] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225604] PCI: Using configuration type 1 for base access\n[ 0.227319] ACPI: Added _OSI(Module Device)\n[ 0.228143] ACPI: Added _OSI(Processor Device)\n[ 0.228998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231981] ACPI: Interpreter enabled\n[ 0.232738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239908] ACPI: (supports S0 S5)\n[ 0.240592] ACPI: Using IOAPIC for interrupt routing\n[ 0.241604] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246935] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248083] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250225] acpiphp: Slot [3] registered\n[ 0.251001] acpiphp: Slot [4] registered\n[ 0.251796] acpiphp: Slot [5] registered\n[ 0.252581] acpiphp: Slot [6] registered\n[ 0.253352] acpiphp: Slot [7] registered\n[ 0.254123] acpiphp: Slot [8] registered\n[ 0.254896] acpiphp: Slot [9] registered\n[ 0.255664] acpiphp: Slot [10] registered\n[ 0.256446] acpiphp: Slot [11] registered\n[ 0.257230] acpiphp: Slot [12] registered\n[ 0.258021] acpiphp: Slot [13] registered\n[ 0.258806] acpiphp: Slot [14] registered\n[ 0.259589] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271303] acpiphp: Slot [17] registered\n[ 0.272090] acpiphp: Slot [18] registered\n[ 0.272883] acpiphp: Slot [19] registered\n[ 0.273666] acpiphp: Slot [20] registered\n[ 0.274451] acpiphp: Slot [21] registered\n[ 0.275234] acpiphp: Slot [22] registered\n[ 0.276021] acpiphp: Slot [23] registered\n[ 0.276806] acpiphp: Slot [24] registered\n[ 0.277590] acpiphp: Slot [25] registered\n[ 0.278368] acpiphp: Slot [26] registered\n[ 0.279152] acpiphp: Slot [27] registered\n[ 0.279945] acpiphp: Slot [28] registered\n[ 0.280732] acpiphp: Slot [29] registered\n[ 0.281515] acpiphp: Slot [30] registered\n[ 0.282296] acpiphp: Slot [31] registered\n[ 0.283077] PCI host bridge to bus 0000:00\n[ 0.283860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297519] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305172] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352649] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355473] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359222] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360295] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361824] vgaarb: loaded\n[ 0.362422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363537] SCSI subsystem initialized\n[ 0.364337] ACPI: bus type USB registered\n[ 0.365144] usbcore: registered new interface driver usbfs\n[ 0.366157] usbcore: registered new interface driver hub\n[ 0.367144] usbcore: registered new device driver usb\n[ 0.368176] PCI: Using ACPI for IRQ routing\n[ 0.369189] NetLabel: Initializing\n[ 0.369894] NetLabel: domain hash size = 128\n[ 0.370742] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371675] NetLabel: unlabeled traffic allowed by default\n[ 0.372744] clocksource: Switched to clocksource kvm-clock\n[ 0.378136] AppArmor: AppArmor Filesystem Enabled\n[ 0.379075] pnp: PnP ACPI init\n[ 0.379974] pnp: PnP ACPI: found 5 devices\n[ 0.386337] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388017] NET: Registered protocol family 2\n[ 0.388958] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391341] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394688] NET: Registered protocol family 1\n[ 0.395539] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397664] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425901] Trying to unpack rootfs image as initramfs...\n[ 0.475680] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489553] Scanning for low memory corruption every 60 seconds\n[ 0.490865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491998] audit: initializing netlink subsys (disabled)\n[ 0.493008] audit: type=2000 audit(1541462020.738:1): initialized\n[ 0.494290] Initialise system trusted keyring\n[ 0.495205] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498273] zbud: loaded\n[ 0.498965] VFS: Disk quotas dquot_6.6.0\n[ 0.499762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501242] fuse init (API version 7.23)\n[ 0.502124] Key type big_key registered\n[ 0.502912] Allocating IMA MOK and blacklist keyrings.\n[ 0.504357] Key type asymmetric registered\n[ 0.505176] Asymmetric key parser 'x509' registered\n[ 0.506112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507547] io scheduler noop registered\n[ 0.508323] io scheduler deadline registered (default)\n[ 0.509301] io scheduler cfq registered\n[ 0.510122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512377] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513825] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528271] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556274] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587223] Linux agpgart interface v0.103\n[ 0.589738] brd: module loaded\n[ 0.591186] loop: module loaded\n[ 0.596141] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597556] GPT:90111 != 2097151\n[ 0.598212] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599282] GPT:90111 != 2097151\n[ 0.599944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600881] vda: vda1 vda15\n[ 0.602385] scsi host0: ata_piix\n[ 0.603129] scsi host1: ata_piix\n[ 0.603818] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606402] libphy: Fixed MDIO Bus: probed\n[ 0.607191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610221] PPP generic driver version 2.4.2\n[ 0.611087] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612348] ehci-pci: EHCI PCI platform driver\n[ 0.613204] ehci-platform: EHCI generic platform driver\n[ 0.614166] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615246] ohci-pci: OHCI PCI platform driver\n[ 0.616100] ohci-platform: OHCI generic platform driver\n[ 0.617062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631421] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633810] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638492] usb usb1: Product: UHCI Host Controller\n[ 0.639403] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640514] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641499] hub 1-0:1.0: USB hub found\n[ 0.642261] hub 1-0:1.0: 2 ports detected\n[ 0.643144] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645210] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646137] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647133] mousedev: PS/2 mouse device common for all mice\n[ 0.648349] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653560] i2c /dev entries driver\n[ 0.654302] device-mapper: uevent: version 1.0.3\n[ 0.655209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658087] NET: Registered protocol family 10\n[ 0.659054] NET: Registered protocol family 17\n[ 0.659916] Key type dns_resolver registered\n[ 0.660835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661907] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663616] registered taskstats version 1\n[ 0.664433] Loading compiled-in X.509 certificates\n[ 0.665857] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667671] zswap: loaded using pool lzo/zbud\n[ 0.669026] Key type trusted registered\n[ 0.670553] Key type encrypted registered\n[ 0.671366] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672364] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673384] evm: HMAC attrs: 0x1\n[ 0.674308] Magic number: 10:187:908\n[ 0.675079] mem port: hash matches\n[ 0.675831] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:40 UTC (1541462020)\n[ 0.677390] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678482] EDD information not available.\n[ 0.765701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777231] Write protecting the kernel read-only data: 14336k\n[ 0.778791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.822269] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\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 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-000000ea\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQClYV6MVK0Zkc/h9l4lgHGaOlT3/6GNzOGM4uPwEk0tzN58ZyQ0NGLYIx9dO/MyZqpr0ckxeDH6qA4lkwbhAS7j1aSnEKSLSY+sa51EokC0jtK9uLa4AIIM+NXggO90Trcz3xCoSSW4SV0x/Ia3Pj3QhoGq5E+yd49S3SEwEfU3SP7RzLnZ6JzNCTh+8U/sZl/BEZC8jmqdcemb4SuOC7U0Ejd0wV9lHc0Qra/nGTPQlPQrsKjqVHwaqC7RTQCt472xzAmjNY4HSu2e5gGjWMSH8ZJQP+MHSBVZkFgt21m9J5R5xUARr3U855o39XG6QivCwyqLi5EPR8iYWd9ijZsX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQDKne90ENaA316fY3//CcPQF46UycRrnmU5+JKqlRjOlj/83jWWrj+7y76+M9e2Y2Y/2zExuzUFpC6v2H6uBNViIjo0Atsww0DuUxAPAax52bWW3amStW5nJF8I30piEGdpPO2Jg/amMyjraBXTRTFUtBWq0AwrFaLZuCurSFXAAAAFQDRdPg1/udNHpjn0PPqUWwxoPOPZwAAAIB9eyodTmTS/gA0mmgd4FMUDMtC1IC39FFtgsvtHAkXyQGtU4q6CWyLzV7QIJ1n+imIHa6zKb6wGT52FxNmG6svsiDzejLHywhXJG2FzZWd+4wpb0NBBQhASbDF5v12cpXHxeuoN6ai8gWoEBBKtw4y6zUK2IgPx56vbuVySKaHLgAAAIEAlfWyvJKCbS3ozA6Ap5UT4PYOAvw3wXo6jMkWwTUl1j/MyxsiAmrIoKMuagt16hAR+8yh3MW44svuSqF6Iwjr70vrIqDpvtNiFRbg/EoKK0YfxD895YNT2yQXYFWDrNpV6NuuJFI0Ia1whUWTVRIpW3h+feUjBBfN2pTcTRHkLo0= root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fee5:bdbd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \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-000000ea\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E5:BD:BD \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee5:bdbd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7936 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:54:22,480 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-ecce51bc-98a9-4f19-9bc8-de4fae5339bb 2018-11-05 23:54:24,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:25,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-7b612963-5e27-4b02-ba1a-febe96f4a1cf x-compute-request-id: req-7b612963-5e27-4b02-ba1a-febe96f4a1cf Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500063829 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.910 MHz processor\n[ 0.130095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131712] pid_max: default: 32768 minimum: 301\n[ 0.132587] ACPI: Core revision 20150930\n[ 0.133951] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135239] Security Framework initialized\n[ 0.136034] Yama: becoming mindful.\n[ 0.136746] AppArmor: AppArmor initialized\n[ 0.137595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138900] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140202] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142751] Initializing cgroup subsys io\n[ 0.143542] Initializing cgroup subsys memory\n[ 0.144373] Initializing cgroup subsys devices\n[ 0.145238] Initializing cgroup subsys freezer\n[ 0.146086] Initializing cgroup subsys net_cls\n[ 0.146931] Initializing cgroup subsys perf_event\n[ 0.147819] Initializing cgroup subsys net_prio\n[ 0.148678] Initializing cgroup subsys hugetlb\n[ 0.149531] Initializing cgroup subsys pids\n[ 0.150380] CPU: Physical Processor ID: 0\n[ 0.151847] mce: CPU supports 10 MCE banks\n[ 0.152671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164300] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170665] ftrace: allocating 31920 entries in 125 pages\n[ 0.196966] smpboot: Max logical packages: 1\n[ 0.197807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199117] x2apic enabled\n[ 0.199909] Switched APIC routing to physical x2apic.\n[ 0.201643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202729] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206413] KVM setup paravirtual spinlock\n[ 0.207683] x86: Booted up 1 node, 1 CPUs\n[ 0.208469] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209817] devtmpfs: initialized\n[ 0.211518] evm: security.selinux\n[ 0.212197] evm: security.SMACK64\n[ 0.212880] evm: security.SMACK64EXEC\n[ 0.213606] evm: security.SMACK64TRANSMUTE\n[ 0.214386] evm: security.SMACK64MMAP\n[ 0.215117] evm: security.ima\n[ 0.215751] evm: security.capability\n[ 0.216537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218333] pinctrl core: initialized pinctrl subsystem\n[ 0.219411] RTC time: 23:53:39, date: 11/05/18\n[ 0.220344] NET: Registered protocol family 16\n[ 0.221297] cpuidle: using governor ladder\n[ 0.222096] cpuidle: using governor menu\n[ 0.222869] PCCT header not found.\n[ 0.223599] ACPI: bus type PCI registered\n[ 0.224381] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225604] PCI: Using configuration type 1 for base access\n[ 0.227319] ACPI: Added _OSI(Module Device)\n[ 0.228143] ACPI: Added _OSI(Processor Device)\n[ 0.228998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231981] ACPI: Interpreter enabled\n[ 0.232738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239908] ACPI: (supports S0 S5)\n[ 0.240592] ACPI: Using IOAPIC for interrupt routing\n[ 0.241604] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246935] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248083] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250225] acpiphp: Slot [3] registered\n[ 0.251001] acpiphp: Slot [4] registered\n[ 0.251796] acpiphp: Slot [5] registered\n[ 0.252581] acpiphp: Slot [6] registered\n[ 0.253352] acpiphp: Slot [7] registered\n[ 0.254123] acpiphp: Slot [8] registered\n[ 0.254896] acpiphp: Slot [9] registered\n[ 0.255664] acpiphp: Slot [10] registered\n[ 0.256446] acpiphp: Slot [11] registered\n[ 0.257230] acpiphp: Slot [12] registered\n[ 0.258021] acpiphp: Slot [13] registered\n[ 0.258806] acpiphp: Slot [14] registered\n[ 0.259589] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271303] acpiphp: Slot [17] registered\n[ 0.272090] acpiphp: Slot [18] registered\n[ 0.272883] acpiphp: Slot [19] registered\n[ 0.273666] acpiphp: Slot [20] registered\n[ 0.274451] acpiphp: Slot [21] registered\n[ 0.275234] acpiphp: Slot [22] registered\n[ 0.276021] acpiphp: Slot [23] registered\n[ 0.276806] acpiphp: Slot [24] registered\n[ 0.277590] acpiphp: Slot [25] registered\n[ 0.278368] acpiphp: Slot [26] registered\n[ 0.279152] acpiphp: Slot [27] registered\n[ 0.279945] acpiphp: Slot [28] registered\n[ 0.280732] acpiphp: Slot [29] registered\n[ 0.281515] acpiphp: Slot [30] registered\n[ 0.282296] acpiphp: Slot [31] registered\n[ 0.283077] PCI host bridge to bus 0000:00\n[ 0.283860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297519] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305172] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352649] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355473] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359222] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360295] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361824] vgaarb: loaded\n[ 0.362422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363537] SCSI subsystem initialized\n[ 0.364337] ACPI: bus type USB registered\n[ 0.365144] usbcore: registered new interface driver usbfs\n[ 0.366157] usbcore: registered new interface driver hub\n[ 0.367144] usbcore: registered new device driver usb\n[ 0.368176] PCI: Using ACPI for IRQ routing\n[ 0.369189] NetLabel: Initializing\n[ 0.369894] NetLabel: domain hash size = 128\n[ 0.370742] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371675] NetLabel: unlabeled traffic allowed by default\n[ 0.372744] clocksource: Switched to clocksource kvm-clock\n[ 0.378136] AppArmor: AppArmor Filesystem Enabled\n[ 0.379075] pnp: PnP ACPI init\n[ 0.379974] pnp: PnP ACPI: found 5 devices\n[ 0.386337] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388017] NET: Registered protocol family 2\n[ 0.388958] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391341] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394688] NET: Registered protocol family 1\n[ 0.395539] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397664] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425901] Trying to unpack rootfs image as initramfs...\n[ 0.475680] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489553] Scanning for low memory corruption every 60 seconds\n[ 0.490865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491998] audit: initializing netlink subsys (disabled)\n[ 0.493008] audit: type=2000 audit(1541462020.738:1): initialized\n[ 0.494290] Initialise system trusted keyring\n[ 0.495205] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498273] zbud: loaded\n[ 0.498965] VFS: Disk quotas dquot_6.6.0\n[ 0.499762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501242] fuse init (API version 7.23)\n[ 0.502124] Key type big_key registered\n[ 0.502912] Allocating IMA MOK and blacklist keyrings.\n[ 0.504357] Key type asymmetric registered\n[ 0.505176] Asymmetric key parser 'x509' registered\n[ 0.506112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507547] io scheduler noop registered\n[ 0.508323] io scheduler deadline registered (default)\n[ 0.509301] io scheduler cfq registered\n[ 0.510122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512377] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513825] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528271] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556274] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587223] Linux agpgart interface v0.103\n[ 0.589738] brd: module loaded\n[ 0.591186] loop: module loaded\n[ 0.596141] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597556] GPT:90111 != 2097151\n[ 0.598212] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599282] GPT:90111 != 2097151\n[ 0.599944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600881] vda: vda1 vda15\n[ 0.602385] scsi host0: ata_piix\n[ 0.603129] scsi host1: ata_piix\n[ 0.603818] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606402] libphy: Fixed MDIO Bus: probed\n[ 0.607191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610221] PPP generic driver version 2.4.2\n[ 0.611087] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612348] ehci-pci: EHCI PCI platform driver\n[ 0.613204] ehci-platform: EHCI generic platform driver\n[ 0.614166] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615246] ohci-pci: OHCI PCI platform driver\n[ 0.616100] ohci-platform: OHCI generic platform driver\n[ 0.617062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631421] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633810] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638492] usb usb1: Product: UHCI Host Controller\n[ 0.639403] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640514] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641499] hub 1-0:1.0: USB hub found\n[ 0.642261] hub 1-0:1.0: 2 ports detected\n[ 0.643144] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645210] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646137] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647133] mousedev: PS/2 mouse device common for all mice\n[ 0.648349] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653560] i2c /dev entries driver\n[ 0.654302] device-mapper: uevent: version 1.0.3\n[ 0.655209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658087] NET: Registered protocol family 10\n[ 0.659054] NET: Registered protocol family 17\n[ 0.659916] Key type dns_resolver registered\n[ 0.660835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661907] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663616] registered taskstats version 1\n[ 0.664433] Loading compiled-in X.509 certificates\n[ 0.665857] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667671] zswap: loaded using pool lzo/zbud\n[ 0.669026] Key type trusted registered\n[ 0.670553] Key type encrypted registered\n[ 0.671366] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672364] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673384] evm: HMAC attrs: 0x1\n[ 0.674308] Magic number: 10:187:908\n[ 0.675079] mem port: hash matches\n[ 0.675831] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:40 UTC (1541462020)\n[ 0.677390] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678482] EDD information not available.\n[ 0.765701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777231] Write protecting the kernel read-only data: 14336k\n[ 0.778791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.822269] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\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 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-000000ea\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQClYV6MVK0Zkc/h9l4lgHGaOlT3/6GNzOGM4uPwEk0tzN58ZyQ0NGLYIx9dO/MyZqpr0ckxeDH6qA4lkwbhAS7j1aSnEKSLSY+sa51EokC0jtK9uLa4AIIM+NXggO90Trcz3xCoSSW4SV0x/Ia3Pj3QhoGq5E+yd49S3SEwEfU3SP7RzLnZ6JzNCTh+8U/sZl/BEZC8jmqdcemb4SuOC7U0Ejd0wV9lHc0Qra/nGTPQlPQrsKjqVHwaqC7RTQCt472xzAmjNY4HSu2e5gGjWMSH8ZJQP+MHSBVZkFgt21m9J5R5xUARr3U855o39XG6QivCwyqLi5EPR8iYWd9ijZsX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQDKne90ENaA316fY3//CcPQF46UycRrnmU5+JKqlRjOlj/83jWWrj+7y76+M9e2Y2Y/2zExuzUFpC6v2H6uBNViIjo0Atsww0DuUxAPAax52bWW3amStW5nJF8I30piEGdpPO2Jg/amMyjraBXTRTFUtBWq0AwrFaLZuCurSFXAAAAFQDRdPg1/udNHpjn0PPqUWwxoPOPZwAAAIB9eyodTmTS/gA0mmgd4FMUDMtC1IC39FFtgsvtHAkXyQGtU4q6CWyLzV7QIJ1n+imIHa6zKb6wGT52FxNmG6svsiDzejLHywhXJG2FzZWd+4wpb0NBBQhASbDF5v12cpXHxeuoN6ai8gWoEBBKtw4y6zUK2IgPx56vbuVySKaHLgAAAIEAlfWyvJKCbS3ozA6Ap5UT4PYOAvw3wXo6jMkWwTUl1j/MyxsiAmrIoKMuagt16hAR+8yh3MW44svuSqF6Iwjr70vrIqDpvtNiFRbg/EoKK0YfxD895YNT2yQXYFWDrNpV6NuuJFI0Ia1whUWTVRIpW3h+feUjBBfN2pTcTRHkLo0= root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fee5:bdbd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \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-000000ea\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E5:BD:BD \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee5:bdbd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7936 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:54:25,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-7b612963-5e27-4b02-ba1a-febe96f4a1cf 2018-11-05 23:54:27,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:28,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-a3a282c1-39f7-4f43-9dd3-5706ba24a8cc x-compute-request-id: req-a3a282c1-39f7-4f43-9dd3-5706ba24a8cc Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500063829 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.910 MHz processor\n[ 0.130095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131712] pid_max: default: 32768 minimum: 301\n[ 0.132587] ACPI: Core revision 20150930\n[ 0.133951] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135239] Security Framework initialized\n[ 0.136034] Yama: becoming mindful.\n[ 0.136746] AppArmor: AppArmor initialized\n[ 0.137595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138900] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140202] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142751] Initializing cgroup subsys io\n[ 0.143542] Initializing cgroup subsys memory\n[ 0.144373] Initializing cgroup subsys devices\n[ 0.145238] Initializing cgroup subsys freezer\n[ 0.146086] Initializing cgroup subsys net_cls\n[ 0.146931] Initializing cgroup subsys perf_event\n[ 0.147819] Initializing cgroup subsys net_prio\n[ 0.148678] Initializing cgroup subsys hugetlb\n[ 0.149531] Initializing cgroup subsys pids\n[ 0.150380] CPU: Physical Processor ID: 0\n[ 0.151847] mce: CPU supports 10 MCE banks\n[ 0.152671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164300] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170665] ftrace: allocating 31920 entries in 125 pages\n[ 0.196966] smpboot: Max logical packages: 1\n[ 0.197807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199117] x2apic enabled\n[ 0.199909] Switched APIC routing to physical x2apic.\n[ 0.201643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202729] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206413] KVM setup paravirtual spinlock\n[ 0.207683] x86: Booted up 1 node, 1 CPUs\n[ 0.208469] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209817] devtmpfs: initialized\n[ 0.211518] evm: security.selinux\n[ 0.212197] evm: security.SMACK64\n[ 0.212880] evm: security.SMACK64EXEC\n[ 0.213606] evm: security.SMACK64TRANSMUTE\n[ 0.214386] evm: security.SMACK64MMAP\n[ 0.215117] evm: security.ima\n[ 0.215751] evm: security.capability\n[ 0.216537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218333] pinctrl core: initialized pinctrl subsystem\n[ 0.219411] RTC time: 23:53:39, date: 11/05/18\n[ 0.220344] NET: Registered protocol family 16\n[ 0.221297] cpuidle: using governor ladder\n[ 0.222096] cpuidle: using governor menu\n[ 0.222869] PCCT header not found.\n[ 0.223599] ACPI: bus type PCI registered\n[ 0.224381] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225604] PCI: Using configuration type 1 for base access\n[ 0.227319] ACPI: Added _OSI(Module Device)\n[ 0.228143] ACPI: Added _OSI(Processor Device)\n[ 0.228998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231981] ACPI: Interpreter enabled\n[ 0.232738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239908] ACPI: (supports S0 S5)\n[ 0.240592] ACPI: Using IOAPIC for interrupt routing\n[ 0.241604] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246935] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248083] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250225] acpiphp: Slot [3] registered\n[ 0.251001] acpiphp: Slot [4] registered\n[ 0.251796] acpiphp: Slot [5] registered\n[ 0.252581] acpiphp: Slot [6] registered\n[ 0.253352] acpiphp: Slot [7] registered\n[ 0.254123] acpiphp: Slot [8] registered\n[ 0.254896] acpiphp: Slot [9] registered\n[ 0.255664] acpiphp: Slot [10] registered\n[ 0.256446] acpiphp: Slot [11] registered\n[ 0.257230] acpiphp: Slot [12] registered\n[ 0.258021] acpiphp: Slot [13] registered\n[ 0.258806] acpiphp: Slot [14] registered\n[ 0.259589] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271303] acpiphp: Slot [17] registered\n[ 0.272090] acpiphp: Slot [18] registered\n[ 0.272883] acpiphp: Slot [19] registered\n[ 0.273666] acpiphp: Slot [20] registered\n[ 0.274451] acpiphp: Slot [21] registered\n[ 0.275234] acpiphp: Slot [22] registered\n[ 0.276021] acpiphp: Slot [23] registered\n[ 0.276806] acpiphp: Slot [24] registered\n[ 0.277590] acpiphp: Slot [25] registered\n[ 0.278368] acpiphp: Slot [26] registered\n[ 0.279152] acpiphp: Slot [27] registered\n[ 0.279945] acpiphp: Slot [28] registered\n[ 0.280732] acpiphp: Slot [29] registered\n[ 0.281515] acpiphp: Slot [30] registered\n[ 0.282296] acpiphp: Slot [31] registered\n[ 0.283077] PCI host bridge to bus 0000:00\n[ 0.283860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297519] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305172] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352649] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355473] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359222] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360295] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361824] vgaarb: loaded\n[ 0.362422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363537] SCSI subsystem initialized\n[ 0.364337] ACPI: bus type USB registered\n[ 0.365144] usbcore: registered new interface driver usbfs\n[ 0.366157] usbcore: registered new interface driver hub\n[ 0.367144] usbcore: registered new device driver usb\n[ 0.368176] PCI: Using ACPI for IRQ routing\n[ 0.369189] NetLabel: Initializing\n[ 0.369894] NetLabel: domain hash size = 128\n[ 0.370742] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371675] NetLabel: unlabeled traffic allowed by default\n[ 0.372744] clocksource: Switched to clocksource kvm-clock\n[ 0.378136] AppArmor: AppArmor Filesystem Enabled\n[ 0.379075] pnp: PnP ACPI init\n[ 0.379974] pnp: PnP ACPI: found 5 devices\n[ 0.386337] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388017] NET: Registered protocol family 2\n[ 0.388958] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391341] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394688] NET: Registered protocol family 1\n[ 0.395539] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397664] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425901] Trying to unpack rootfs image as initramfs...\n[ 0.475680] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489553] Scanning for low memory corruption every 60 seconds\n[ 0.490865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491998] audit: initializing netlink subsys (disabled)\n[ 0.493008] audit: type=2000 audit(1541462020.738:1): initialized\n[ 0.494290] Initialise system trusted keyring\n[ 0.495205] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498273] zbud: loaded\n[ 0.498965] VFS: Disk quotas dquot_6.6.0\n[ 0.499762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501242] fuse init (API version 7.23)\n[ 0.502124] Key type big_key registered\n[ 0.502912] Allocating IMA MOK and blacklist keyrings.\n[ 0.504357] Key type asymmetric registered\n[ 0.505176] Asymmetric key parser 'x509' registered\n[ 0.506112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507547] io scheduler noop registered\n[ 0.508323] io scheduler deadline registered (default)\n[ 0.509301] io scheduler cfq registered\n[ 0.510122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512377] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513825] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528271] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556274] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587223] Linux agpgart interface v0.103\n[ 0.589738] brd: module loaded\n[ 0.591186] loop: module loaded\n[ 0.596141] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597556] GPT:90111 != 2097151\n[ 0.598212] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599282] GPT:90111 != 2097151\n[ 0.599944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600881] vda: vda1 vda15\n[ 0.602385] scsi host0: ata_piix\n[ 0.603129] scsi host1: ata_piix\n[ 0.603818] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606402] libphy: Fixed MDIO Bus: probed\n[ 0.607191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610221] PPP generic driver version 2.4.2\n[ 0.611087] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612348] ehci-pci: EHCI PCI platform driver\n[ 0.613204] ehci-platform: EHCI generic platform driver\n[ 0.614166] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615246] ohci-pci: OHCI PCI platform driver\n[ 0.616100] ohci-platform: OHCI generic platform driver\n[ 0.617062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631421] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633810] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638492] usb usb1: Product: UHCI Host Controller\n[ 0.639403] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640514] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641499] hub 1-0:1.0: USB hub found\n[ 0.642261] hub 1-0:1.0: 2 ports detected\n[ 0.643144] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645210] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646137] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647133] mousedev: PS/2 mouse device common for all mice\n[ 0.648349] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653560] i2c /dev entries driver\n[ 0.654302] device-mapper: uevent: version 1.0.3\n[ 0.655209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658087] NET: Registered protocol family 10\n[ 0.659054] NET: Registered protocol family 17\n[ 0.659916] Key type dns_resolver registered\n[ 0.660835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661907] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663616] registered taskstats version 1\n[ 0.664433] Loading compiled-in X.509 certificates\n[ 0.665857] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667671] zswap: loaded using pool lzo/zbud\n[ 0.669026] Key type trusted registered\n[ 0.670553] Key type encrypted registered\n[ 0.671366] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672364] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673384] evm: HMAC attrs: 0x1\n[ 0.674308] Magic number: 10:187:908\n[ 0.675079] mem port: hash matches\n[ 0.675831] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:40 UTC (1541462020)\n[ 0.677390] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678482] EDD information not available.\n[ 0.765701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777231] Write protecting the kernel read-only data: 14336k\n[ 0.778791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.822269] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\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 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-000000ea\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQClYV6MVK0Zkc/h9l4lgHGaOlT3/6GNzOGM4uPwEk0tzN58ZyQ0NGLYIx9dO/MyZqpr0ckxeDH6qA4lkwbhAS7j1aSnEKSLSY+sa51EokC0jtK9uLa4AIIM+NXggO90Trcz3xCoSSW4SV0x/Ia3Pj3QhoGq5E+yd49S3SEwEfU3SP7RzLnZ6JzNCTh+8U/sZl/BEZC8jmqdcemb4SuOC7U0Ejd0wV9lHc0Qra/nGTPQlPQrsKjqVHwaqC7RTQCt472xzAmjNY4HSu2e5gGjWMSH8ZJQP+MHSBVZkFgt21m9J5R5xUARr3U855o39XG6QivCwyqLi5EPR8iYWd9ijZsX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQDKne90ENaA316fY3//CcPQF46UycRrnmU5+JKqlRjOlj/83jWWrj+7y76+M9e2Y2Y/2zExuzUFpC6v2H6uBNViIjo0Atsww0DuUxAPAax52bWW3amStW5nJF8I30piEGdpPO2Jg/amMyjraBXTRTFUtBWq0AwrFaLZuCurSFXAAAAFQDRdPg1/udNHpjn0PPqUWwxoPOPZwAAAIB9eyodTmTS/gA0mmgd4FMUDMtC1IC39FFtgsvtHAkXyQGtU4q6CWyLzV7QIJ1n+imIHa6zKb6wGT52FxNmG6svsiDzejLHywhXJG2FzZWd+4wpb0NBBQhASbDF5v12cpXHxeuoN6ai8gWoEBBKtw4y6zUK2IgPx56vbuVySKaHLgAAAIEAlfWyvJKCbS3ozA6Ap5UT4PYOAvw3wXo6jMkWwTUl1j/MyxsiAmrIoKMuagt16hAR+8yh3MW44svuSqF6Iwjr70vrIqDpvtNiFRbg/EoKK0YfxD895YNT2yQXYFWDrNpV6NuuJFI0Ia1whUWTVRIpW3h+feUjBBfN2pTcTRHkLo0= root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fee5:bdbd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \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-000000ea\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E5:BD:BD \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee5:bdbd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7936 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-05 23:54:28,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-a3a282c1-39f7-4f43-9dd3-5706ba24a8cc 2018-11-05 23:54:30,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbebec8e652dfa14d6caa807c86b9e19cfaf186c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:31,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-965c8e2c-553c-4fc5-8f0b-161bda1e834c x-compute-request-id: req-965c8e2c-553c-4fc5-8f0b-161bda1e834c Content-Encoding: gzip Content-Length: 11134 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500063829 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.910 MHz processor\n[ 0.130095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131712] pid_max: default: 32768 minimum: 301\n[ 0.132587] ACPI: Core revision 20150930\n[ 0.133951] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135239] Security Framework initialized\n[ 0.136034] Yama: becoming mindful.\n[ 0.136746] AppArmor: AppArmor initialized\n[ 0.137595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138900] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140202] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142751] Initializing cgroup subsys io\n[ 0.143542] Initializing cgroup subsys memory\n[ 0.144373] Initializing cgroup subsys devices\n[ 0.145238] Initializing cgroup subsys freezer\n[ 0.146086] Initializing cgroup subsys net_cls\n[ 0.146931] Initializing cgroup subsys perf_event\n[ 0.147819] Initializing cgroup subsys net_prio\n[ 0.148678] Initializing cgroup subsys hugetlb\n[ 0.149531] Initializing cgroup subsys pids\n[ 0.150380] CPU: Physical Processor ID: 0\n[ 0.151847] mce: CPU supports 10 MCE banks\n[ 0.152671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164300] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170665] ftrace: allocating 31920 entries in 125 pages\n[ 0.196966] smpboot: Max logical packages: 1\n[ 0.197807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199117] x2apic enabled\n[ 0.199909] Switched APIC routing to physical x2apic.\n[ 0.201643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202729] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206413] KVM setup paravirtual spinlock\n[ 0.207683] x86: Booted up 1 node, 1 CPUs\n[ 0.208469] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209817] devtmpfs: initialized\n[ 0.211518] evm: security.selinux\n[ 0.212197] evm: security.SMACK64\n[ 0.212880] evm: security.SMACK64EXEC\n[ 0.213606] evm: security.SMACK64TRANSMUTE\n[ 0.214386] evm: security.SMACK64MMAP\n[ 0.215117] evm: security.ima\n[ 0.215751] evm: security.capability\n[ 0.216537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218333] pinctrl core: initialized pinctrl subsystem\n[ 0.219411] RTC time: 23:53:39, date: 11/05/18\n[ 0.220344] NET: Registered protocol family 16\n[ 0.221297] cpuidle: using governor ladder\n[ 0.222096] cpuidle: using governor menu\n[ 0.222869] PCCT header not found.\n[ 0.223599] ACPI: bus type PCI registered\n[ 0.224381] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225604] PCI: Using configuration type 1 for base access\n[ 0.227319] ACPI: Added _OSI(Module Device)\n[ 0.228143] ACPI: Added _OSI(Processor Device)\n[ 0.228998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231981] ACPI: Interpreter enabled\n[ 0.232738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239908] ACPI: (supports S0 S5)\n[ 0.240592] ACPI: Using IOAPIC for interrupt routing\n[ 0.241604] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246935] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248083] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250225] acpiphp: Slot [3] registered\n[ 0.251001] acpiphp: Slot [4] registered\n[ 0.251796] acpiphp: Slot [5] registered\n[ 0.252581] acpiphp: Slot [6] registered\n[ 0.253352] acpiphp: Slot [7] registered\n[ 0.254123] acpiphp: Slot [8] registered\n[ 0.254896] acpiphp: Slot [9] registered\n[ 0.255664] acpiphp: Slot [10] registered\n[ 0.256446] acpiphp: Slot [11] registered\n[ 0.257230] acpiphp: Slot [12] registered\n[ 0.258021] acpiphp: Slot [13] registered\n[ 0.258806] acpiphp: Slot [14] registered\n[ 0.259589] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271303] acpiphp: Slot [17] registered\n[ 0.272090] acpiphp: Slot [18] registered\n[ 0.272883] acpiphp: Slot [19] registered\n[ 0.273666] acpiphp: Slot [20] registered\n[ 0.274451] acpiphp: Slot [21] registered\n[ 0.275234] acpiphp: Slot [22] registered\n[ 0.276021] acpiphp: Slot [23] registered\n[ 0.276806] acpiphp: Slot [24] registered\n[ 0.277590] acpiphp: Slot [25] registered\n[ 0.278368] acpiphp: Slot [26] registered\n[ 0.279152] acpiphp: Slot [27] registered\n[ 0.279945] acpiphp: Slot [28] registered\n[ 0.280732] acpiphp: Slot [29] registered\n[ 0.281515] acpiphp: Slot [30] registered\n[ 0.282296] acpiphp: Slot [31] registered\n[ 0.283077] PCI host bridge to bus 0000:00\n[ 0.283860] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297519] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305172] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352649] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355473] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359222] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360295] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361824] vgaarb: loaded\n[ 0.362422] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363537] SCSI subsystem initialized\n[ 0.364337] ACPI: bus type USB registered\n[ 0.365144] usbcore: registered new interface driver usbfs\n[ 0.366157] usbcore: registered new interface driver hub\n[ 0.367144] usbcore: registered new device driver usb\n[ 0.368176] PCI: Using ACPI for IRQ routing\n[ 0.369189] NetLabel: Initializing\n[ 0.369894] NetLabel: domain hash size = 128\n[ 0.370742] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371675] NetLabel: unlabeled traffic allowed by default\n[ 0.372744] clocksource: Switched to clocksource kvm-clock\n[ 0.378136] AppArmor: AppArmor Filesystem Enabled\n[ 0.379075] pnp: PnP ACPI init\n[ 0.379974] pnp: PnP ACPI: found 5 devices\n[ 0.386337] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388017] NET: Registered protocol family 2\n[ 0.388958] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391341] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394688] NET: Registered protocol family 1\n[ 0.395539] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397664] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425901] Trying to unpack rootfs image as initramfs...\n[ 0.475680] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489553] Scanning for low memory corruption every 60 seconds\n[ 0.490865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491998] audit: initializing netlink subsys (disabled)\n[ 0.493008] audit: type=2000 audit(1541462020.738:1): initialized\n[ 0.494290] Initialise system trusted keyring\n[ 0.495205] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498273] zbud: loaded\n[ 0.498965] VFS: Disk quotas dquot_6.6.0\n[ 0.499762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501242] fuse init (API version 7.23)\n[ 0.502124] Key type big_key registered\n[ 0.502912] Allocating IMA MOK and blacklist keyrings.\n[ 0.504357] Key type asymmetric registered\n[ 0.505176] Asymmetric key parser 'x509' registered\n[ 0.506112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507547] io scheduler noop registered\n[ 0.508323] io scheduler deadline registered (default)\n[ 0.509301] io scheduler cfq registered\n[ 0.510122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512377] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513825] ACPI: Power Button [PWRF]\n[ 0.514643] GHES: HEST is not enabled!\n[ 0.528271] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556274] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587223] Linux agpgart interface v0.103\n[ 0.589738] brd: module loaded\n[ 0.591186] loop: module loaded\n[ 0.596141] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597556] GPT:90111 != 2097151\n[ 0.598212] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599282] GPT:90111 != 2097151\n[ 0.599944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600881] vda: vda1 vda15\n[ 0.602385] scsi host0: ata_piix\n[ 0.603129] scsi host1: ata_piix\n[ 0.603818] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604996] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606402] libphy: Fixed MDIO Bus: probed\n[ 0.607191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610221] PPP generic driver version 2.4.2\n[ 0.611087] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612348] ehci-pci: EHCI PCI platform driver\n[ 0.613204] ehci-platform: EHCI generic platform driver\n[ 0.614166] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615246] ohci-pci: OHCI PCI platform driver\n[ 0.616100] ohci-platform: OHCI generic platform driver\n[ 0.617062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631421] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633810] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634817] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638492] usb usb1: Product: UHCI Host Controller\n[ 0.639403] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640514] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641499] hub 1-0:1.0: USB hub found\n[ 0.642261] hub 1-0:1.0: 2 ports detected\n[ 0.643144] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645210] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646137] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647133] mousedev: PS/2 mouse device common for all mice\n[ 0.648349] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653560] i2c /dev entries driver\n[ 0.654302] device-mapper: uevent: version 1.0.3\n[ 0.655209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658087] NET: Registered protocol family 10\n[ 0.659054] NET: Registered protocol family 17\n[ 0.659916] Key type dns_resolver registered\n[ 0.660835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661907] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663616] registered taskstats version 1\n[ 0.664433] Loading compiled-in X.509 certificates\n[ 0.665857] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667671] zswap: loaded using pool lzo/zbud\n[ 0.669026] Key type trusted registered\n[ 0.670553] Key type encrypted registered\n[ 0.671366] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672364] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673384] evm: HMAC attrs: 0x1\n[ 0.674308] Magic number: 10:187:908\n[ 0.675079] mem port: hash matches\n[ 0.675831] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:40 UTC (1541462020)\n[ 0.677390] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678482] EDD information not available.\n[ 0.765701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777231] Write protecting the kernel read-only data: 14336k\n[ 0.778791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.822269] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\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 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-000000ea\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQClYV6MVK0Zkc/h9l4lgHGaOlT3/6GNzOGM4uPwEk0tzN58ZyQ0NGLYIx9dO/MyZqpr0ckxeDH6qA4lkwbhAS7j1aSnEKSLSY+sa51EokC0jtK9uLa4AIIM+NXggO90Trcz3xCoSSW4SV0x/Ia3Pj3QhoGq5E+yd49S3SEwEfU3SP7RzLnZ6JzNCTh+8U/sZl/BEZC8jmqdcemb4SuOC7U0Ejd0wV9lHc0Qra/nGTPQlPQrsKjqVHwaqC7RTQCt472xzAmjNY4HSu2e5gGjWMSH8ZJQP+MHSBVZkFgt21m9J5R5xUARr3U855o39XG6QivCwyqLi5EPR8iYWd9ijZsX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQDKne90ENaA316fY3//CcPQF46UycRrnmU5+JKqlRjOlj/83jWWrj+7y76+M9e2Y2Y/2zExuzUFpC6v2H6uBNViIjo0Atsww0DuUxAPAax52bWW3amStW5nJF8I30piEGdpPO2Jg/amMyjraBXTRTFUtBWq0AwrFaLZuCurSFXAAAAFQDRdPg1/udNHpjn0PPqUWwxoPOPZwAAAIB9eyodTmTS/gA0mmgd4FMUDMtC1IC39FFtgsvtHAkXyQGtU4q6CWyLzV7QIJ1n+imIHa6zKb6wGT52FxNmG6svsiDzejLHywhXJG2FzZWd+4wpb0NBBQhASbDF5v12cpXHxeuoN6ai8gWoEBBKtw4y6zUK2IgPx56vbuVySKaHLgAAAIEAlfWyvJKCbS3ozA6Ap5UT4PYOAvw3wXo6jMkWwTUl1j/MyxsiAmrIoKMuagt16hAR+8yh3MW44svuSqF6Iwjr70vrIqDpvtNiFRbg/EoKK0YfxD895YNT2yQXYFWDrNpV6NuuJFI0Ia1whUWTVRIpW3h+feUjBBfN2pTcTRHkLo0= root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fee5:bdbd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \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-000000ea\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E5:BD:BD \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee5:bdbd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7936 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-4-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113748] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113749] usb 1-1: Product: QEMU USB Tablet\n[ 1.113750] usb 1-1: Manufacturer: QEMU\n[ 1.113751] usb 1-1: SerialNumber: 42\n[ 1.171037] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.189103] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.488841] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.488843] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 3.266596] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.575605] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 5 23:53:41 cirros kern.info kernel: [ 0.780554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 5 23:53:41 cirros kern.info kernel: [ 0.791454] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 5 23:53:41 cirros kern.info kernel: [ 0.791456] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 5 23:53:41 cirros kern.info kernel: [ 0.793101] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 5 23:53:41 cirros kern.info kernel: [ 0.796013] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 5 23:53:41 cirros kern.info kernel: [ 0.797982] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 5 23:53:41 cirros kern.info kernel: [ 0.819680] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:53:41 cirros kern.info kernel: [ 0.820735] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:53:41 cirros kern.notice kernel: [ 0.822269] random: blkid urandom read with 2 bits of entropy available\nNov 5 23:53:41 cirros kern.info kernel: [ 0.823847] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 5 23:53:41 cirros kern.info kernel: [ 0.933297] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 5 23:53:41 cirros kern.info kernel: [ 0.952761] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 5 23:53:41 cirros kern.info kernel: [ 1.113745] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 5 23:53:41 cirros kern.info kernel: [ 1.113748] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 5 23:53:41 cirros kern.info kernel: [ 1.113749] usb 1-1: Product: QEMU USB Tablet\nNov 5 23:53:41 cirros kern.info kernel: [ 1.113750] usb 1-1: Manufacturer: QEMU\nNov 5 23:53:41 cirros kern.info kernel: [ 1.113751] usb 1-1: SerialNumber: 42\nNov 5 23:53:41 cirros kern.info kernel: [ 1.171037] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:53:41 cirros kern.info kernel: [ 1.189103] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 5 23:53:41 cirros kern.info kernel: [ 1.488841] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nNov 5 23:53:41 cirros kern.info kernel: [ 1.488843] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nNov 5 23:53:42 cirros auth.notice su: + /dev/console root:cirros\nNov 5 23:53:42 cirros authpriv.info dropbear[340]: Running in background\nNov 5 23:53:43 cirros kern.info kernel: [ 3.266596] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 5 23:53:43 cirros kern.info kernel: [ 3.575605] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-5 login: "} 2018-11-05 23:54:31,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-965c8e2c-553c-4fc5-8f0b-161bda1e834c 2018-11-05 23:54:33,799 - sdnvpn_test_utils - INFO - Waiting for instance 402f8592-718b-42e9-b684-45e1de4f1607 to boot up 2018-11-05 23:54:33,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:34,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-740c3395-bd36-4a1c-95c9-259dd676fff1 x-compute-request-id: req-740c3395-bd36-4a1c-95c9-259dd676fff1 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:34,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-740c3395-bd36-4a1c-95c9-259dd676fff1 2018-11-05 23:54:36,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:37,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d2061cf-4883-4b50-80e5-f22f988dbf83 x-compute-request-id: req-2d2061cf-4883-4b50-80e5-f22f988dbf83 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:37,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-2d2061cf-4883-4b50-80e5-f22f988dbf83 2018-11-05 23:54:39,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:41,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1be97958-e503-4682-8a96-2202c3865762 x-compute-request-id: req-1be97958-e503-4682-8a96-2202c3865762 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:41,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-1be97958-e503-4682-8a96-2202c3865762 2018-11-05 23:54:43,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:44,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-7f6c5628-cdde-41fc-8ed6-53c806275820 x-compute-request-id: req-7f6c5628-cdde-41fc-8ed6-53c806275820 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:44,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-7f6c5628-cdde-41fc-8ed6-53c806275820 2018-11-05 23:54:46,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:47,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-46a355f0-dd90-4c07-bca0-a5147bd27119 x-compute-request-id: req-46a355f0-dd90-4c07-bca0-a5147bd27119 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:47,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-46a355f0-dd90-4c07-bca0-a5147bd27119 2018-11-05 23:54:49,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:50,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-9dbdc3a0-1fc3-4a87-a184-a165b533e661 x-compute-request-id: req-9dbdc3a0-1fc3-4a87-a184-a165b533e661 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:50,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-9dbdc3a0-1fc3-4a87-a184-a165b533e661 2018-11-05 23:54:52,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:53,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-752572dc-8e67-41bf-a431-910d8fe6c936 x-compute-request-id: req-752572dc-8e67-41bf-a431-910d8fe6c936 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:53,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-752572dc-8e67-41bf-a431-910d8fe6c936 2018-11-05 23:54:55,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:56,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-5c06f78b-e8d9-4cf8-be74-4ab243a17a7a x-compute-request-id: req-5c06f78b-e8d9-4cf8-be74-4ab243a17a7a Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:56,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-5c06f78b-e8d9-4cf8-be74-4ab243a17a7a 2018-11-05 23:54:58,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:54:59,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:54: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-48428da2-692e-4bec-a06d-b075d8106f7c x-compute-request-id: req-48428da2-692e-4bec-a06d-b075d8106f7c Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:54:59,531 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-48428da2-692e-4bec-a06d-b075d8106f7c 2018-11-05 23:55:01,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:02,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd831d85-fce8-4700-a589-fc85c4599930 x-compute-request-id: req-cd831d85-fce8-4700-a589-fc85c4599930 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:55:02,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-cd831d85-fce8-4700-a589-fc85c4599930 2018-11-05 23:55:04,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:05,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-cff901e2-984d-43f3-98fe-a43a7ad3c539 x-compute-request-id: req-cff901e2-984d-43f3-98fe-a43a7ad3c539 Content-Encoding: gzip Content-Length: 7868 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-05 23:55:05,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-cff901e2-984d-43f3-98fe-a43a7ad3c539 2018-11-05 23:55:07,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:08,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6fa0d06-35c1-483a-be15-b19f707b8206 x-compute-request-id: req-f6fa0d06-35c1-483a-be15-b19f707b8206 Content-Encoding: gzip Content-Length: 7993 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\n"} 2018-11-05 23:55:08,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-f6fa0d06-35c1-483a-be15-b19f707b8206 2018-11-05 23:55:10,762 - sdnvpn_test_utils - INFO - Waiting for instance 1cb43b56-795d-4557-a650-30d6bd11ddcb to boot up 2018-11-05 23:55:10,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:11,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-e34e20e9-8028-49c6-b68b-aa4ee3999520 x-compute-request-id: req-e34e20e9-8028-49c6-b68b-aa4ee3999520 Content-Encoding: gzip Content-Length: 8114 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 525454245 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.128459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130056] pid_max: default: 32768 minimum: 301\n[ 0.130916] ACPI: Core revision 20150930\n[ 0.132268] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133529] Security Framework initialized\n[ 0.134318] Yama: becoming mindful.\n[ 0.135051] AppArmor: AppArmor initialized\n[ 0.135891] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138413] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139590] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140932] Initializing cgroup subsys io\n[ 0.141721] Initializing cgroup subsys memory\n[ 0.142547] Initializing cgroup subsys devices\n[ 0.143398] Initializing cgroup subsys freezer\n[ 0.144246] Initializing cgroup subsys net_cls\n[ 0.145083] Initializing cgroup subsys perf_event\n[ 0.145958] Initializing cgroup subsys net_prio\n[ 0.146807] Initializing cgroup subsys hugetlb\n[ 0.147649] Initializing cgroup subsys pids\n[ 0.148494] CPU: Physical Processor ID: 0\n[ 0.149964] mce: CPU supports 10 MCE banks\n[ 0.150783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151754] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168570] ftrace: allocating 31920 entries in 125 pages\n[ 0.194727] smpboot: Max logical packages: 1\n[ 0.195593] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196913] x2apic enabled\n[ 0.197705] Switched APIC routing to physical x2apic.\n[ 0.199413] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200502] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202436] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204167] KVM setup paravirtual spinlock\n[ 0.205436] x86: Booted up 1 node, 1 CPUs\n[ 0.206223] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207572] devtmpfs: initialized\n[ 0.209267] evm: security.selinux\n[ 0.209948] evm: security.SMACK64\n[ 0.210614] evm: security.SMACK64EXEC\n[ 0.211336] evm: security.SMACK64TRANSMUTE\n[ 0.212116] evm: security.SMACK64MMAP\n[ 0.212832] evm: security.ima\n[ 0.213454] evm: security.capability\n[ 0.214238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216029] pinctrl core: initialized pinctrl subsystem\n[ 0.217091] RTC time: 23:53:54, date: 11/05/18\n[ 0.218030] NET: Registered protocol family 16\n[ 0.218977] cpuidle: using governor ladder\n[ 0.219773] cpuidle: using governor menu\n[ 0.220532] PCCT header not found.\n[ 0.221258] ACPI: bus type PCI registered\n[ 0.222038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223255] PCI: Using configuration type 1 for base access\n[ 0.224982] ACPI: Added _OSI(Module Device)\n[ 0.225796] ACPI: Added _OSI(Processor Device)\n[ 0.226629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227504] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229619] ACPI: Interpreter enabled\n[ 0.230367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237532] ACPI: (supports S0 S5)\n[ 0.238217] ACPI: Using IOAPIC for interrupt routing\n[ 0.239245] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242281] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244580] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248310] acpiphp: Slot [3] registered\n[ 0.249238] acpiphp: Slot [4] registered\n[ 0.250186] acpiphp: Slot [5] registered\n[ 0.251099] acpiphp: Slot [6] registered\n[ 0.252019] acpiphp: Slot [7] registered\n[ 0.252940] acpiphp: Slot [8] registered\n[ 0.253863] acpiphp: Slot [9] registered\n[ 0.254780] acpiphp: Slot [10] registered\n[ 0.255707] acpiphp: Slot [11] registered\n[ 0.256623] acpiphp: Slot [12] registered\n[ 0.257550] acpiphp: Slot [13] registered\n[ 0.258479] acpiphp: Slot [14] registered\n[ 0.259406] acpiphp: Slot [15] registered\n[ 0.270417] acpiphp: Slot [16] registered\n[ 0.271369] acpiphp: Slot [17] registered\n[ 0.272329] acpiphp: Slot [18] registered\n[ 0.273283] acpiphp: Slot [19] registered\n[ 0.274241] acpiphp: Slot [20] registered\n[ 0.275191] acpiphp: Slot [21] registered\n[ 0.276151] acpiphp: Slot [22] registered\n[ 0.277107] acpiphp: Slot [23] registered\n[ 0.278062] acpiphp: Slot [24] registered\n[ 0.278992] acpiphp: Slot [25] registered\n[ 0.279918] acpiphp: Slot [26] registered\n[ 0.280850] acpiphp: Slot [27] registered\n[ 0.281761] acpiphp: Slot [28] registered\n[ 0.282699] acpiphp: Slot [29] registered\n[ 0.283627] acpiphp: Slot [30] registered\n[ 0.284541] acpiphp: Slot [31] registered\n[ 0.285469] PCI host bridge to bus 0000:00\n[ 0.286404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287816] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290897] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292552] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299034] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301935] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303428] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309754] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360892] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362516] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364099] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367276] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370290] vgaarb: loaded\n[ 0.370987] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372271] SCSI subsystem initialized\n[ 0.373205] ACPI: bus type USB registered\n[ 0.374139] usbcore: registered new interface driver usbfs\n[ 0.375349] usbcore: registered new interface driver hub\n[ 0.376501] usbcore: registered new device driver usb\n[ 0.377715] PCI: Using ACPI for IRQ routing\n[ 0.378863] NetLabel: Initializing\n[ 0.379688] NetLabel: domain hash size = 128\n[ 0.380655] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381767] NetLabel: unlabeled traffic allowed by default\n[ 0.383020] clocksource: Switched to clocksource kvm-clock\n[ 0.388701] AppArmor: AppArmor Filesystem Enabled\n[ 0.389816] pnp: PnP ACPI init\n[ 0.390828] pnp: PnP ACPI: found 5 devices\n[ 0.397324] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399335] NET: Registered protocol family 2\n[ 0.400441] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401946] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403352] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404741] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406036] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407441] NET: Registered protocol family 1\n[ 0.408473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411091] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439904] Trying to unpack rootfs image as initramfs...\n[ 0.490808] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504883] Scanning for low memory corruption every 60 seconds\n[ 0.506396] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507746] audit: initializing netlink subsys (disabled)\n[ 0.508923] audit: type=2000 audit(1541462035.231:1): initialized\n[ 0.510424] Initialise system trusted keyring\n[ 0.511474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512853] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515052] zbud: loaded\n[ 0.515833] VFS: Disk quotas dquot_6.6.0\n[ 0.516840] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518576] fuse init (API version 7.23)\n[ 0.519579] Key type big_key registered\n[ 0.520479] Allocating IMA MOK and blacklist keyrings.\n[ 0.521701] Key type asymmetric registered\n[ 0.522622] Asymmetric key parser 'x509' registered\n[ 0.523715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525363] io scheduler noop registered\n[ 0.526255] io scheduler deadline registered (default)\n[ 0.527396] io scheduler cfq registered\n[ 0.528329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529530] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531167] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532591] ACPI: Power Button [PWRF]\n[ 0.533403] GHES: HEST is not enabled!\n[ 0.547132] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577127] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605767] Linux agpgart interface v0.103\n[ 0.607775] brd: module loaded\n[ 0.608913] loop: module loaded\n[ 0.613028] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614453] GPT:90111 != 2097151\n[ 0.615122] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616185] GPT:90111 != 2097151\n[ 0.616841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617777] vda: vda1 vda15\n[ 0.619284] scsi host0: ata_piix\n[ 0.620009] scsi host1: ata_piix\n[ 0.620703] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621883] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623296] libphy: Fixed MDIO Bus: probed\n[ 0.624098] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627226] PPP generic driver version 2.4.2\n[ 0.628093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629324] ehci-pci: EHCI PCI platform driver\n[ 0.630173] ehci-platform: EHCI generic platform driver\n[ 0.631140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632230] ohci-pci: OHCI PCI platform driver\n[ 0.633072] ohci-platform: OHCI generic platform driver\n[ 0.634028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648383] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651770] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654039] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655419] usb usb1: Product: UHCI Host Controller\n[ 0.656329] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657432] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658361] hub 1-0:1.0: USB hub found\n[ 0.659126] hub 1-0:1.0: 2 ports detected\n[ 0.660001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662078] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662998] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663995] mousedev: PS/2 mouse device common for all mice\n[ 0.665215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667003] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669228] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670385] i2c /dev entries driver\n[ 0.671125] device-mapper: uevent: version 1.0.3\n[ 0.672044] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673625] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674874] NET: Registered protocol family 10\n[ 0.675865] NET: Registered protocol family 17\n[ 0.676734] Key type dns_resolver registered\n[ 0.677631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678703] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680416] registered taskstats version 1\n[ 0.681233] Loading compiled-in X.509 certificates\n[ 0.683083] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686775] zswap: loaded using pool lzo/zbud\n[ 0.689256] Key type trusted registered\n[ 0.692084] Key type encrypted registered\n[ 0.693592] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696122] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698757] evm: HMAC attrs: 0x1\n[ 0.700399] Magic number: 10:187:908\n[ 0.701921] mem port: hash matches\n[ 0.703373] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:55 UTC (1541462035)\n[ 0.704927] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706009] EDD information not available.\n[ 0.779647] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781073] ata1.00: configured for MWDMA2\n[ 0.792615] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794770] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795955] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797172] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799000] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800487] Write protecting the kernel read-only data: 14336k\n[ 0.802018] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803779] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.43\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.639123] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 2.47s]\nping 10.10.11.8 OK\n"} 2018-11-05 23:55:11,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action used request id req-e34e20e9-8028-49c6-b68b-aa4ee3999520 2018-11-05 23:55:13,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:14,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-7ebc6561-a71d-45a9-97d6-0d9e6d32b5fa x-compute-request-id: req-7ebc6561-a71d-45a9-97d6-0d9e6d32b5fa Content-Encoding: gzip Content-Length: 8085 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\n"} 2018-11-05 23:55:14,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-7ebc6561-a71d-45a9-97d6-0d9e6d32b5fa 2018-11-05 23:55:14,911 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-2' (10.10.10.13). -->Expected result: can ping. 2018-11-05 23:55:14,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:15,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-2f36a5ba-9633-434a-ab7e-80d95fc2c4e5 x-compute-request-id: req-2f36a5ba-9633-434a-ab7e-80d95fc2c4e5 Content-Encoding: gzip Content-Length: 8085 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\n"} 2018-11-05 23:55:15,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-2f36a5ba-9633-434a-ab7e-80d95fc2c4e5 2018-11-05 23:55:16,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:18,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-672454a6-375a-44af-b6a0-69c5eeba8ce3 x-compute-request-id: req-672454a6-375a-44af-b6a0-69c5eeba8ce3 Content-Encoding: gzip Content-Length: 8093 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\n"} 2018-11-05 23:55:18,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-672454a6-375a-44af-b6a0-69c5eeba8ce3 2018-11-05 23:55:18,071 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-11-05 23:55:18,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:19,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f070d644-3b65-4724-87a2-5ddce1b019fc x-compute-request-id: req-f070d644-3b65-4724-87a2-5ddce1b019fc Content-Encoding: gzip Content-Length: 8093 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\n"} 2018-11-05 23:55:19,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-f070d644-3b65-4724-87a2-5ddce1b019fc 2018-11-05 23:55:19,153 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-3' (10.10.10.5). -->Expected result: can ping. 2018-11-05 23:55:19,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:20,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-970941b0-cc54-41f1-84b1-bdd682c6cd28 x-compute-request-id: req-970941b0-cc54-41f1-84b1-bdd682c6cd28 Content-Encoding: gzip Content-Length: 8093 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\n"} 2018-11-05 23:55:20,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-970941b0-cc54-41f1-84b1-bdd682c6cd28 2018-11-05 23:55:21,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:22,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-31b5f04d-2742-4c1f-ac08-f271a8c6c01c x-compute-request-id: req-31b5f04d-2742-4c1f-ac08-f271a8c6c01c Content-Encoding: gzip Content-Length: 8093 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\n"} 2018-11-05 23:55:22,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-31b5f04d-2742-4c1f-ac08-f271a8c6c01c 2018-11-05 23:55:23,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:24,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da2bd3f5-2869-4d25-bd82-2c9e3cf62d8d x-compute-request-id: req-da2bd3f5-2869-4d25-bd82-2c9e3cf62d8d Content-Encoding: gzip Content-Length: 8093 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\n"} 2018-11-05 23:55:24,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-da2bd3f5-2869-4d25-bd82-2c9e3cf62d8d 2018-11-05 23:55:25,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:26,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-436217b0-b67e-4ade-ac0d-45c497aacb9f x-compute-request-id: req-436217b0-b67e-4ade-ac0d-45c497aacb9f Content-Encoding: gzip Content-Length: 8093 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\n"} 2018-11-05 23:55:26,453 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-436217b0-b67e-4ade-ac0d-45c497aacb9f 2018-11-05 23:55:27,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:28,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-b9b766ee-2ce2-4d05-a2e6-18a6e6c525ae x-compute-request-id: req-b9b766ee-2ce2-4d05-a2e6-18a6e6c525ae Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:28,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-b9b766ee-2ce2-4d05-a2e6-18a6e6c525ae 2018-11-05 23:55:28,529 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-11-05 23:55:28,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:29,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-7cfd3d65-701e-4c80-b36f-65d854269bfa x-compute-request-id: req-7cfd3d65-701e-4c80-b36f-65d854269bfa Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:29,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-7cfd3d65-701e-4c80-b36f-65d854269bfa 2018-11-05 23:55:29,603 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-4' (10.10.11.6). -->Expected result: cannot ping. 2018-11-05 23:55:29,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:30,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36456e3f-7e9f-4214-93ee-7c425db995d7 x-compute-request-id: req-36456e3f-7e9f-4214-93ee-7c425db995d7 Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:30,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-36456e3f-7e9f-4214-93ee-7c425db995d7 2018-11-05 23:55:31,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:32,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-77669587-1217-4a37-ad5c-34e3a8e651b9 x-compute-request-id: req-77669587-1217-4a37-ad5c-34e3a8e651b9 Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:32,748 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-77669587-1217-4a37-ad5c-34e3a8e651b9 2018-11-05 23:55:33,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:34,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-00734d6f-9ff6-453b-a3ce-53afdc2e461b x-compute-request-id: req-00734d6f-9ff6-453b-a3ce-53afdc2e461b Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:34,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-00734d6f-9ff6-453b-a3ce-53afdc2e461b 2018-11-05 23:55:35,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:36,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-15d6b263-b770-4584-8d97-a75014209291 x-compute-request-id: req-15d6b263-b770-4584-8d97-a75014209291 Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:36,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-15d6b263-b770-4584-8d97-a75014209291 2018-11-05 23:55:37,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:38,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-f9608b25-1c4f-4a32-96e4-c7978ca9d648 x-compute-request-id: req-f9608b25-1c4f-4a32-96e4-c7978ca9d648 Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:38,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-f9608b25-1c4f-4a32-96e4-c7978ca9d648 2018-11-05 23:55:39,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:41,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1335b53b-fa2f-438e-8467-c6c7e6ec378e x-compute-request-id: req-1335b53b-fa2f-438e-8467-c6c7e6ec378e Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:41,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-1335b53b-fa2f-438e-8467-c6c7e6ec378e 2018-11-05 23:55:42,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:43,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-3ece1490-3e90-49c3-87e5-106dd8ce88d8 x-compute-request-id: req-3ece1490-3e90-49c3-87e5-106dd8ce88d8 Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:43,128 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-3ece1490-3e90-49c3-87e5-106dd8ce88d8 2018-11-05 23:55:44,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:45,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-2556d4ab-6901-423c-ac88-6525ad82f659 x-compute-request-id: req-2556d4ab-6901-423c-ac88-6525ad82f659 Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-11-05 23:55:45,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-2556d4ab-6901-423c-ac88-6525ad82f659 2018-11-05 23:55:46,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0fdfd9601d07d91ad862e1f1ccb48de5163ebf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:55:47,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:55: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-010b3cfd-510e-4cfa-9eb1-31a39105f466 x-compute-request-id: req-010b3cfd-510e-4cfa-9eb1-31a39105f466 Content-Encoding: gzip Content-Length: 8104 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490854169 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.133402] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135017] pid_max: default: 32768 minimum: 301\n[ 0.135893] ACPI: Core revision 20150930\n[ 0.137260] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138543] Security Framework initialized\n[ 0.139342] Yama: becoming mindful.\n[ 0.140055] AppArmor: AppArmor initialized\n[ 0.140907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143456] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144636] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146000] Initializing cgroup subsys io\n[ 0.146803] Initializing cgroup subsys memory\n[ 0.147641] Initializing cgroup subsys devices\n[ 0.148518] Initializing cgroup subsys freezer\n[ 0.149365] Initializing cgroup subsys net_cls\n[ 0.150211] Initializing cgroup subsys perf_event\n[ 0.151094] Initializing cgroup subsys net_prio\n[ 0.151952] Initializing cgroup subsys hugetlb\n[ 0.152810] Initializing cgroup subsys pids\n[ 0.153678] CPU: Physical Processor ID: 0\n[ 0.155171] mce: CPU supports 10 MCE banks\n[ 0.155998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173966] ftrace: allocating 31920 entries in 125 pages\n[ 0.200646] smpboot: Max logical packages: 1\n[ 0.201497] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202825] x2apic enabled\n[ 0.203620] Switched APIC routing to physical x2apic.\n[ 0.205366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208536] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210287] KVM setup paravirtual spinlock\n[ 0.211714] x86: Booted up 1 node, 1 CPUs\n[ 0.212529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213894] devtmpfs: initialized\n[ 0.215603] evm: security.selinux\n[ 0.216295] evm: security.SMACK64\n[ 0.216992] evm: security.SMACK64EXEC\n[ 0.217805] evm: security.SMACK64TRANSMUTE\n[ 0.218606] evm: security.SMACK64MMAP\n[ 0.219344] evm: security.ima\n[ 0.219973] evm: security.capability\n[ 0.220763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222576] pinctrl core: initialized pinctrl subsystem\n[ 0.223653] RTC time: 23:54:06, date: 11/05/18\n[ 0.224589] NET: Registered protocol family 16\n[ 0.225541] cpuidle: using governor ladder\n[ 0.226343] cpuidle: using governor menu\n[ 0.227113] PCCT header not found.\n[ 0.227856] ACPI: bus type PCI registered\n[ 0.228645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229970] PCI: Using configuration type 1 for base access\n[ 0.231705] ACPI: Added _OSI(Module Device)\n[ 0.232531] ACPI: Added _OSI(Processor Device)\n[ 0.233372] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236353] ACPI: Interpreter enabled\n[ 0.237116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244343] ACPI: (supports S0 S5)\n[ 0.245032] ACPI: Using IOAPIC for interrupt routing\n[ 0.246025] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252591] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254776] acpiphp: Slot [3] registered\n[ 0.255691] acpiphp: Slot [4] registered\n[ 0.256483] acpiphp: Slot [5] registered\n[ 0.257266] acpiphp: Slot [6] registered\n[ 0.258043] acpiphp: Slot [7] registered\n[ 0.258834] acpiphp: Slot [8] registered\n[ 0.259621] acpiphp: Slot [9] registered\n[ 0.260403] acpiphp: Slot [10] registered\n[ 0.261196] acpiphp: Slot [11] registered\n[ 0.261999] acpiphp: Slot [12] registered\n[ 0.262807] acpiphp: Slot [13] registered\n[ 0.263609] acpiphp: Slot [14] registered\n[ 0.264408] acpiphp: Slot [15] registered\n[ 0.275248] acpiphp: Slot [16] registered\n[ 0.276055] acpiphp: Slot [17] registered\n[ 0.276856] acpiphp: Slot [18] registered\n[ 0.277651] acpiphp: Slot [19] registered\n[ 0.278441] acpiphp: Slot [20] registered\n[ 0.279316] acpiphp: Slot [21] registered\n[ 0.280080] acpiphp: Slot [22] registered\n[ 0.281041] acpiphp: Slot [23] registered\n[ 0.282008] acpiphp: Slot [24] registered\n[ 0.282974] acpiphp: Slot [25] registered\n[ 0.283945] acpiphp: Slot [26] registered\n[ 0.284911] acpiphp: Slot [27] registered\n[ 0.285882] acpiphp: Slot [28] registered\n[ 0.286851] acpiphp: Slot [29] registered\n[ 0.287819] acpiphp: Slot [30] registered\n[ 0.288793] acpiphp: Slot [31] registered\n[ 0.289755] PCI host bridge to bus 0000:00\n[ 0.290723] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292194] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293676] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297132] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303496] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308018] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314375] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365157] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371496] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374658] vgaarb: loaded\n[ 0.375375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376715] SCSI subsystem initialized\n[ 0.377688] ACPI: bus type USB registered\n[ 0.378678] usbcore: registered new interface driver usbfs\n[ 0.379928] usbcore: registered new interface driver hub\n[ 0.381154] usbcore: registered new device driver usb\n[ 0.382411] PCI: Using ACPI for IRQ routing\n[ 0.383615] NetLabel: Initializing\n[ 0.384485] NetLabel: domain hash size = 128\n[ 0.385522] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386670] NetLabel: unlabeled traffic allowed by default\n[ 0.387996] clocksource: Switched to clocksource kvm-clock\n[ 0.393595] AppArmor: AppArmor Filesystem Enabled\n[ 0.394703] pnp: PnP ACPI init\n[ 0.395603] pnp: PnP ACPI: found 5 devices\n[ 0.401959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403620] NET: Registered protocol family 2\n[ 0.404587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409146] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410277] NET: Registered protocol family 1\n[ 0.411121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412193] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441542] Trying to unpack rootfs image as initramfs...\n[ 0.492035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505776] Scanning for low memory corruption every 60 seconds\n[ 0.507071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508217] audit: initializing netlink subsys (disabled)\n[ 0.509234] audit: type=2000 audit(1541462046.956:1): initialized\n[ 0.510524] Initialise system trusted keyring\n[ 0.511440] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514537] zbud: loaded\n[ 0.515265] VFS: Disk quotas dquot_6.6.0\n[ 0.516082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517586] fuse init (API version 7.23)\n[ 0.518463] Key type big_key registered\n[ 0.519255] Allocating IMA MOK and blacklist keyrings.\n[ 0.520348] Key type asymmetric registered\n[ 0.521184] Asymmetric key parser 'x509' registered\n[ 0.522129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523944] io scheduler noop registered\n[ 0.524744] io scheduler deadline registered (default)\n[ 0.525756] io scheduler cfq registered\n[ 0.526582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527613] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530326] ACPI: Power Button [PWRF]\n[ 0.531150] GHES: HEST is not enabled!\n[ 0.544685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572925] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600954] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603653] Linux agpgart interface v0.103\n[ 0.605827] brd: module loaded\n[ 0.607062] loop: module loaded\n[ 0.611666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613105] GPT:90111 != 2097151\n[ 0.613778] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614854] GPT:90111 != 2097151\n[ 0.615520] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616512] vda: vda1 vda15\n[ 0.618152] scsi host0: ata_piix\n[ 0.618878] scsi host1: ata_piix\n[ 0.619587] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620792] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622225] libphy: Fixed MDIO Bus: probed\n[ 0.623030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626287] PPP generic driver version 2.4.2\n[ 0.627287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628712] ehci-pci: EHCI PCI platform driver\n[ 0.629638] ehci-platform: EHCI generic platform driver\n[ 0.630675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631854] ohci-pci: OHCI PCI platform driver\n[ 0.632768] ohci-platform: OHCI generic platform driver\n[ 0.633847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656004] usb usb1: Product: UHCI Host Controller\n[ 0.657010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659205] hub 1-0:1.0: USB hub found\n[ 0.660015] hub 1-0:1.0: 2 ports detected\n[ 0.660949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663129] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664125] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665203] mousedev: PS/2 mouse device common for all mice\n[ 0.666534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672270] i2c /dev entries driver\n[ 0.673120] device-mapper: uevent: version 1.0.3\n[ 0.674143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676935] NET: Registered protocol family 10\n[ 0.677877] NET: Registered protocol family 17\n[ 0.678709] Key type dns_resolver registered\n[ 0.679574] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682240] registered taskstats version 1\n[ 0.683015] Loading compiled-in X.509 certificates\n[ 0.684408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686247] zswap: loaded using pool lzo/zbud\n[ 0.687590] Key type trusted registered\n[ 0.689095] Key type encrypted registered\n[ 0.689884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691855] evm: HMAC attrs: 0x1\n[ 0.692773] Magic number: 10:737:958\n[ 0.693593] rtc_cmos 00:00: setting system clock to 2018-11-05 23:54:07 UTC (1541462047)\n[ 0.695090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696157] EDD information not available.\n[ 0.776554] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778048] ata1.00: configured for MWDMA2\n[ 0.779280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791808] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793090] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794377] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797895] Write protecting the kernel read-only data: 14336k\n[ 0.799505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801352] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.25\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.508200] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.72s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.11.6 KO\n"} 2018-11-05 23:55:47,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-010b3cfd-510e-4cfa-9eb1-31a39105f466 2018-11-05 23:55:47,286 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-11-05 23:55:47,286 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-11-05 23:55:47,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"network_association": {"network_id": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0"}}' 2018-11-05 23:55:47,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-ed23c957-19c2-4bd3-8f2a-57d4994df4f2 Date: Mon, 05 Nov 2018 23:55:47 GMT RESP BODY: {"network_association": {"network_id": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "2576348d-7de2-424c-b5fb-b7afce7a52b2"}} 2018-11-05 23:55:47,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f/network_associations used request id req-ed23c957-19c2-4bd3-8f2a-57d4994df4f2 2018-11-05 23:55:47,783 - sdnvpn_test_utils - DEBUG - Waiting for router 5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f to associate with BGPVPN 711df9c3-e73e-4d8e-84da-4160fe95a70c 2018-11-05 23:55:47,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:55:47,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-f2d17020-b223-43b0-a9ba-92d4b3bcd3b8 Date: Mon, 05 Nov 2018 23:55:47 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["711df9c3-e73e-4d8e-84da-4160fe95a70c"], "id": "5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f", "name": "sdnvpn-443936", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["e3568e8c-da2c-446b-9e6f-e15d9af69ba0"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:55:47,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f used request id req-f2d17020-b223-43b0-a9ba-92d4b3bcd3b8 2018-11-05 23:55:48,981 - sdnvpn_test_utils - DEBUG - Waiting for network 5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f to associate with BGPVPN e3568e8c-da2c-446b-9e6f-e15d9af69ba0 2018-11-05 23:55:48,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:55:49,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-ecd10c96-af41-4e74-913d-28b0df22750f Date: Mon, 05 Nov 2018 23:55:49 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["711df9c3-e73e-4d8e-84da-4160fe95a70c"], "id": "5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f", "name": "sdnvpn-443936", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["e3568e8c-da2c-446b-9e6f-e15d9af69ba0"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:55:49,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f used request id req-ecd10c96-af41-4e74-913d-28b0df22750f 2018-11-05 23:55:50,304 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:56:20,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:56:21,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:56: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-6354f7d7-5a3c-4892-967f-d8a705a0e642 x-compute-request-id: req-6354f7d7-5a3c-4892-967f-d8a705a0e642 Content-Encoding: gzip Content-Length: 8121 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 525454245 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.128459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130056] pid_max: default: 32768 minimum: 301\n[ 0.130916] ACPI: Core revision 20150930\n[ 0.132268] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133529] Security Framework initialized\n[ 0.134318] Yama: becoming mindful.\n[ 0.135051] AppArmor: AppArmor initialized\n[ 0.135891] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138413] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139590] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140932] Initializing cgroup subsys io\n[ 0.141721] Initializing cgroup subsys memory\n[ 0.142547] Initializing cgroup subsys devices\n[ 0.143398] Initializing cgroup subsys freezer\n[ 0.144246] Initializing cgroup subsys net_cls\n[ 0.145083] Initializing cgroup subsys perf_event\n[ 0.145958] Initializing cgroup subsys net_prio\n[ 0.146807] Initializing cgroup subsys hugetlb\n[ 0.147649] Initializing cgroup subsys pids\n[ 0.148494] CPU: Physical Processor ID: 0\n[ 0.149964] mce: CPU supports 10 MCE banks\n[ 0.150783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151754] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168570] ftrace: allocating 31920 entries in 125 pages\n[ 0.194727] smpboot: Max logical packages: 1\n[ 0.195593] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196913] x2apic enabled\n[ 0.197705] Switched APIC routing to physical x2apic.\n[ 0.199413] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200502] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202436] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204167] KVM setup paravirtual spinlock\n[ 0.205436] x86: Booted up 1 node, 1 CPUs\n[ 0.206223] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207572] devtmpfs: initialized\n[ 0.209267] evm: security.selinux\n[ 0.209948] evm: security.SMACK64\n[ 0.210614] evm: security.SMACK64EXEC\n[ 0.211336] evm: security.SMACK64TRANSMUTE\n[ 0.212116] evm: security.SMACK64MMAP\n[ 0.212832] evm: security.ima\n[ 0.213454] evm: security.capability\n[ 0.214238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216029] pinctrl core: initialized pinctrl subsystem\n[ 0.217091] RTC time: 23:53:54, date: 11/05/18\n[ 0.218030] NET: Registered protocol family 16\n[ 0.218977] cpuidle: using governor ladder\n[ 0.219773] cpuidle: using governor menu\n[ 0.220532] PCCT header not found.\n[ 0.221258] ACPI: bus type PCI registered\n[ 0.222038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223255] PCI: Using configuration type 1 for base access\n[ 0.224982] ACPI: Added _OSI(Module Device)\n[ 0.225796] ACPI: Added _OSI(Processor Device)\n[ 0.226629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227504] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229619] ACPI: Interpreter enabled\n[ 0.230367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237532] ACPI: (supports S0 S5)\n[ 0.238217] ACPI: Using IOAPIC for interrupt routing\n[ 0.239245] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242281] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244580] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248310] acpiphp: Slot [3] registered\n[ 0.249238] acpiphp: Slot [4] registered\n[ 0.250186] acpiphp: Slot [5] registered\n[ 0.251099] acpiphp: Slot [6] registered\n[ 0.252019] acpiphp: Slot [7] registered\n[ 0.252940] acpiphp: Slot [8] registered\n[ 0.253863] acpiphp: Slot [9] registered\n[ 0.254780] acpiphp: Slot [10] registered\n[ 0.255707] acpiphp: Slot [11] registered\n[ 0.256623] acpiphp: Slot [12] registered\n[ 0.257550] acpiphp: Slot [13] registered\n[ 0.258479] acpiphp: Slot [14] registered\n[ 0.259406] acpiphp: Slot [15] registered\n[ 0.270417] acpiphp: Slot [16] registered\n[ 0.271369] acpiphp: Slot [17] registered\n[ 0.272329] acpiphp: Slot [18] registered\n[ 0.273283] acpiphp: Slot [19] registered\n[ 0.274241] acpiphp: Slot [20] registered\n[ 0.275191] acpiphp: Slot [21] registered\n[ 0.276151] acpiphp: Slot [22] registered\n[ 0.277107] acpiphp: Slot [23] registered\n[ 0.278062] acpiphp: Slot [24] registered\n[ 0.278992] acpiphp: Slot [25] registered\n[ 0.279918] acpiphp: Slot [26] registered\n[ 0.280850] acpiphp: Slot [27] registered\n[ 0.281761] acpiphp: Slot [28] registered\n[ 0.282699] acpiphp: Slot [29] registered\n[ 0.283627] acpiphp: Slot [30] registered\n[ 0.284541] acpiphp: Slot [31] registered\n[ 0.285469] PCI host bridge to bus 0000:00\n[ 0.286404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287816] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290897] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292552] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299034] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301935] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303428] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309754] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360892] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362516] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364099] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367276] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370290] vgaarb: loaded\n[ 0.370987] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372271] SCSI subsystem initialized\n[ 0.373205] ACPI: bus type USB registered\n[ 0.374139] usbcore: registered new interface driver usbfs\n[ 0.375349] usbcore: registered new interface driver hub\n[ 0.376501] usbcore: registered new device driver usb\n[ 0.377715] PCI: Using ACPI for IRQ routing\n[ 0.378863] NetLabel: Initializing\n[ 0.379688] NetLabel: domain hash size = 128\n[ 0.380655] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381767] NetLabel: unlabeled traffic allowed by default\n[ 0.383020] clocksource: Switched to clocksource kvm-clock\n[ 0.388701] AppArmor: AppArmor Filesystem Enabled\n[ 0.389816] pnp: PnP ACPI init\n[ 0.390828] pnp: PnP ACPI: found 5 devices\n[ 0.397324] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399335] NET: Registered protocol family 2\n[ 0.400441] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401946] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403352] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404741] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406036] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407441] NET: Registered protocol family 1\n[ 0.408473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411091] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439904] Trying to unpack rootfs image as initramfs...\n[ 0.490808] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504883] Scanning for low memory corruption every 60 seconds\n[ 0.506396] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507746] audit: initializing netlink subsys (disabled)\n[ 0.508923] audit: type=2000 audit(1541462035.231:1): initialized\n[ 0.510424] Initialise system trusted keyring\n[ 0.511474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512853] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515052] zbud: loaded\n[ 0.515833] VFS: Disk quotas dquot_6.6.0\n[ 0.516840] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518576] fuse init (API version 7.23)\n[ 0.519579] Key type big_key registered\n[ 0.520479] Allocating IMA MOK and blacklist keyrings.\n[ 0.521701] Key type asymmetric registered\n[ 0.522622] Asymmetric key parser 'x509' registered\n[ 0.523715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525363] io scheduler noop registered\n[ 0.526255] io scheduler deadline registered (default)\n[ 0.527396] io scheduler cfq registered\n[ 0.528329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529530] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531167] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532591] ACPI: Power Button [PWRF]\n[ 0.533403] GHES: HEST is not enabled!\n[ 0.547132] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577127] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605767] Linux agpgart interface v0.103\n[ 0.607775] brd: module loaded\n[ 0.608913] loop: module loaded\n[ 0.613028] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614453] GPT:90111 != 2097151\n[ 0.615122] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616185] GPT:90111 != 2097151\n[ 0.616841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617777] vda: vda1 vda15\n[ 0.619284] scsi host0: ata_piix\n[ 0.620009] scsi host1: ata_piix\n[ 0.620703] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621883] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623296] libphy: Fixed MDIO Bus: probed\n[ 0.624098] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627226] PPP generic driver version 2.4.2\n[ 0.628093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629324] ehci-pci: EHCI PCI platform driver\n[ 0.630173] ehci-platform: EHCI generic platform driver\n[ 0.631140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632230] ohci-pci: OHCI PCI platform driver\n[ 0.633072] ohci-platform: OHCI generic platform driver\n[ 0.634028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648383] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651770] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654039] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655419] usb usb1: Product: UHCI Host Controller\n[ 0.656329] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657432] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658361] hub 1-0:1.0: USB hub found\n[ 0.659126] hub 1-0:1.0: 2 ports detected\n[ 0.660001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662078] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662998] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663995] mousedev: PS/2 mouse device common for all mice\n[ 0.665215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667003] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669228] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670385] i2c /dev entries driver\n[ 0.671125] device-mapper: uevent: version 1.0.3\n[ 0.672044] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673625] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674874] NET: Registered protocol family 10\n[ 0.675865] NET: Registered protocol family 17\n[ 0.676734] Key type dns_resolver registered\n[ 0.677631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678703] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680416] registered taskstats version 1\n[ 0.681233] Loading compiled-in X.509 certificates\n[ 0.683083] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686775] zswap: loaded using pool lzo/zbud\n[ 0.689256] Key type trusted registered\n[ 0.692084] Key type encrypted registered\n[ 0.693592] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696122] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698757] evm: HMAC attrs: 0x1\n[ 0.700399] Magic number: 10:187:908\n[ 0.701921] mem port: hash matches\n[ 0.703373] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:55 UTC (1541462035)\n[ 0.704927] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706009] EDD information not available.\n[ 0.779647] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781073] ata1.00: configured for MWDMA2\n[ 0.792615] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794770] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795955] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797172] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799000] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800487] Write protecting the kernel read-only data: 14336k\n[ 0.802018] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803779] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.43\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.639123] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 2.47s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-11-05 23:56:21,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action used request id req-6354f7d7-5a3c-4892-967f-d8a705a0e642 2018-11-05 23:56:21,381 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.6) to 'sdnvpn-4-5' (10.10.11.8). -->Expected result: can ping. 2018-11-05 23:56:21,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef608e523899a79b5d56e8b1d90c3b6c13fab8f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-05 23:56:22,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:56: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-fd558ace-24b7-417b-8ecc-4cd69525c627 x-compute-request-id: req-fd558ace-24b7-417b-8ecc-4cd69525c627 Content-Encoding: gzip Content-Length: 8121 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 525454245 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.128459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130056] pid_max: default: 32768 minimum: 301\n[ 0.130916] ACPI: Core revision 20150930\n[ 0.132268] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133529] Security Framework initialized\n[ 0.134318] Yama: becoming mindful.\n[ 0.135051] AppArmor: AppArmor initialized\n[ 0.135891] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138413] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139590] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140932] Initializing cgroup subsys io\n[ 0.141721] Initializing cgroup subsys memory\n[ 0.142547] Initializing cgroup subsys devices\n[ 0.143398] Initializing cgroup subsys freezer\n[ 0.144246] Initializing cgroup subsys net_cls\n[ 0.145083] Initializing cgroup subsys perf_event\n[ 0.145958] Initializing cgroup subsys net_prio\n[ 0.146807] Initializing cgroup subsys hugetlb\n[ 0.147649] Initializing cgroup subsys pids\n[ 0.148494] CPU: Physical Processor ID: 0\n[ 0.149964] mce: CPU supports 10 MCE banks\n[ 0.150783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151754] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168570] ftrace: allocating 31920 entries in 125 pages\n[ 0.194727] smpboot: Max logical packages: 1\n[ 0.195593] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196913] x2apic enabled\n[ 0.197705] Switched APIC routing to physical x2apic.\n[ 0.199413] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200502] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202436] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204167] KVM setup paravirtual spinlock\n[ 0.205436] x86: Booted up 1 node, 1 CPUs\n[ 0.206223] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207572] devtmpfs: initialized\n[ 0.209267] evm: security.selinux\n[ 0.209948] evm: security.SMACK64\n[ 0.210614] evm: security.SMACK64EXEC\n[ 0.211336] evm: security.SMACK64TRANSMUTE\n[ 0.212116] evm: security.SMACK64MMAP\n[ 0.212832] evm: security.ima\n[ 0.213454] evm: security.capability\n[ 0.214238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216029] pinctrl core: initialized pinctrl subsystem\n[ 0.217091] RTC time: 23:53:54, date: 11/05/18\n[ 0.218030] NET: Registered protocol family 16\n[ 0.218977] cpuidle: using governor ladder\n[ 0.219773] cpuidle: using governor menu\n[ 0.220532] PCCT header not found.\n[ 0.221258] ACPI: bus type PCI registered\n[ 0.222038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223255] PCI: Using configuration type 1 for base access\n[ 0.224982] ACPI: Added _OSI(Module Device)\n[ 0.225796] ACPI: Added _OSI(Processor Device)\n[ 0.226629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227504] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229619] ACPI: Interpreter enabled\n[ 0.230367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237532] ACPI: (supports S0 S5)\n[ 0.238217] ACPI: Using IOAPIC for interrupt routing\n[ 0.239245] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242281] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244580] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248310] acpiphp: Slot [3] registered\n[ 0.249238] acpiphp: Slot [4] registered\n[ 0.250186] acpiphp: Slot [5] registered\n[ 0.251099] acpiphp: Slot [6] registered\n[ 0.252019] acpiphp: Slot [7] registered\n[ 0.252940] acpiphp: Slot [8] registered\n[ 0.253863] acpiphp: Slot [9] registered\n[ 0.254780] acpiphp: Slot [10] registered\n[ 0.255707] acpiphp: Slot [11] registered\n[ 0.256623] acpiphp: Slot [12] registered\n[ 0.257550] acpiphp: Slot [13] registered\n[ 0.258479] acpiphp: Slot [14] registered\n[ 0.259406] acpiphp: Slot [15] registered\n[ 0.270417] acpiphp: Slot [16] registered\n[ 0.271369] acpiphp: Slot [17] registered\n[ 0.272329] acpiphp: Slot [18] registered\n[ 0.273283] acpiphp: Slot [19] registered\n[ 0.274241] acpiphp: Slot [20] registered\n[ 0.275191] acpiphp: Slot [21] registered\n[ 0.276151] acpiphp: Slot [22] registered\n[ 0.277107] acpiphp: Slot [23] registered\n[ 0.278062] acpiphp: Slot [24] registered\n[ 0.278992] acpiphp: Slot [25] registered\n[ 0.279918] acpiphp: Slot [26] registered\n[ 0.280850] acpiphp: Slot [27] registered\n[ 0.281761] acpiphp: Slot [28] registered\n[ 0.282699] acpiphp: Slot [29] registered\n[ 0.283627] acpiphp: Slot [30] registered\n[ 0.284541] acpiphp: Slot [31] registered\n[ 0.285469] PCI host bridge to bus 0000:00\n[ 0.286404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287816] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290897] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292552] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299034] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301935] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303428] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309754] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360892] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362516] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364099] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367276] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370290] vgaarb: loaded\n[ 0.370987] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372271] SCSI subsystem initialized\n[ 0.373205] ACPI: bus type USB registered\n[ 0.374139] usbcore: registered new interface driver usbfs\n[ 0.375349] usbcore: registered new interface driver hub\n[ 0.376501] usbcore: registered new device driver usb\n[ 0.377715] PCI: Using ACPI for IRQ routing\n[ 0.378863] NetLabel: Initializing\n[ 0.379688] NetLabel: domain hash size = 128\n[ 0.380655] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381767] NetLabel: unlabeled traffic allowed by default\n[ 0.383020] clocksource: Switched to clocksource kvm-clock\n[ 0.388701] AppArmor: AppArmor Filesystem Enabled\n[ 0.389816] pnp: PnP ACPI init\n[ 0.390828] pnp: PnP ACPI: found 5 devices\n[ 0.397324] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399335] NET: Registered protocol family 2\n[ 0.400441] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401946] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403352] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404741] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406036] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407441] NET: Registered protocol family 1\n[ 0.408473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409800] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411091] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439904] Trying to unpack rootfs image as initramfs...\n[ 0.490808] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504883] Scanning for low memory corruption every 60 seconds\n[ 0.506396] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507746] audit: initializing netlink subsys (disabled)\n[ 0.508923] audit: type=2000 audit(1541462035.231:1): initialized\n[ 0.510424] Initialise system trusted keyring\n[ 0.511474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512853] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515052] zbud: loaded\n[ 0.515833] VFS: Disk quotas dquot_6.6.0\n[ 0.516840] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518576] fuse init (API version 7.23)\n[ 0.519579] Key type big_key registered\n[ 0.520479] Allocating IMA MOK and blacklist keyrings.\n[ 0.521701] Key type asymmetric registered\n[ 0.522622] Asymmetric key parser 'x509' registered\n[ 0.523715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525363] io scheduler noop registered\n[ 0.526255] io scheduler deadline registered (default)\n[ 0.527396] io scheduler cfq registered\n[ 0.528329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529530] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531167] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532591] ACPI: Power Button [PWRF]\n[ 0.533403] GHES: HEST is not enabled!\n[ 0.547132] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577127] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605767] Linux agpgart interface v0.103\n[ 0.607775] brd: module loaded\n[ 0.608913] loop: module loaded\n[ 0.613028] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614453] GPT:90111 != 2097151\n[ 0.615122] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616185] GPT:90111 != 2097151\n[ 0.616841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617777] vda: vda1 vda15\n[ 0.619284] scsi host0: ata_piix\n[ 0.620009] scsi host1: ata_piix\n[ 0.620703] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621883] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623296] libphy: Fixed MDIO Bus: probed\n[ 0.624098] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627226] PPP generic driver version 2.4.2\n[ 0.628093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629324] ehci-pci: EHCI PCI platform driver\n[ 0.630173] ehci-platform: EHCI generic platform driver\n[ 0.631140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632230] ohci-pci: OHCI PCI platform driver\n[ 0.633072] ohci-platform: OHCI generic platform driver\n[ 0.634028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648383] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651770] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654039] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655419] usb usb1: Product: UHCI Host Controller\n[ 0.656329] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657432] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658361] hub 1-0:1.0: USB hub found\n[ 0.659126] hub 1-0:1.0: 2 ports detected\n[ 0.660001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662078] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662998] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663995] mousedev: PS/2 mouse device common for all mice\n[ 0.665215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667003] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669228] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670385] i2c /dev entries driver\n[ 0.671125] device-mapper: uevent: version 1.0.3\n[ 0.672044] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673625] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674874] NET: Registered protocol family 10\n[ 0.675865] NET: Registered protocol family 17\n[ 0.676734] Key type dns_resolver registered\n[ 0.677631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678703] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680416] registered taskstats version 1\n[ 0.681233] Loading compiled-in X.509 certificates\n[ 0.683083] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686775] zswap: loaded using pool lzo/zbud\n[ 0.689256] Key type trusted registered\n[ 0.692084] Key type encrypted registered\n[ 0.693592] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696122] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698757] evm: HMAC attrs: 0x1\n[ 0.700399] Magic number: 10:187:908\n[ 0.701921] mem port: hash matches\n[ 0.703373] rtc_cmos 00:00: setting system clock to 2018-11-05 23:53:55 UTC (1541462035)\n[ 0.704927] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706009] EDD information not available.\n[ 0.779647] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781073] ata1.00: configured for MWDMA2\n[ 0.792615] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794770] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795955] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797172] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799000] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800487] Write protecting the kernel read-only data: 14336k\n[ 0.802018] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803779] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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 1.43\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.639123] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 2.47s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-11-05 23:56:22,461 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action used request id req-fd558ace-24b7-417b-8ecc-4cd69525c627 2018-11-05 23:56:22,462 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-11-05 23:56:22,462 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-11-05 23:56:22,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:56:22,999 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9964983f-c488-4767-b0d7-5b79b2faf0fe Content-Length: 0 Date: Mon, 05 Nov 2018 23:56:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:56:23,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5a292b17-8dde-4f79-a8c9-d6b9ce5bb22f used request id req-9964983f-c488-4767-b0d7-5b79b2faf0fe 2018-11-05 23:56:53,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-443936", "route_distinguishers": "12:12"}}' 2018-11-05 23:56:53,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-f71e3377-67e1-41af-ad71-668f41348149 Date: Mon, 05 Nov 2018 23:56:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "1b151f39-3c05-440b-8d30-acd6779630fb", "name": "sdnvpn-443936", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:56:53,265 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-f71e3377-67e1-41af-ad71-668f41348149 2018-11-05 23:56:53,265 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-443936', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'1b151f39-3c05-440b-8d30-acd6779630fb'}} 2018-11-05 23:56:53,265 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-11-05 23:56:53,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"router_association": {"router_id": "711df9c3-e73e-4d8e-84da-4160fe95a70c"}}' 2018-11-05 23:56:54,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-3aa567d0-ceca-47da-873e-457035b5dce0 Date: Mon, 05 Nov 2018 23:56:54 GMT RESP BODY: {"router_association": {"router_id": "711df9c3-e73e-4d8e-84da-4160fe95a70c", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "d2d5b231-94fe-4828-9a70-00b210ec2d8a"}} 2018-11-05 23:56:54,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb/router_associations used request id req-3aa567d0-ceca-47da-873e-457035b5dce0 2018-11-05 23:56:54,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"network_association": {"network_id": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0"}}' 2018-11-05 23:56:54,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-acecd503-97de-45ff-aaaf-936724d58ae9 Date: Mon, 05 Nov 2018 23:56:54 GMT RESP BODY: {"network_association": {"network_id": "e3568e8c-da2c-446b-9e6f-e15d9af69ba0", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "577e1bc6-9c81-4df3-9b4b-4be41f8a1387"}} 2018-11-05 23:56:54,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb/network_associations used request id req-acecd503-97de-45ff-aaaf-936724d58ae9 2018-11-05 23:56:54,706 - sdnvpn_test_utils - DEBUG - Waiting for router 1b151f39-3c05-440b-8d30-acd6779630fb to associate with BGPVPN 711df9c3-e73e-4d8e-84da-4160fe95a70c 2018-11-05 23:56:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:56:54,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-184ff19b-bfaf-4952-b256-5a5c28b3cddb Date: Mon, 05 Nov 2018 23:56:54 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["711df9c3-e73e-4d8e-84da-4160fe95a70c"], "id": "1b151f39-3c05-440b-8d30-acd6779630fb", "name": "sdnvpn-443936", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["e3568e8c-da2c-446b-9e6f-e15d9af69ba0"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:56:54,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb used request id req-184ff19b-bfaf-4952-b256-5a5c28b3cddb 2018-11-05 23:56:55,891 - sdnvpn_test_utils - DEBUG - Waiting for network 1b151f39-3c05-440b-8d30-acd6779630fb to associate with BGPVPN e3568e8c-da2c-446b-9e6f-e15d9af69ba0 2018-11-05 23:56:55,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:56:56,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-c18226fe-18ab-4dc2-949b-0f0eeb46b9c3 Date: Mon, 05 Nov 2018 23:56:56 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["711df9c3-e73e-4d8e-84da-4160fe95a70c"], "id": "1b151f39-3c05-440b-8d30-acd6779630fb", "name": "sdnvpn-443936", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": ["e3568e8c-da2c-446b-9e6f-e15d9af69ba0"], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-05 23:56:56,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb used request id req-c18226fe-18ab-4dc2-949b-0f0eeb46b9c3 2018-11-05 23:56:57,080 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-05 23:57:27,106 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-11-05 23:57:27,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"forceDelete": null}' 2018-11-05 23:57:27,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:57:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9647d19d-e7b9-40b7-bbdf-b28db8d9b001 x-compute-request-id: req-9647d19d-e7b9-40b7-bbdf-b28db8d9b001 Content-Length: 0 Content-Type: application/json 2018-11-05 23:57:27,445 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607/action used request id req-9647d19d-e7b9-40b7-bbdf-b28db8d9b001 2018-11-05 23:57:27,445 - sdnvpn_test_utils - DEBUG - Waiting for instance 402f8592-718b-42e9-b684-45e1de4f1607 to be deleted 2018-11-05 23:57:27,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:28,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-2f929c94-d888-4196-a4e3-9bc4e8c13e79 x-compute-request-id: req-2f929c94-d888-4196-a4e3-9bc4e8c13e79 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:94:67", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/402f8592-718b-42e9-b684-45e1de4f1607", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-11-05T23:54:06.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "402f8592-718b-42e9-b684-45e1de4f1607", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:57:27Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-05T23:54:00Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:6a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-11-05T23:53:15.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:15Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:28,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-2f929c94-d888-4196-a4e3-9bc4e8c13e79 2018-11-05 23:57:30,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:30,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-78d22efa-f960-4145-8b26-c4d7e28edce8 x-compute-request-id: req-78d22efa-f960-4145-8b26-c4d7e28edce8 Content-Encoding: gzip Content-Length: 1084 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:6a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-11-05T23:53:15.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:15Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:30,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-78d22efa-f960-4145-8b26-c4d7e28edce8 2018-11-05 23:57:32,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"forceDelete": null}' 2018-11-05 23:57:32,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:57: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-3fe6cb1a-30f7-4584-bb9b-f2e732921b6b x-compute-request-id: req-3fe6cb1a-30f7-4584-bb9b-f2e732921b6b Content-Length: 0 Content-Type: application/json 2018-11-05 23:57:32,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03/action used request id req-3fe6cb1a-30f7-4584-bb9b-f2e732921b6b 2018-11-05 23:57:32,924 - sdnvpn_test_utils - DEBUG - Waiting for instance 653bf639-e0b5-4151-ae83-3f155b497d03 to be deleted 2018-11-05 23:57:32,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:33,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-0d25f02c-5762-4792-8108-8d80dbbc4b28 x-compute-request-id: req-0d25f02c-5762-4792-8108-8d80dbbc4b28 Content-Encoding: gzip Content-Length: 1097 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:6a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/653bf639-e0b5-4151-ae83-3f155b497d03", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-11-05T23:53:15.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "653bf639-e0b5-4151-ae83-3f155b497d03", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:57:32Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-05T23:53:10Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:33,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-0d25f02c-5762-4792-8108-8d80dbbc4b28 2018-11-05 23:57:35,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:35,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-b5f53454-da2e-4238-b333-f61d51168416 x-compute-request-id: req-b5f53454-da2e-4238-b333-f61d51168416 Content-Encoding: gzip Content-Length: 1007 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:28Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:35,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-b5f53454-da2e-4238-b333-f61d51168416 2018-11-05 23:57:37,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"forceDelete": null}' 2018-11-05 23:57:38,205 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:57: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-ba829214-711f-4d19-bbdb-c7cc182424cb x-compute-request-id: req-ba829214-711f-4d19-bbdb-c7cc182424cb Content-Length: 0 Content-Type: application/json 2018-11-05 23:57:38,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083/action used request id req-ba829214-711f-4d19-bbdb-c7cc182424cb 2018-11-05 23:57:38,206 - sdnvpn_test_utils - DEBUG - Waiting for instance 4e53f209-5e08-4c00-bdea-5cfa90dd6083 to be deleted 2018-11-05 23:57:38,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:38,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-8065d045-95f7-45b2-a451-fa6fe16435cb x-compute-request-id: req-8065d045-95f7-45b2-a451-fa6fe16435cb Content-Encoding: gzip Content-Length: 1019 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:9b:83", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e53f209-5e08-4c00-bdea-5cfa90dd6083", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-11-05T23:53:27.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "4e53f209-5e08-4c00-bdea-5cfa90dd6083", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:57:38Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-05T23:53:23Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:38,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-8065d045-95f7-45b2-a451-fa6fe16435cb 2018-11-05 23:57:40,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:41,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-1074cec5-de40-401b-932b-b8a707bf7adc x-compute-request-id: req-1074cec5-de40-401b-932b-b8a707bf7adc Content-Encoding: gzip Content-Length: 924 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:53:54Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:41,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-1074cec5-de40-401b-932b-b8a707bf7adc 2018-11-05 23:57:43,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"forceDelete": null}' 2018-11-05 23:57:43,708 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:57: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-52bde5db-b952-48bb-bafd-260fbda333fb x-compute-request-id: req-52bde5db-b952-48bb-bafd-260fbda333fb Content-Length: 0 Content-Type: application/json 2018-11-05 23:57:43,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb/action used request id req-52bde5db-b952-48bb-bafd-260fbda333fb 2018-11-05 23:57:43,708 - sdnvpn_test_utils - DEBUG - Waiting for instance 1cb43b56-795d-4557-a650-30d6bd11ddcb to be deleted 2018-11-05 23:57:43,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:44,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-11be38ab-615f-448e-b450-62f80dfbbc8b x-compute-request-id: req-11be38ab-615f-448e-b450-62f80dfbbc8b Content-Encoding: gzip Content-Length: 936 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:39:87", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cb43b56-795d-4557-a650-30d6bd11ddcb", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-11-05T23:53:54.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1cb43b56-795d-4557-a650-30d6bd11ddcb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-05T23:57:43Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-05T23:53:48Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:44,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-11be38ab-615f-448e-b450-62f80dfbbc8b 2018-11-05 23:57:46,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:47,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-14aebe9b-5f01-4a7a-9e2c-0fd47e010cd6 x-compute-request-id: req-14aebe9b-5f01-4a7a-9e2c-0fd47e010cd6 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:53:40Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:47,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-14aebe9b-5f01-4a7a-9e2c-0fd47e010cd6 2018-11-05 23:57:49,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" -d '{"forceDelete": null}' 2018-11-05 23:57:49,582 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 05 Nov 2018 23:57:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29473b50-fc09-4baf-8ebe-29b9887ee313 x-compute-request-id: req-29473b50-fc09-4baf-8ebe-29b9887ee313 Content-Length: 0 Content-Type: application/json 2018-11-05 23:57:49,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68/action used request id req-29473b50-fc09-4baf-8ebe-29b9887ee313 2018-11-05 23:57:49,582 - sdnvpn_test_utils - DEBUG - Waiting for instance cb10a4dd-bf79-4c27-b90c-a6e2db566f68 to be deleted 2018-11-05 23:57:49,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:50,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-7e33e4d6-57c1-4a57-93c4-1d391805686e x-compute-request-id: req-7e33e4d6-57c1-4a57-93c4-1d391805686e Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:bd:bd", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "rel": "bookmark"}], "image": {"id": "c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "links": [{"href": "http://172.30.9.23:8774/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-11-05T23:53:39.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "cb10a4dd-bf79-4c27-b90c-a6e2db566f68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-05T23:57:49Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-05T23:53:36Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-05 23:57:50,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-7e33e4d6-57c1-4a57-93c4-1d391805686e 2018-11-05 23:57:52,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f40aa19d57d9aeab8f3ade881c9e26330bb08eb" 2018-11-05 23:57:52,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:57: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-75812ab7-6ae1-4dac-8f99-52fa50b240ec x-compute-request-id: req-75812ab7-6ae1-4dac-8f99-52fa50b240ec Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-05 23:57:52,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-75812ab7-6ae1-4dac-8f99-52fa50b240ec 2018-11-05 23:57:54,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f72f545720600470ba0ba801bdc7b481b3445f9" 2018-11-05 23:57:55,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00304a84-1e5b-4e3b-bf0a-2e20d66aac6d Date: Mon, 05 Nov 2018 23:57:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:57:55,246 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c17c49fa-6223-4a66-86c8-b6f6ba1f7096 used request id req-00304a84-1e5b-4e3b-bf0a-2e20d66aac6d 2018-11-05 23:57:55,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:57:56,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b006cad8-7831-472b-995f-13f42f439e5a Content-Length: 0 Date: Mon, 05 Nov 2018 23:57:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:57:56,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1b151f39-3c05-440b-8d30-acd6779630fb used request id req-b006cad8-7831-472b-995f-13f42f439e5a 2018-11-05 23:57:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"subnet_id": "c7af853e-6f6d-4bcc-be2e-ed3973180ba5"}' 2018-11-05 23:57:57,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7176e6c7-d7de-4e9b-824d-703b944a4aa7 Date: Mon, 05 Nov 2018 23:57:57 GMT RESP BODY: {"network_id": "7ac24731-4eea-4797-80df-4318fda474fd", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "c7af853e-6f6d-4bcc-be2e-ed3973180ba5", "subnet_ids": ["c7af853e-6f6d-4bcc-be2e-ed3973180ba5"], "port_id": "f0819179-3fe7-47ca-b348-edd798cfce9b", "id": "711df9c3-e73e-4d8e-84da-4160fe95a70c"} 2018-11-05 23:57:57,460 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c/remove_router_interface used request id req-7176e6c7-d7de-4e9b-824d-703b944a4aa7 2018-11-05 23:57:57,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" -d '{"router": {"external_gateway_info": {}}}' 2018-11-05 23:57:58,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-7ce2c292-ac0e-4352-b12d-53991ccf21a4 Date: Mon, 05 Nov 2018 23:57:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:53:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-05T23:57:58Z", "revision_number": 8, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "711df9c3-e73e-4d8e-84da-4160fe95a70c", "name": "sdnvpn-4-1-router"}} 2018-11-05 23:57:58,881 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c used request id req-7ce2c292-ac0e-4352-b12d-53991ccf21a4 2018-11-05 23:57:58,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7af853e-6f6d-4bcc-be2e-ed3973180ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:58:01,091 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e4838e0-24c3-48fd-82f7-d60407c83e35 Date: Mon, 05 Nov 2018 23:58:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:58:01,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7af853e-6f6d-4bcc-be2e-ed3973180ba5 used request id req-5e4838e0-24c3-48fd-82f7-d60407c83e35 2018-11-05 23:58:01,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/fb0218e1-a42e-4260-838b-3dc4cb97c868 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:58:03,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3cd4e700-6c95-4b39-926e-7c1c47116634 Date: Mon, 05 Nov 2018 23:58:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:58:03,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fb0218e1-a42e-4260-838b-3dc4cb97c868 used request id req-3cd4e700-6c95-4b39-926e-7c1c47116634 2018-11-05 23:58:03,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:58:04,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b488c29-6b00-4f5c-bc04-e21a87b79c15 Content-Length: 0 Date: Mon, 05 Nov 2018 23:58:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:58:04,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/711df9c3-e73e-4d8e-84da-4160fe95a70c used request id req-9b488c29-6b00-4f5c-bc04-e21a87b79c15 2018-11-05 23:58:04,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/7ac24731-4eea-4797-80df-4318fda474fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:58:06,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ed23368-8a03-41ba-85cc-3c10b85c07d1 Date: Mon, 05 Nov 2018 23:58:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:58:06,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7ac24731-4eea-4797-80df-4318fda474fd used request id req-3ed23368-8a03-41ba-85cc-3c10b85c07d1 2018-11-05 23:58:06,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e3568e8c-da2c-446b-9e6f-e15d9af69ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17ad5d513a4188a47c9a0d0f9b24659c4df975d" 2018-11-05 23:58:06,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f82828de-153e-484f-a93f-4c42f89111a1 Date: Mon, 05 Nov 2018 23:58:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-05 23:58:06,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e3568e8c-da2c-446b-9e6f-e15d9af69ba0 used request id req-f82828de-153e-484f-a93f-4c42f89111a1 2018-11-05 23:58:06,786 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ +========================================================================================+ 2018-11-05 23:58:06,786 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-05 23:58:06,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-11-05 23:58:06,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-11-05 23:58:06,788 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-11-05 23:58:06,788 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-11-05 23:58:06,788 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-11-05 23:58:06,939 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:58:06,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:58:06,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:58:06,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:58:06,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:58:06,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:58:06,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:58:06,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:58:06,946 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:58:06,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a1dc7e4-5619-4b2f-81ed-013b5e781811 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:58:06,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0a1dc7e4-5619-4b2f-81ed-013b5e781811 2018-11-05 23:58:06,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:58:07,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T00:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["v8GlMhsYR5iInFRna5i5nA"], "issued_at": "2018-11-05T23:58:07.000000Z"}} 2018-11-05 23:58:07,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-05 23:58:07,330 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:07,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-88639087-cebf-4a6a-bec7-fc890ab26260 Date: Mon, 05 Nov 2018 23:58:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-05 23:58:07,557 - 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-88639087-cebf-4a6a-bec7-fc890ab26260 2018-11-05 23:58:07,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.228440999985s 2018-11-05 23:58:07,558 - 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-88639087-cebf-4a6a-bec7-fc890ab26260 2018-11-05 23:58:07,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-05 23:58:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:07,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 23:58:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 23:58:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:07,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7090ebcb-e74a-4e9d-9f01-287b6e6a2ebe Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-05 23:58:07,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7090ebcb-e74a-4e9d-9f01-287b6e6a2ebe 2018-11-05 23:58:07,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0987529754639s 2018-11-05 23:58:07,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-05 23:58:07,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957"}}' 2018-11-05 23:58:07,784 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 23:58:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e21718e4-9979-455a-973b-00470ee0671f Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6"}, "enabled": true, "id": "42d3a2231e974107b008ba97d949a8c6", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957"}} 2018-11-05 23:58:07,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e21718e4-9979-455a-973b-00470ee0671f 2018-11-05 23:58:07,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125430822372s 2018-11-05 23:58:07,785 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e21718e4-9979-455a-973b-00470ee0671f 2018-11-05 23:58:07,786 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957', 'id': u'42d3a2231e974107b008ba97d949a8c6', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-05 23:58:07,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-05 23:58:08,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.358129024506s 2018-11-05 23:58:08,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aafc8fa8-1f73-4a33-9ea4-d02d6cc68cc6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234"}, "enabled": true, "id": "7b4e00c4c50145e7ba1d3a487a3d6234", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957"}} 2018-11-05 23:58:08,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 used request id req-aafc8fa8-1f73-4a33-9ea4-d02d6cc68cc6 2018-11-05 23:58:08,240 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7b4e00c4c50145e7ba1d3a487a3d6234', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957'}) 2018-11-05 23:58:08,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:08,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d69dcc6f-c8af-4db1-8405-ddbe64f3fd41 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:08,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d69dcc6f-c8af-4db1-8405-ddbe64f3fd41 2018-11-05 23:58:08,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814480781555s 2018-11-05 23:58:08,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:08,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b87c303-7a9d-420c-830e-c299e84a3af8 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:08,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9b87c303-7a9d-420c-830e-c299e84a3af8 2018-11-05 23:58:08,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769329071045s 2018-11-05 23:58:08,401 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-05 23:58:08,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-05 23:58:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" -d '{"role": {"name": "Member"}}' 2018-11-05 23:58:08,497 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bf94a0d-8768-4f4b-b2de-d11d380e9555 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}} 2018-11-05 23:58:08,497 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9bf94a0d-8768-4f4b-b2de-d11d380e9555 2018-11-05 23:58:08,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0961909294128s 2018-11-05 23:58:08,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b790c8c0-1904-4567-a1ff-80faa07214bc Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "domain_id": null, "name": "Member", "id": "8c09e53e121e40838b7689399cb04857"}} 2018-11-05 23:58:08,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857 used request id req-b790c8c0-1904-4567-a1ff-80faa07214bc 2018-11-05 23:58:08,581 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857'}, 'domain_id': None, 'human_id': None, 'id': u'8c09e53e121e40838b7689399cb04857', 'HUMAN_ID': False}) 2018-11-05 23:58:08,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:08,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23291cf6-f1bb-4c85-9ebc-d73ffa987805 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:08,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-23291cf6-f1bb-4c85-9ebc-d73ffa987805 2018-11-05 23:58:08,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815699100494s 2018-11-05 23:58:08,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 23:58:08,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf96728-19b1-4870-95f8-4d1a03288c85 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 23:58:08,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ecf96728-19b1-4870-95f8-4d1a03288c85 2018-11-05 23:58:08,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0792078971863s 2018-11-05 23:58:08,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 23:58:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b2c633-f070-46d3-a935-a3aeb2fec03e Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234"}, "domain_id": "default", "enabled": true, "id": "7b4e00c4c50145e7ba1d3a487a3d6234", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 23:58:08,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-11b2c633-f070-46d3-a935-a3aeb2fec03e 2018-11-05 23:58:08,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10703086853s 2018-11-05 23:58:08,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-11b2c633-f070-46d3-a935-a3aeb2fec03e 2018-11-05 23:58:08,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 23:58:08,859 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:08,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd849e9-c58c-417c-8327-8aefc207f0ce 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": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6"}, "enabled": true, "id": "42d3a2231e974107b008ba97d949a8c6", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 23:58:08,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7cd849e9-c58c-417c-8327-8aefc207f0ce 2018-11-05 23:58:08,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0800178050995s 2018-11-05 23:58:08,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7cd849e9-c58c-417c-8327-8aefc207f0ce 2018-11-05 23:58:08,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 23:58:08,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&scope.project.id=42d3a2231e974107b008ba97d949a8c6&role.id=8c09e53e121e40838b7689399cb04857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace499a7-3188-41ec-a3dd-fdd3ab2a8b4e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&scope.project.id=42d3a2231e974107b008ba97d949a8c6&role.id=8c09e53e121e40838b7689399cb04857", "previous": null, "next": null}} 2018-11-05 23:58:09,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&scope.project.id=42d3a2231e974107b008ba97d949a8c6&role.id=8c09e53e121e40838b7689399cb04857 used request id req-ace499a7-3188-41ec-a3dd-fdd3ab2a8b4e 2018-11-05 23:58:09,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0858869552612s 2018-11-05 23:58:09,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 23:58:09,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6/users/7b4e00c4c50145e7ba1d3a487a3d6234/roles/8c09e53e121e40838b7689399cb04857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e1868d7-122e-4620-8b1b-556a8c8754b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 23:58:09,147 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6/users/7b4e00c4c50145e7ba1d3a487a3d6234/roles/8c09e53e121e40838b7689399cb04857 used request id req-2e1868d7-122e-4620-8b1b-556a8c8754b5 2018-11-05 23:58:09,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118449926376s 2018-11-05 23:58:09,148 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '932fabfd-daa0-4da0-b8bf-d412f524a032', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957', 'project_id': u'42d3a2231e974107b008ba97d949a8c6', '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-11-05 23:58:09,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-05 23:58:09,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-05 23:58:09,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-05 23:58:09,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-05 23:58:09,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-05 23:58:09,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-05 23:58:09,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-05 23:58:09,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-05 23:58:09,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-05 23:58:09,153 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957', 'password': '932fabfd-daa0-4da0-b8bf-d412f524a032', 'project_name': 'bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '42d3a2231e974107b008ba97d949a8c6', 'project_domain_name': 'Default'} 2018-11-05 23:58:09,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9528ffb-3475-4d03-9841-09120321c709 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:09,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d9528ffb-3475-4d03-9841-09120321c709 2018-11-05 23:58:09,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796811580658s 2018-11-05 23:58:09,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:09,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a866a7c-f5bf-420d-9aa7-be6a3f13d77d Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:09,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a866a7c-f5bf-420d-9aa7-be6a3f13d77d 2018-11-05 23:58:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799179077148s 2018-11-05 23:58:09,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 23:58:09,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a4b3c09-c316-43a1-acbc-6e24c7c5d219 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 23:58:09,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3a4b3c09-c316-43a1-acbc-6e24c7c5d219 2018-11-05 23:58:09,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0881948471069s 2018-11-05 23:58:09,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 23:58:09,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b60eedbb-48da-4ac3-85fa-d393175fc54d Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234"}, "domain_id": "default", "enabled": true, "id": "7b4e00c4c50145e7ba1d3a487a3d6234", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 23:58:09,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b60eedbb-48da-4ac3-85fa-d393175fc54d 2018-11-05 23:58:09,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.093425989151s 2018-11-05 23:58:09,499 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b60eedbb-48da-4ac3-85fa-d393175fc54d 2018-11-05 23:58:09,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-05 23:58:09,506 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d73752ee-2ff3-4c29-b70d-1d796fd2c987 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": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6"}, "enabled": true, "id": "42d3a2231e974107b008ba97d949a8c6", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-05 23:58:09,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d73752ee-2ff3-4c29-b70d-1d796fd2c987 2018-11-05 23:58:09,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0862770080566s 2018-11-05 23:58:09,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d73752ee-2ff3-4c29-b70d-1d796fd2c987 2018-11-05 23:58:09,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 23:58:09,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&scope.project.id=42d3a2231e974107b008ba97d949a8c6&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c04f98-15a2-4c05-be9d-c1540caf8a2c 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=7b4e00c4c50145e7ba1d3a487a3d6234&scope.project.id=42d3a2231e974107b008ba97d949a8c6&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-05 23:58:09,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&scope.project.id=42d3a2231e974107b008ba97d949a8c6&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-79c04f98-15a2-4c05-be9d-c1540caf8a2c 2018-11-05 23:58:09,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829911231995s 2018-11-05 23:58:09,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 23:58:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6/users/7b4e00c4c50145e7ba1d3a487a3d6234/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2c01f00-6cdd-4c79-abbc-350ebf882971 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 23:58:09,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6/users/7b4e00c4c50145e7ba1d3a487a3d6234/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-f2c01f00-6cdd-4c79-abbc-350ebf882971 2018-11-05 23:58:09,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115399837494s 2018-11-05 23:58:09,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:09,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cfcd431-1a67-4333-b2f7-72b61c9e63ee Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:09,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0cfcd431-1a67-4333-b2f7-72b61c9e63ee 2018-11-05 23:58:09,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798990726471s 2018-11-05 23:58:09,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-05 23:58:09,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:09,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8fef23c-fe35-49d7-9851-d9de88689e33 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-05 23:58:09,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e8fef23c-fe35-49d7-9851-d9de88689e33 2018-11-05 23:58:09,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0866510868073s 2018-11-05 23:58:09,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-05 23:58:09,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:10,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6649b624-c5b8-4b16-9a8e-45721f5889ec Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234"}, "domain_id": "default", "enabled": true, "id": "7b4e00c4c50145e7ba1d3a487a3d6234", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-05 23:58:10,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6649b624-c5b8-4b16-9a8e-45721f5889ec 2018-11-05 23:58:10,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109451055527s 2018-11-05 23:58:10,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6649b624-c5b8-4b16-9a8e-45721f5889ec 2018-11-05 23:58:10,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-05 23:58:10,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:10,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45cc9a44-a145-4dbf-8642-97e5884aebc6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-05 23:58:10,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7b4e00c4c50145e7ba1d3a487a3d6234&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default used request id req-45cc9a44-a145-4dbf-8642-97e5884aebc6 2018-11-05 23:58:10,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829601287842s 2018-11-05 23:58:10,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-05 23:58:10,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/7b4e00c4c50145e7ba1d3a487a3d6234/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-05 23:58:10,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 05 Nov 2018 23:58:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6652f9d-39bc-40db-86ae-12e60fedb01e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-05 23:58:10,284 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/7b4e00c4c50145e7ba1d3a487a3d6234/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-f6652f9d-39bc-40db-86ae-12e60fedb01e 2018-11-05 23:58:10,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121315956116s 2018-11-05 23:58:10,284 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-05 23:58:17,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-05 23:58:17.425 154 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac | 2018-11-05T23:58:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-05 23:58:20,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-11-05 23:58:20,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-05 23:58:26,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-05 23:58:25.023 163 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-05 23:58:25.184 163 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-05 23:58:26.800 163 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76bfca0c-9ffc-4f4e-8451-c7dd69a92362) has been successfully created! Using verifier 'opnfv-tempest' (UUID=76bfca0c-9ffc-4f4e-8451-c7dd69a92362) as the default verifier for the future CLI operations. 2018-11-05 23:58:29,736 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-05 23:58:29,851 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-05 23:58:29,852 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-05 23:58:29,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d5191b-00c3-4060-89f0-650e92950cd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-05 23:58:29,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-94d5191b-00c3-4060-89f0-650e92950cd4 2018-11-05 23:58:29,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-05 23:58:30,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "8c09e53e121e40838b7689399cb04857", "name": "Member"}], "expires_at": "2018-11-06T00:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42d3a2231e974107b008ba97d949a8c6", "name": "bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/42d3a2231e974107b008ba97d949a8c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/42d3a2231e974107b008ba97d949a8c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/42d3a2231e974107b008ba97d949a8c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/42d3a2231e974107b008ba97d949a8c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/42d3a2231e974107b008ba97d949a8c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/42d3a2231e974107b008ba97d949a8c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/42d3a2231e974107b008ba97d949a8c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/42d3a2231e974107b008ba97d949a8c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/42d3a2231e974107b008ba97d949a8c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/42d3a2231e974107b008ba97d949a8c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/42d3a2231e974107b008ba97d949a8c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/42d3a2231e974107b008ba97d949a8c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957", "id": "7b4e00c4c50145e7ba1d3a487a3d6234"}, "audit_ids": ["U6J05gy5R7ycNEB3cZzekw"], "issued_at": "2018-11-05T23:58:30.000000Z"}} 2018-11-05 23:58:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:30,260 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 05 Nov 2018 23:58:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-05 23:58:30,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 23:58:30,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:30,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-376fe6ce-9dad-469f-b24c-f25610e8d901 Date: Mon, 05 Nov 2018 23:58:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 23:58:30,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-376fe6ce-9dad-469f-b24c-f25610e8d901 2018-11-05 23:58:30,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179836034775s 2018-11-05 23:58:30,444 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-376fe6ce-9dad-469f-b24c-f25610e8d901 2018-11-05 23:58:30,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 23:58:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957"}' 2018-11-05 23:58:30,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229 X-Openstack-Request-Id: req-6a905341-dec3-46eb-9a94-56b6c6b515ab Date: Mon, 05 Nov 2018 23:58:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "b0b09258-b778-45e6-9b7f-c05c8dee2229", "size": null, "self": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:30Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": null, "created_at": "2018-11-05T23:58:30Z", "protected": false} 2018-11-05 23:58:30,650 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6a905341-dec3-46eb-9a94-56b6c6b515ab 2018-11-05 23:58:30,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203265190125s 2018-11-05 23:58:30,651 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6a905341-dec3-46eb-9a94-56b6c6b515ab returning object b0b09258-b778-45e6-9b7f-c05c8dee2229 2018-11-05 23:58:30,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 23:58:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" -d '' 2018-11-05 23:58:31,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a6a7654-4a10-4556-8847-1b6303227ec9 Date: Mon, 05 Nov 2018 23:58:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:58:31,999 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file used request id req-6a6a7654-4a10-4556-8847-1b6303227ec9 2018-11-05 23:58:31,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.34779405594s 2018-11-05 23:58:32,000 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file used request id req-6a6a7654-4a10-4556-8847-1b6303227ec9 2018-11-05 23:58:32,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 23:58:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:32,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-c80f7add-5a6d-4ece-9fca-52d6f646f3bd Date: Mon, 05 Nov 2018 23:58:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "metadata": {}}], "file": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "b0b09258-b778-45e6-9b7f-c05c8dee2229", "size": 12716032, "self": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:31Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T23:58:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 23:58:32,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c80f7add-5a6d-4ece-9fca-52d6f646f3bd 2018-11-05 23:58:32,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167382001877s 2018-11-05 23:58:32,168 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c80f7add-5a6d-4ece-9fca-52d6f646f3bd 2018-11-05 23:58:32,170 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file', 'owner': u'42d3a2231e974107b008ba97d949a8c6', 'id': u'b0b09258-b778-45e6-9b7f-c05c8dee2229', 'size': 12716032, u'self': u'/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'42d3a2231e974107b008ba97d949a8c6', 'name': 'bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T23:58:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T23:58:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957', 'created': u'2018-11-05T23:58:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T23:58:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 23:58:32,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 23:58:32,174 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_c772b274-619f-4bc3-92a7-930e5b89d957", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 23:58:32,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58: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-3af6c3e6-5a17-4861-b82b-485c6228bf64 x-compute-request-id: req-3af6c3e6-5a17-4861-b82b-485c6228bf64 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "868c88a7-0284-4f29-a884-0eed8bfe40e7", "name": "bgpvpn-tempest-tests-flavor_c772b274-619f-4bc3-92a7-930e5b89d957", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:58:32,360 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3af6c3e6-5a17-4861-b82b-485c6228bf64 2018-11-05 23:58:32,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.188318967819s 2018-11-05 23:58:32,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3af6c3e6-5a17-4861-b82b-485c6228bf64 returning object 868c88a7-0284-4f29-a884-0eed8bfe40e7 2018-11-05 23:58:32,361 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_c772b274-619f-4bc3-92a7-930e5b89d957', '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'aba621f7e9154af3a5e42bcbad943619', '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'868c88a7-0284-4f29-a884-0eed8bfe40e7', 'swap': 0}) 2018-11-05 23:58:32,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 23:58:32,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" -d '{"extra_specs": {}}' 2018-11-05 23:58:32,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58: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-9da83520-a317-4a02-b999-87631f77eb89 x-compute-request-id: req-9da83520-a317-4a02-b999-87631f77eb89 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 23:58:32,387 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7/os-extra_specs used request id req-9da83520-a317-4a02-b999-87631f77eb89 2018-11-05 23:58:32,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0248630046844s 2018-11-05 23:58:32,387 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7/os-extra_specs used request id req-9da83520-a317-4a02-b999-87631f77eb89 2018-11-05 23:58:32,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-05 23:58:32,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:32,398 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 05 Nov 2018 23:58:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-05 23:58:32,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:32,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31fcef85-1dcb-43f0-8da6-c733c89ed6b5 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-05 23:58:32,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-31fcef85-1dcb-43f0-8da6-c733c89ed6b5 2018-11-05 23:58:32,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0938909053802s 2018-11-05 23:58:32,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-05 23:58:32,489 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:32,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58: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-a47fc9cc-40eb-4822-be55-2aecb6cd4c75 x-compute-request-id: req-a47fc9cc-40eb-4822-be55-2aecb6cd4c75 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-05 23:58:32,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-a47fc9cc-40eb-4822-be55-2aecb6cd4c75 2018-11-05 23:58:32,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.174463033676s 2018-11-05 23:58:32,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-a47fc9cc-40eb-4822-be55-2aecb6cd4c75 2018-11-05 23:58:32,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 23:58:32,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:32,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-26ce4a59-6956-4fd1-a962-607cf176c495 Date: Mon, 05 Nov 2018 23:58:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "metadata": {}}], "file": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "b0b09258-b778-45e6-9b7f-c05c8dee2229", "size": 12716032, "self": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:31Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T23:58:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 23:58:32,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-26ce4a59-6956-4fd1-a962-607cf176c495 2018-11-05 23:58:32,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171175003052s 2018-11-05 23:58:32,835 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-26ce4a59-6956-4fd1-a962-607cf176c495 2018-11-05 23:58:32,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-05 23:58:32,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957"}' 2018-11-05 23:58:33,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3 X-Openstack-Request-Id: req-c05ae983-8db5-4d8e-9be7-d9ceb88dbadc Date: Mon, 05 Nov 2018 23:58:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "852ed242-e6bc-4e7e-ac53-e2a79eeda2c3", "size": null, "self": "/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:33Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": null, "created_at": "2018-11-05T23:58:33Z", "protected": false} 2018-11-05 23:58:33,046 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c05ae983-8db5-4d8e-9be7-d9ceb88dbadc 2018-11-05 23:58:33,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.207654953003s 2018-11-05 23:58:33,047 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c05ae983-8db5-4d8e-9be7-d9ceb88dbadc returning object 852ed242-e6bc-4e7e-ac53-e2a79eeda2c3 2018-11-05 23:58:33,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-05 23:58:33,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" -d '' 2018-11-05 23:58:35,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87f6144b-fddd-4810-a19a-8393300db573 Date: Mon, 05 Nov 2018 23:58:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-05 23:58:35,182 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/file used request id req-87f6144b-fddd-4810-a19a-8393300db573 2018-11-05 23:58:35,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.13368201256s 2018-11-05 23:58:35,182 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/file used request id req-87f6144b-fddd-4810-a19a-8393300db573 2018-11-05 23:58:35,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-05 23:58:35,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-05 23:58:35,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-4dc2048a-863b-43e3-aef3-834e39e6d3ed Date: Mon, 05 Nov 2018 23:58:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/snap", "metadata": {}}], "file": "/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "852ed242-e6bc-4e7e-ac53-e2a79eeda2c3", "size": 12716032, "self": "/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:35Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T23:58:33Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "metadata": {}}], "file": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "b0b09258-b778-45e6-9b7f-c05c8dee2229", "size": 12716032, "self": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:31Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T23:58:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-05 23:58:35,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4dc2048a-863b-43e3-aef3-834e39e6d3ed 2018-11-05 23:58:35,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.542724847794s 2018-11-05 23:58:35,726 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4dc2048a-863b-43e3-aef3-834e39e6d3ed 2018-11-05 23:58:35,729 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/file', 'owner': u'42d3a2231e974107b008ba97d949a8c6', 'id': u'852ed242-e6bc-4e7e-ac53-e2a79eeda2c3', 'size': 12716032, u'self': u'/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'42d3a2231e974107b008ba97d949a8c6', 'name': 'bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-05T23:58:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-05T23:58:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957', 'created': u'2018-11-05T23:58:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-05T23:58:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_c772b274-619f-4bc3-92a7-930e5b89d957', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-05 23:58:35,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-05 23:58:35,733 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-05 23:58:35,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58: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-c6e0569a-c71a-43c6-b9cd-5c8521771c82 x-compute-request-id: req-c6e0569a-c71a-43c6-b9cd-5c8521771c82 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f6234550-170a-4878-b17c-4ac76f16a8b0", "name": "bgpvpn-tempest-tests-flavor_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-05 23:58:35,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c6e0569a-c71a-43c6-b9cd-5c8521771c82 2018-11-05 23:58:35,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0606260299683s 2018-11-05 23:58:35,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c6e0569a-c71a-43c6-b9cd-5c8521771c82 returning object f6234550-170a-4878-b17c-4ac76f16a8b0 2018-11-05 23:58:35,792 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_c772b274-619f-4bc3-92a7-930e5b89d957', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'f6234550-170a-4878-b17c-4ac76f16a8b0', 'swap': 0}) 2018-11-05 23:58:35,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-05 23:58:35,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" -d '{"extra_specs": {}}' 2018-11-05 23:58:35,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 05 Nov 2018 23:58: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-83d22809-d4aa-43f7-8529-f3daa5d66445 x-compute-request-id: req-83d22809-d4aa-43f7-8529-f3daa5d66445 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-05 23:58:35,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0/os-extra_specs used request id req-83d22809-d4aa-43f7-8529-f3daa5d66445 2018-11-05 23:58:35,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247728824615s 2018-11-05 23:58:35,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0/os-extra_specs used request id req-83d22809-d4aa-43f7-8529-f3daa5d66445 2018-11-05 23:58:35,818 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_c772b274-619f-4bc3-92a7-930e5b89d957', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'f6234550-170a-4878-b17c-4ac76f16a8b0', 'swap': 0}) 2018-11-05 23:58:39,633 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-05 23:58:37.873 182 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=76bfca0c-9ffc-4f4e-8451-c7dd69a92362) for deployment 'opnfv-rally' (UUID=8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac). 2018-11-05 23:58:39.473 182 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-05 23:58:39.475 182 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76bfca0c-9ffc-4f4e-8451-c7dd69a92362) has been successfully configured for deployment 'opnfv-rally' (UUID=8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac)! 2018-11-05 23:58:39,633 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-05 23:58:39,633 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-05 23:58:39,636 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-05 23:58:39,652 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-76bfca0c-9ffc-4f4e-8451-c7dd69a92362/for-deployment-8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac/tempest.conf with bgpvpn=True 2018-11-05 23:58:39,657 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-05 23:58:42,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-76bfca0c-9ffc-4f4e-8451-c7dd69a92362/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-11-05 23:58:42,596 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-05 23:58:42,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-05 23:58:42,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-11-05 23:58:45,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-05 23:58:45.047 191 INFO rally.api [-] Starting verification (UUID=bd96dd5b-5fdf-497e-b92f-fac3c3c54707) for deployment 'opnfv-rally' (UUID=8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac) by verifier 'opnfv-tempest' (UUID=76bfca0c-9ffc-4f4e-8451-c7dd69a92362). 2018-11-05 23:58:45,049 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bd96dd5b-5fdf-497e-b92f-fac3c3c54707 2018-11-06 00:02:06,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bd96dd5b-5fdf-497e-b92f-fac3c3c54707 2018-11-06 00:02:06,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bd96dd5b-5fdf-497e-b92f-fac3c3c54707']'. 2018-11-06 00:02:07,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 00:02:07,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bd96dd5b-5fdf-497e-b92f-fac3c3c54707 | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-05 23:58:45 | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 00:02:06 | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:21 | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-06 00:02:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 76bfca0c-9ffc-4f4e-8451-c7dd69a92362) | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8acfabd4-d713-4a97-bb2a-b3d49fa0c8ac) | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 190.7 | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-11-06 00:02:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-06 00:02:07,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 00:02:07,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 00:02:07,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-06 00:02:07,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 00:02:07,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 00:02:07,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 00:02:07,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-11-06 00:02:07,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-06 00:02:07,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-06 00:02:08,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41d47e46-3b08-47ef-a7d4-f48ed52a7c50 Date: Tue, 06 Nov 2018 00:02:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:02:08,962 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3 used request id req-41d47e46-3b08-47ef-a7d4-f48ed52a7c50 2018-11-06 00:02:08,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14543104172s 2018-11-06 00:02:08,962 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/852ed242-e6bc-4e7e-ac53-e2a79eeda2c3 used request id req-41d47e46-3b08-47ef-a7d4-f48ed52a7c50 2018-11-06 00:02:08,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-06 00:02:08,967 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:08,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-60830617-60f8-45f7-a3fa-ba615b2a42d2 x-compute-request-id: req-60830617-60f8-45f7-a3fa-ba615b2a42d2 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "868c88a7-0284-4f29-a884-0eed8bfe40e7", "name": "bgpvpn-tempest-tests-flavor_c772b274-619f-4bc3-92a7-930e5b89d957", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f6234550-170a-4878-b17c-4ac76f16a8b0", "name": "bgpvpn-tempest-tests-flavor_alt_c772b274-619f-4bc3-92a7-930e5b89d957", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-06 00:02:08,996 - 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-60830617-60f8-45f7-a3fa-ba615b2a42d2 2018-11-06 00:02:08,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0328228473663s 2018-11-06 00:02:08,997 - 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-60830617-60f8-45f7-a3fa-ba615b2a42d2 2018-11-06 00:02:09,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-06 00:02:09,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:09,045 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02: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-878c8899-2b2c-428c-8740-e1d165f56e86 x-compute-request-id: req-878c8899-2b2c-428c-8740-e1d165f56e86 Content-Length: 0 Content-Type: application/json 2018-11-06 00:02:09,045 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0 used request id req-878c8899-2b2c-428c-8740-e1d165f56e86 2018-11-06 00:02:09,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0452010631561s 2018-11-06 00:02:09,046 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f6234550-170a-4878-b17c-4ac76f16a8b0 used request id req-878c8899-2b2c-428c-8740-e1d165f56e86 2018-11-06 00:02:09,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-06 00:02:09,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-06 00:02:09,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-00179c76-a2c9-4949-b8e0-8ed8b200b180 Date: Tue, 06 Nov 2018 00:02:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "metadata": {}}], "file": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/file", "owner": "42d3a2231e974107b008ba97d949a8c6", "id": "b0b09258-b778-45e6-9b7f-c05c8dee2229", "size": 12716032, "self": "/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/b0b09258-b778-45e6-9b7f-c05c8dee2229/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-05T23:58:31Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_c772b274-619f-4bc3-92a7-930e5b89d957", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-05T23:58:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-06 00:02:09,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-00179c76-a2c9-4949-b8e0-8ed8b200b180 2018-11-06 00:02:09,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0215790271759s 2018-11-06 00:02:09,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-00179c76-a2c9-4949-b8e0-8ed8b200b180 2018-11-06 00:02:09,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-06 00:02:09,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}67b6c89f2e7babcf2a084420dde607bc2a7174cd" 2018-11-06 00:02:09,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-103ae896-269c-4c61-8351-2e7832c2a484 Date: Tue, 06 Nov 2018 00:02:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:02:09,960 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229 used request id req-103ae896-269c-4c61-8351-2e7832c2a484 2018-11-06 00:02:09,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.89023900032s 2018-11-06 00:02:09,960 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0b09258-b778-45e6-9b7f-c05c8dee2229 used request id req-103ae896-269c-4c61-8351-2e7832c2a484 2018-11-06 00:02:09,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-06 00:02:09,964 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:09,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-26866fa5-447a-47cd-b8e8-b734c10d911f x-compute-request-id: req-26866fa5-447a-47cd-b8e8-b734c10d911f Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "868c88a7-0284-4f29-a884-0eed8bfe40e7", "name": "bgpvpn-tempest-tests-flavor_c772b274-619f-4bc3-92a7-930e5b89d957", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-06 00:02:09,992 - 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-26866fa5-447a-47cd-b8e8-b734c10d911f 2018-11-06 00:02:09,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0314478874207s 2018-11-06 00:02:09,993 - 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-26866fa5-447a-47cd-b8e8-b734c10d911f 2018-11-06 00:02:09,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-06 00:02:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,033 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf3bd301-f680-4f1f-85e0-95aac66f4a5d x-compute-request-id: req-bf3bd301-f680-4f1f-85e0-95aac66f4a5d Content-Length: 0 Content-Type: application/json 2018-11-06 00:02:10,033 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7 used request id req-bf3bd301-f680-4f1f-85e0-95aac66f4a5d 2018-11-06 00:02:10,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0373640060425s 2018-11-06 00:02:10,033 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/868c88a7-0284-4f29-a884-0eed8bfe40e7 used request id req-bf3bd301-f680-4f1f-85e0-95aac66f4a5d 2018-11-06 00:02:10,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:02:10,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c84e3b6-acd3-417b-918d-bbcd2a3ccc4e Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234"}, "domain_id": "default", "enabled": true, "id": "7b4e00c4c50145e7ba1d3a487a3d6234", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-06 00:02:10,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9c84e3b6-acd3-417b-918d-bbcd2a3ccc4e 2018-11-06 00:02:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198388814926s 2018-11-06 00:02:10,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9c84e3b6-acd3-417b-918d-bbcd2a3ccc4e 2018-11-06 00:02:10,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:02:10,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad9b16d-bb81-4c6c-85f4-8f7a189d22be Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234"}, "enabled": true, "id": "7b4e00c4c50145e7ba1d3a487a3d6234", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_c772b274-619f-4bc3-92a7-930e5b89d957"}} 2018-11-06 00:02:10,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 used request id req-5ad9b16d-bb81-4c6c-85f4-8f7a189d22be 2018-11-06 00:02:10,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0874061584473s 2018-11-06 00:02:10,328 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 used request id req-5ad9b16d-bb81-4c6c-85f4-8f7a189d22be 2018-11-06 00:02:10,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-06 00:02:10,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1be37b0e-ec33-4b28-b077-506083df3d25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:02:10,504 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 used request id req-1be37b0e-ec33-4b28-b077-506083df3d25 2018-11-06 00:02:10,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.175322055817s 2018-11-06 00:02:10,504 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7b4e00c4c50145e7ba1d3a487a3d6234 used request id req-1be37b0e-ec33-4b28-b077-506083df3d25 2018-11-06 00:02:10,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-06 00:02:10,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd9d25a-0e6d-4cca-be6a-691ba9f8941b Content-Encoding: gzip Content-Length: 382 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: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6"}, "enabled": true, "id": "42d3a2231e974107b008ba97d949a8c6", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_c772b274-619f-4bc3-92a7-930e5b89d957"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-06 00:02:10,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9cd9d25a-0e6d-4cca-be6a-691ba9f8941b 2018-11-06 00:02:10,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0771729946136s 2018-11-06 00:02:10,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9cd9d25a-0e6d-4cca-be6a-691ba9f8941b 2018-11-06 00:02:10,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-06 00:02:10,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2d6b851-bfec-445d-ab03-ad9c5435f3de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:02:10,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6 used request id req-f2d6b851-bfec-445d-ab03-ad9c5435f3de 2018-11-06 00:02:10,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.15035200119s 2018-11-06 00:02:10,736 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/42d3a2231e974107b008ba97d949a8c6 used request id req-f2d6b851-bfec-445d-ab03-ad9c5435f3de 2018-11-06 00:02:10,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:02:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c11be768-196c-4836-b55b-e46c8fa881f8 Content-Encoding: gzip Content-Length: 315 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "8c09e53e121e40838b7689399cb04857", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:02:10,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c11be768-196c-4836-b55b-e46c8fa881f8 2018-11-06 00:02:10,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0867319107056s 2018-11-06 00:02:10,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-06 00:02:10,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:10,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e92ef1b-76c5-4417-9c84-51e9f290b4b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:02:10,929 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8c09e53e121e40838b7689399cb04857 used request id req-6e92ef1b-76c5-4417-9c84-51e9f290b4b7 2018-11-06 00:02:10,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103629112244s 2018-11-06 00:02:10,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-06 00:02:10,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=42d3a2231e974107b008ba97d949a8c6&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}938f0f6f9b40635d04fdb5f1237194474f093cb6" 2018-11-06 00:02:11,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c1f71b81-baf5-4512-a135-882509a6a23f Date: Tue, 06 Nov 2018 00:02:11 GMT RESP BODY: {"security_groups": []} 2018-11-06 00:02:11,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=42d3a2231e974107b008ba97d949a8c6&name=default used request id req-c1f71b81-baf5-4512-a135-882509a6a23f 2018-11-06 00:02:11,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184100866318s 2018-11-06 00:02:11,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=42d3a2231e974107b008ba97d949a8c6&name=default used request id req-c1f71b81-baf5-4512-a135-882509a6a23f 2018-11-06 00:02:11,117 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-11-06 00:02:11,117 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-11-06 00:02:11,118 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-11-06 00:02:11,118 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-11-06 00:02:11,118 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-11-06 00:02:11,308 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:11,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:11,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-06 00:02:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:11,318 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 00:02:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:11,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d3965b6-2205-495e-8828-3bbd76ccd6b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:11,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d3965b6-2205-495e-8828-3bbd76ccd6b4 2018-11-06 00:02:11,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:11,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["xcxV1FWMTyiy1BDwLCvM7w"], "issued_at": "2018-11-06T00:02:11.000000Z"}} 2018-11-06 00:02:11,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5aca9477bb2a925f7802fad6b863f24be04e306" 2018-11-06 00:02:12,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-89809bd7-82a5-46ef-bc97-69089d6e6862 Date: Tue, 06 Nov 2018 00:02:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-06 00:02:12,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-89809bd7-82a5-46ef-bc97-69089d6e6862 2018-11-06 00:02:12,280 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 00:02:12,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5aca9477bb2a925f7802fad6b863f24be04e306" 2018-11-06 00:02:12,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a302b38e-4e10-4acf-b440-46f5a697bcec Date: Tue, 06 Nov 2018 00:02:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-06 00:02:12,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a302b38e-4e10-4acf-b440-46f5a697bcec 2018-11-06 00:02:12,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5aca9477bb2a925f7802fad6b863f24be04e306" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-06 00:02:13,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37 X-Openstack-Request-Id: req-a3a36154-9992-4f11-834c-41131f82b55f Date: Tue, 06 Nov 2018 00:02:13 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-06T00:02:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-06T00:02:13Z", "visibility": "public", "locations": [], "self": "/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "min_disk": 0, "protected": false, "id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "file": "/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-06 00:02:13,436 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a3a36154-9992-4f11-834c-41131f82b55f 2018-11-06 00:02:13,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5aca9477bb2a925f7802fad6b863f24be04e306" -d '' 2018-11-06 00:02:14,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db0b60b6-1d5d-4e62-8e96-b3bff84b27f2 Date: Tue, 06 Nov 2018 00:02:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:02:14,277 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37/file used request id req-db0b60b6-1d5d-4e62-8e96-b3bff84b27f2 2018-11-06 00:02:14,278 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-11-06 00:02:14,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:14,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00544021-2b00-40d4-b541-4097ecc129c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:14,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00544021-2b00-40d4-b541-4097ecc129c3 2018-11-06 00:02:14,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:14,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["k4Bo36sIRNSQDXvqlVZTbQ"], "issued_at": "2018-11-06T00:02:14.000000Z"}} 2018-11-06 00:02:14,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9361b953cf8624c37c0f7c6ee71e070ce3edfcfe" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-11-06 00:02:15,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e7b56357-5aaf-4fd4-9e93-da4aba92c200 Date: Tue, 06 Nov 2018 00:02:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"08bbac04-66f8-49ab-81cc-df354dbc61c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-06T00:02:15Z","is_default":false,"provider:segmentation_id":34,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:02:15Z","mtu":1450}} 2018-11-06 00:02:15,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e7b56357-5aaf-4fd4-9e93-da4aba92c200 2018-11-06 00:02:15,491 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 08bbac04-66f8-49ab-81cc-df354dbc61c4 with cidr 10.10.10.0/24 2018-11-06 00:02:15,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9361b953cf8624c37c0f7c6ee71e070ce3edfcfe" -d '{"subnets": [{"ip_version": 4, "network_id": "08bbac04-66f8-49ab-81cc-df354dbc61c4", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-11-06 00:02:16,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-729dbbf3-77c3-4a81-bee9-2c7a3304aaf9 Date: Tue, 06 Nov 2018 00:02:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08bbac04-66f8-49ab-81cc-df354dbc61c4","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:02:15Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-06T00:02:15Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"cd75b4a3-535f-4341-bb5f-0692a979998b","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-11-06 00:02:16,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-729dbbf3-77c3-4a81-bee9-2c7a3304aaf9 2018-11-06 00:02:16,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9361b953cf8624c37c0f7c6ee71e070ce3edfcfe" 2018-11-06 00:02:16,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-398001dc-4545-4d97-a3f9-ba10e190bb28 Date: Tue, 06 Nov 2018 00:02:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-06 00:02:16,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-398001dc-4545-4d97-a3f9-ba10e190bb28 2018-11-06 00:02:16,609 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 00:02:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:16,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-214c47e7-1c51-442f-b8ae-3d0b264958a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:16,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-214c47e7-1c51-442f-b8ae-3d0b264958a1 2018-11-06 00:02:16,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:16,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["t9o5LyLbTI6oinHN4QBEZA"], "issued_at": "2018-11-06T00:02:16.000000Z"}} 2018-11-06 00:02:16,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:02:17,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-6dd33eeb-6ba1-4ab7-8462-de0e262411fe x-compute-request-id: req-6dd33eeb-6ba1-4ab7-8462-de0e262411fe Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-06 00:02:17,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-6dd33eeb-6ba1-4ab7-8462-de0e262411fe 2018-11-06 00:02:17,166 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-11-06 00:02:17,166 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-11-06 00:02:17,166 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=10de75c4-6b96-4632-9be2-34b9ea2b9a37 network=08bbac04-66f8-49ab-81cc-df354dbc61c4 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-06 00:02:17,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:17,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:17,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:17,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:17,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:17,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:17,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:17,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:17,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:17,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:17,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:17,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:17,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:17,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:17,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:17,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:17,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:17,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9d97eb-c306-44b5-9158-060e5dd10766 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:17,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd9d97eb-c306-44b5-9158-060e5dd10766 2018-11-06 00:02:17,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:17,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["yx-ptl9YTbS0zo2qUXasvg"], "issued_at": "2018-11-06T00:02:17.000000Z"}} 2018-11-06 00:02:17,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" 2018-11-06 00:02:17,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-e4feed5c-6f3b-4f21-b6f2-2c619d5db3b4 x-compute-request-id: req-e4feed5c-6f3b-4f21-b6f2-2c619d5db3b4 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:02:17,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e4feed5c-6f3b-4f21-b6f2-2c619d5db3b4 2018-11-06 00:02:17,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" 2018-11-06 00:02:17,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-fba3b686-d52c-452e-8d15-2c0b9e114442 x-compute-request-id: req-fba3b686-d52c-452e-8d15-2c0b9e114442 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:02:17,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-fba3b686-d52c-452e-8d15-2c0b9e114442 2018-11-06 00:02:17,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "08bbac04-66f8-49ab-81cc-df354dbc61c4"}]}}' 2018-11-06 00:02:19,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02: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-575e3b86-fd2b-4ad9-aef0-fc3e40b20387 x-compute-request-id: req-575e3b86-fd2b-4ad9-aef0-fc3e40b20387 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "bookmark"}], "adminPass": "K7PyihaXudRo"}} 2018-11-06 00:02:19,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-575e3b86-fd2b-4ad9-aef0-fc3e40b20387 2018-11-06 00:02:19,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:19,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-728084e5-44b7-4d12-87e2-ad02cdb8adbf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:19,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-728084e5-44b7-4d12-87e2-ad02cdb8adbf 2018-11-06 00:02:19,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:19,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["jUSBgRGXS06gVB_my7tPLg"], "issued_at": "2018-11-06T00:02:19.000000Z"}} 2018-11-06 00:02:19,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0226d529eec5b9b6157868e1afe5609f47ad8a61" 2018-11-06 00:02:20,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-8b05154b-0c3e-4f37-95fa-d5c770e6a602 x-compute-request-id: req-8b05154b-0c3e-4f37-95fa-d5c770e6a602 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-06T00:02:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-11-06T00:02:19Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:20,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 used request id req-8b05154b-0c3e-4f37-95fa-d5c770e6a602 2018-11-06 00:02:23,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0226d529eec5b9b6157868e1afe5609f47ad8a61" 2018-11-06 00:02:23,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00d62c0a-a121-4ec1-96b3-c4b9de940b5e x-compute-request-id: req-00d62c0a-a121-4ec1-96b3-c4b9de940b5e Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-06T00:02:21Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-11-06T00:02:19Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:23,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 used request id req-00d62c0a-a121-4ec1-96b3-c4b9de940b5e 2018-11-06 00:02:26,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0226d529eec5b9b6157868e1afe5609f47ad8a61" 2018-11-06 00:02:27,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2cd0589-0fc3-4014-aa61-71f643fb302d x-compute-request-id: req-d2cd0589-0fc3-4014-aa61-71f643fb302d Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:77:37", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-11-06T00:02:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-06T00:02:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-11-06T00:02:19Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:27,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 used request id req-d2cd0589-0fc3-4014-aa61-71f643fb302d 2018-11-06 00:02:27,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" 2018-11-06 00:02:28,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-60211ced-0892-4dad-a111-22dd350f60bd x-compute-request-id: req-60211ced-0892-4dad-a111-22dd350f60bd Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:77:37", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-11-06T00:02:24.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "1bb24478-84c1-4c8d-ad8d-8b6ab0865e65", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "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-11-06T00:02:24Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-11-06T00:02:19Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:28,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 used request id req-60211ced-0892-4dad-a111-22dd350f60bd 2018-11-06 00:02:28,918 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.8'. 2018-11-06 00:02:28,919 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-11-06 00:02:28,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:02:30,318 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7bc8378-9ec3-4096-9f29-8b1aed7230f0 x-compute-request-id: req-a7bc8378-9ec3-4096-9f29-8b1aed7230f0 Content-Length: 0 Content-Type: application/json 2018-11-06 00:02:30,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-a7bc8378-9ec3-4096-9f29-8b1aed7230f0 2018-11-06 00:02:30,318 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-11-06 00:02:30,318 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=10de75c4-6b96-4632-9be2-34b9ea2b9a37 network=08bbac04-66f8-49ab-81cc-df354dbc61c4 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:30,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:30,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:30,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:30,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:30,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:30,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:30,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:30,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:30,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:30,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:30,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:30,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:30,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:30,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:30,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:30,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84fb6639-1729-454a-8d96-d6047063fb69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:30,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84fb6639-1729-454a-8d96-d6047063fb69 2018-11-06 00:02:30,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:30,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["zcnyBtJuRKK5BVpLzKSszg"], "issued_at": "2018-11-06T00:02:30.000000Z"}} 2018-11-06 00:02:30,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" 2018-11-06 00:02:30,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-933fecf5-ef5a-4b6a-a534-b118a6a142ce x-compute-request-id: req-933fecf5-ef5a-4b6a-a534-b118a6a142ce Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:02:30,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-933fecf5-ef5a-4b6a-a534-b118a6a142ce 2018-11-06 00:02:30,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" 2018-11-06 00:02:30,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-0e87d3bb-a0d7-486d-8078-79f79fc98bf7 x-compute-request-id: req-0e87d3bb-a0d7-486d-8078-79f79fc98bf7 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:02:30,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-0e87d3bb-a0d7-486d-8078-79f79fc98bf7 2018-11-06 00:02:30,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "08bbac04-66f8-49ab-81cc-df354dbc61c4"}], "config_drive": true}}' 2018-11-06 00:02:33,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3fd4be6-06a1-4468-82f1-b6adaa754f8b x-compute-request-id: req-f3fd4be6-06a1-4468-82f1-b6adaa754f8b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "bookmark"}], "adminPass": "8tEa7QRWBbFs"}} 2018-11-06 00:02:33,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f3fd4be6-06a1-4468-82f1-b6adaa754f8b 2018-11-06 00:02:33,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:33,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf877147-e8ee-422b-9f48-17e2bef267e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:33,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cf877147-e8ee-422b-9f48-17e2bef267e9 2018-11-06 00:02:33,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:33,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["nt9Z3U8VQGOQyc_DDu5khg"], "issued_at": "2018-11-06T00:02:33.000000Z"}} 2018-11-06 00:02:33,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4a06aebdb4bc60e6a09792666894bd3291ac4e" 2018-11-06 00:02:34,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-355bc3d8-a51a-4db6-b8cb-fa321f08a606 x-compute-request-id: req-355bc3d8-a51a-4db6-b8cb-fa321f08a606 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:02:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-06T00:02:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:34,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 used request id req-355bc3d8-a51a-4db6-b8cb-fa321f08a606 2018-11-06 00:02:37,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4a06aebdb4bc60e6a09792666894bd3291ac4e" 2018-11-06 00:02:38,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-30ad7680-ba24-4f0e-a3cd-625a669cba0a x-compute-request-id: req-30ad7680-ba24-4f0e-a3cd-625a669cba0a Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:2f:dd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:02:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-06T00:02:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:38,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 used request id req-30ad7680-ba24-4f0e-a3cd-625a669cba0a 2018-11-06 00:02:41,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4a06aebdb4bc60e6a09792666894bd3291ac4e" 2018-11-06 00:02:42,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-5eab2144-16e9-4cc4-bc29-46f9e72c4408 x-compute-request-id: req-5eab2144-16e9-4cc4-bc29-46f9e72c4408 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:2f:dd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-06T00:02:37.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:02:37Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-06T00:02:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:42,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 used request id req-5eab2144-16e9-4cc4-bc29-46f9e72c4408 2018-11-06 00:02:42,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" 2018-11-06 00:02:43,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-5d1dd836-e355-4253-a37d-9040e88fb66a x-compute-request-id: req-5d1dd836-e355-4253-a37d-9040e88fb66a Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:2f:dd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-06T00:02:37.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:02:37Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-06T00:02:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:43,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52 used request id req-5d1dd836-e355-4253-a37d-9040e88fb66a 2018-11-06 00:02:43,146 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.12'. 2018-11-06 00:02:43,146 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-11-06 00:02:43,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:02:44,574 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02: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-26d7d544-f1b6-4057-aeac-8e53248b79ab x-compute-request-id: req-26d7d544-f1b6-4057-aeac-8e53248b79ab Content-Length: 0 Content-Type: application/json 2018-11-06 00:02:44,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-26d7d544-f1b6-4057-aeac-8e53248b79ab 2018-11-06 00:02:44,575 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-11-06 00:02:44,575 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=10de75c4-6b96-4632-9be2-34b9ea2b9a37 network=08bbac04-66f8-49ab-81cc-df354dbc61c4 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-06 00:02:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:44,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:44,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:44,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:02:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:02:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:02:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:02:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:02:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:02:44,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:02:44,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:02:44,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:02:44,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:02:44,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:44,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e6c77d-dd6c-412f-b25c-bcf944d5a143 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:44,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-88e6c77d-dd6c-412f-b25c-bcf944d5a143 2018-11-06 00:02:44,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:45,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["fPz_9CG3TVKO8XpKyg9qHg"], "issued_at": "2018-11-06T00:02:45.000000Z"}} 2018-11-06 00:02:45,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" 2018-11-06 00:02:45,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-0284b4b7-475b-4dc2-aa9a-ebc3a49ec5a7 x-compute-request-id: req-0284b4b7-475b-4dc2-aa9a-ebc3a49ec5a7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:02:45,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0284b4b7-475b-4dc2-aa9a-ebc3a49ec5a7 2018-11-06 00:02:45,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" 2018-11-06 00:02:45,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-b0ac6777-6d48-42bd-90be-2a8a454475e7 x-compute-request-id: req-b0ac6777-6d48-42bd-90be-2a8a454475e7 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:02:45,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-b0ac6777-6d48-42bd-90be-2a8a454475e7 2018-11-06 00:02:45,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "08bbac04-66f8-49ab-81cc-df354dbc61c4"}], "config_drive": true}}' 2018-11-06 00:02:46,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00484911-6de6-4bc5-bcc7-9f9d0f758983 x-compute-request-id: req-00484911-6de6-4bc5-bcc7-9f9d0f758983 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "adminPass": "nQ3SLtuzvR5Z"}} 2018-11-06 00:02:46,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-00484911-6de6-4bc5-bcc7-9f9d0f758983 2018-11-06 00:02:46,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:02:46,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2406b488-2dec-40f8-a1e9-e958ef85b6e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:02:46,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2406b488-2dec-40f8-a1e9-e958ef85b6e6 2018-11-06 00:02:46,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:02:47,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:02:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Z952T1lCTnilLPUDMyD6Tw"], "issued_at": "2018-11-06T00:02:47.000000Z"}} 2018-11-06 00:02:47,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5883a70f685943f41e89a66555f81bc336280c" 2018-11-06 00:02:47,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-58479939-f003-450b-b798-855e82760389 x-compute-request-id: req-58479939-f003-450b-b798-855e82760389 Content-Encoding: gzip Content-Length: 689 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:02:47Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:47,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba used request id req-58479939-f003-450b-b798-855e82760389 2018-11-06 00:02:50,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5883a70f685943f41e89a66555f81bc336280c" 2018-11-06 00:02:51,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-6f3ccde9-ed67-4ad2-89c7-be3795dbb539 x-compute-request-id: req-6f3ccde9-ed67-4ad2-89c7-be3795dbb539 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:02:47Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:51,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba used request id req-6f3ccde9-ed67-4ad2-89c7-be3795dbb539 2018-11-06 00:02:54,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5883a70f685943f41e89a66555f81bc336280c" 2018-11-06 00:02:55,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-0d76a060-55a3-4803-80c0-faefaec9a00e x-compute-request-id: req-0d76a060-55a3-4803-80c0-faefaec9a00e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:42:c3", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-06T00:02:51.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:02:52Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:55,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba used request id req-0d76a060-55a3-4803-80c0-faefaec9a00e 2018-11-06 00:02:55,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" 2018-11-06 00:02:55,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-79ade26f-135b-45e5-a742-aa2247486b1d x-compute-request-id: req-79ade26f-135b-45e5-a742-aa2247486b1d Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:42:c3", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-06T00:02:51.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:02:52Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:02:55,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba used request id req-79ade26f-135b-45e5-a742-aa2247486b1d 2018-11-06 00:02:55,847 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.9'. 2018-11-06 00:02:55,847 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-11-06 00:02:55,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:02:57,381 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:02:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c98c2f0a-8e0a-45ed-a8f2-8db3ac7c1ca7 x-compute-request-id: req-c98c2f0a-8e0a-45ed-a8f2-8db3ac7c1ca7 Content-Length: 0 Content-Type: application/json 2018-11-06 00:02:57,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-c98c2f0a-8e0a-45ed-a8f2-8db3ac7c1ca7 2018-11-06 00:02:57,381 - sdnvpn_test_utils - INFO - Waiting for instance 1bb24478-84c1-4c8d-ad8d-8b6ab0865e65 to boot up 2018-11-06 00:02:57,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:02:58,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:02: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-cbc9d424-fc37-496b-b94a-46103217708f x-compute-request-id: req-cbc9d424-fc37-496b-b94a-46103217708f Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:02:58,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-cbc9d424-fc37-496b-b94a-46103217708f 2018-11-06 00:03:00,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:01,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-5e9e8d03-d043-43da-a503-759e50214b9c x-compute-request-id: req-5e9e8d03-d043-43da-a503-759e50214b9c Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:01,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-5e9e8d03-d043-43da-a503-759e50214b9c 2018-11-06 00:03:03,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:04,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-8112b6ad-bbed-4932-a200-6da736e88477 x-compute-request-id: req-8112b6ad-bbed-4932-a200-6da736e88477 Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:04,640 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-8112b6ad-bbed-4932-a200-6da736e88477 2018-11-06 00:03:06,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:07,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-5e0566ae-b652-432f-9881-2f28d859bafa x-compute-request-id: req-5e0566ae-b652-432f-9881-2f28d859bafa Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:07,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-5e0566ae-b652-432f-9881-2f28d859bafa 2018-11-06 00:03:09,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:10,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-c665051f-e0f0-418a-b0e0-9fbcedb0da6f x-compute-request-id: req-c665051f-e0f0-418a-b0e0-9fbcedb0da6f Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:10,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-c665051f-e0f0-418a-b0e0-9fbcedb0da6f 2018-11-06 00:03:12,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:13,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3390c74b-6d5f-424e-b808-93652fef6947 x-compute-request-id: req-3390c74b-6d5f-424e-b808-93652fef6947 Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:13,912 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-3390c74b-6d5f-424e-b808-93652fef6947 2018-11-06 00:03:15,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:16,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-7d695520-02ec-4ae9-9a87-10a6c6220f80 x-compute-request-id: req-7d695520-02ec-4ae9-9a87-10a6c6220f80 Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:16,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-7d695520-02ec-4ae9-9a87-10a6c6220f80 2018-11-06 00:03:19,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:20,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-3dd218cc-f42a-4a43-bbbe-dd9020a15b0d x-compute-request-id: req-3dd218cc-f42a-4a43-bbbe-dd9020a15b0d Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:20,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-3dd218cc-f42a-4a43-bbbe-dd9020a15b0d 2018-11-06 00:03:22,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:23,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-d94cc6a2-53da-481b-a1f9-d12c2eff49dd x-compute-request-id: req-d94cc6a2-53da-481b-a1f9-d12c2eff49dd Content-Encoding: gzip Content-Length: 7696 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-06 00:03:23,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-d94cc6a2-53da-481b-a1f9-d12c2eff49dd 2018-11-06 00:03:25,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:26,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-022f7edf-489a-429f-a7cc-da99dd1e9e53 x-compute-request-id: req-022f7edf-489a-429f-a7cc-da99dd1e9e53 Content-Encoding: gzip Content-Length: 7831 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-11-06 00:03:26,273 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-022f7edf-489a-429f-a7cc-da99dd1e9e53 2018-11-06 00:03:28,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:29,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-659e9c39-476b-41ec-b34b-edf531d958a0 x-compute-request-id: req-659e9c39-476b-41ec-b34b-edf531d958a0 Content-Encoding: gzip Content-Length: 9394 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n"} 2018-11-06 00:03:29,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-659e9c39-476b-41ec-b34b-edf531d958a0 2018-11-06 00:03:31,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:32,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-ebe767ba-3070-41af-b162-23bfcddbfc57 x-compute-request-id: req-ebe767ba-3070-41af-b162-23bfcddbfc57 Content-Encoding: gzip Content-Length: 9996 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-06 00:03:32,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-ebe767ba-3070-41af-b162-23bfcddbfc57 2018-11-06 00:03:34,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:35,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-08f8c597-997d-4f19-97a4-c8ec2a3cad74 x-compute-request-id: req-08f8c597-997d-4f19-97a4-c8ec2a3cad74 Content-Encoding: gzip Content-Length: 9996 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-06 00:03:35,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-08f8c597-997d-4f19-97a4-c8ec2a3cad74 2018-11-06 00:03:37,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:38,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-4fbdcf36-6584-4bcb-8724-b02e923300a4 x-compute-request-id: req-4fbdcf36-6584-4bcb-8724-b02e923300a4 Content-Encoding: gzip Content-Length: 9996 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-06 00:03:38,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-4fbdcf36-6584-4bcb-8724-b02e923300a4 2018-11-06 00:03:40,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:41,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0470926-2b95-40fa-a2c1-2496fbdb7d4b x-compute-request-id: req-b0470926-2b95-40fa-a2c1-2496fbdb7d4b Content-Encoding: gzip Content-Length: 9996 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-06 00:03:41,734 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-b0470926-2b95-40fa-a2c1-2496fbdb7d4b 2018-11-06 00:03:43,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:44,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-c968440d-81e5-4598-bdd4-df68079b0f4f x-compute-request-id: req-c968440d-81e5-4598-bdd4-df68079b0f4f Content-Encoding: gzip Content-Length: 9996 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-06 00:03:44,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-c968440d-81e5-4598-bdd4-df68079b0f4f 2018-11-06 00:03:46,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:47,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-f7164aa1-fd3a-4ed0-8134-09b79f8214eb x-compute-request-id: req-f7164aa1-fd3a-4ed0-8134-09b79f8214eb Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-06 00:03:47,927 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-f7164aa1-fd3a-4ed0-8134-09b79f8214eb 2018-11-06 00:03:49,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:51,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-c8a5c512-1bff-441a-abf4-fc2bc041470b x-compute-request-id: req-c8a5c512-1bff-441a-abf4-fc2bc041470b Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-06 00:03:51,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-c8a5c512-1bff-441a-abf4-fc2bc041470b 2018-11-06 00:03:53,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:54,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-9e9d1a33-8f00-4fe4-b17f-757cb16e3d6b x-compute-request-id: req-9e9d1a33-8f00-4fe4-b17f-757cb16e3d6b Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-06 00:03:54,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-9e9d1a33-8f00-4fe4-b17f-757cb16e3d6b 2018-11-06 00:03:56,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:03:57,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf7bf322-9166-4c1d-bca8-f6e3de45ad70 x-compute-request-id: req-bf7bf322-9166-4c1d-bca8-f6e3de45ad70 Content-Encoding: gzip Content-Length: 10069 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-06 00:03:57,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-bf7bf322-9166-4c1d-bca8-f6e3de45ad70 2018-11-06 00:03:59,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:00,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:03: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-e3036a02-3be2-4ee9-b197-ed499e1f18cb x-compute-request-id: req-e3036a02-3be2-4ee9-b197-ed499e1f18cb Content-Encoding: gzip Content-Length: 10089 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-06 00:04:00,354 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-e3036a02-3be2-4ee9-b197-ed499e1f18cb 2018-11-06 00:04:02,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:03,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-10d40fec-2b98-4e46-8c7f-e8aa550734dd x-compute-request-id: req-10d40fec-2b98-4e46-8c7f-e8aa550734dd Content-Encoding: gzip Content-Length: 10089 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-06 00:04:03,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-10d40fec-2b98-4e46-8c7f-e8aa550734dd 2018-11-06 00:04:05,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:06,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-53c923b6-7da5-494c-9f37-cd7a52844ca8 x-compute-request-id: req-53c923b6-7da5-494c-9f37-cd7a52844ca8 Content-Encoding: gzip Content-Length: 10089 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-06 00:04:06,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-53c923b6-7da5-494c-9f37-cd7a52844ca8 2018-11-06 00:04:08,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:09,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-85192e14-5f77-4273-a554-7838d79a87ad x-compute-request-id: req-85192e14-5f77-4273-a554-7838d79a87ad Content-Encoding: gzip Content-Length: 10089 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-06 00:04:09,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-85192e14-5f77-4273-a554-7838d79a87ad 2018-11-06 00:04:11,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:12,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44245212-39e1-43f5-aaf7-e429c90dcba0 x-compute-request-id: req-44245212-39e1-43f5-aaf7-e429c90dcba0 Content-Encoding: gzip Content-Length: 10089 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-06 00:04:12,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-44245212-39e1-43f5-aaf7-e429c90dcba0 2018-11-06 00:04:14,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:15,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-36da9f97-0bea-475a-86ae-d699a47ac66f x-compute-request-id: req-36da9f97-0bea-475a-86ae-d699a47ac66f Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:15,837 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-36da9f97-0bea-475a-86ae-d699a47ac66f 2018-11-06 00:04:17,869 - sdnvpn_test_utils - INFO - Waiting for instance ac6c79fb-3ba7-48e7-af09-9115f2d68e52 to boot up 2018-11-06 00:04:17,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:18,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-a8b3c441-904d-49dd-8558-aca6112e0405 x-compute-request-id: req-a8b3c441-904d-49dd-8558-aca6112e0405 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:18,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-a8b3c441-904d-49dd-8558-aca6112e0405 2018-11-06 00:04:20,945 - sdnvpn_test_utils - INFO - Waiting for instance 7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba to boot up 2018-11-06 00:04:20,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:22,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-1fad058d-91fa-4a36-a927-9a30a4007bfb x-compute-request-id: req-1fad058d-91fa-4a36-a927-9a30a4007bfb Content-Encoding: gzip Content-Length: 8098 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:22,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-1fad058d-91fa-4a36-a927-9a30a4007bfb 2018-11-06 00:04:24,088 - __name__ - INFO - Starting all monitor threads 2018-11-06 00:04:24,093 - __name__ - INFO - Wait before subtest 2018-11-06 00:04:25,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:25,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:25,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:26,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-36a8489d-105e-4304-b15e-74dafdf1093e x-compute-request-id: req-36a8489d-105e-4304-b15e-74dafdf1093e Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:26,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-36a8489d-105e-4304-b15e-74dafdf1093e 2018-11-06 00:04:26,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-d7e553f7-350e-4b3e-9fec-d2468ad824a7 x-compute-request-id: req-d7e553f7-350e-4b3e-9fec-d2468ad824a7 Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:26,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-d7e553f7-350e-4b3e-9fec-d2468ad824a7 2018-11-06 00:04:26,227 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.12 OK 2018-11-06 00:04:26,227 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.8 OK 2018-11-06 00:04:26,228 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.12 OK 2018-11-06 00:04:26,229 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-1: ping 10.10.10.8 KO 2018-11-06 00:04:26,229 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-11-06 00:04:26,229 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-11-06 00:04:26,230 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-11-06 00:04:26,230 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-11-06 00:04:26,230 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-11-06 00:04:26,230 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-11-06 00:04:26,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-5a59d7d4-8802-4d5a-8f9e-982b0fd7359f x-compute-request-id: req-5a59d7d4-8802-4d5a-8f9e-982b0fd7359f Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:26,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-5a59d7d4-8802-4d5a-8f9e-982b0fd7359f 2018-11-06 00:04:27,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:27,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:27,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:28,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-4b5a4c32-6f19-4a92-8544-59bc2f6422c0 x-compute-request-id: req-4b5a4c32-6f19-4a92-8544-59bc2f6422c0 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:28,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-4b5a4c32-6f19-4a92-8544-59bc2f6422c0 2018-11-06 00:04:28,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-cd138ae5-5888-499c-8658-85c4aeb4dfa5 x-compute-request-id: req-cd138ae5-5888-499c-8658-85c4aeb4dfa5 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:28,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-c56152db-d03a-4c0f-ad4d-9d6eb5cff180 x-compute-request-id: req-c56152db-d03a-4c0f-ad4d-9d6eb5cff180 Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:28,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-cd138ae5-5888-499c-8658-85c4aeb4dfa5 2018-11-06 00:04:28,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-c56152db-d03a-4c0f-ad4d-9d6eb5cff180 2018-11-06 00:04:29,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:29,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:29,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:30,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a9dd9d5-aac4-4c03-9367-62809a16ca43 x-compute-request-id: req-4a9dd9d5-aac4-4c03-9367-62809a16ca43 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:30,375 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-4a9dd9d5-aac4-4c03-9367-62809a16ca43 2018-11-06 00:04:30,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf0ec0f4-e008-4042-b42a-1c638fb119f5 x-compute-request-id: req-bf0ec0f4-e008-4042-b42a-1c638fb119f5 Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:30,432 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-bf0ec0f4-e008-4042-b42a-1c638fb119f5 2018-11-06 00:04:30,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c262793-6b9f-4aa6-acf4-7b4acb5a0a13 x-compute-request-id: req-3c262793-6b9f-4aa6-acf4-7b4acb5a0a13 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:30,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-3c262793-6b9f-4aa6-acf4-7b4acb5a0a13 2018-11-06 00:04:31,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:31,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:31,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:32,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-f8b42629-970b-40f7-a7c9-5c458967fe3e x-compute-request-id: req-f8b42629-970b-40f7-a7c9-5c458967fe3e Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:32,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-f8b42629-970b-40f7-a7c9-5c458967fe3e 2018-11-06 00:04:32,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-9c0c0f38-1f71-4b5f-826d-203cc4ce258c x-compute-request-id: req-9c0c0f38-1f71-4b5f-826d-203cc4ce258c Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:32,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-9c0c0f38-1f71-4b5f-826d-203cc4ce258c 2018-11-06 00:04:32,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-544fc7eb-f914-4623-9ce7-eddd3acfb892 x-compute-request-id: req-544fc7eb-f914-4623-9ce7-eddd3acfb892 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:32,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-544fc7eb-f914-4623-9ce7-eddd3acfb892 2018-11-06 00:04:33,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:33,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:33,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:34,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-66fad631-29b3-4ef6-97e9-37257d1aed82 x-compute-request-id: req-66fad631-29b3-4ef6-97e9-37257d1aed82 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:34,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-66fad631-29b3-4ef6-97e9-37257d1aed82 2018-11-06 00:04:34,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-cc69d9da-7060-4f8f-9984-f61224718bea x-compute-request-id: req-cc69d9da-7060-4f8f-9984-f61224718bea Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:34,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-cc69d9da-7060-4f8f-9984-f61224718bea 2018-11-06 00:04:34,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-4c5fb31a-8bcf-470e-9c58-0c99c345f684 x-compute-request-id: req-4c5fb31a-8bcf-470e-9c58-0c99c345f684 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:34,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-4c5fb31a-8bcf-470e-9c58-0c99c345f684 2018-11-06 00:04:35,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:35,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:35,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:36,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-24175119-772f-4375-961d-8b459bda5faf x-compute-request-id: req-24175119-772f-4375-961d-8b459bda5faf Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:36,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-24175119-772f-4375-961d-8b459bda5faf 2018-11-06 00:04:36,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-1cd05e0d-4418-422a-a1e2-147c6313d10d x-compute-request-id: req-1cd05e0d-4418-422a-a1e2-147c6313d10d Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:36,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-1cd05e0d-4418-422a-a1e2-147c6313d10d 2018-11-06 00:04:36,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-1375cd66-90aa-438d-bc96-3546a2894661 x-compute-request-id: req-1375cd66-90aa-438d-bc96-3546a2894661 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:36,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-1375cd66-90aa-438d-bc96-3546a2894661 2018-11-06 00:04:37,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:37,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:37,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:38,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-72aee9a9-ee3a-42a1-b8f4-5ac930435fb4 x-compute-request-id: req-72aee9a9-ee3a-42a1-b8f4-5ac930435fb4 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:38,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-72aee9a9-ee3a-42a1-b8f4-5ac930435fb4 2018-11-06 00:04:38,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-48a29832-9460-4a97-a6ef-de8d43e1693a x-compute-request-id: req-48a29832-9460-4a97-a6ef-de8d43e1693a Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:38,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-48a29832-9460-4a97-a6ef-de8d43e1693a 2018-11-06 00:04:38,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-d7d3e229-8d04-41eb-bd6e-6c1aa739b82b x-compute-request-id: req-d7d3e229-8d04-41eb-bd6e-6c1aa739b82b Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:38,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-d7d3e229-8d04-41eb-bd6e-6c1aa739b82b 2018-11-06 00:04:39,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:39,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:39,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:40,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25ce6857-2b50-42be-8450-01f8283c8313 x-compute-request-id: req-25ce6857-2b50-42be-8450-01f8283c8313 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:40,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-25ce6857-2b50-42be-8450-01f8283c8313 2018-11-06 00:04:40,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc49b2e9-def3-4c13-9d92-56112dc7d7b3 x-compute-request-id: req-cc49b2e9-def3-4c13-9d92-56112dc7d7b3 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:40,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-cc49b2e9-def3-4c13-9d92-56112dc7d7b3 2018-11-06 00:04:40,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0062e4b-f1aa-4384-9e1c-ae449627a079 x-compute-request-id: req-e0062e4b-f1aa-4384-9e1c-ae449627a079 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:40,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-e0062e4b-f1aa-4384-9e1c-ae449627a079 2018-11-06 00:04:41,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:41,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:41,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:42,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-fe1b27f5-3704-4254-8481-85c5acb37697 x-compute-request-id: req-fe1b27f5-3704-4254-8481-85c5acb37697 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:42,829 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-fe1b27f5-3704-4254-8481-85c5acb37697 2018-11-06 00:04:42,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-e79bd04b-363d-4991-8828-70f39f408310 x-compute-request-id: req-e79bd04b-363d-4991-8828-70f39f408310 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:42,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-e79bd04b-363d-4991-8828-70f39f408310 2018-11-06 00:04:43,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-7795526f-d61e-4846-b14e-b905625248d5 x-compute-request-id: req-7795526f-d61e-4846-b14e-b905625248d5 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:43,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-7795526f-d61e-4846-b14e-b905625248d5 2018-11-06 00:04:43,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:43,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:44,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:44,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-5bf2de02-4f05-4492-b8e4-da46aa17ac48 x-compute-request-id: req-5bf2de02-4f05-4492-b8e4-da46aa17ac48 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:44,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-5bf2de02-4f05-4492-b8e4-da46aa17ac48 2018-11-06 00:04:45,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-8e84d026-cbe4-4891-9ff8-c15f3e384e0a x-compute-request-id: req-8e84d026-cbe4-4891-9ff8-c15f3e384e0a Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:45,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-8e84d026-cbe4-4891-9ff8-c15f3e384e0a 2018-11-06 00:04:45,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-76459c49-8353-4692-ba38-6bfaba687a41 x-compute-request-id: req-76459c49-8353-4692-ba38-6bfaba687a41 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:45,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-76459c49-8353-4692-ba38-6bfaba687a41 2018-11-06 00:04:45,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:46,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:46,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:46,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-9b2be60f-b8f5-4dc2-b4bd-3d1b62b3de3e x-compute-request-id: req-9b2be60f-b8f5-4dc2-b4bd-3d1b62b3de3e Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:46,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-9b2be60f-b8f5-4dc2-b4bd-3d1b62b3de3e 2018-11-06 00:04:47,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-36596e99-dd99-4b34-ae94-704aede07c81 x-compute-request-id: req-36596e99-dd99-4b34-ae94-704aede07c81 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:47,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-36596e99-dd99-4b34-ae94-704aede07c81 2018-11-06 00:04:47,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-3c56a748-3164-4947-8dbd-44c1aea64f90 x-compute-request-id: req-3c56a748-3164-4947-8dbd-44c1aea64f90 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:47,156 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-3c56a748-3164-4947-8dbd-44c1aea64f90 2018-11-06 00:04:47,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:48,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:48,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:49,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-dc17e811-600e-4628-b22f-bfdee4303044 x-compute-request-id: req-dc17e811-600e-4628-b22f-bfdee4303044 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:49,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-dc17e811-600e-4628-b22f-bfdee4303044 2018-11-06 00:04:49,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-c7e5653c-07e5-45be-a2c8-236fd733da87 x-compute-request-id: req-c7e5653c-07e5-45be-a2c8-236fd733da87 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:49,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-c7e5653c-07e5-45be-a2c8-236fd733da87 2018-11-06 00:04:49,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-4312d72f-ed91-42b7-a3f1-a97509fc4a34 x-compute-request-id: req-4312d72f-ed91-42b7-a3f1-a97509fc4a34 Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:49,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-4312d72f-ed91-42b7-a3f1-a97509fc4a34 2018-11-06 00:04:50,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:50,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:50,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:51,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-c17e2037-0493-414b-85b2-f5bda5de31d7 x-compute-request-id: req-c17e2037-0493-414b-85b2-f5bda5de31d7 Content-Encoding: gzip Content-Length: 8101 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:04:51,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-c17e2037-0493-414b-85b2-f5bda5de31d7 2018-11-06 00:04:51,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-b1f503e6-e84d-4211-bab5-8684362144bf x-compute-request-id: req-b1f503e6-e84d-4211-bab5-8684362144bf Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:51,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-b1f503e6-e84d-4211-bab5-8684362144bf 2018-11-06 00:04:51,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-c87f228d-19b0-4152-8b29-75dd65016cfe x-compute-request-id: req-c87f228d-19b0-4152-8b29-75dd65016cfe Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:51,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-c87f228d-19b0-4152-8b29-75dd65016cfe 2018-11-06 00:04:52,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:52,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:52,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:53,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-9809acaa-f794-405a-ac64-a9ecdacd22af x-compute-request-id: req-9809acaa-f794-405a-ac64-a9ecdacd22af Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:53,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-9809acaa-f794-405a-ac64-a9ecdacd22af 2018-11-06 00:04:53,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-883783b4-85ca-4afb-8b69-50e66ef554cf x-compute-request-id: req-883783b4-85ca-4afb-8b69-50e66ef554cf Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:53,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-883783b4-85ca-4afb-8b69-50e66ef554cf 2018-11-06 00:04:53,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-a72af1d3-fd91-4695-a984-23dc7b4b03ab x-compute-request-id: req-a72af1d3-fd91-4695-a984-23dc7b4b03ab Content-Encoding: gzip Content-Length: 11146 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500853872 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.137381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139338] pid_max: default: 32768 minimum: 301\n[ 0.140432] ACPI: Core revision 20150930\n[ 0.141963] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143528] Security Framework initialized\n[ 0.144513] Yama: becoming mindful.\n[ 0.145392] AppArmor: AppArmor initialized\n[ 0.146417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151067] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152738] Initializing cgroup subsys io\n[ 0.153710] Initializing cgroup subsys memory\n[ 0.154751] Initializing cgroup subsys devices\n[ 0.155776] Initializing cgroup subsys freezer\n[ 0.156829] Initializing cgroup subsys net_cls\n[ 0.157881] Initializing cgroup subsys perf_event\n[ 0.158989] Initializing cgroup subsys net_prio\n[ 0.160062] Initializing cgroup subsys hugetlb\n[ 0.161119] Initializing cgroup subsys pids\n[ 0.162180] CPU: Physical Processor ID: 0\n[ 0.163866] mce: CPU supports 10 MCE banks\n[ 0.164896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176953] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183633] ftrace: allocating 31920 entries in 125 pages\n[ 0.210194] smpboot: Max logical packages: 1\n[ 0.211224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212834] x2apic enabled\n[ 0.213756] Switched APIC routing to physical x2apic.\n[ 0.215665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217012] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221457] KVM setup paravirtual spinlock\n[ 0.222871] x86: Booted up 1 node, 1 CPUs\n[ 0.223814] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225427] devtmpfs: initialized\n[ 0.227219] evm: security.selinux\n[ 0.228031] evm: security.SMACK64\n[ 0.228857] evm: security.SMACK64EXEC\n[ 0.229724] evm: security.SMACK64TRANSMUTE\n[ 0.230690] evm: security.SMACK64MMAP\n[ 0.231599] evm: security.ima\n[ 0.232338] evm: security.capability\n[ 0.233266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235464] pinctrl core: initialized pinctrl subsystem\n[ 0.236748] RTC time: 0:02:24, date: 11/06/18\n[ 0.237844] NET: Registered protocol family 16\n[ 0.238962] cpuidle: using governor ladder\n[ 0.239950] cpuidle: using governor menu\n[ 0.240887] PCCT header not found.\n[ 0.241742] ACPI: bus type PCI registered\n[ 0.242700] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244152] PCI: Using configuration type 1 for base access\n[ 0.246066] ACPI: Added _OSI(Module Device)\n[ 0.247090] ACPI: Added _OSI(Processor Device)\n[ 0.248137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251524] ACPI: Interpreter enabled\n[ 0.252428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261200] ACPI: (supports S0 S5)\n[ 0.262036] ACPI: Using IOAPIC for interrupt routing\n[ 0.263161] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270875] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273544] acpiphp: Slot [3] registered\n[ 0.274507] acpiphp: Slot [4] registered\n[ 0.275460] acpiphp: Slot [5] registered\n[ 0.276381] acpiphp: Slot [6] registered\n[ 0.277301] acpiphp: Slot [7] registered\n[ 0.278227] acpiphp: Slot [8] registered\n[ 0.279144] acpiphp: Slot [9] registered\n[ 0.280067] acpiphp: Slot [10] registered\n[ 0.281005] acpiphp: Slot [11] registered\n[ 0.281945] acpiphp: Slot [12] registered\n[ 0.282890] acpiphp: Slot [13] registered\n[ 0.283832] acpiphp: Slot [14] registered\n[ 0.284769] acpiphp: Slot [15] registered\n[ 0.295723] acpiphp: Slot [16] registered\n[ 0.296677] acpiphp: Slot [17] registered\n[ 0.297619] acpiphp: Slot [18] registered\n[ 0.298558] acpiphp: Slot [19] registered\n[ 0.299494] acpiphp: Slot [20] registered\n[ 0.300438] acpiphp: Slot [21] registered\n[ 0.301381] acpiphp: Slot [22] registered\n[ 0.302322] acpiphp: Slot [23] registered\n[ 0.303262] acpiphp: Slot [24] registered\n[ 0.304201] acpiphp: Slot [25] registered\n[ 0.305140] acpiphp: Slot [26] registered\n[ 0.306076] acpiphp: Slot [27] registered\n[ 0.307014] acpiphp: Slot [28] registered\n[ 0.307955] acpiphp: Slot [29] registered\n[ 0.308890] acpiphp: Slot [30] registered\n[ 0.309829] acpiphp: Slot [31] registered\n[ 0.310763] PCI host bridge to bus 0000:00\n[ 0.311701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325852] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328728] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394668] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396032] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397308] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399152] vgaarb: loaded\n[ 0.399872] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401266] SCSI subsystem initialized\n[ 0.402277] ACPI: bus type USB registered\n[ 0.403312] usbcore: registered new interface driver usbfs\n[ 0.404598] usbcore: registered new interface driver hub\n[ 0.405861] usbcore: registered new device driver usb\n[ 0.407190] PCI: Using ACPI for IRQ routing\n[ 0.408435] NetLabel: Initializing\n[ 0.409447] NetLabel: domain hash size = 128\n[ 0.410903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411891] NetLabel: unlabeled traffic allowed by default\n[ 0.413057] clocksource: Switched to clocksource kvm-clock\n[ 0.419011] AppArmor: AppArmor Filesystem Enabled\n[ 0.419998] pnp: PnP ACPI init\n[ 0.420952] pnp: PnP ACPI: found 5 devices\n[ 0.427352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429067] NET: Registered protocol family 2\n[ 0.430045] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431338] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432524] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434798] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435969] NET: Registered protocol family 1\n[ 0.436828] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437914] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438979] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466928] Trying to unpack rootfs image as initramfs...\n[ 0.517721] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531574] Scanning for low memory corruption every 60 seconds\n[ 0.532932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534074] audit: initializing netlink subsys (disabled)\n[ 0.535088] audit: type=2000 audit(1541462545.509:1): initialized\n[ 0.536401] Initialise system trusted keyring\n[ 0.537336] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540421] zbud: loaded\n[ 0.541127] VFS: Disk quotas dquot_6.6.0\n[ 0.541942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543457] fuse init (API version 7.23)\n[ 0.544339] Key type big_key registered\n[ 0.545141] Allocating IMA MOK and blacklist keyrings.\n[ 0.546622] Key type asymmetric registered\n[ 0.547437] Asymmetric key parser 'x509' registered\n[ 0.548379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549848] io scheduler noop registered\n[ 0.550648] io scheduler deadline registered (default)\n[ 0.551623] io scheduler cfq registered\n[ 0.552450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556269] ACPI: Power Button [PWRF]\n[ 0.557112] GHES: HEST is not enabled!\n[ 0.576902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632422] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635006] Linux agpgart interface v0.103\n[ 0.637342] brd: module loaded\n[ 0.638810] loop: module loaded\n[ 0.643936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645377] GPT:90111 != 2097151\n[ 0.646042] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647137] GPT:90111 != 2097151\n[ 0.647804] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648754] vda: vda1 vda15\n[ 0.650274] scsi host0: ata_piix\n[ 0.650996] scsi host1: ata_piix\n[ 0.651699] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654318] libphy: Fixed MDIO Bus: probed\n[ 0.655120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656054] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658112] PPP generic driver version 2.4.2\n[ 0.658986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660221] ehci-pci: EHCI PCI platform driver\n[ 0.661080] ehci-platform: EHCI generic platform driver\n[ 0.662054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663159] ohci-pci: OHCI PCI platform driver\n[ 0.664009] ohci-platform: OHCI generic platform driver\n[ 0.664972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.679375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680354] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682798] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.683893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686499] usb usb1: Product: UHCI Host Controller\n[ 0.687419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689542] hub 1-0:1.0: USB hub found\n[ 0.690311] hub 1-0:1.0: 2 ports detected\n[ 0.691195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.693286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.694230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695236] mousedev: PS/2 mouse device common for all mice\n[ 0.696461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701690] i2c /dev entries driver\n[ 0.702450] device-mapper: uevent: version 1.0.3\n[ 0.703376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706234] NET: Registered protocol family 10\n[ 0.707200] NET: Registered protocol family 17\n[ 0.708068] Key type dns_resolver registered\n[ 0.708974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.710055] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711773] registered taskstats version 1\n[ 0.712592] Loading compiled-in X.509 certificates\n[ 0.714024] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715829] zswap: loaded using pool lzo/zbud\n[ 0.717657] Key type trusted registered\n[ 0.719662] Key type encrypted registered\n[ 0.720490] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722531] evm: HMAC attrs: 0x1\n[ 0.723465] Magic number: 10:438:0\n[ 0.724292] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:25 UTC (1541462545)\n[ 0.725863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726958] EDD information not available.\n[ 0.814028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815568] Write protecting the kernel read-only data: 14336k\n[ 0.827474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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.96\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.172559] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.11. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfuf1j6Ahv5/AhqkZ2K5RRVAEaVQFmqJllivMFfirbxXdxhoaSWN6zy1trW9+8+HPPSnQG+AV8LJZym886A8pMRA39KYUQKNFlYmqDBrrbn47Y/+D1IQbLi31CHI6ATuFYG78r9Z8dmZkmj5EDmIi2RIMlnyeqYCdy02hxbcAIag9Z6SWF3dQFtiMuLaYW7MpZITPMkn/l0w3dghJ68WoayrRROTWUUvzZLNBOqcgosxVQ4jY1ANvCPSMCtbWNbqMEq0m+5yocLUj3p220fzmzRgK8r+fEMQAPw5uGoqm00rygqeOUmUs5NgqTVVk5A/QvMYE/eXN6vVl/fIcE3LKR root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMo4RlponWAITKC2lIqRPuoNhIl+uChuraPG826nmWvlltDOJhXlNT3g6vepvLXttyjMvLFiOxBWXaBSEYzMJGyRdS2l1XrPX2nErZ7CDFHqDoTY6qT7vXPAKZ0Uoc2RWOVBVlY7D7HjwD1PFHwZ8KQsgVsLZdwxBp6J1Ih7bLLVAAAAFQDl1GT87ogbRyO9H4qGyExOrb9VCwAAAIBh9Fp20yppyLRs0YTH8eoOuZ+zGVx/7hYIqn5A0wjw+1woqcwaG0VRk3fLnio93TbggC9y67uWamigY2RCc+1RZJNaQ58rqC6/X490mIYSNznNSGPMzfq63Ad/jQJIHAe1ofzsAD8e2GWUDXS5gROBcDGKhl0I6uwh/jboJBXrnQAAAIA1tZ7zQtCqsxRz3vuBCmdKnC1ABorrPrMy667B7l717Jl5nu/+MMMdXTQqh2UrsOTZnEnT6u78UnU4Ujp89zDzhUPJCxszoPIKxj6o/gHGpzQtbeHKO42fGLeyMXPDkzQdXKUmwH3AT/ZmlWrl196DvWV0I0iIXsYTAJEEpTzcxg== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe80:7737/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:80:77:37 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe80:7737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:12012 (11.7 KiB) TX bytes:10305 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.161763] usb 1-1: Product: QEMU USB Tablet\n[ 1.161764] usb 1-1: Manufacturer: QEMU\n[ 1.161765] usb 1-1: SerialNumber: 42\n[ 1.172559] random: dd urandom read with 5 bits of entropy available\n[ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 6 00:02:25 cirros kern.info kernel: [ 0.829299] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840373] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 6 00:02:25 cirros kern.info kernel: [ 0.840374] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 6 00:02:25 cirros kern.info kernel: [ 0.842034] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 6 00:02:25 cirros kern.info kernel: [ 0.844961] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 6 00:02:25 cirros kern.info kernel: [ 0.846961] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 6 00:02:25 cirros kern.info kernel: [ 0.870048] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.871046] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 0.872205] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 6 00:02:25 cirros kern.info kernel: [ 0.899282] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 6 00:02:25 cirros kern.info kernel: [ 1.001094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 6 00:02:25 cirros kern.info kernel: [ 1.137315] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.154039] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161761] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161763] usb 1-1: Product: QEMU USB Tablet\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161764] usb 1-1: Manufacturer: QEMU\nNov 6 00:02:25 cirros kern.info kernel: [ 1.161765] usb 1-1: SerialNumber: 42\nNov 6 00:02:25 cirros kern.notice kernel: [ 1.172559] random: dd urandom read with 5 bits of entropy available\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529123] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nNov 6 00:02:26 cirros kern.info kernel: [ 1.529125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nNov 6 00:03:27 cirros auth.notice su: + /dev/console root:cirros\nNov 6 00:03:28 cirros authpriv.info dropbear[340]: Running in background\nNov 6 00:03:28 cirros kern.info kernel: [ 63.409648] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 6 00:03:28 cirros kern.info kernel: [ 64.116663] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-06 00:04:53,392 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-a72af1d3-fd91-4695-a984-23dc7b4b03ab 2018-11-06 00:04:54,099 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-11-06 00:04:54,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"forceDelete": null}' 2018-11-06 00:04:54,262 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:04: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-3180bc0b-6575-48e6-9db4-82f2101fcacb x-compute-request-id: req-3180bc0b-6575-48e6-9db4-82f2101fcacb Content-Length: 0 Content-Type: application/json 2018-11-06 00:04:54,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-3180bc0b-6575-48e6-9db4-82f2101fcacb 2018-11-06 00:04:54,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcc1179fc920f991986192adf8c2742e9049de86" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:54,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1902c9fd41c2e0aa81b8b0238867e1c8931da6f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:54,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc81027beb753aafd0718871ee0f72add9eb1c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:04:54,663 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 06 Nov 2018 00:04: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-f51bf355-23f3-4479-bcb1-b6d49675403e x-compute-request-id: req-f51bf355-23f3-4479-bcb1-b6d49675403e Content-Length: 86 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Guest does not have a console available.", "code": 404}} 2018-11-06 00:04:54,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1bb24478-84c1-4c8d-ad8d-8b6ab0865e65/action used request id req-f51bf355-23f3-4479-bcb1-b6d49675403e 2018-11-06 00:04:54,664 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-11-06 00:04:55,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-7c36d946-17bf-466c-8303-4dc7be532a4e x-compute-request-id: req-7c36d946-17bf-466c-8303-4dc7be532a4e Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 516514346 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.910 MHz processor\n[ 0.134259] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135973] pid_max: default: 32768 minimum: 301\n[ 0.136896] ACPI: Core revision 20150930\n[ 0.138309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139659] Security Framework initialized\n[ 0.140504] Yama: becoming mindful.\n[ 0.141292] AppArmor: AppArmor initialized\n[ 0.142184] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147570] Initializing cgroup subsys io\n[ 0.148414] Initializing cgroup subsys memory\n[ 0.149322] Initializing cgroup subsys devices\n[ 0.150230] Initializing cgroup subsys freezer\n[ 0.151131] Initializing cgroup subsys net_cls\n[ 0.152061] Initializing cgroup subsys perf_event\n[ 0.153007] Initializing cgroup subsys net_prio\n[ 0.153930] Initializing cgroup subsys hugetlb\n[ 0.154826] Initializing cgroup subsys pids\n[ 0.155731] CPU: Physical Processor ID: 0\n[ 0.157256] mce: CPU supports 10 MCE banks\n[ 0.158143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159178] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177003] ftrace: allocating 31920 entries in 125 pages\n[ 0.203623] smpboot: Max logical packages: 1\n[ 0.204514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205918] x2apic enabled\n[ 0.206750] Switched APIC routing to physical x2apic.\n[ 0.208542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213661] KVM setup paravirtual spinlock\n[ 0.215010] x86: Booted up 1 node, 1 CPUs\n[ 0.215845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217314] devtmpfs: initialized\n[ 0.219045] evm: security.selinux\n[ 0.219757] evm: security.SMACK64\n[ 0.220494] evm: security.SMACK64EXEC\n[ 0.221286] evm: security.SMACK64TRANSMUTE\n[ 0.222130] evm: security.SMACK64MMAP\n[ 0.222894] evm: security.ima\n[ 0.223582] evm: security.capability\n[ 0.224430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226341] pinctrl core: initialized pinctrl subsystem\n[ 0.227490] RTC time: 0:02:51, date: 11/06/18\n[ 0.228455] NET: Registered protocol family 16\n[ 0.229460] cpuidle: using governor ladder\n[ 0.230318] cpuidle: using governor menu\n[ 0.231114] PCCT header not found.\n[ 0.231873] ACPI: bus type PCI registered\n[ 0.232716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233997] PCI: Using configuration type 1 for base access\n[ 0.235758] ACPI: Added _OSI(Module Device)\n[ 0.236619] ACPI: Added _OSI(Processor Device)\n[ 0.237494] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240536] ACPI: Interpreter enabled\n[ 0.241351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248858] ACPI: (supports S0 S5)\n[ 0.249602] ACPI: Using IOAPIC for interrupt routing\n[ 0.250704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257520] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259842] acpiphp: Slot [3] registered\n[ 0.260681] acpiphp: Slot [4] registered\n[ 0.261510] acpiphp: Slot [5] registered\n[ 0.262342] acpiphp: Slot [6] registered\n[ 0.263195] acpiphp: Slot [7] registered\n[ 0.264032] acpiphp: Slot [8] registered\n[ 0.264862] acpiphp: Slot [9] registered\n[ 0.265691] acpiphp: Slot [10] registered\n[ 0.266528] acpiphp: Slot [11] registered\n[ 0.267368] acpiphp: Slot [12] registered\n[ 0.268215] acpiphp: Slot [13] registered\n[ 0.269055] acpiphp: Slot [14] registered\n[ 0.269889] acpiphp: Slot [15] registered\n[ 0.280900] acpiphp: Slot [16] registered\n[ 0.281747] acpiphp: Slot [17] registered\n[ 0.282612] acpiphp: Slot [18] registered\n[ 0.283458] acpiphp: Slot [19] registered\n[ 0.284300] acpiphp: Slot [20] registered\n[ 0.285138] acpiphp: Slot [21] registered\n[ 0.285971] acpiphp: Slot [22] registered\n[ 0.286808] acpiphp: Slot [23] registered\n[ 0.287642] acpiphp: Slot [24] registered\n[ 0.288503] acpiphp: Slot [25] registered\n[ 0.289358] acpiphp: Slot [26] registered\n[ 0.290199] acpiphp: Slot [27] registered\n[ 0.291042] acpiphp: Slot [28] registered\n[ 0.291883] acpiphp: Slot [29] registered\n[ 0.292757] acpiphp: Slot [30] registered\n[ 0.293623] acpiphp: Slot [31] registered\n[ 0.294462] PCI host bridge to bus 0000:00\n[ 0.295298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299325] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300825] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363994] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371160] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375232] vgaarb: loaded\n[ 0.375855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377045] SCSI subsystem initialized\n[ 0.377887] ACPI: bus type USB registered\n[ 0.378723] usbcore: registered new interface driver usbfs\n[ 0.379794] usbcore: registered new interface driver hub\n[ 0.380845] usbcore: registered new device driver usb\n[ 0.381953] PCI: Using ACPI for IRQ routing\n[ 0.383007] NetLabel: Initializing\n[ 0.383768] NetLabel: domain hash size = 128\n[ 0.384664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385652] NetLabel: unlabeled traffic allowed by default\n[ 0.386784] clocksource: Switched to clocksource kvm-clock\n[ 0.392225] AppArmor: AppArmor Filesystem Enabled\n[ 0.393228] pnp: PnP ACPI init\n[ 0.394179] pnp: PnP ACPI: found 5 devices\n[ 0.400581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402360] NET: Registered protocol family 2\n[ 0.403354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409499] NET: Registered protocol family 1\n[ 0.410402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426768] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441055] Trying to unpack rootfs image as initramfs...\n[ 0.490131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504019] Scanning for low memory corruption every 60 seconds\n[ 0.505413] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506616] audit: initializing netlink subsys (disabled)\n[ 0.507709] audit: type=2000 audit(1541462572.651:1): initialized\n[ 0.509092] Initialise system trusted keyring\n[ 0.510054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513292] zbud: loaded\n[ 0.514003] VFS: Disk quotas dquot_6.6.0\n[ 0.514846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516481] fuse init (API version 7.23)\n[ 0.517385] Key type big_key registered\n[ 0.518200] Allocating IMA MOK and blacklist keyrings.\n[ 0.519322] Key type asymmetric registered\n[ 0.520163] Asymmetric key parser 'x509' registered\n[ 0.521140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523047] io scheduler noop registered\n[ 0.523879] io scheduler deadline registered (default)\n[ 0.524898] io scheduler cfq registered\n[ 0.525810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529741] ACPI: Power Button [PWRF]\n[ 0.530597] GHES: HEST is not enabled!\n[ 0.544281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577583] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603893] Linux agpgart interface v0.103\n[ 0.606021] brd: module loaded\n[ 0.607267] loop: module loaded\n[ 0.612058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613571] GPT:90111 != 2097151\n[ 0.614279] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615424] GPT:90111 != 2097151\n[ 0.616152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617165] vda: vda1 vda15\n[ 0.618740] scsi host0: ata_piix\n[ 0.619516] scsi host1: ata_piix\n[ 0.620255] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623028] libphy: Fixed MDIO Bus: probed\n[ 0.623876] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624866] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627185] PPP generic driver version 2.4.2\n[ 0.628060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629304] ehci-pci: EHCI PCI platform driver\n[ 0.630162] ehci-platform: EHCI generic platform driver\n[ 0.631144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632278] ohci-pci: OHCI PCI platform driver\n[ 0.633132] ohci-platform: OHCI generic platform driver\n[ 0.634108] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649467] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655643] usb usb1: Product: UHCI Host Controller\n[ 0.656581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658748] hub 1-0:1.0: USB hub found\n[ 0.659541] hub 1-0:1.0: 2 ports detected\n[ 0.660437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663529] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664550] mousedev: PS/2 mouse device common for all mice\n[ 0.665797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667674] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671114] i2c /dev entries driver\n[ 0.671868] device-mapper: uevent: version 1.0.3\n[ 0.672804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675831] NET: Registered protocol family 10\n[ 0.677128] NET: Registered protocol family 17\n[ 0.678300] Key type dns_resolver registered\n[ 0.679508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683889] registered taskstats version 1\n[ 0.685157] Loading compiled-in X.509 certificates\n[ 0.687108] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689750] zswap: loaded using pool lzo/zbud\n[ 0.691738] Key type trusted registered\n[ 0.693866] Key type encrypted registered\n[ 0.695081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697907] evm: HMAC attrs: 0x1\n[ 0.699045] Magic number: 10:438:0\n[ 0.700089] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:52 UTC (1541462572)\n[ 0.702073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703179] EDD information not available.\n[ 0.779466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780877] ata1.00: configured for MWDMA2\n[ 0.782075] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.794572] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795785] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797029] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.798908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800425] Write protecting the kernel read-only data: 14336k\n[ 0.801969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.861750] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\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 discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.98s]\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\nping 10.10.10.12 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:55,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-7c36d946-17bf-466c-8303-4dc7be532a4e 2018-11-06 00:04:55,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-0027ee52-1523-47cd-9fef-a86a8a3474c8 x-compute-request-id: req-0027ee52-1523-47cd-9fef-a86a8a3474c8 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 609754145 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.136030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138520] ACPI: Core revision 20150930\n[ 0.139895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141187] Security Framework initialized\n[ 0.141984] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143541] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144843] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148640] Initializing cgroup subsys io\n[ 0.149434] Initializing cgroup subsys memory\n[ 0.150274] Initializing cgroup subsys devices\n[ 0.151152] Initializing cgroup subsys freezer\n[ 0.152012] Initializing cgroup subsys net_cls\n[ 0.152869] Initializing cgroup subsys perf_event\n[ 0.153760] Initializing cgroup subsys net_prio\n[ 0.154620] Initializing cgroup subsys hugetlb\n[ 0.155474] Initializing cgroup subsys pids\n[ 0.156327] CPU: Physical Processor ID: 0\n[ 0.157822] mce: CPU supports 10 MCE banks\n[ 0.158655] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176666] ftrace: allocating 31920 entries in 125 pages\n[ 0.202967] smpboot: Max logical packages: 1\n[ 0.203807] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205138] x2apic enabled\n[ 0.205936] Switched APIC routing to physical x2apic.\n[ 0.207679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208777] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212477] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214550] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215910] devtmpfs: initialized\n[ 0.217625] evm: security.selinux\n[ 0.218311] evm: security.SMACK64\n[ 0.218987] evm: security.SMACK64EXEC\n[ 0.219719] evm: security.SMACK64TRANSMUTE\n[ 0.220511] evm: security.SMACK64MMAP\n[ 0.221240] evm: security.ima\n[ 0.221880] evm: security.capability\n[ 0.222673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224473] pinctrl core: initialized pinctrl subsystem\n[ 0.225549] RTC time: 0:02:37, date: 11/06/18\n[ 0.226496] NET: Registered protocol family 16\n[ 0.227452] cpuidle: using governor ladder\n[ 0.228257] cpuidle: using governor menu\n[ 0.229022] PCCT header not found.\n[ 0.229759] ACPI: bus type PCI registered\n[ 0.230544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231758] PCI: Using configuration type 1 for base access\n[ 0.233496] ACPI: Added _OSI(Module Device)\n[ 0.234323] ACPI: Added _OSI(Processor Device)\n[ 0.235164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236044] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238177] ACPI: Interpreter enabled\n[ 0.238950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242567] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246187] ACPI: (supports S0 S5)\n[ 0.246887] ACPI: Using IOAPIC for interrupt routing\n[ 0.247888] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252082] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253282] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256637] acpiphp: Slot [3] registered\n[ 0.257411] acpiphp: Slot [4] registered\n[ 0.258204] acpiphp: Slot [5] registered\n[ 0.258994] acpiphp: Slot [6] registered\n[ 0.259775] acpiphp: Slot [7] registered\n[ 0.260552] acpiphp: Slot [8] registered\n[ 0.261340] acpiphp: Slot [9] registered\n[ 0.262124] acpiphp: Slot [10] registered\n[ 0.262920] acpiphp: Slot [11] registered\n[ 0.263720] acpiphp: Slot [12] registered\n[ 0.264503] acpiphp: Slot [13] registered\n[ 0.265303] acpiphp: Slot [14] registered\n[ 0.266107] acpiphp: Slot [15] registered\n[ 0.277075] acpiphp: Slot [16] registered\n[ 0.277884] acpiphp: Slot [17] registered\n[ 0.278674] acpiphp: Slot [18] registered\n[ 0.279463] acpiphp: Slot [19] registered\n[ 0.280260] acpiphp: Slot [20] registered\n[ 0.281055] acpiphp: Slot [21] registered\n[ 0.281858] acpiphp: Slot [22] registered\n[ 0.282646] acpiphp: Slot [23] registered\n[ 0.283440] acpiphp: Slot [24] registered\n[ 0.284245] acpiphp: Slot [25] registered\n[ 0.285040] acpiphp: Slot [26] registered\n[ 0.285834] acpiphp: Slot [27] registered\n[ 0.286639] acpiphp: Slot [28] registered\n[ 0.287435] acpiphp: Slot [29] registered\n[ 0.288250] acpiphp: Slot [30] registered\n[ 0.289048] acpiphp: Slot [31] registered\n[ 0.289841] PCI host bridge to bus 0000:00\n[ 0.290656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294488] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302305] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312949] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365201] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366610] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371034] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373604] vgaarb: loaded\n[ 0.374201] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375325] SCSI subsystem initialized\n[ 0.376142] ACPI: bus type USB registered\n[ 0.376949] usbcore: registered new interface driver usbfs\n[ 0.377973] usbcore: registered new interface driver hub\n[ 0.378973] usbcore: registered new device driver usb\n[ 0.380018] PCI: Using ACPI for IRQ routing\n[ 0.381036] NetLabel: Initializing\n[ 0.381748] NetLabel: domain hash size = 128\n[ 0.382598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383536] NetLabel: unlabeled traffic allowed by default\n[ 0.384622] clocksource: Switched to clocksource kvm-clock\n[ 0.390046] AppArmor: AppArmor Filesystem Enabled\n[ 0.391010] pnp: PnP ACPI init\n[ 0.391918] pnp: PnP ACPI: found 5 devices\n[ 0.398304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399987] NET: Registered protocol family 2\n[ 0.400940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402196] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406734] NET: Registered protocol family 1\n[ 0.407594] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438624] Trying to unpack rootfs image as initramfs...\n[ 0.488594] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502424] Scanning for low memory corruption every 60 seconds\n[ 0.504320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505990] audit: initializing netlink subsys (disabled)\n[ 0.507489] audit: type=2000 audit(1541462558.729:1): initialized\n[ 0.509348] Initialise system trusted keyring\n[ 0.510674] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512404] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514984] zbud: loaded\n[ 0.515913] VFS: Disk quotas dquot_6.6.0\n[ 0.517089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519263] fuse init (API version 7.23)\n[ 0.520526] Key type big_key registered\n[ 0.521331] Allocating IMA MOK and blacklist keyrings.\n[ 0.522610] Key type asymmetric registered\n[ 0.523627] Asymmetric key parser 'x509' registered\n[ 0.524773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526876] io scheduler noop registered\n[ 0.527794] io scheduler deadline registered (default)\n[ 0.528981] io scheduler cfq registered\n[ 0.529945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534361] ACPI: Power Button [PWRF]\n[ 0.535323] GHES: HEST is not enabled!\n[ 0.549250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577591] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613919] Linux agpgart interface v0.103\n[ 0.616004] brd: module loaded\n[ 0.617259] loop: module loaded\n[ 0.621761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623168] GPT:90111 != 2097151\n[ 0.623821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624870] GPT:90111 != 2097151\n[ 0.625515] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626439] vda: vda1 vda15\n[ 0.627997] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631949] libphy: Fixed MDIO Bus: probed\n[ 0.632744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633657] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635856] PPP generic driver version 2.4.2\n[ 0.636973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638583] ehci-pci: EHCI PCI platform driver\n[ 0.639651] ehci-platform: EHCI generic platform driver\n[ 0.640886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642287] ohci-pci: OHCI PCI platform driver\n[ 0.643350] ohci-platform: OHCI generic platform driver\n[ 0.644557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662365] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667911] usb usb1: Product: UHCI Host Controller\n[ 0.668835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670961] hub 1-0:1.0: USB hub found\n[ 0.671725] hub 1-0:1.0: 2 ports detected\n[ 0.672624] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674709] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.677908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683136] i2c /dev entries driver\n[ 0.683879] device-mapper: uevent: version 1.0.3\n[ 0.684809] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686407] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687683] NET: Registered protocol family 10\n[ 0.688674] NET: Registered protocol family 17\n[ 0.689545] Key type dns_resolver registered\n[ 0.690462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693286] registered taskstats version 1\n[ 0.694115] Loading compiled-in X.509 certificates\n[ 0.695502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697314] zswap: loaded using pool lzo/zbud\n[ 0.699109] Key type trusted registered\n[ 0.701147] Key type encrypted registered\n[ 0.701950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703958] evm: HMAC attrs: 0x1\n[ 0.704877] Magic number: 10:438:0\n[ 0.705696] rtc_cmos 00:00: setting system clock to 2018-11-06 00:02:38 UTC (1541462558)\n[ 0.707234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708298] EDD information not available.\n[ 0.785144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786543] ata1.00: configured for MWDMA2\n[ 0.787708] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.799919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802334] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804171] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805657] Write protecting the kernel read-only data: 14336k\n[ 0.807172] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.865602] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.41\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 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.62s]\nping 10.10.10.8 KO\nping 10.10.10.8 KO\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-11-06 00:04:55,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-0027ee52-1523-47cd-9fef-a86a8a3474c8 2018-11-06 00:04:55,630 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-11-06 00:04:55,630 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=10de75c4-6b96-4632-9be2-34b9ea2b9a37 network=08bbac04-66f8-49ab-81cc-df354dbc61c4 secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-06 00:04:55,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:04:55,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:04:55,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:04:55,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:04:55,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:04:55,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:04:55,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:04:55,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:04:55,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:04:55,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:04:55,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:04:55,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:04:55,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:04:55,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:04:55,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:04:55,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:04:55,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:04:55,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:04:55,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:04:55,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:04:55,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:04:55,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:04:55,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:04:55,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a1e251-c5e0-4dd2-aabb-cdb7c6de89fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:04:55,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-21a1e251-c5e0-4dd2-aabb-cdb7c6de89fc 2018-11-06 00:04:55,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:04:56,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["cEBBjLjJSwij7V3awO-kDw"], "issued_at": "2018-11-06T00:04:56.000000Z"}} 2018-11-06 00:04:56,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" 2018-11-06 00:04:56,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bce684b-400b-4823-be5d-f807da377bd4 x-compute-request-id: req-5bce684b-400b-4823-be5d-f807da377bd4 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:04:56,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5bce684b-400b-4823-be5d-f807da377bd4 2018-11-06 00:04:56,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" 2018-11-06 00:04:56,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa791bff-a91a-416e-a93d-49963402ca97 x-compute-request-id: req-fa791bff-a91a-416e-a93d-49963402ca97 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:04:56,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a used request id req-fa791bff-a91a-416e-a93d-49963402ca97 2018-11-06 00:04:56,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "08bbac04-66f8-49ab-81cc-df354dbc61c4"}], "config_drive": true}}' 2018-11-06 00:04:58,687 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4552b7e-1105-49da-9eaa-70cc57f64721 x-compute-request-id: req-f4552b7e-1105-49da-9eaa-70cc57f64721 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "adminPass": "Yhivri555nkG"}} 2018-11-06 00:04:58,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f4552b7e-1105-49da-9eaa-70cc57f64721 2018-11-06 00:04:58,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:04:58,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-745b96ea-8f49-4dfd-8856-04959d000431 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:04:58,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-745b96ea-8f49-4dfd-8856-04959d000431 2018-11-06 00:04:58,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:04:59,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["Qp9YsRxvR-euJPqaWKbvrQ"], "issued_at": "2018-11-06T00:04:59.000000Z"}} 2018-11-06 00:04:59,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc1cfeac73dffa9da5d88ace6045e0378cdd5af" 2018-11-06 00:04:59,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:04: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-4534ece0-67e7-42fa-a52a-988a27c8e0a2 x-compute-request-id: req-4534ece0-67e7-42fa-a52a-988a27c8e0a2 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:04:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:04:59,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a used request id req-4534ece0-67e7-42fa-a52a-988a27c8e0a2 2018-11-06 00:05:02,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc1cfeac73dffa9da5d88ace6045e0378cdd5af" 2018-11-06 00:05:03,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-40f3d364-ca84-459e-acf3-36a0faf03f9b x-compute-request-id: req-40f3d364-ca84-459e-acf3-36a0faf03f9b Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:05:00Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:05:03,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a used request id req-40f3d364-ca84-459e-acf3-36a0faf03f9b 2018-11-06 00:05:06,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc1cfeac73dffa9da5d88ace6045e0378cdd5af" 2018-11-06 00:05:07,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-f2cc2889-6855-4993-b8f9-ab30209543f9 x-compute-request-id: req-f2cc2889-6855-4993-b8f9-ab30209543f9 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:05:07,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a used request id req-f2cc2889-6855-4993-b8f9-ab30209543f9 2018-11-06 00:05:07,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" 2018-11-06 00:05:08,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05a0ec6c-bfe0-41e3-b1f6-f8d03a536e92 x-compute-request-id: req-05a0ec6c-bfe0-41e3-b1f6-f8d03a536e92 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:05:08,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a used request id req-05a0ec6c-bfe0-41e3-b1f6-f8d03a536e92 2018-11-06 00:05:08,071 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.5'. 2018-11-06 00:05:08,071 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-11-06 00:05:08,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:05:09,412 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3278e21e-9337-4bb6-aa3e-49a860c696cf x-compute-request-id: req-3278e21e-9337-4bb6-aa3e-49a860c696cf Content-Length: 0 Content-Type: application/json 2018-11-06 00:05:09,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-3278e21e-9337-4bb6-aa3e-49a860c696cf 2018-11-06 00:05:09,413 - sdnvpn_test_utils - INFO - Waiting for instance ae6afe3f-6fea-4abe-85ab-70552702ef2a to boot up 2018-11-06 00:05:09,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:10,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-7a5db1ab-d15b-4713-89b4-5d2261269e7b x-compute-request-id: req-7a5db1ab-d15b-4713-89b4-5d2261269e7b Content-Encoding: gzip Content-Length: 8132 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\n"} 2018-11-06 00:05:10,486 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-7a5db1ab-d15b-4713-89b4-5d2261269e7b 2018-11-06 00:05:12,495 - __name__ - INFO - Starting monitor thread of vm_4 2018-11-06 00:05:13,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:14,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-a16bd261-77b5-4d9a-8e81-660bd63e7a71 x-compute-request-id: req-a16bd261-77b5-4d9a-8e81-660bd63e7a71 Content-Encoding: gzip Content-Length: 8132 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\n"} 2018-11-06 00:05:14,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-a16bd261-77b5-4d9a-8e81-660bd63e7a71 2018-11-06 00:05:15,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:16,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-97e71b94-057c-40f7-8208-b3232d34d6a9 x-compute-request-id: req-97e71b94-057c-40f7-8208-b3232d34d6a9 Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:16,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-97e71b94-057c-40f7-8208-b3232d34d6a9 2018-11-06 00:05:17,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:18,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-f7406df8-dd13-49d6-ab03-816b2d9cdc14 x-compute-request-id: req-f7406df8-dd13-49d6-ab03-816b2d9cdc14 Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:18,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-f7406df8-dd13-49d6-ab03-816b2d9cdc14 2018-11-06 00:05:19,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:20,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-7a31ecdf-afec-4c42-821e-884fd0389d1c x-compute-request-id: req-7a31ecdf-afec-4c42-821e-884fd0389d1c Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:20,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-7a31ecdf-afec-4c42-821e-884fd0389d1c 2018-11-06 00:05:21,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:22,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-5d0a3607-307c-439d-afce-250264a1567a x-compute-request-id: req-5d0a3607-307c-439d-afce-250264a1567a Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:22,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-5d0a3607-307c-439d-afce-250264a1567a 2018-11-06 00:05:23,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:25,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f50e41ed-442a-4c30-b74e-61113b0b8e06 x-compute-request-id: req-f50e41ed-442a-4c30-b74e-61113b0b8e06 Content-Encoding: gzip Content-Length: 8140 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:25,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-f50e41ed-442a-4c30-b74e-61113b0b8e06 2018-11-06 00:05:26,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:27,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94eb5b8c-ff9e-4f30-a03f-de5b57747eef x-compute-request-id: req-94eb5b8c-ff9e-4f30-a03f-de5b57747eef Content-Encoding: gzip Content-Length: 8145 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2018-11-06 00:05:27,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-94eb5b8c-ff9e-4f30-a03f-de5b57747eef 2018-11-06 00:05:28,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:29,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-3687c2ab-b45a-4d58-93e8-824043f54fbd x-compute-request-id: req-3687c2ab-b45a-4d58-93e8-824043f54fbd Content-Encoding: gzip Content-Length: 8145 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2018-11-06 00:05:29,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-3687c2ab-b45a-4d58-93e8-824043f54fbd 2018-11-06 00:05:30,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:31,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-ed124f6d-6b20-4b23-a932-79c9fbfd85cf x-compute-request-id: req-ed124f6d-6b20-4b23-a932-79c9fbfd85cf Content-Encoding: gzip Content-Length: 8145 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2018-11-06 00:05:31,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-ed124f6d-6b20-4b23-a932-79c9fbfd85cf 2018-11-06 00:05:32,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:33,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-4ea575c5-b1d6-4090-95d2-3831e5abd82c x-compute-request-id: req-4ea575c5-b1d6-4090-95d2-3831e5abd82c Content-Encoding: gzip Content-Length: 8145 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2018-11-06 00:05:33,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-4ea575c5-b1d6-4090-95d2-3831e5abd82c 2018-11-06 00:05:34,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:35,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-311129f7-cbb1-407d-8de4-b6c26db74625 x-compute-request-id: req-311129f7-cbb1-407d-8de4-b6c26db74625 Content-Encoding: gzip Content-Length: 8147 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:35,445 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-311129f7-cbb1-407d-8de4-b6c26db74625 2018-11-06 00:05:36,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:37,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03d30351-e3b7-4b8d-ac37-bfeb3e00bf31 x-compute-request-id: req-03d30351-e3b7-4b8d-ac37-bfeb3e00bf31 Content-Encoding: gzip Content-Length: 8147 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:37,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-03d30351-e3b7-4b8d-ac37-bfeb3e00bf31 2018-11-06 00:05:38,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:39,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-36b14830-011f-4c3e-a760-ead84b5baabd x-compute-request-id: req-36b14830-011f-4c3e-a760-ead84b5baabd Content-Encoding: gzip Content-Length: 8147 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:39,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-36b14830-011f-4c3e-a760-ead84b5baabd 2018-11-06 00:05:40,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:41,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98bdc731-4c28-4a47-b274-2ee5b749a36d x-compute-request-id: req-98bdc731-4c28-4a47-b274-2ee5b749a36d Content-Encoding: gzip Content-Length: 8147 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:41,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-98bdc731-4c28-4a47-b274-2ee5b749a36d 2018-11-06 00:05:42,520 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-11-06 00:05:42,521 - __name__ - INFO - Sending stop signal to monitor thread 2018-11-06 00:05:42,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502fb09083fe7a15150e017670b8dce860e8af0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:05:43,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-cdc8bc8c-671b-4b36-a3cc-dbf0ac3c9963 x-compute-request-id: req-cdc8bc8c-671b-4b36-a3cc-dbf0ac3c9963 Content-Encoding: gzip Content-Length: 8147 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517976365 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.126512] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128122] pid_max: default: 32768 minimum: 301\n[ 0.128991] ACPI: Core revision 20150930\n[ 0.130353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131634] Security Framework initialized\n[ 0.132423] Yama: becoming mindful.\n[ 0.133351] AppArmor: AppArmor initialized\n[ 0.134453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136206] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139526] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141352] Initializing cgroup subsys io\n[ 0.142409] Initializing cgroup subsys memory\n[ 0.143563] Initializing cgroup subsys devices\n[ 0.144706] Initializing cgroup subsys freezer\n[ 0.145862] Initializing cgroup subsys net_cls\n[ 0.147019] Initializing cgroup subsys perf_event\n[ 0.148216] Initializing cgroup subsys net_prio\n[ 0.149373] Initializing cgroup subsys hugetlb\n[ 0.150538] Initializing cgroup subsys pids\n[ 0.151673] CPU: Physical Processor ID: 0\n[ 0.153422] mce: CPU supports 10 MCE banks\n[ 0.154551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155885] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167135] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174130] ftrace: allocating 31920 entries in 125 pages\n[ 0.200803] smpboot: Max logical packages: 1\n[ 0.201944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203711] x2apic enabled\n[ 0.204691] Switched APIC routing to physical x2apic.\n[ 0.206796] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208307] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213343] KVM setup paravirtual spinlock\n[ 0.214907] x86: Booted up 1 node, 1 CPUs\n[ 0.215979] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217794] devtmpfs: initialized\n[ 0.219943] evm: security.selinux\n[ 0.220848] evm: security.SMACK64\n[ 0.221743] evm: security.SMACK64EXEC\n[ 0.222714] evm: security.SMACK64TRANSMUTE\n[ 0.223780] evm: security.SMACK64MMAP\n[ 0.224729] evm: security.ima\n[ 0.225546] evm: security.capability\n[ 0.226565] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229009] pinctrl core: initialized pinctrl subsystem\n[ 0.230408] RTC time: 0:05:04, date: 11/06/18\n[ 0.231654] NET: Registered protocol family 16\n[ 0.232900] cpuidle: using governor ladder\n[ 0.233972] cpuidle: using governor menu\n[ 0.235001] PCCT header not found.\n[ 0.235969] ACPI: bus type PCI registered\n[ 0.236773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237982] PCI: Using configuration type 1 for base access\n[ 0.239708] ACPI: Added _OSI(Module Device)\n[ 0.240533] ACPI: Added _OSI(Processor Device)\n[ 0.241370] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242246] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244356] ACPI: Interpreter enabled\n[ 0.245127] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252304] ACPI: (supports S0 S5)\n[ 0.252992] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258148] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262659] acpiphp: Slot [3] registered\n[ 0.263443] acpiphp: Slot [4] registered\n[ 0.264223] acpiphp: Slot [5] registered\n[ 0.265001] acpiphp: Slot [6] registered\n[ 0.265775] acpiphp: Slot [7] registered\n[ 0.266560] acpiphp: Slot [8] registered\n[ 0.267334] acpiphp: Slot [9] registered\n[ 0.268109] acpiphp: Slot [10] registered\n[ 0.268894] acpiphp: Slot [11] registered\n[ 0.269680] acpiphp: Slot [12] registered\n[ 0.270464] acpiphp: Slot [13] registered\n[ 0.271255] acpiphp: Slot [14] registered\n[ 0.272044] acpiphp: Slot [15] registered\n[ 0.282851] acpiphp: Slot [16] registered\n[ 0.283646] acpiphp: Slot [17] registered\n[ 0.284433] acpiphp: Slot [18] registered\n[ 0.285220] acpiphp: Slot [19] registered\n[ 0.286022] acpiphp: Slot [20] registered\n[ 0.286816] acpiphp: Slot [21] registered\n[ 0.287610] acpiphp: Slot [22] registered\n[ 0.288399] acpiphp: Slot [23] registered\n[ 0.289187] acpiphp: Slot [24] registered\n[ 0.289978] acpiphp: Slot [25] registered\n[ 0.290769] acpiphp: Slot [26] registered\n[ 0.291559] acpiphp: Slot [27] registered\n[ 0.292350] acpiphp: Slot [28] registered\n[ 0.293148] acpiphp: Slot [29] registered\n[ 0.293937] acpiphp: Slot [30] registered\n[ 0.294725] acpiphp: Slot [31] registered\n[ 0.295512] PCI host bridge to bus 0000:00\n[ 0.296295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307783] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310170] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367062] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369857] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372435] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374748] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376271] vgaarb: loaded\n[ 0.376880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377991] SCSI subsystem initialized\n[ 0.378785] ACPI: bus type USB registered\n[ 0.379575] usbcore: registered new interface driver usbfs\n[ 0.380570] usbcore: registered new interface driver hub\n[ 0.381548] usbcore: registered new device driver usb\n[ 0.382573] PCI: Using ACPI for IRQ routing\n[ 0.383571] NetLabel: Initializing\n[ 0.384264] NetLabel: domain hash size = 128\n[ 0.385095] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386022] NetLabel: unlabeled traffic allowed by default\n[ 0.387116] clocksource: Switched to clocksource kvm-clock\n[ 0.392469] AppArmor: AppArmor Filesystem Enabled\n[ 0.393404] pnp: PnP ACPI init\n[ 0.394299] pnp: PnP ACPI: found 5 devices\n[ 0.400655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402306] NET: Registered protocol family 2\n[ 0.403241] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410842] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411887] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440143] Trying to unpack rootfs image as initramfs...\n[ 0.490088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503950] Scanning for low memory corruption every 60 seconds\n[ 0.505272] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506387] audit: initializing netlink subsys (disabled)\n[ 0.507404] audit: type=2000 audit(1541462705.628:1): initialized\n[ 0.508688] Initialise system trusted keyring\n[ 0.509586] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512646] zbud: loaded\n[ 0.513327] VFS: Disk quotas dquot_6.6.0\n[ 0.514128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515607] fuse init (API version 7.23)\n[ 0.516475] Key type big_key registered\n[ 0.517256] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519177] Asymmetric key parser 'x509' registered\n[ 0.520106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521526] io scheduler noop registered\n[ 0.522300] io scheduler deadline registered (default)\n[ 0.523269] io scheduler cfq registered\n[ 0.524090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527770] ACPI: Power Button [PWRF]\n[ 0.528954] GHES: HEST is not enabled!\n[ 0.542646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572365] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599229] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601331] Linux agpgart interface v0.103\n[ 0.603327] brd: module loaded\n[ 0.604483] loop: module loaded\n[ 0.609629] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611064] GPT:90111 != 2097151\n[ 0.611736] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612806] GPT:90111 != 2097151\n[ 0.613459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614402] vda: vda1 vda15\n[ 0.615937] scsi host0: ata_piix\n[ 0.616661] scsi host1: ata_piix\n[ 0.617349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619979] libphy: Fixed MDIO Bus: probed\n[ 0.620783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621707] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623918] PPP generic driver version 2.4.2\n[ 0.625075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626713] ehci-pci: EHCI PCI platform driver\n[ 0.627850] ehci-platform: EHCI generic platform driver\n[ 0.629175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630667] ohci-pci: OHCI PCI platform driver\n[ 0.631799] ohci-platform: OHCI generic platform driver\n[ 0.633098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649201] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652423] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657407] usb usb1: Product: UHCI Host Controller\n[ 0.658684] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660235] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661479] hub 1-0:1.0: USB hub found\n[ 0.662478] hub 1-0:1.0: 2 ports detected\n[ 0.663629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668821] mousedev: PS/2 mouse device common for all mice\n[ 0.670416] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674168] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677313] i2c /dev entries driver\n[ 0.678268] device-mapper: uevent: version 1.0.3\n[ 0.679488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683285] NET: Registered protocol family 10\n[ 0.684548] NET: Registered protocol family 17\n[ 0.685696] Key type dns_resolver registered\n[ 0.686869] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690581] registered taskstats version 1\n[ 0.691670] Loading compiled-in X.509 certificates\n[ 0.693391] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695872] zswap: loaded using pool lzo/zbud\n[ 0.697696] Key type trusted registered\n[ 0.699907] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704199] evm: HMAC attrs: 0x1\n[ 0.705619] Magic number: 10:988:50\n[ 0.706743] platform platform-framebuffer.0: hash matches\n[ 0.708420] rtc_cmos 00:00: setting system clock to 2018-11-06 00:05:05 UTC (1541462705)\n[ 0.710763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712641] EDD information not available.\n[ 0.775806] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777614] ata1.00: configured for MWDMA2\n[ 0.789101] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791778] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793383] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794939] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799129] Write protecting the kernel read-only data: 14336k\n[ 0.801038] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.860635] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.30\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.28s]\nping 10.10.10.12 OK\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2018-11-06 00:05:43,753 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-cdc8bc8c-671b-4b36-a3cc-dbf0ac3c9963 2018-11-06 00:05:43,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"forceDelete": null}' 2018-11-06 00:05:43,938 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:05: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-c5a63ba0-3adc-4bad-95cd-cd87b86aeb0f x-compute-request-id: req-c5a63ba0-3adc-4bad-95cd-cd87b86aeb0f Content-Length: 0 Content-Type: application/json 2018-11-06 00:05:43,938 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52/action used request id req-c5a63ba0-3adc-4bad-95cd-cd87b86aeb0f 2018-11-06 00:05:43,939 - sdnvpn_test_utils - DEBUG - Waiting for instance ac6c79fb-3ba7-48e7-af09-9115f2d68e52 to be deleted 2018-11-06 00:05:43,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:05:44,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-f7227a02-1b3e-4b09-845a-c1257de835a7 x-compute-request-id: req-f7227a02-1b3e-4b09-845a-c1257de835a7 Content-Encoding: gzip Content-Length: 1017 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:42:c3", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-06T00:02:51.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:02:52Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:2f:dd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-06T00:02:37.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ac6c79fb-3ba7-48e7-af09-9115f2d68e52", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:43Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-06T00:02:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:05:44,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-f7227a02-1b3e-4b09-845a-c1257de835a7 2018-11-06 00:05:46,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:05:47,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-b77a07d0-38ed-42af-9013-6dcfe0f3d322 x-compute-request-id: req-b77a07d0-38ed-42af-9013-6dcfe0f3d322 Content-Encoding: gzip Content-Length: 927 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:42:c3", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-06T00:02:51.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:02:52Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:05:47,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-b77a07d0-38ed-42af-9013-6dcfe0f3d322 2018-11-06 00:05:49,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"forceDelete": null}' 2018-11-06 00:05:49,429 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:05:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-acb65eb2-6964-4077-b104-7e65e4e30389 x-compute-request-id: req-acb65eb2-6964-4077-b104-7e65e4e30389 Content-Length: 0 Content-Type: application/json 2018-11-06 00:05:49,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba/action used request id req-acb65eb2-6964-4077-b104-7e65e4e30389 2018-11-06 00:05:49,430 - sdnvpn_test_utils - DEBUG - Waiting for instance 7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba to be deleted 2018-11-06 00:05:49,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:05:50,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-04971011-8381-40c4-9603-2673d32c1d71 x-compute-request-id: req-04971011-8381-40c4-9603-2673d32c1d71 Content-Encoding: gzip Content-Length: 934 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:42:c3", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-06T00:02:51.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "7f32dfb4-bdd1-4c8c-bb37-de424ea9a0ba", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:49Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-06T00:02:46Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:05:50,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-04971011-8381-40c4-9603-2673d32c1d71 2018-11-06 00:05:52,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:05:53,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-74e5410a-2f32-481a-905f-cbee1a6a5f19 x-compute-request-id: req-74e5410a-2f32-481a-905f-cbee1a6a5f19 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:04Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:05:53,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-74e5410a-2f32-481a-905f-cbee1a6a5f19 2018-11-06 00:05:55,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" -d '{"forceDelete": null}' 2018-11-06 00:05:55,626 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:05:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68a00170-ff5b-4dae-8597-4d7fdc7e3034 x-compute-request-id: req-68a00170-ff5b-4dae-8597-4d7fdc7e3034 Content-Length: 0 Content-Type: application/json 2018-11-06 00:05:55,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a/action used request id req-68a00170-ff5b-4dae-8597-4d7fdc7e3034 2018-11-06 00:05:55,627 - sdnvpn_test_utils - DEBUG - Waiting for instance ae6afe3f-6fea-4abe-85ab-70552702ef2a to be deleted 2018-11-06 00:05:55,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:05:56,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-49b446a4-3b95-41e1-9a1b-26e13e6f1948 x-compute-request-id: req-49b446a4-3b95-41e1-9a1b-26e13e6f1948 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:be:35", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:05:55Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:05:56,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-49b446a4-3b95-41e1-9a1b-26e13e6f1948 2018-11-06 00:05:58,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:05:58,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:05: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-9cb56c20-a69b-4108-b992-2d9a85be7e3d x-compute-request-id: req-9cb56c20-a69b-4108-b992-2d9a85be7e3d Content-Encoding: gzip Content-Length: 690 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/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ae6afe3f-6fea-4abe-85ab-70552702ef2a", "rel": "bookmark"}], "image": {"id": "10de75c4-6b96-4632-9be2-34b9ea2b9a37", "links": [{"href": "http://172.30.9.23:8774/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-06T00:05:04.000000", "flavor": {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}]}, "id": "ae6afe3f-6fea-4abe-85ab-70552702ef2a", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "DELETED", "updated": "2018-11-06T00:05:58Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": "2018-11-06T00:05:58.000000", "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-06T00:04:58Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:05:58,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-9cb56c20-a69b-4108-b992-2d9a85be7e3d 2018-11-06 00:06:00,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dbb9cec59c0fa5e1f706db994944a04ad1223a" 2018-11-06 00:06:00,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28653b01-f0f0-4007-9784-7b7a5cff1dde x-compute-request-id: req-28653b01-f0f0-4007-9784-7b7a5cff1dde Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-06 00:06:00,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-28653b01-f0f0-4007-9784-7b7a5cff1dde 2018-11-06 00:06:02,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5aca9477bb2a925f7802fad6b863f24be04e306" 2018-11-06 00:06:03,757 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-649397f7-c9bd-43f0-ad2c-67b9dd240894 Date: Tue, 06 Nov 2018 00:06:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:06:03,757 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/10de75c4-6b96-4632-9be2-34b9ea2b9a37 used request id req-649397f7-c9bd-43f0-ad2c-67b9dd240894 2018-11-06 00:06:03,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/cd75b4a3-535f-4341-bb5f-0692a979998b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9361b953cf8624c37c0f7c6ee71e070ce3edfcfe" 2018-11-06 00:06:06,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-785b32dc-c4b3-4b17-94b3-e74981bbbb0b Date: Tue, 06 Nov 2018 00:06:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-06 00:06:06,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cd75b4a3-535f-4341-bb5f-0692a979998b used request id req-785b32dc-c4b3-4b17-94b3-e74981bbbb0b 2018-11-06 00:06:06,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/08bbac04-66f8-49ab-81cc-df354dbc61c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9361b953cf8624c37c0f7c6ee71e070ce3edfcfe" 2018-11-06 00:06:07,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f822e3a-1036-4ec2-ac34-9e8cf11942a7 Date: Tue, 06 Nov 2018 00:06:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-06 00:06:07,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/08bbac04-66f8-49ab-81cc-df354dbc61c4 used request id req-3f822e3a-1036-4ec2-ac34-9e8cf11942a7 2018-11-06 00:06:07,438 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-1 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-11-06 00:06:07,438 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-06 00:06:07,455 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-11-06 00:06:07,456 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-11-06 00:06:07,456 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-11-06 00:06:07,456 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-11-06 00:06:07,456 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-11-06 00:06:07,552 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-11-06 00:06:07,553 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-11-06 00:06:07,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:06:07,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:06:07,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:06:07,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:06:07,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:06:07,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:06:07,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:06:07,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:06:07,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:06:07,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:06:07,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:06:07,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-06 00:06:07,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:06:07,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:06:07,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:06:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:06:07,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:06:07,564 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 00:06:07,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:06:07,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b0b12da-33a4-44b6-9a9f-b90554667b2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:06:07,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b0b12da-33a4-44b6-9a9f-b90554667b2a 2018-11-06 00:06:07,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:06:07,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:06:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["fICOQD9eTzGByfYmpiAYmQ"], "issued_at": "2018-11-06T00:06:07.000000Z"}} 2018-11-06 00:06:07,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" 2018-11-06 00:06:08,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ace36f3c-0cd4-4b72-a440-b057b5c07ebb Date: Tue, 06 Nov 2018 00:06:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-06 00:06:08,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-ace36f3c-0cd4-4b72-a440-b057b5c07ebb 2018-11-06 00:06:08,502 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-06 00:06:08,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" 2018-11-06 00:06:09,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f09af191-337e-4ba9-a90a-be463f6092ae Date: Tue, 06 Nov 2018 00:06:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-06 00:06:09,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f09af191-337e-4ba9-a90a-be463f6092ae 2018-11-06 00:06:09,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-11-06 00:06:09,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c X-Openstack-Request-Id: req-7dbbe7ef-f69c-49ea-b5a7-d49d64d72aad Date: Tue, 06 Nov 2018 00:06:09 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-11-06T00:06:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-06T00:06:09Z", "visibility": "public", "locations": [], "self": "/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "min_disk": 0, "protected": false, "id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "file": "/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-06 00:06:09,742 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7dbbe7ef-f69c-49ea-b5a7-d49d64d72aad 2018-11-06 00:06:09,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" -d '' 2018-11-06 00:06:20,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ed1bfc5-be70-4932-8b67-b993fb976a80 Date: Tue, 06 Nov 2018 00:06:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:06:20,311 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c/file used request id req-7ed1bfc5-be70-4932-8b67-b993fb976a80 2018-11-06 00:06:20,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:06:20,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:06:20,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:06:20,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:06:20,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:06:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:06:20,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e1cb2fa-2f56-4157-9fd3-db1631774367 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:06:20,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e1cb2fa-2f56-4157-9fd3-db1631774367 2018-11-06 00:06:20,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:06:20,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:06:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["p72V9nqSToOJDyVRZ8GTGQ"], "issued_at": "2018-11-06T00:06:20.000000Z"}} 2018-11-06 00:06:20,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945c6c482c100d17b57501037e29b29c5d937223" 2018-11-06 00:06:20,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-604ff49d-97c9-4f83-9e95-794c68bc5391 x-compute-request-id: req-604ff49d-97c9-4f83-9e95-794c68bc5391 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-06 00:06:20,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-604ff49d-97c9-4f83-9e95-794c68bc5391 2018-11-06 00:06:20,913 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-06 00:06:20,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945c6c482c100d17b57501037e29b29c5d937223" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-11-06 00:06:20,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-c7e7543c-1bc5-451f-8bf9-a58497734732 x-compute-request-id: req-c7e7543c-1bc5-451f-8bf9-a58497734732 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:06:20,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c7e7543c-1bc5-451f-8bf9-a58497734732 2018-11-06 00:06:20,961 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=2c9685d0-3dc4-4a94-8e46-fc3783660e6d created successfully. 2018-11-06 00:06:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:06:20,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837c99c8-dfca-4a6a-9e85-0c37522822f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:06:20,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-837c99c8-dfca-4a6a-9e85-0c37522822f1 2018-11-06 00:06:20,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:06:21,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["L3pqb9qyT5mN1mzhbrbzXw"], "issued_at": "2018-11-06T00:06:21.000000Z"}} 2018-11-06 00:06:21,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:06:21,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-8aec81ec-63b8-4c08-b55f-bf00c573c330 Date: Tue, 06 Nov 2018 00:06:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"280523c8-42e0-413e-829f-46da65820883","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:10Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:09Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c54d13b3-9d1e-4d8c-b8c3-a290a686366a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:12Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:12Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d63a9e7d-ce96-44c7-9018-663bcbe4e594","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:14Z","provider:segmentation_id":82,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1b5e624-9438-492c-a5ac-4fca99498b5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:01Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:01Z","provider:network_type":"vxlan"}]} 2018-11-06 00:06:21,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8aec81ec-63b8-4c08-b55f-bf00c573c330 2018-11-06 00:06:21,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:06:21,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-132c9d07-4f4f-4e1e-9498-5fa6272211cc Date: Tue, 06 Nov 2018 00:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:48Z","dns_nameservers":[],"updated_at":"2018-11-05T21:49:48Z","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":"4790446d95754ab49ebc2abd16e507e3","id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-06 00:06:21,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-132c9d07-4f4f-4e1e-9498-5fa6272211cc 2018-11-06 00:06:21,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:06:22,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f1a80af5-f8ec-4201-a499-47d916f1e55f Date: Tue, 06 Nov 2018 00:06:22 GMT RESP BODY: {"routers": []} 2018-11-06 00:06:22,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-f1a80af5-f8ec-4201-a499-47d916f1e55f 2018-11-06 00:06:22,130 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-11-06 00:06:22,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-11-06 00:06:22,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-dc2ff17d-1f42-43ff-b30e-ce671ba4f40a Date: Tue, 06 Nov 2018 00:06:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cd039741-8e65-40a9-921a-51f79836450c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-06T00:06:22Z","is_default":false,"provider:segmentation_id":29,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:22Z","mtu":1450}} 2018-11-06 00:06:22,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-dc2ff17d-1f42-43ff-b30e-ce671ba4f40a 2018-11-06 00:06:22,612 - sdnvpn.lib.openstack_utils - DEBUG - Network 'cd039741-8e65-40a9-921a-51f79836450c' created successfully 2018-11-06 00:06:22,612 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 00:06:22,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"subnets": [{"ip_version": 4, "network_id": "cd039741-8e65-40a9-921a-51f79836450c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-11-06 00:06:23,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-858aab6c-a948-4019-944f-5980a293e448 Date: Tue, 06 Nov 2018 00:06:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:22Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-06T00:06:22Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"aba621f7e9154af3a5e42bcbad943619","id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-11-06 00:06:23,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-858aab6c-a948-4019-944f-5980a293e448 2018-11-06 00:06:23,205 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b7ca68f9-791c-4fee-836f-e93187c08fbf' created successfully 2018-11-06 00:06:23,205 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 00:06:23,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-11-06 00:06:23,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-974f99e7-4d3e-4046-b7de-e94836a80ef9 Date: Tue, 06 Nov 2018 00:06:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-06T00:06:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-06T00:06:23Z", "revision_number": 0, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b", "name": "sdnvpn-13-1-router"}} 2018-11-06 00:06:23,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-974f99e7-4d3e-4046-b7de-e94836a80ef9 2018-11-06 00:06:23,459 - sdnvpn.lib.openstack_utils - DEBUG - Router 'a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b' created successfully 2018-11-06 00:06:23,459 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 00:06:23,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"subnet_id": "b7ca68f9-791c-4fee-836f-e93187c08fbf"}' 2018-11-06 00:06:25,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7c8df8b-c665-43b8-8ed3-bf0639531811 Date: Tue, 06 Nov 2018 00:06:25 GMT RESP BODY: {"network_id": "cd039741-8e65-40a9-921a-51f79836450c", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "b7ca68f9-791c-4fee-836f-e93187c08fbf", "subnet_ids": ["b7ca68f9-791c-4fee-836f-e93187c08fbf"], "port_id": "164ee390-9203-421c-b4fa-96fd4d93b029", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b"} 2018-11-06 00:06:25,335 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b/add_router_interface used request id req-b7c8df8b-c665-43b8-8ed3-bf0639531811 2018-11-06 00:06:25,336 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 00:06:25,337 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 00:06:25,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:06:25,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3765 X-Openstack-Request-Id: req-4d907a2c-36f6-4e81-8a88-67ce86970a6e Date: Tue, 06 Nov 2018 00:06:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"280523c8-42e0-413e-829f-46da65820883","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:10Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:09Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c54d13b3-9d1e-4d8c-b8c3-a290a686366a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:12Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:12Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd039741-8e65-40a9-921a-51f79836450c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","subnets":["b7ca68f9-791c-4fee-836f-e93187c08fbf"],"description":"","tags":[],"updated_at":"2018-11-06T00:06:22Z","provider:segmentation_id":29,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d63a9e7d-ce96-44c7-9018-663bcbe4e594","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:14Z","provider:segmentation_id":82,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1b5e624-9438-492c-a5ac-4fca99498b5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2b1d864f8e9a412183cb48c56d17b923","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-05T23:59:01Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"2b1d864f8e9a412183cb48c56d17b923","created_at":"2018-11-05T23:59:01Z","provider:network_type":"vxlan"}]} 2018-11-06 00:06:25,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4d907a2c-36f6-4e81-8a88-67ce86970a6e 2018-11-06 00:06:25,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"router": {"external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd"}}}' 2018-11-06 00:06:27,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-31ae8538-90fc-48ba-a99a-67189678aff9 Date: Tue, 06 Nov 2018 00:06:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-06T00:06:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-06T00:06:27Z", "revision_number": 4, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b", "name": "sdnvpn-13-1-router"}} 2018-11-06 00:06:27,530 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b used request id req-31ae8538-90fc-48ba-a99a-67189678aff9 2018-11-06 00:06:27,530 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 00:06:27,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:06:27,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-9a4308d6-dfaf-446d-b182-c30547535252 Date: Tue, 06 Nov 2018 00:06:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f314adbd934b499296fd439eb0256188", "created_at": "2018-11-05T23:21:47Z", "updated_at": "2018-11-05T23:21:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "412a6eba-694e-40b1-a4a4-e810247f309a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "9406caac-88e6-4769-815c-4594cdd8fb2c", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv4", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "af2fee34-3f4e-46f4-b54b-691be493ef42", "remote_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:21:47Z", "revision_number": 0, "id": "d087e926-80b6-4a19-b5c1-c639df4dcb0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:21:47Z", "security_group_id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "tenant_id": "f314adbd934b499296fd439eb0256188", "port_range_min": null, "ethertype": "IPv6", "project_id": "f314adbd934b499296fd439eb0256188"}], "revision_number": 4, "project_id": "f314adbd934b499296fd439eb0256188", "id": "435f66f0-c0ec-43e0-af45-476cc6a5e582", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-05T22:02:41Z", "updated_at": "2018-11-05T22:02:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "38b31759-7219-4f6b-a1cc-f000b2443941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "4a6edd84-9263-4f71-ac5a-7b347cfd63dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "a39452c9-e5df-48f2-8786-37c02be674a3", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:02:41Z", "revision_number": 0, "id": "f27a07c4-1f2f-49d8-aa8b-5d0cda784cb1", "remote_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "remote_ip_prefix": null, "created_at": "2018-11-05T22:02:41Z", "security_group_id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "560aeeb1-1568-4e47-921e-2f6bbd2dd4ee", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T23:27:01Z", "updated_at": "2018-11-05T23:29:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-05T23:29:25Z", "revision_number": 0, "id": "03513110-3c2d-48f8-854e-e9f38aef1131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:29:25Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 179, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "7f2ce16f-4b99-4534-b9c7-eeb11ee63ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "843e499a-30c3-4bb4-b3a6-67f3f56e44b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-05T23:27:02Z", "revision_number": 0, "id": "888f2113-b325-4987-bdf8-92e658f264b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:02Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "beff2e1f-4e57-442c-b2ed-091bbc0565d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "df29f2de-b01b-4f7f-b500-9d87edcf0cc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T23:27:01Z", "revision_number": 0, "id": "e4affbb7-68f8-4688-8507-4c1882637887", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T23:27:01Z", "security_group_id": "916556da-f5c6-48df-816e-a4cb784f99e4", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 7, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "916556da-f5c6-48df-816e-a4cb784f99e4", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "created_at": "2018-11-05T21:49:41Z", "updated_at": "2018-11-05T21:49:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "06f86fbf-88b7-495d-b427-2b7dee59622a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "352dbf1f-4a4e-4cb7-8cb6-80296f464f89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "47bd579a-2583-427e-a815-cc2404346586", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "4790446d95754ab49ebc2abd16e507e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T21:49:41Z", "revision_number": 0, "id": "cb7a3a8a-9e8f-44bf-9f54-bc0fc989c5f7", "remote_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "remote_ip_prefix": null, "created_at": "2018-11-05T21:49:41Z", "security_group_id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "tenant_id": "4790446d95754ab49ebc2abd16e507e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "4790446d95754ab49ebc2abd16e507e3"}], "revision_number": 4, "project_id": "4790446d95754ab49ebc2abd16e507e3", "id": "c417dfea-b48e-4b27-a329-896d9fdaf754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-05T22:00:36Z", "updated_at": "2018-11-05T22:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "24e84a64-9bb9-48f7-b7fb-477cd40a884b", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "5b3a74c7-fcb1-4213-b673-bd4fee433c52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "be9552d5-5241-48f8-84b4-e6f7249569fa", "remote_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv6", "project_id": "aba621f7e9154af3a5e42bcbad943619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-05T22:00:36Z", "revision_number": 0, "id": "ec412431-6491-4563-a6b7-4bdbbae25b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-05T22:00:36Z", "security_group_id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "port_range_min": null, "ethertype": "IPv4", "project_id": "aba621f7e9154af3a5e42bcbad943619"}], "revision_number": 4, "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "c43f7b8b-ea81-4606-9f30-3daed32c63d7", "name": "default"}]} 2018-11-06 00:06:27,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-9a4308d6-dfaf-446d-b182-c30547535252 2018-11-06 00:06:27,757 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 00:06:27,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:06:27,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1a6b18-b406-4315-ba6b-e3afe6927a11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:06:27,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c1a6b18-b406-4315-ba6b-e3afe6927a11 2018-11-06 00:06:27,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:06:28,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["JnD73q6hRGy08EUJ2TezmQ"], "issued_at": "2018-11-06T00:06:28.000000Z"}} 2018-11-06 00:06:28,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:06:28,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-0a094fbb-3513-4c86-85ef-0a723315f8c8 x-compute-request-id: req-0a094fbb-3513-4c86-85ef-0a723315f8c8 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-06 00:06:28,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-0a094fbb-3513-4c86-85ef-0a723315f8c8 2018-11-06 00:06:28,311 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-11-06 00:06:28,311 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-11-06 00:06:28,311 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=eb5f3a22-7c0b-4107-85e5-ca157c3ec03c network=cd039741-8e65-40a9-921a-51f79836450c secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:06:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:06:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:06:28,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:06:28,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:06:28,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:06:28,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:06:28,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:06:28,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:06:28,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:06:28,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:06:28,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:06:28,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:06:28,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:06:28,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:06:28,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01692cf-dae7-40f3-a3a2-95115525ad40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:06:28,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b01692cf-dae7-40f3-a3a2-95115525ad40 2018-11-06 00:06:28,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:06:28,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["9d13pN0ORhG_4YA4VAQH0g"], "issued_at": "2018-11-06T00:06:28.000000Z"}} 2018-11-06 00:06:28,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bd7fb41547c59c2cfe87f148b52faa13d33391" 2018-11-06 00:06:29,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-a0033fcf-dccd-457d-b730-f49f26921a08 x-compute-request-id: req-a0033fcf-dccd-457d-b730-f49f26921a08 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:06:29,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a0033fcf-dccd-457d-b730-f49f26921a08 2018-11-06 00:06:29,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bd7fb41547c59c2cfe87f148b52faa13d33391" 2018-11-06 00:06:29,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5525a6a0-7f60-4bbe-b001-186ed58a7456 x-compute-request-id: req-5525a6a0-7f60-4bbe-b001-186ed58a7456 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:06:29,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d used request id req-5525a6a0-7f60-4bbe-b001-186ed58a7456 2018-11-06 00:06:29,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bd7fb41547c59c2cfe87f148b52faa13d33391" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cd039741-8e65-40a9-921a-51f79836450c"}], "config_drive": true}}' 2018-11-06 00:06:31,728 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:06:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c428e7f8-821b-4f0e-a1b9-db0c7b349106 x-compute-request-id: req-c428e7f8-821b-4f0e-a1b9-db0c7b349106 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ca11636e-8b4f-4945-803c-605932006bf4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "adminPass": "YG6ZVpwQdQXL"}} 2018-11-06 00:06:31,728 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c428e7f8-821b-4f0e-a1b9-db0c7b349106 2018-11-06 00:06:31,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:06:31,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f891a7a9-f454-44e3-ae20-03e19fd51161 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:06:31,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f891a7a9-f454-44e3-ae20-03e19fd51161 2018-11-06 00:06:31,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:06:32,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["ziI7ilYrQQmYaJc35Y_N2w"], "issued_at": "2018-11-06T00:06:32.000000Z"}} 2018-11-06 00:06:32,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:32,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-7cdd2589-03ad-4bf3-9ede-c5878edf7edf x-compute-request-id: req-7cdd2589-03ad-4bf3-9ede-c5878edf7edf Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:32Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:32,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-7cdd2589-03ad-4bf3-9ede-c5878edf7edf 2018-11-06 00:06:35,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:36,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-047d54e6-7c48-4a6d-91fa-81c07af36b7b x-compute-request-id: req-047d54e6-7c48-4a6d-91fa-81c07af36b7b Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:36,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-047d54e6-7c48-4a6d-91fa-81c07af36b7b 2018-11-06 00:06:39,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:40,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc758a0e-b819-4bd0-9eac-1567eaf687df x-compute-request-id: req-bc758a0e-b819-4bd0-9eac-1567eaf687df Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:40,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-bc758a0e-b819-4bd0-9eac-1567eaf687df 2018-11-06 00:06:43,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:44,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-ed80c983-bf85-46cb-9e33-1ddb86c54827 x-compute-request-id: req-ed80c983-bf85-46cb-9e33-1ddb86c54827 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:44,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-ed80c983-bf85-46cb-9e33-1ddb86c54827 2018-11-06 00:06:47,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:48,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-2accf5e2-8dfe-4cff-97eb-b416a5dd4f9e x-compute-request-id: req-2accf5e2-8dfe-4cff-97eb-b416a5dd4f9e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:48,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-2accf5e2-8dfe-4cff-97eb-b416a5dd4f9e 2018-11-06 00:06:51,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:51,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-88b7652a-e5b0-4d11-9476-2986b61aaed2 x-compute-request-id: req-88b7652a-e5b0-4d11-9476-2986b61aaed2 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:51,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-88b7652a-e5b0-4d11-9476-2986b61aaed2 2018-11-06 00:06:54,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:55,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-6f482d41-6a1d-44a8-a077-58d526eebd64 x-compute-request-id: req-6f482d41-6a1d-44a8-a077-58d526eebd64 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:55,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-6f482d41-6a1d-44a8-a077-58d526eebd64 2018-11-06 00:06:58,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:06:58,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:06: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-db69c713-bd93-4b8b-be23-a39765a73bdb x-compute-request-id: req-db69c713-bd93-4b8b-be23-a39765a73bdb Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:06:58,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-db69c713-bd93-4b8b-be23-a39765a73bdb 2018-11-06 00:07:01,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:02,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76b7f2b7-b3fb-4a2b-8173-ebdca29f4f7d x-compute-request-id: req-76b7f2b7-b3fb-4a2b-8173-ebdca29f4f7d Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:02,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-76b7f2b7-b3fb-4a2b-8173-ebdca29f4f7d 2018-11-06 00:07:05,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:06,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-7dd048fe-07bf-4704-8df2-bb5249ed628d x-compute-request-id: req-7dd048fe-07bf-4704-8df2-bb5249ed628d Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:06,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-7dd048fe-07bf-4704-8df2-bb5249ed628d 2018-11-06 00:07:09,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:09,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-ff1d92fb-d074-4c2a-9a75-172f181b2991 x-compute-request-id: req-ff1d92fb-d074-4c2a-9a75-172f181b2991 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:09,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-ff1d92fb-d074-4c2a-9a75-172f181b2991 2018-11-06 00:07:12,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:13,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-895c3a2c-cac6-4a97-9c3c-2b2a5c52d1af x-compute-request-id: req-895c3a2c-cac6-4a97-9c3c-2b2a5c52d1af Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:13,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-895c3a2c-cac6-4a97-9c3c-2b2a5c52d1af 2018-11-06 00:07:16,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:16,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-82968b1a-4b77-47eb-9501-7a8da7709116 x-compute-request-id: req-82968b1a-4b77-47eb-9501-7a8da7709116 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:16,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-82968b1a-4b77-47eb-9501-7a8da7709116 2018-11-06 00:07:19,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:19,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-487b98f3-24ce-4cbe-816a-2c33d47e5a55 x-compute-request-id: req-487b98f3-24ce-4cbe-816a-2c33d47e5a55 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:19,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-487b98f3-24ce-4cbe-816a-2c33d47e5a55 2018-11-06 00:07:22,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:23,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-48871900-aa3d-4b70-be81-fb1ddbc16cbf x-compute-request-id: req-48871900-aa3d-4b70-be81-fb1ddbc16cbf Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:23,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-48871900-aa3d-4b70-be81-fb1ddbc16cbf 2018-11-06 00:07:26,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:27,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f27f396-4302-4ba6-ada3-bcd81b1252b0 x-compute-request-id: req-2f27f396-4302-4ba6-ada3-bcd81b1252b0 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:27,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-2f27f396-4302-4ba6-ada3-bcd81b1252b0 2018-11-06 00:07:30,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:31,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-6fa00c1f-4347-4672-8156-3efe2f7daf6e x-compute-request-id: req-6fa00c1f-4347-4672-8156-3efe2f7daf6e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:31,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-6fa00c1f-4347-4672-8156-3efe2f7daf6e 2018-11-06 00:07:34,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:35,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-f2be52ef-0966-470b-b15e-1202f6d22bf8 x-compute-request-id: req-f2be52ef-0966-470b-b15e-1202f6d22bf8 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:35,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-f2be52ef-0966-470b-b15e-1202f6d22bf8 2018-11-06 00:07:38,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:39,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-b670ff88-857e-4fec-a0a1-40bce5e090ab x-compute-request-id: req-b670ff88-857e-4fec-a0a1-40bce5e090ab Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:39,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-b670ff88-857e-4fec-a0a1-40bce5e090ab 2018-11-06 00:07:42,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:42,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-722ff2f8-5505-420c-a16f-f95dc5caa50b x-compute-request-id: req-722ff2f8-5505-420c-a16f-f95dc5caa50b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:42,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-722ff2f8-5505-420c-a16f-f95dc5caa50b 2018-11-06 00:07:45,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:46,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-cc986f31-d6ed-4e29-a984-560fc31034c1 x-compute-request-id: req-cc986f31-d6ed-4e29-a984-560fc31034c1 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:46,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-cc986f31-d6ed-4e29-a984-560fc31034c1 2018-11-06 00:07:49,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:50,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-1f2501fc-aef1-4d72-9ac1-3436d9b0e8ac x-compute-request-id: req-1f2501fc-aef1-4d72-9ac1-3436d9b0e8ac Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:50,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-1f2501fc-aef1-4d72-9ac1-3436d9b0e8ac 2018-11-06 00:07:53,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:53,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07: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-985a3ed8-fbb1-4895-b300-2b65e3697841 x-compute-request-id: req-985a3ed8-fbb1-4895-b300-2b65e3697841 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:53,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-985a3ed8-fbb1-4895-b300-2b65e3697841 2018-11-06 00:07:56,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:07:57,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:07:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a86f2fbd-048b-4d47-bc5c-2556de0fcda8 x-compute-request-id: req-a86f2fbd-048b-4d47-bc5c-2556de0fcda8 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:07:57,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-a86f2fbd-048b-4d47-bc5c-2556de0fcda8 2018-11-06 00:08:00,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:00,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-0aade809-d551-4627-ab35-3191ae5c9c43 x-compute-request-id: req-0aade809-d551-4627-ab35-3191ae5c9c43 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:00,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-0aade809-d551-4627-ab35-3191ae5c9c43 2018-11-06 00:08:03,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:04,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-96ca4704-1e7e-415b-8be5-33bf2958b7ba x-compute-request-id: req-96ca4704-1e7e-415b-8be5-33bf2958b7ba Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:04,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-96ca4704-1e7e-415b-8be5-33bf2958b7ba 2018-11-06 00:08:07,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:07,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84999d98-292c-46ee-8afd-a92017eb8581 x-compute-request-id: req-84999d98-292c-46ee-8afd-a92017eb8581 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:07,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-84999d98-292c-46ee-8afd-a92017eb8581 2018-11-06 00:08:10,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:12,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-ea6eb3fd-acca-47ef-9112-574038d08e59 x-compute-request-id: req-ea6eb3fd-acca-47ef-9112-574038d08e59 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:12,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-ea6eb3fd-acca-47ef-9112-574038d08e59 2018-11-06 00:08:15,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:15,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-55a484f3-28c8-44db-a966-fcb31cc6fcac x-compute-request-id: req-55a484f3-28c8-44db-a966-fcb31cc6fcac Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:15,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-55a484f3-28c8-44db-a966-fcb31cc6fcac 2018-11-06 00:08:18,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:19,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f7f1ae4-3655-424d-a495-e139774a9292 x-compute-request-id: req-3f7f1ae4-3655-424d-a495-e139774a9292 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:19,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-3f7f1ae4-3655-424d-a495-e139774a9292 2018-11-06 00:08:22,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:23,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-f39b5b85-b756-40c3-9f3f-c72fe95d33e3 x-compute-request-id: req-f39b5b85-b756-40c3-9f3f-c72fe95d33e3 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:23,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-f39b5b85-b756-40c3-9f3f-c72fe95d33e3 2018-11-06 00:08:26,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:27,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16ce40db-98c6-4514-8ecd-ff01ebd04d05 x-compute-request-id: req-16ce40db-98c6-4514-8ecd-ff01ebd04d05 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:27,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-16ce40db-98c6-4514-8ecd-ff01ebd04d05 2018-11-06 00:08:30,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:30,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-efaeeb40-ea87-48a8-bcb5-54e3130f5a9b x-compute-request-id: req-efaeeb40-ea87-48a8-bcb5-54e3130f5a9b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:30,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-efaeeb40-ea87-48a8-bcb5-54e3130f5a9b 2018-11-06 00:08:33,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:33,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-90c9bcc4-69d0-4e5f-a029-cf30ae1a114d x-compute-request-id: req-90c9bcc4-69d0-4e5f-a029-cf30ae1a114d Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:33,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-90c9bcc4-69d0-4e5f-a029-cf30ae1a114d 2018-11-06 00:08:36,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:37,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e55bea03-cb52-435b-860f-2c061b0c282a x-compute-request-id: req-e55bea03-cb52-435b-860f-2c061b0c282a Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:37,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-e55bea03-cb52-435b-860f-2c061b0c282a 2018-11-06 00:08:40,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:40,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ead4b575-7e3b-479b-98d8-7a68f0e95e4b x-compute-request-id: req-ead4b575-7e3b-479b-98d8-7a68f0e95e4b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:06:34Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:40,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-ead4b575-7e3b-479b-98d8-7a68f0e95e4b 2018-11-06 00:08:43,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3846b50b526bdb45a4e225e1ccc88fd80efcd3" 2018-11-06 00:08:44,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-5b32a5de-60d0-49de-9a11-a7b721401479 x-compute-request-id: req-5b32a5de-60d0-49de-9a11-a7b721401479 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-06T00:08:44.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:08:43Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:44,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-5b32a5de-60d0-49de-9a11-a7b721401479 2018-11-06 00:08:44,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bd7fb41547c59c2cfe87f148b52faa13d33391" 2018-11-06 00:08:45,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-b944d012-a0da-449f-9b01-96f217fff972 x-compute-request-id: req-b944d012-a0da-449f-9b01-96f217fff972 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-06T00:08:44.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:08:43Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:45,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4 used request id req-b944d012-a0da-449f-9b01-96f217fff972 2018-11-06 00:08:45,318 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.7'. 2018-11-06 00:08:45,318 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-11-06 00:08:45,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:08:46,822 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:08:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51819002-9c57-4d52-8309-ba2be41412cc x-compute-request-id: req-51819002-9c57-4d52-8309-ba2be41412cc Content-Length: 0 Content-Type: application/json 2018-11-06 00:08:46,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4/action used request id req-51819002-9c57-4d52-8309-ba2be41412cc 2018-11-06 00:08:46,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:08:47,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5051 X-Openstack-Request-Id: req-1f7a7a78-162d-4911-acab-744406a73538 Date: Tue, 06 Nov 2018 00:08:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.1"}],"id":"164ee390-9203-421c-b4fa-96fd4d93b029","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:2b:94","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.3"}],"id":"240730d5-80bb-4120-9ced-0c570bb65a95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:b4:19","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cd039741-8e65-40a9-921a-51f79836450c","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.205"}],"id":"3ad18170-82b4-4b28-88da-d4e46cf82bbb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:c0:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-06T00:06:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.2"}],"id":"7ecd122e-e177-499b-ba51-e9dc7e5c96dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:ac:96","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cd039741-8e65-40a9-921a-51f79836450c","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:08:46Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.7"}],"id":"8e5a82e2-f009-470b-82e9-cf7cb6d15dc2","security_groups":["916556da-f5c6-48df-816e-a4cb784f99e4","c43f7b8b-ea81-4606-9f30-3daed32c63d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:8c:97","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ca11636e-8b4f-4945-803c-605932006bf4","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.4"}],"id":"d6fb0e82-9563-4203-ab62-2c002468beec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:38:6f","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cd039741-8e65-40a9-921a-51f79836450c","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:24Z","binding:vnic_type":"normal"}]} 2018-11-06 00:08:47,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1f7a7a78-162d-4911-acab-744406a73538 2018-11-06 00:08:47,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/8e5a82e2-f009-470b-82e9-cf7cb6d15dc2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:83:8c:97"}]}}' 2018-11-06 00:08:47,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-6f9d2cb9-d6ab-49b1-a7bb-1e6c99fa0c07 Date: Tue, 06 Nov 2018 00:08:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:83:8c:97"}],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:08:47Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.7"}],"id":"8e5a82e2-f009-470b-82e9-cf7cb6d15dc2","security_groups":["916556da-f5c6-48df-816e-a4cb784f99e4","c43f7b8b-ea81-4606-9f30-3daed32c63d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:8c:97","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ca11636e-8b4f-4945-803c-605932006bf4","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:34Z","binding:vnic_type":"normal"}} 2018-11-06 00:08:47,693 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/8e5a82e2-f009-470b-82e9-cf7cb6d15dc2 used request id req-6f9d2cb9-d6ab-49b1-a7bb-1e6c99fa0c07 2018-11-06 00:08:47,694 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-11-06 00:08:47,694 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=eb5f3a22-7c0b-4107-85e5-ca157c3ec03c network=cd039741-8e65-40a9-921a-51f79836450c secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-11-06 00:08:47,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:08:47,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:08:47,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:08:47,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:08:47,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:08:47,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:08:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:08:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:08:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:08:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:08:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:08:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:08:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:08:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:08:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:08:47,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:08:47,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:08:47,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b0035c-0c2c-414d-b68f-92305a7672f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:08:47,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-39b0035c-0c2c-414d-b68f-92305a7672f5 2018-11-06 00:08:47,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:08:48,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:08:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["q_s9C8MIRNuYdSdrwivy4Q"], "issued_at": "2018-11-06T00:08:48.000000Z"}} 2018-11-06 00:08:48,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" 2018-11-06 00:08:48,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-4fd0458c-d14c-468b-a009-4d7ead421d67 x-compute-request-id: req-4fd0458c-d14c-468b-a009-4d7ead421d67 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:08:48,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4fd0458c-d14c-468b-a009-4d7ead421d67 2018-11-06 00:08:48,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" 2018-11-06 00:08:48,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-b8166cf5-376d-4b8e-ab02-7fc971819bc7 x-compute-request-id: req-b8166cf5-376d-4b8e-ab02-7fc971819bc7 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:08:48,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d used request id req-b8166cf5-376d-4b8e-ab02-7fc971819bc7 2018-11-06 00:08:48,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cd039741-8e65-40a9-921a-51f79836450c"}], "config_drive": true}}' 2018-11-06 00:08:50,892 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8edad0de-eb15-47dc-b705-e9fc63fff32b x-compute-request-id: req-8edad0de-eb15-47dc-b705-e9fc63fff32b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "adminPass": "9Z9eCqncRxfg"}} 2018-11-06 00:08:50,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8edad0de-eb15-47dc-b705-e9fc63fff32b 2018-11-06 00:08:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:08:50,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4dca0e7-0b0b-4acd-aec7-cacbc1678448 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:08:50,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b4dca0e7-0b0b-4acd-aec7-cacbc1678448 2018-11-06 00:08:50,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:08:51,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["-GV6-jicS362uQ4wXzMM2A"], "issued_at": "2018-11-06T00:08:51.000000Z"}} 2018-11-06 00:08:51,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:08:51,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-b8d7d885-5d02-4094-a83b-4bc1dbb6743e x-compute-request-id: req-b8d7d885-5d02-4094-a83b-4bc1dbb6743e Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:08:51Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:51,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-b8d7d885-5d02-4094-a83b-4bc1dbb6743e 2018-11-06 00:08:54,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:08:55,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-07278f65-82e1-4d75-ae44-dafb3b11f54d x-compute-request-id: req-07278f65-82e1-4d75-ae44-dafb3b11f54d Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:08:53Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:55,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-07278f65-82e1-4d75-ae44-dafb3b11f54d 2018-11-06 00:08:58,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:08:59,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:08: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-33d4c7cb-75a4-45f6-a3af-bf3f1144e372 x-compute-request-id: req-33d4c7cb-75a4-45f6-a3af-bf3f1144e372 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:08:53Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:08:59,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-33d4c7cb-75a4-45f6-a3af-bf3f1144e372 2018-11-06 00:09:02,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:09:02,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-720ab6e6-adcf-4f63-9dd7-e66f602512d1 x-compute-request-id: req-720ab6e6-adcf-4f63-9dd7-e66f602512d1 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:08:53Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:02,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-720ab6e6-adcf-4f63-9dd7-e66f602512d1 2018-11-06 00:09:05,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:09:06,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-6a9b6d17-028d-432f-8e75-0813c5c16d4a x-compute-request-id: req-6a9b6d17-028d-432f-8e75-0813c5c16d4a Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:08:53Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:06,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-6a9b6d17-028d-432f-8e75-0813c5c16d4a 2018-11-06 00:09:09,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:09:09,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-bf2acd33-27d6-4c23-8c96-d3a8eea22208 x-compute-request-id: req-bf2acd33-27d6-4c23-8c96-d3a8eea22208 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:08:53Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:09,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-bf2acd33-27d6-4c23-8c96-d3a8eea22208 2018-11-06 00:09:12,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3a917554f6a1c8156419ce50d329d7d0d1207" 2018-11-06 00:09:13,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3e55b4d-301f-4be7-a7b3-1717ef15aa9a x-compute-request-id: req-f3e55b4d-301f-4be7-a7b3-1717ef15aa9a Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-06T00:09:10.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:10Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:13,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-f3e55b4d-301f-4be7-a7b3-1717ef15aa9a 2018-11-06 00:09:13,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" 2018-11-06 00:09:14,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-56a8e8fb-399e-4254-8c4d-412a213c637c x-compute-request-id: req-56a8e8fb-399e-4254-8c4d-412a213c637c Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-06T00:09:10.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:10Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:14,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640 used request id req-56a8e8fb-399e-4254-8c4d-412a213c637c 2018-11-06 00:09:14,405 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.6'. 2018-11-06 00:09:14,405 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-11-06 00:09:14,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:09:15,807 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:09: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-f050efb1-ae56-468b-b195-e6a91a47c389 x-compute-request-id: req-f050efb1-ae56-468b-b195-e6a91a47c389 Content-Length: 0 Content-Type: application/json 2018-11-06 00:09:15,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action used request id req-f050efb1-ae56-468b-b195-e6a91a47c389 2018-11-06 00:09:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:09:15,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6017 X-Openstack-Request-Id: req-28012b47-b5a9-4630-a236-2cabcf3d04b7 Date: Tue, 06 Nov 2018 00:09:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.1"}],"id":"164ee390-9203-421c-b4fa-96fd4d93b029","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:2b:94","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.3"}],"id":"240730d5-80bb-4120-9ced-0c570bb65a95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:b4:19","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cd039741-8e65-40a9-921a-51f79836450c","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b0b806f-b9b6-4056-84ae-8b0d7bbf1712","ip_address":"172.30.9.205"}],"id":"3ad18170-82b4-4b28-88da-d4e46cf82bbb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:c0:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b","name":"","admin_state_up":true,"network_id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","tenant_id":"","created_at":"2018-11-06T00:06:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:09:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.6"}],"id":"3e913ddf-2445-471b-9df3-9355aa3e68f9","security_groups":["916556da-f5c6-48df-816e-a4cb784f99e4","c43f7b8b-ea81-4606-9f30-3daed32c63d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0c:93","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"13ff3844-dbd5-4712-ad06-70eb00171640","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:08:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.2"}],"id":"7ecd122e-e177-499b-ba51-e9dc7e5c96dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:ac:96","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cd039741-8e65-40a9-921a-51f79836450c","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:83:8c:97"}],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:08:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.7"}],"id":"8e5a82e2-f009-470b-82e9-cf7cb6d15dc2","security_groups":["916556da-f5c6-48df-816e-a4cb784f99e4","c43f7b8b-ea81-4606-9f30-3daed32c63d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:8c:97","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ca11636e-8b4f-4945-803c-605932006bf4","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:06:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.4"}],"id":"d6fb0e82-9563-4203-ab62-2c002468beec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:38:6f","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cd039741-8e65-40a9-921a-51f79836450c","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:06:24Z","binding:vnic_type":"normal"}]} 2018-11-06 00:09:15,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-28012b47-b5a9-4630-a236-2cabcf3d04b7 2018-11-06 00:09:15,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/3e913ddf-2445-471b-9df3-9355aa3e68f9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:4b:0c:93"}]}}' 2018-11-06 00:09:16,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-4ef2abc3-0a5c-4226-835a-664fa4feb24b Date: Tue, 06 Nov 2018 00:09:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:4b:0c:93"}],"extra_dhcp_opts":[],"updated_at":"2018-11-06T00:09:16Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b7ca68f9-791c-4fee-836f-e93187c08fbf","ip_address":"10.10.10.6"}],"id":"3e913ddf-2445-471b-9df3-9355aa3e68f9","security_groups":["916556da-f5c6-48df-816e-a4cb784f99e4","c43f7b8b-ea81-4606-9f30-3daed32c63d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0c:93","project_id":"aba621f7e9154af3a5e42bcbad943619","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"13ff3844-dbd5-4712-ad06-70eb00171640","name":"","admin_state_up":true,"network_id":"cd039741-8e65-40a9-921a-51f79836450c","tenant_id":"aba621f7e9154af3a5e42bcbad943619","created_at":"2018-11-06T00:08:53Z","binding:vnic_type":"normal"}} 2018-11-06 00:09:16,611 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/3e913ddf-2445-471b-9df3-9355aa3e68f9 used request id req-4ef2abc3-0a5c-4226-835a-664fa4feb24b 2018-11-06 00:09:16,613 - sdnvpn_test_utils - INFO - Waiting for instance ca11636e-8b4f-4945-803c-605932006bf4 to boot up 2018-11-06 00:09:16,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bd7fb41547c59c2cfe87f148b52faa13d33391" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:16,618 - sdnvpn_test_utils - INFO - Waiting for instance 13ff3844-dbd5-4712-ad06-70eb00171640 to boot up 2018-11-06 00:09:16,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:17,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-c036759e-5b71-402f-9797-e56ed84362df x-compute-request-id: req-c036759e-5b71-402f-9797-e56ed84362df Content-Encoding: gzip Content-Length: 10592 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617727041 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.130485] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132104] pid_max: default: 32768 minimum: 301\n[ 0.132972] ACPI: Core revision 20150930\n[ 0.134328] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135601] Security Framework initialized\n[ 0.136397] Yama: becoming mindful.\n[ 0.137111] AppArmor: AppArmor initialized\n[ 0.137972] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142170] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143517] Initializing cgroup subsys io\n[ 0.144327] Initializing cgroup subsys memory\n[ 0.145164] Initializing cgroup subsys devices\n[ 0.146022] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147715] Initializing cgroup subsys perf_event\n[ 0.148591] Initializing cgroup subsys net_prio\n[ 0.149448] Initializing cgroup subsys hugetlb\n[ 0.150306] Initializing cgroup subsys pids\n[ 0.151163] CPU: Physical Processor ID: 0\n[ 0.152645] mce: CPU supports 10 MCE banks\n[ 0.153469] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165140] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171510] ftrace: allocating 32123 entries in 126 pages\n[ 0.197995] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199281] smpboot: Max logical packages: 1\n[ 0.200453] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203286] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206959] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209043] KVM setup paravirtual spinlock\n[ 0.210464] x86: Booted up 1 node, 1 CPUs\n[ 0.211418] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213050] devtmpfs: initialized\n[ 0.215623] evm: security.selinux\n[ 0.216435] evm: security.SMACK64\n[ 0.217248] evm: security.SMACK64EXEC\n[ 0.218123] evm: security.SMACK64TRANSMUTE\n[ 0.219067] evm: security.SMACK64MMAP\n[ 0.219935] evm: security.ima\n[ 0.220673] evm: security.capability\n[ 0.221602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223785] pinctrl core: initialized pinctrl subsystem\n[ 0.225064] RTC time: 0:09:10, date: 11/06/18\n[ 0.226169] NET: Registered protocol family 16\n[ 0.227308] cpuidle: using governor ladder\n[ 0.228290] cpuidle: using governor menu\n[ 0.229211] PCCT header not found.\n[ 0.230084] ACPI: bus type PCI registered\n[ 0.231030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232496] PCI: Using configuration type 1 for base access\n[ 0.234849] ACPI: Added _OSI(Module Device)\n[ 0.235845] ACPI: Added _OSI(Processor Device)\n[ 0.236861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237918] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240248] ACPI: Interpreter enabled\n[ 0.241151] ACPI: (supports S0 S5)\n[ 0.241979] ACPI: Using IOAPIC for interrupt routing\n[ 0.243096] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249289] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250842] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253441] acpiphp: Slot [3] registered\n[ 0.254387] acpiphp: Slot [4] registered\n[ 0.255316] acpiphp: Slot [5] registered\n[ 0.256244] acpiphp: Slot [6] registered\n[ 0.257174] acpiphp: Slot [7] registered\n[ 0.258102] acpiphp: Slot [8] registered\n[ 0.259031] acpiphp: Slot [9] registered\n[ 0.259966] acpiphp: Slot [10] registered\n[ 0.260906] acpiphp: Slot [11] registered\n[ 0.261845] acpiphp: Slot [12] registered\n[ 0.262790] acpiphp: Slot [13] registered\n[ 0.263738] acpiphp: Slot [14] registered\n[ 0.274575] acpiphp: Slot [15] registered\n[ 0.275527] acpiphp: Slot [16] registered\n[ 0.276462] acpiphp: Slot [17] registered\n[ 0.277399] acpiphp: Slot [18] registered\n[ 0.278336] acpiphp: Slot [19] registered\n[ 0.279310] acpiphp: Slot [20] registered\n[ 0.280265] acpiphp: Slot [21] registered\n[ 0.281213] acpiphp: Slot [22] registered\n[ 0.282161] acpiphp: Slot [23] registered\n[ 0.283107] acpiphp: Slot [24] registered\n[ 0.284060] acpiphp: Slot [25] registered\n[ 0.285009] acpiphp: Slot [26] registered\n[ 0.285950] acpiphp: Slot [27] registered\n[ 0.286892] acpiphp: Slot [28] registered\n[ 0.287835] acpiphp: Slot [29] registered\n[ 0.288789] acpiphp: Slot [30] registered\n[ 0.289737] acpiphp: Slot [31] registered\n[ 0.290680] PCI host bridge to bus 0000:00\n[ 0.291632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294516] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296261] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297993] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304567] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306125] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317809] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379666] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381516] vgaarb: loaded\n[ 0.382249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383620] SCSI subsystem initialized\n[ 0.384573] ACPI: bus type USB registered\n[ 0.385545] usbcore: registered new interface driver usbfs\n[ 0.386785] usbcore: registered new interface driver hub\n[ 0.387976] usbcore: registered new device driver usb\n[ 0.389202] PCI: Using ACPI for IRQ routing\n[ 0.390379] NetLabel: Initializing\n[ 0.391223] NetLabel: domain hash size = 128\n[ 0.392262] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393426] NetLabel: unlabeled traffic allowed by default\n[ 0.394725] amd_nb: Cannot enumerate AMD northbridges\n[ 0.395898] clocksource: Switched to clocksource kvm-clock\n[ 0.401448] AppArmor: AppArmor Filesystem Enabled\n[ 0.402642] pnp: PnP ACPI init\n[ 0.403675] pnp: PnP ACPI: found 5 devices\n[ 0.409848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411870] NET: Registered protocol family 2\n[ 0.413046] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414585] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.416030] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417451] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418758] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420175] NET: Registered protocol family 1\n[ 0.421208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422547] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452179] Trying to unpack rootfs image as initramfs...\n[ 1.725555] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742018] Scanning for low memory corruption every 60 seconds\n[ 1.743636] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.745057] audit: initializing netlink subsys (disabled)\n[ 1.746313] audit: type=2000 audit(1541462952.400:1): initialized\n[ 1.747886] Initialise system trusted keyring\n[ 1.749023] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.750456] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.752723] zbud: loaded\n[ 1.753536] VFS: Disk quotas dquot_6.6.0\n[ 1.754525] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.756240] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.757854] fuse init (API version 7.23)\n[ 1.759165] Key type big_key registered\n[ 1.760311] Allocating IMA MOK and blacklist keyrings.\n[ 1.761897] Key type asymmetric registered\n[ 1.763130] Asymmetric key parser 'x509' registered\n[ 1.764600] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.766649] io scheduler noop registered\n[ 1.767776] io scheduler deadline registered (default)\n[ 1.769195] io scheduler cfq registered\n[ 1.770520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773946] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.776008] ACPI: Power Button [PWRF]\n[ 1.777272] GHES: HEST is not enabled!\n[ 1.791227] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.820140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.822903] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.846667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.849099] Linux agpgart interface v0.103\n[ 1.851300] brd: module loaded\n[ 1.852733] loop: module loaded\n[ 1.854448] vda: vda1\n[ 1.856002] scsi host0: ata_piix\n[ 1.856868] scsi host1: ata_piix\n[ 1.857759] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860950] libphy: Fixed MDIO Bus: probed\n[ 1.861932] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863077] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865454] PPP generic driver version 2.4.2\n[ 1.866699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.868186] ehci-pci: EHCI PCI platform driver\n[ 1.869048] ehci-platform: EHCI generic platform driver\n[ 1.870013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.871116] ohci-pci: OHCI PCI platform driver\n[ 1.871978] ohci-platform: OHCI generic platform driver\n[ 1.872959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888600] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.890033] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.891028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.892150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894748] usb usb1: Product: UHCI Host Controller\n[ 1.895672] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896797] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897852] hub 1-0:1.0: USB hub found\n[ 1.898620] hub 1-0:1.0: 2 ports detected\n[ 1.899509] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901614] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902548] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903558] mousedev: PS/2 mouse device common for all mice\n[ 1.904808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906619] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908878] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910052] i2c /dev entries driver\n[ 1.910798] device-mapper: uevent: version 1.0.3\n[ 1.911724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913325] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914578] NET: Registered protocol family 10\n[ 1.915551] NET: Registered protocol family 17\n[ 1.916431] Key type dns_resolver registered\n[ 1.917354] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920139] registered taskstats version 1\n[ 1.920969] Loading compiled-in X.509 certificates\n[ 1.922376] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924193] zswap: loaded using pool lzo/zbud\n[ 1.926002] Key type trusted registered\n[ 1.928263] Key type encrypted registered\n[ 1.929079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930090] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931116] evm: HMAC attrs: 0x1\n[ 1.932075] Magic number: 10:94:152\n[ 1.932830] bdi 1:4: hash matches\n[ 1.933587] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:12 UTC (1541462952)\n[ 1.935160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.936257] EDD information not available.\n[ 2.016408] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.017821] ata1.00: configured for MWDMA2\n[ 2.019016] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.021273] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.032597] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033861] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.035707] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.037221] Write protecting the kernel read-only data: 14336k\n[ 2.038750] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.040446] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.049065] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050810] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052785] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056416] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058201] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060066] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065847] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.101490] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.103266] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.126761] AVX2 version of gcm_enc/dec engaged.\n[ 2.127698] AES CTR mode by8 optimization enabled\n[ 2.132218] FDC 0 is a S82078B\n[ 2.207912] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373029] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375488] usb 1-1: Product: QEMU USB Tablet\n[ 2.376332] usb 1-1: Manufacturer: QEMU\n[ 2.377089] usb 1-1: SerialNumber: 42\n[ 2.384741] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391637] usbcore: registered new interface driver usbhid\n[ 2.392715] usbhid: USB HID core driver\n[ 2.394477] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.396675] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.739980] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.741372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.368012] md: linear personality registered for level -1\n[ 3.370621] md: multipath personality registered for level -4\n[ 3.373256] md: raid0 personality registered for level 0\n[ 3.376180] md: raid1 personality registered for level 1\n[ 3.447903] raid6: sse2x1 gen() 11547 MB/s\n[ 3.515901] raid6: sse2x1 xor() 9077 MB/s\n[ 3.583905] raid6: sse2x2 gen() 14535 MB/s\n[ 3.651901] raid6: sse2x2 xor() 9916 MB/s\n[ 3.719902] raid6: sse2x4 gen() 16630 MB/s\n[ 3.787902] raid6: sse2x4 xor() 11432 MB/s\n[ 3.855900] raid6: avx2x1 gen() 21938 MB/s\n[ 3.923912] raid6: avx2x2 gen() 26349 MB/s\n[ 3.991901] raid6: avx2x4 gen() 30201 MB/s\n[ 3.992752] raid6: using algorithm avx2x4 gen() 30201 MB/s\n[ 3.993752] raid6: using avx2x2 recovery algorithm\n[ 3.995719] xor: automatically using best checksumming function:\n[ 4.035900] avx : 35870.000 MB/sec\n[ 4.037693] async_tx: api initialized (async)\n[ 4.045190] md: raid6 personality registered for level 6\n[ 4.046201] md: raid5 personality registered for level 5\n[ 4.047176] md: raid4 personality registered for level 4\n[ 4.051358] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.074923] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.102246] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.201030] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.204229] systemd[1]: Detected virtualization kvm.\n[ 4.205162] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.209648] systemd[1]: Set hostname to .\n[ 4.214760] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.215873] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.330641] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.332842] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.334555] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336866] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.338765] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.340785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342746] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.344945] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.347030] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.349185] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.351158] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.353118] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.354968] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.357638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.359859] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.362029] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.365178] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.369005] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.373933] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.385656] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.388407] Loading iSCSI transport class v2.0-870.\n[ 4.389962] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.394828] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.399274] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.405190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.409306] iscsi: registered transport (tcp)\n[ 4.410949] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.416251] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.421703] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.426164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.433201] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.436087] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.444466] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.446316] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.449272] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.455362] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.459930] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.479890] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.904774] cloud-init[456]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 06 Nov 2018 00:09:15 +0000. Up 5.18 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-11-06 00:09:17,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action used request id req-c036759e-5b71-402f-9797-e56ed84362df 2018-11-06 00:09:17,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-8d9ede8a-90a6-4f44-9cb9-0b6f712df407 x-compute-request-id: req-8d9ede8a-90a6-4f44-9cb9-0b6f712df407 Content-Encoding: gzip Content-Length: 13525 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 614179086 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.151476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153129] pid_max: default: 32768 minimum: 301\n[ 0.154022] ACPI: Core revision 20150930\n[ 0.155406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156705] Security Framework initialized\n[ 0.157519] Yama: becoming mindful.\n[ 0.158246] AppArmor: AppArmor initialized\n[ 0.159126] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.160522] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162176] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163397] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164771] Initializing cgroup subsys io\n[ 0.165597] Initializing cgroup subsys memory\n[ 0.166454] Initializing cgroup subsys devices\n[ 0.167325] Initializing cgroup subsys freezer\n[ 0.168190] Initializing cgroup subsys net_cls\n[ 0.169057] Initializing cgroup subsys perf_event\n[ 0.169966] Initializing cgroup subsys net_prio\n[ 0.170854] Initializing cgroup subsys hugetlb\n[ 0.171719] Initializing cgroup subsys pids\n[ 0.172591] CPU: Physical Processor ID: 0\n[ 0.174093] mce: CPU supports 10 MCE banks\n[ 0.174947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175942] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187935] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.194338] ftrace: allocating 32123 entries in 126 pages\n[ 0.221097] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222308] smpboot: Max logical packages: 1\n[ 0.223314] x2apic enabled\n[ 0.224117] Switched APIC routing to physical x2apic.\n[ 0.225859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226983] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228976] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230767] KVM setup paravirtual spinlock\n[ 0.232050] x86: Booted up 1 node, 1 CPUs\n[ 0.232866] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.234256] devtmpfs: initialized\n[ 0.236722] evm: security.selinux\n[ 0.237423] evm: security.SMACK64\n[ 0.238113] evm: security.SMACK64EXEC\n[ 0.238854] evm: security.SMACK64TRANSMUTE\n[ 0.239669] evm: security.SMACK64MMAP\n[ 0.240416] evm: security.ima\n[ 0.241053] evm: security.capability\n[ 0.241857] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243724] pinctrl core: initialized pinctrl subsystem\n[ 0.244829] RTC time: 0:08:43, date: 11/06/18\n[ 0.245770] NET: Registered protocol family 16\n[ 0.246743] cpuidle: using governor ladder\n[ 0.247563] cpuidle: using governor menu\n[ 0.248360] PCCT header not found.\n[ 0.249112] ACPI: bus type PCI registered\n[ 0.249917] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251158] PCI: Using configuration type 1 for base access\n[ 0.253315] ACPI: Added _OSI(Module Device)\n[ 0.254154] ACPI: Added _OSI(Processor Device)\n[ 0.255017] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255909] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.258049] ACPI: Interpreter enabled\n[ 0.258813] ACPI: (supports S0 S5)\n[ 0.259515] ACPI: Using IOAPIC for interrupt routing\n[ 0.260456] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264643] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265860] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267042] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269370] acpiphp: Slot [3] registered\n[ 0.270164] acpiphp: Slot [4] registered\n[ 0.270955] acpiphp: Slot [5] registered\n[ 0.271747] acpiphp: Slot [6] registered\n[ 0.272538] acpiphp: Slot [7] registered\n[ 0.273324] acpiphp: Slot [8] registered\n[ 0.274110] acpiphp: Slot [9] registered\n[ 0.274899] acpiphp: Slot [10] registered\n[ 0.275701] acpiphp: Slot [11] registered\n[ 0.276506] acpiphp: Slot [12] registered\n[ 0.277308] acpiphp: Slot [13] registered\n[ 0.278105] acpiphp: Slot [14] registered\n[ 0.288937] acpiphp: Slot [15] registered\n[ 0.289748] acpiphp: Slot [16] registered\n[ 0.290546] acpiphp: Slot [17] registered\n[ 0.291348] acpiphp: Slot [18] registered\n[ 0.292147] acpiphp: Slot [19] registered\n[ 0.292955] acpiphp: Slot [20] registered\n[ 0.293754] acpiphp: Slot [21] registered\n[ 0.294554] acpiphp: Slot [22] registered\n[ 0.295355] acpiphp: Slot [23] registered\n[ 0.296149] acpiphp: Slot [24] registered\n[ 0.296953] acpiphp: Slot [25] registered\n[ 0.297757] acpiphp: Slot [26] registered\n[ 0.298558] acpiphp: Slot [27] registered\n[ 0.299354] acpiphp: Slot [28] registered\n[ 0.300151] acpiphp: Slot [29] registered\n[ 0.300959] acpiphp: Slot [30] registered\n[ 0.301761] acpiphp: Slot [31] registered\n[ 0.302553] PCI host bridge to bus 0000:00\n[ 0.303353] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304549] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305752] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307180] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.308611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314915] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316171] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317330] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318585] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326839] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377705] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379118] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380498] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382328] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383478] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384535] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386084] vgaarb: loaded\n[ 0.386685] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387817] SCSI subsystem initialized\n[ 0.388629] ACPI: bus type USB registered\n[ 0.389439] usbcore: registered new interface driver usbfs\n[ 0.390459] usbcore: registered new interface driver hub\n[ 0.391451] usbcore: registered new device driver usb\n[ 0.392486] PCI: Using ACPI for IRQ routing\n[ 0.393503] NetLabel: Initializing\n[ 0.394207] NetLabel: domain hash size = 128\n[ 0.395062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396014] NetLabel: unlabeled traffic allowed by default\n[ 0.397098] amd_nb: Cannot enumerate AMD northbridges\n[ 0.398060] clocksource: Switched to clocksource kvm-clock\n[ 0.403472] AppArmor: AppArmor Filesystem Enabled\n[ 0.404434] pnp: PnP ACPI init\n[ 0.405336] pnp: PnP ACPI: found 5 devices\n[ 0.411375] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413062] NET: Registered protocol family 2\n[ 0.414006] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.415273] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.416463] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417629] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418710] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419880] NET: Registered protocol family 1\n[ 0.420734] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421808] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422869] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436965] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451294] Trying to unpack rootfs image as initramfs...\n[ 1.739439] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755944] Scanning for low memory corruption every 60 seconds\n[ 1.757855] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759596] audit: initializing netlink subsys (disabled)\n[ 1.761095] audit: type=2000 audit(1541462926.144:1): initialized\n[ 1.762998] Initialise system trusted keyring\n[ 1.764342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.766099] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.768747] zbud: loaded\n[ 1.769701] VFS: Disk quotas dquot_6.6.0\n[ 1.770873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772904] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774650] fuse init (API version 7.23)\n[ 1.775875] Key type big_key registered\n[ 1.776996] Allocating IMA MOK and blacklist keyrings.\n[ 1.778579] Key type asymmetric registered\n[ 1.779773] Asymmetric key parser 'x509' registered\n[ 1.781184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.783326] io scheduler noop registered\n[ 1.784457] io scheduler deadline registered (default)\n[ 1.785929] io scheduler cfq registered\n[ 1.787122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.788656] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.790530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.792635] ACPI: Power Button [PWRF]\n[ 1.793804] GHES: HEST is not enabled!\n[ 1.807918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.837623] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.840627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.864347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.867160] Linux agpgart interface v0.103\n[ 1.869587] brd: module loaded\n[ 1.871128] loop: module loaded\n[ 1.872953] vda: vda1\n[ 1.874682] scsi host0: ata_piix\n[ 1.875729] scsi host1: ata_piix\n[ 1.876721] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.878577] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.880819] libphy: Fixed MDIO Bus: probed\n[ 1.882007] tun: Universal TUN/TAP device driver, 1.6\n[ 1.883437] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.886076] PPP generic driver version 2.4.2\n[ 1.887094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.888253] ehci-pci: EHCI PCI platform driver\n[ 1.889100] ehci-platform: EHCI generic platform driver\n[ 1.890070] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891174] ohci-pci: OHCI PCI platform driver\n[ 1.892026] ohci-platform: OHCI generic platform driver\n[ 1.892988] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.907574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.908541] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.909954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.910960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.912051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.913243] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.914635] usb usb1: Product: UHCI Host Controller\n[ 1.915545] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.916658] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.917685] hub 1-0:1.0: USB hub found\n[ 1.918458] hub 1-0:1.0: 2 ports detected\n[ 1.919350] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.921433] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.922380] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.923387] mousedev: PS/2 mouse device common for all mice\n[ 1.924623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.926451] rtc_cmos 00:00: RTC can wake from S4\n[ 1.927508] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.928633] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.929744] i2c /dev entries driver\n[ 1.930487] device-mapper: uevent: version 1.0.3\n[ 1.931385] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.932909] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.934131] NET: Registered protocol family 10\n[ 1.935072] NET: Registered protocol family 17\n[ 1.935914] Key type dns_resolver registered\n[ 1.936805] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.937834] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.939485] registered taskstats version 1\n[ 1.940284] Loading compiled-in X.509 certificates\n[ 1.941661] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.943424] zswap: loaded using pool lzo/zbud\n[ 1.945226] Key type trusted registered\n[ 1.947464] Key type encrypted registered\n[ 1.948255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.949549] ima: No TPM chip found, activating TPM-bypass!\n[ 1.950851] evm: HMAC attrs: 0x1\n[ 1.951904] Magic number: 10:541:101\n[ 1.952901] rtc_cmos 00:00: setting system clock to 2018-11-06 00:08:45 UTC (1541462925)\n[ 1.954828] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.956223] EDD information not available.\n[ 2.034830] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.036290] ata1.00: configured for MWDMA2\n[ 2.037507] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.039706] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.040906] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.052581] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.054478] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.055990] Write protecting the kernel read-only data: 14336k\n[ 2.057522] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.059224] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.068539] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070551] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072378] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074187] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075960] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078135] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079898] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081631] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083581] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085328] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.112523] virtio_net virtio0 ens3: renamed from eth0\n[ 2.124823] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.126632] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.147921] AVX2 version of gcm_enc/dec engaged.\n[ 2.148845] AES CTR mode by8 optimization enabled\n[ 2.150420] FDC 0 is a S82078B\n[ 2.230148] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.390865] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.392223] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.393497] usb 1-1: Product: QEMU USB Tablet\n[ 2.394355] usb 1-1: Manufacturer: QEMU\n[ 2.395124] usb 1-1: SerialNumber: 42\n[ 2.402526] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.409360] usbcore: registered new interface driver usbhid\n[ 2.410445] usbhid: USB HID core driver\n[ 2.412174] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.414475] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.754319] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.385236] md: linear personality registered for level -1\n[ 3.387840] md: multipath personality registered for level -4\n[ 3.390463] md: raid0 personality registered for level 0\n[ 3.393356] md: raid1 personality registered for level 1\n[ 3.462063] raid6: sse2x1 gen() 11583 MB/s\n[ 3.530062] raid6: sse2x1 xor() 8905 MB/s\n[ 3.598067] raid6: sse2x2 gen() 14125 MB/s\n[ 3.666062] raid6: sse2x2 xor() 10012 MB/s\n[ 3.734064] raid6: sse2x4 gen() 17120 MB/s\n[ 3.802064] raid6: sse2x4 xor() 11825 MB/s\n[ 3.870062] raid6: avx2x1 gen() 22671 MB/s\n[ 3.938063] raid6: avx2x2 gen() 26032 MB/s\n[ 4.006064] raid6: avx2x4 gen() 30390 MB/s\n[ 4.006920] raid6: using algorithm avx2x4 gen() 30390 MB/s\n[ 4.007916] raid6: using avx2x2 recovery algorithm\n[ 4.012398] xor: automatically using best checksumming function:\n[ 4.050062] avx : 34853.000 MB/sec\n[ 4.051879] async_tx: api initialized (async)\n[ 4.059385] md: raid6 personality registered for level 6\n[ 4.060395] md: raid5 personality registered for level 5\n[ 4.061373] md: raid4 personality registered for level 4\n[ 4.065594] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.089096] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.115222] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.212264] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.215462] systemd[1]: Detected virtualization kvm.\n[ 4.216386] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.220078] systemd[1]: Set hostname to .\n[ 4.225002] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.226226] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.353543] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.355801] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.357981] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.359769] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.362613] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.364676] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.366643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.368745] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.371796] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.373882] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.376129] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.378460] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.380773] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.382846] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.384704] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.386696] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.388955] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.391135] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.393432] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.398015] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.403228] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407710] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.412534] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.422094] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.424807] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.432149] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.434389] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.441206] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.450085] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.452255] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.456125] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.458034] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.463481] systemd[1]: Mounted Huge Pages File System.\n[ 4.464980] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.468866] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[ 4.472982] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.482318] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.486859] iscsi: registered transport (tcp)\n[ 4.488673] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.495747] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.501175] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.511797] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.529095] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.954694] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 06 Nov 2018 00:08:49 +0000. Up 5.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 7.962157] cloud-init[1022]: Cloud-init v. 0.7.9 running 'init' at Tue, 06 Nov 2018 00:08:50 +0000. Up 7.02 seconds.\n[ 7.963930] cloud-init[1022]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.968106] cloud-init[1022]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 7.969918] cloud-init[1022]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 7.976113] cloud-init[1022]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 7.977902] cloud-init[1022]: ci-info: | ens3 | True | 10.10.10.7 | 255.255.255.0 | . | fa:16:3e:83:8c:97 |\n[ 7.984103] cloud-init[1022]: ci-info: | ens3 | True | fe80::f816:3eff:fe83:8c97/64 | . | link | fa:16:3e:83:8c:97 |\n[ 7.985901] cloud-init[1022]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 7.987640] cloud-init[1022]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 7.993334] cloud-init[1022]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 7.995104] cloud-init[1022]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.000308] cloud-init[1022]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.001941] cloud-init[1022]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.008114] cloud-init[1022]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.009774] cloud-init[1022]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.011395] cloud-init[1022]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.016459] cloud-init[1022]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 8.018071] cloud-init[1022]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.023700] cloud-init[1022]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.025887] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.029145] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.030560] cloud-init[1022]: The key fingerprint is:\n[ 8.031641] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[1022]: SHA256:83nNsakQ9aGkO6yxWOkjPn/n7nCj7qyQiI7V/puOkpA root@sdnvpn-13-1\n Starting LXD - unix socket.\n[ 8.036472] cloud-init[1022]: The key's randomart image is:\n Starting Socket activation for snappy daemon.\n[ 8.038543] cloud-init[1022]: +---[RSA 2048]----+\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.041153] cloud-init[1022]: | |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.043127] cloud-init[1022]: | |\n[ 8.044137] cloud-init[1022]: | o . |\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.047103] cloud-init[1022]: | + o . |\n[ 8.048131] cloud-init[1022]: | . S o . o |\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.051315] cloud-init[1022]: |E o . . = + o + |\n[ 8.052314] cloud-init[1022]: | .o.o o + O + = |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.054350] cloud-init[1022]: | +o. .o*.=.B.o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.056888] cloud-init[1022]: |. ..o+B=**=== |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.059815] cloud-init[1022]: +----[SHA256]-----+\n[ 8.064060] cloud-init[1022]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.067928] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.070577] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.075630] cloud-init[1022]: The key fingerprint is:\n[ 8.077325] cloud-init[1022]: SHA256:cj2jCYbWyA2Gscc8x9ZwKhX40oVWMAB8cM+o1lYpZ9w root@sdnvpn-13-1\n[ 8.080530] cloud-init[1022]: The key's randomart image is:\n[ 8.083315] cloud-init[1022]: +---[DSA 1024]----+\n[ 8.084827] cloud-init[1022]: | .+ooo*=o |\n[ 8.086051] cloud-init[1022]: | .BoBoO. |\n[ 8.087797] cloud-init[1022]: | o.@+&.E |\n[ 8.089126] cloud-init[1022]: | *./o . |\n[ 8.090603] cloud-init[1022]: | o B.* S + |\n[ 8.091816] cloud-init[1022]: | . o . + o o |\n[ 8.093041] cloud-init[1022]: | o |\n[ 8.094270] cloud-init[1022]: | |\n[ 8.095639] cloud-init[1022]: | |\n[ 8.096979] cloud-init[1022]: +----[SHA256]-----+\n[ 8.098181] cloud-init[1022]: Generating public/private ecdsa key pair.\n[ 8.099557] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.101144] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.102773] cloud-init[1022]: The key fingerprint is:\n[ 8.103935] cloud-init[1022]: SHA256:PqcGZpfFGWbdk1NhePg9OT1I22OYmphfPKMyNxnbadU root@sdnvpn-13-1\n[ 8.105586] cloud-init Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...[1022]: The key's randomart image is:\n Starting LSB: Record successful boot for GRUB...\n Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 8.172948] cloud-init[1022]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started System Logging Service.\n[ 8.186508] cloud-init[1022]: | . .o=o|\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.214038] cloud-init[1022]: | + .+*. |\n[ 8.231976] cloud-init[1022]: | + o. Oo+|\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.240548] cloud-init[1022]: | + = Xo|\n[ 8.250010] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[1022]: | Soo + . *|\n[ 8.269385] cloud-init[1022]: | +.oo + = .E|\n[ 8.282013] cloud-init[1022]: | o oo o B = |\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.291285] cloud-init[1022]: | .* B + |[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.297112] cloud-init[1022]: | .. + o |\n\n Starting LSB: automatic crash report generation...\n[ 8.302877] Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[1022]: Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n+----[SHA256]-----+\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.382438] cloud-init[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[1022]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n\n[ 8.408767] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.430821] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.441048] cloud-init[1022]: The key fingerprint is:\n[ 8.446956] cloud-init[1022]: SHA256:1kJ1UJLuxJ6EnBB+RP5dT/jXTa3PolvvYeT8eFlNpLY root@sdnvpn-13-1\n[ 8.455999] cloud-init[1022]: The key's randomart image is:\n[ 8.462836] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1022]: +--[ED25519 256]--+\n[ 8.470773] cloud-init[1022]: | .oo ++o |\n[ 8.475748] cloud-init[1022]: | ..o ..o .o|\n[ 8.480189] cloud-init[1022]: | .o+= oo+|\n[ 8.486205] cloud-init[1022]: | o+o=. .o*+|\n[ 8.492712] cloud-init[1022]: | S=o....+B|\n[ 8.496076] cloud-init[1022]: | . .+ Eo+|\n[ 8.501206] cloud-init[1022]: | o==|\n[ 8.502590] cloud-init[1022]: | o.=+|\n[ 8.508494] cloud-init[1022]: | o..o+|\n[ 8.510128] cloud-init[1022]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 8.761378] cloud-init[1127]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[ 9.366424] cloud-init[1127]: en_US.UTF-8... done\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.372657] cloud-init[1127]: Generation complete.\n[ 10.604322] cloud-init[1127]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 06 Nov 2018 00:08:52 +0000. Up 8.69 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.909298] cloud-init[1395]: + sudo useradd -m sdnvpn\n[ 10.974859] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-1\n[ 12.856967] cloud-init[1395]: + sudo adduser sdnvpn sudo\n[ 12.909575] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-1\n[ 12.945714] cloud-init[1395]: Adding user `sdnvpn' to group `sudo' ...\n[ 12.949760] cloud-init[1395]: Adding user sdnvpn to group sudo\n[ 13.324129] cloud-init[1395]: Done.\n[ 13.325712] cloud-init[1395]: + chpasswd\n[ 13.326844] cloud-init[1395]: + sudo echo sdnvpn:opnfv\n[ 13.379978] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.793488] cloud-init[1395]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-11-06 00:09:17,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4/action used request id req-8d9ede8a-90a6-4f44-9cb9-0b6f712df407 2018-11-06 00:09:19,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:20,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-a88d0a33-febb-404b-8384-b87236d297e3 x-compute-request-id: req-a88d0a33-febb-404b-8384-b87236d297e3 Content-Encoding: gzip Content-Length: 13145 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617727041 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.130485] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132104] pid_max: default: 32768 minimum: 301\n[ 0.132972] ACPI: Core revision 20150930\n[ 0.134328] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135601] Security Framework initialized\n[ 0.136397] Yama: becoming mindful.\n[ 0.137111] AppArmor: AppArmor initialized\n[ 0.137972] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142170] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143517] Initializing cgroup subsys io\n[ 0.144327] Initializing cgroup subsys memory\n[ 0.145164] Initializing cgroup subsys devices\n[ 0.146022] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147715] Initializing cgroup subsys perf_event\n[ 0.148591] Initializing cgroup subsys net_prio\n[ 0.149448] Initializing cgroup subsys hugetlb\n[ 0.150306] Initializing cgroup subsys pids\n[ 0.151163] CPU: Physical Processor ID: 0\n[ 0.152645] mce: CPU supports 10 MCE banks\n[ 0.153469] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165140] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171510] ftrace: allocating 32123 entries in 126 pages\n[ 0.197995] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199281] smpboot: Max logical packages: 1\n[ 0.200453] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203286] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206959] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209043] KVM setup paravirtual spinlock\n[ 0.210464] x86: Booted up 1 node, 1 CPUs\n[ 0.211418] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213050] devtmpfs: initialized\n[ 0.215623] evm: security.selinux\n[ 0.216435] evm: security.SMACK64\n[ 0.217248] evm: security.SMACK64EXEC\n[ 0.218123] evm: security.SMACK64TRANSMUTE\n[ 0.219067] evm: security.SMACK64MMAP\n[ 0.219935] evm: security.ima\n[ 0.220673] evm: security.capability\n[ 0.221602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223785] pinctrl core: initialized pinctrl subsystem\n[ 0.225064] RTC time: 0:09:10, date: 11/06/18\n[ 0.226169] NET: Registered protocol family 16\n[ 0.227308] cpuidle: using governor ladder\n[ 0.228290] cpuidle: using governor menu\n[ 0.229211] PCCT header not found.\n[ 0.230084] ACPI: bus type PCI registered\n[ 0.231030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232496] PCI: Using configuration type 1 for base access\n[ 0.234849] ACPI: Added _OSI(Module Device)\n[ 0.235845] ACPI: Added _OSI(Processor Device)\n[ 0.236861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237918] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240248] ACPI: Interpreter enabled\n[ 0.241151] ACPI: (supports S0 S5)\n[ 0.241979] ACPI: Using IOAPIC for interrupt routing\n[ 0.243096] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249289] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250842] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253441] acpiphp: Slot [3] registered\n[ 0.254387] acpiphp: Slot [4] registered\n[ 0.255316] acpiphp: Slot [5] registered\n[ 0.256244] acpiphp: Slot [6] registered\n[ 0.257174] acpiphp: Slot [7] registered\n[ 0.258102] acpiphp: Slot [8] registered\n[ 0.259031] acpiphp: Slot [9] registered\n[ 0.259966] acpiphp: Slot [10] registered\n[ 0.260906] acpiphp: Slot [11] registered\n[ 0.261845] acpiphp: Slot [12] registered\n[ 0.262790] acpiphp: Slot [13] registered\n[ 0.263738] acpiphp: Slot [14] registered\n[ 0.274575] acpiphp: Slot [15] registered\n[ 0.275527] acpiphp: Slot [16] registered\n[ 0.276462] acpiphp: Slot [17] registered\n[ 0.277399] acpiphp: Slot [18] registered\n[ 0.278336] acpiphp: Slot [19] registered\n[ 0.279310] acpiphp: Slot [20] registered\n[ 0.280265] acpiphp: Slot [21] registered\n[ 0.281213] acpiphp: Slot [22] registered\n[ 0.282161] acpiphp: Slot [23] registered\n[ 0.283107] acpiphp: Slot [24] registered\n[ 0.284060] acpiphp: Slot [25] registered\n[ 0.285009] acpiphp: Slot [26] registered\n[ 0.285950] acpiphp: Slot [27] registered\n[ 0.286892] acpiphp: Slot [28] registered\n[ 0.287835] acpiphp: Slot [29] registered\n[ 0.288789] acpiphp: Slot [30] registered\n[ 0.289737] acpiphp: Slot [31] registered\n[ 0.290680] PCI host bridge to bus 0000:00\n[ 0.291632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294516] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296261] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297993] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304567] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306125] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317809] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379666] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381516] vgaarb: loaded\n[ 0.382249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383620] SCSI subsystem initialized\n[ 0.384573] ACPI: bus type USB registered\n[ 0.385545] usbcore: registered new interface driver usbfs\n[ 0.386785] usbcore: registered new interface driver hub\n[ 0.387976] usbcore: registered new device driver usb\n[ 0.389202] PCI: Using ACPI for IRQ routing\n[ 0.390379] NetLabel: Initializing\n[ 0.391223] NetLabel: domain hash size = 128\n[ 0.392262] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393426] NetLabel: unlabeled traffic allowed by default\n[ 0.394725] amd_nb: Cannot enumerate AMD northbridges\n[ 0.395898] clocksource: Switched to clocksource kvm-clock\n[ 0.401448] AppArmor: AppArmor Filesystem Enabled\n[ 0.402642] pnp: PnP ACPI init\n[ 0.403675] pnp: PnP ACPI: found 5 devices\n[ 0.409848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411870] NET: Registered protocol family 2\n[ 0.413046] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414585] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.416030] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417451] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418758] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420175] NET: Registered protocol family 1\n[ 0.421208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422547] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452179] Trying to unpack rootfs image as initramfs...\n[ 1.725555] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742018] Scanning for low memory corruption every 60 seconds\n[ 1.743636] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.745057] audit: initializing netlink subsys (disabled)\n[ 1.746313] audit: type=2000 audit(1541462952.400:1): initialized\n[ 1.747886] Initialise system trusted keyring\n[ 1.749023] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.750456] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.752723] zbud: loaded\n[ 1.753536] VFS: Disk quotas dquot_6.6.0\n[ 1.754525] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.756240] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.757854] fuse init (API version 7.23)\n[ 1.759165] Key type big_key registered\n[ 1.760311] Allocating IMA MOK and blacklist keyrings.\n[ 1.761897] Key type asymmetric registered\n[ 1.763130] Asymmetric key parser 'x509' registered\n[ 1.764600] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.766649] io scheduler noop registered\n[ 1.767776] io scheduler deadline registered (default)\n[ 1.769195] io scheduler cfq registered\n[ 1.770520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773946] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.776008] ACPI: Power Button [PWRF]\n[ 1.777272] GHES: HEST is not enabled!\n[ 1.791227] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.820140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.822903] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.846667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.849099] Linux agpgart interface v0.103\n[ 1.851300] brd: module loaded\n[ 1.852733] loop: module loaded\n[ 1.854448] vda: vda1\n[ 1.856002] scsi host0: ata_piix\n[ 1.856868] scsi host1: ata_piix\n[ 1.857759] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860950] libphy: Fixed MDIO Bus: probed\n[ 1.861932] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863077] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865454] PPP generic driver version 2.4.2\n[ 1.866699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.868186] ehci-pci: EHCI PCI platform driver\n[ 1.869048] ehci-platform: EHCI generic platform driver\n[ 1.870013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.871116] ohci-pci: OHCI PCI platform driver\n[ 1.871978] ohci-platform: OHCI generic platform driver\n[ 1.872959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888600] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.890033] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.891028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.892150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894748] usb usb1: Product: UHCI Host Controller\n[ 1.895672] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896797] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897852] hub 1-0:1.0: USB hub found\n[ 1.898620] hub 1-0:1.0: 2 ports detected\n[ 1.899509] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901614] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902548] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903558] mousedev: PS/2 mouse device common for all mice\n[ 1.904808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906619] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908878] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910052] i2c /dev entries driver\n[ 1.910798] device-mapper: uevent: version 1.0.3\n[ 1.911724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913325] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914578] NET: Registered protocol family 10\n[ 1.915551] NET: Registered protocol family 17\n[ 1.916431] Key type dns_resolver registered\n[ 1.917354] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920139] registered taskstats version 1\n[ 1.920969] Loading compiled-in X.509 certificates\n[ 1.922376] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924193] zswap: loaded using pool lzo/zbud\n[ 1.926002] Key type trusted registered\n[ 1.928263] Key type encrypted registered\n[ 1.929079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930090] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931116] evm: HMAC attrs: 0x1\n[ 1.932075] Magic number: 10:94:152\n[ 1.932830] bdi 1:4: hash matches\n[ 1.933587] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:12 UTC (1541462952)\n[ 1.935160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.936257] EDD information not available.\n[ 2.016408] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.017821] ata1.00: configured for MWDMA2\n[ 2.019016] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.021273] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.032597] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033861] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.035707] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.037221] Write protecting the kernel read-only data: 14336k\n[ 2.038750] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.040446] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.049065] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050810] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052785] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056416] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058201] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060066] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065847] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.101490] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.103266] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.126761] AVX2 version of gcm_enc/dec engaged.\n[ 2.127698] AES CTR mode by8 optimization enabled\n[ 2.132218] FDC 0 is a S82078B\n[ 2.207912] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373029] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375488] usb 1-1: Product: QEMU USB Tablet\n[ 2.376332] usb 1-1: Manufacturer: QEMU\n[ 2.377089] usb 1-1: SerialNumber: 42\n[ 2.384741] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391637] usbcore: registered new interface driver usbhid\n[ 2.392715] usbhid: USB HID core driver\n[ 2.394477] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.396675] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.739980] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.741372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.368012] md: linear personality registered for level -1\n[ 3.370621] md: multipath personality registered for level -4\n[ 3.373256] md: raid0 personality registered for level 0\n[ 3.376180] md: raid1 personality registered for level 1\n[ 3.447903] raid6: sse2x1 gen() 11547 MB/s\n[ 3.515901] raid6: sse2x1 xor() 9077 MB/s\n[ 3.583905] raid6: sse2x2 gen() 14535 MB/s\n[ 3.651901] raid6: sse2x2 xor() 9916 MB/s\n[ 3.719902] raid6: sse2x4 gen() 16630 MB/s\n[ 3.787902] raid6: sse2x4 xor() 11432 MB/s\n[ 3.855900] raid6: avx2x1 gen() 21938 MB/s\n[ 3.923912] raid6: avx2x2 gen() 26349 MB/s\n[ 3.991901] raid6: avx2x4 gen() 30201 MB/s\n[ 3.992752] raid6: using algorithm avx2x4 gen() 30201 MB/s\n[ 3.993752] raid6: using avx2x2 recovery algorithm\n[ 3.995719] xor: automatically using best checksumming function:\n[ 4.035900] avx : 35870.000 MB/sec\n[ 4.037693] async_tx: api initialized (async)\n[ 4.045190] md: raid6 personality registered for level 6\n[ 4.046201] md: raid5 personality registered for level 5\n[ 4.047176] md: raid4 personality registered for level 4\n[ 4.051358] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.074923] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.102246] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.201030] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.204229] systemd[1]: Detected virtualization kvm.\n[ 4.205162] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.209648] systemd[1]: Set hostname to .\n[ 4.214760] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.215873] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.330641] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.332842] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.334555] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336866] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.338765] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.340785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342746] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.344945] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.347030] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.349185] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.351158] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.353118] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.354968] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.357638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.359859] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.362029] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.365178] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.369005] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.373933] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.385656] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.388407] Loading iSCSI transport class v2.0-870.\n[ 4.389962] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.394828] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.399274] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.405190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.409306] iscsi: registered transport (tcp)\n[ 4.410949] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.416251] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.421703] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.426164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.433201] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.436087] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.444466] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.446316] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.449272] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.455362] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.459930] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.479890] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.904774] cloud-init[456]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 06 Nov 2018 00:09:15 +0000. Up 5.18 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.844224] cloud-init[1018]: Cloud-init v. 0.7.9 running 'init' at Tue, 06 Nov 2018 00:09:17 +0000. Up 7.05 seconds.\n[ 8.846800] cloud-init[1018]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 8.852295] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.856128] cloud-init[1018]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.860097] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.864097] cloud-init[1018]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:4b:0c:93 |\n[ 8.865849] cloud-init[1018]: ci-info: | ens3 | True | fe80::f816:3eff:fe4b:c93/64 | . | link | fa:16:3e:4b:0c:93 |\n[ 8.872102] cloud-init[1018]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.873882] cloud-init[1018]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.880105] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.881872] cloud-init[1018]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.883457] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.889095] cloud-init[1018]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.890689] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.896270] cloud-init[1018]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.897886] cloud-init[1018]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.899467] cloud-init[1018]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 8.905291] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.906878] cloud-init[1018]: Generating public/private rsa key pair.\n[ 8.908078] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.913506] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.916244] cloud-init[1018]: The key fingerprint is:[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.919705] cloud-init[1018]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\nSHA256:+bNcPwPFybif101IZgB0JrQ5QZng4Qv5GsVvU1R/Dlc root@sdnvpn-13-2\n[ 8.925352] cloud-init[1018]: The key's randomart image is:\n[ 8.926199] cloud-init[1018]: +---[RSA 2048]----+\n[ 8.926968] cloud-init[1018]: | o=B++.. E|\n[ 8.927701] cloud-init Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[1018]: | = .oO. ..|\n[ 8.932478] cloud-init[1018]: | o = + .=..+|\n[ 8.933267] cloud-init[1018]: | + + o. O+.|\n[ 8.934016] cloud-init[1018]: | . S + * ..|\n[ 8.934757] cloud-init[1018]: | o o .o . .|\n[ 8.935499] cloud-init[1018]: | . o .o oo|\n[ 8.936533] cloud-init Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.[1018]: | . + .= +|\n[ 8.940687] cloud-init[1018]: | o .+ |\n[ 8.941437] cloud-init[1018]: +----[SHA256]-----+\n[ 8.942205] cloud-init[1018]: Generating public/private dsa key pair.\n[ 8.943136] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.948913] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.953685] cloud-init[1018]: The key fingerprint is:\n[ 8.956468] cloud-init[1018]: SHA256:16adUVHaOVWO0ITIvhJCziamQqUPCPj3CMLMCDXHtbw root@sdnvpn-13-2[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.960499] cloud-init[1018]: The key's randomart image is:\n\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m[ 8.964064] cloud-init[1018]: +---[DSA 1024]----+\n[ 8.964796] cloud-init[1018]: |..o.... . ..+o.=|\n[ 8.965539] cloud-init[1018]: |+ +.... o ...*o|\n[ 8.966287] cloud-init[1018]: |O.o +o . +oo|\n[ 8.967038] cloud-init[1018]: |+Bo + =.. .. . .|\n[ 8.967792] cloud-init] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[1018]: |..o= =E.S...+ |\n[ 8.972782] cloud-init[1018]: |. ... . ...+ o |\n[ 8.974815] cloud-init[1018]: | . .. o |\n[ 8.976708] cloud-init[1018]: | |\n[ 8.977802] cloud-init[1018]: | |\n[ 8.978946] cloud-init[1018]: +----[SHA256]-----+\n[ 8.980188] cloud-init[1018]: Generating public/private ecdsa key pair.\n[ 8.982270] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.984119] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.985817] cloud-init[1018]: The key fingerprint is:\n[ 8.987111] cloud-init[1018]: SHA256:l/ckSp8hjW8ZQNDNNDEGuaHJE0xPi+hH8Z2hw8senhY root@sdnvpn-13-2\n[ 8.989012] cloud-init[1018]: The key's randomart image is:\n[ 8.990453] cloud-init[1018]: +---[ECDSA 256]---+\n[ 8.991623] cloud-init[1018]: | o+o+*B. |\n[ 8.992793] cloud-init[1018]: | .oO+=o= |\n[ 8.994044] cloud-init[1018]: | ..o+Ooo |\n[ 8.995155] cloud-init[1018]: | . .=..B |\n[ 8.996267] cloud-init[1018]: | . S.E * . |\n[ 8.997363] cloud-init[1018]: | . = X O |\n[ 8.998467] cloud-init[1018]: | * * . |\n[[0;32m OK [0m] [ 9.004106] cloud-init[1018]: | . . |\n[ 9.005443] Started Deferred execution scheduler.\ncloud-init[1018]: | |\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 9.008703] cloud-init[1018]: +----[SHA256]-----+\n Starting LSB: MD monitoring daemon...\n[ 9.011204] cloud-init[1018]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n[ 9.019894] Starting System Logging Service...\n Starting Accounts Service...cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[ 9.033443] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Login Service...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.130401] cloud-init[1018]: The key fingerprint is:\n[ 9.140869] cloud-init[1018]: SHA256:zRmVIL7ZXqmZDI8Skq4YY3MOvg67f1fBu/u0ZilmnU0 root@sdnvpn-13-2[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 9.160978] cloud-init[1018]: [[0;32m OK [0m] Started Login Service.\n The key's randomart image is:Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n[ 9.177924] \n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...cloud-init[1018]: +--[ED25519 256]--+\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 9.226661] cloud-init[1018]: | . .... | Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.272260] cloud-init Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[1018]: | . . .. |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 9.294218] cloud-init[1018]: | .. . |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.302972] cloud-init[1018]: | . o* o . |\n[ 9.316948] cloud-init[1018]: | o . So= o |\n[ 9.328135] cloud-init[1018]: | . . .o* =E |\n[ 9.332973] cloud-init[1018]: |++ .. ...oO= |\n[ 9.336081] cloud-init[1018]: |+==.. ..=.*.. |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.346094] cloud-init[1018]: |=*+o . o.*o |\n[ 9.352136] cloud-init[1018]: +----[SHA256]-----+\n[ 9.621024] cloud-init[1148]: Generating locales (this might take a while)...\n"} 2018-11-06 00:09:20,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action used request id req-a88d0a33-febb-404b-8384-b87236d297e3 2018-11-06 00:09:22,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:23,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-880ecbae-e9e7-42d4-99e4-f97223577bee x-compute-request-id: req-880ecbae-e9e7-42d4-99e4-f97223577bee Content-Encoding: gzip Content-Length: 13222 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617727041 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.130485] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132104] pid_max: default: 32768 minimum: 301\n[ 0.132972] ACPI: Core revision 20150930\n[ 0.134328] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135601] Security Framework initialized\n[ 0.136397] Yama: becoming mindful.\n[ 0.137111] AppArmor: AppArmor initialized\n[ 0.137972] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142170] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143517] Initializing cgroup subsys io\n[ 0.144327] Initializing cgroup subsys memory\n[ 0.145164] Initializing cgroup subsys devices\n[ 0.146022] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147715] Initializing cgroup subsys perf_event\n[ 0.148591] Initializing cgroup subsys net_prio\n[ 0.149448] Initializing cgroup subsys hugetlb\n[ 0.150306] Initializing cgroup subsys pids\n[ 0.151163] CPU: Physical Processor ID: 0\n[ 0.152645] mce: CPU supports 10 MCE banks\n[ 0.153469] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165140] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171510] ftrace: allocating 32123 entries in 126 pages\n[ 0.197995] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199281] smpboot: Max logical packages: 1\n[ 0.200453] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203286] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206959] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209043] KVM setup paravirtual spinlock\n[ 0.210464] x86: Booted up 1 node, 1 CPUs\n[ 0.211418] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213050] devtmpfs: initialized\n[ 0.215623] evm: security.selinux\n[ 0.216435] evm: security.SMACK64\n[ 0.217248] evm: security.SMACK64EXEC\n[ 0.218123] evm: security.SMACK64TRANSMUTE\n[ 0.219067] evm: security.SMACK64MMAP\n[ 0.219935] evm: security.ima\n[ 0.220673] evm: security.capability\n[ 0.221602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223785] pinctrl core: initialized pinctrl subsystem\n[ 0.225064] RTC time: 0:09:10, date: 11/06/18\n[ 0.226169] NET: Registered protocol family 16\n[ 0.227308] cpuidle: using governor ladder\n[ 0.228290] cpuidle: using governor menu\n[ 0.229211] PCCT header not found.\n[ 0.230084] ACPI: bus type PCI registered\n[ 0.231030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232496] PCI: Using configuration type 1 for base access\n[ 0.234849] ACPI: Added _OSI(Module Device)\n[ 0.235845] ACPI: Added _OSI(Processor Device)\n[ 0.236861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237918] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240248] ACPI: Interpreter enabled\n[ 0.241151] ACPI: (supports S0 S5)\n[ 0.241979] ACPI: Using IOAPIC for interrupt routing\n[ 0.243096] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249289] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250842] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253441] acpiphp: Slot [3] registered\n[ 0.254387] acpiphp: Slot [4] registered\n[ 0.255316] acpiphp: Slot [5] registered\n[ 0.256244] acpiphp: Slot [6] registered\n[ 0.257174] acpiphp: Slot [7] registered\n[ 0.258102] acpiphp: Slot [8] registered\n[ 0.259031] acpiphp: Slot [9] registered\n[ 0.259966] acpiphp: Slot [10] registered\n[ 0.260906] acpiphp: Slot [11] registered\n[ 0.261845] acpiphp: Slot [12] registered\n[ 0.262790] acpiphp: Slot [13] registered\n[ 0.263738] acpiphp: Slot [14] registered\n[ 0.274575] acpiphp: Slot [15] registered\n[ 0.275527] acpiphp: Slot [16] registered\n[ 0.276462] acpiphp: Slot [17] registered\n[ 0.277399] acpiphp: Slot [18] registered\n[ 0.278336] acpiphp: Slot [19] registered\n[ 0.279310] acpiphp: Slot [20] registered\n[ 0.280265] acpiphp: Slot [21] registered\n[ 0.281213] acpiphp: Slot [22] registered\n[ 0.282161] acpiphp: Slot [23] registered\n[ 0.283107] acpiphp: Slot [24] registered\n[ 0.284060] acpiphp: Slot [25] registered\n[ 0.285009] acpiphp: Slot [26] registered\n[ 0.285950] acpiphp: Slot [27] registered\n[ 0.286892] acpiphp: Slot [28] registered\n[ 0.287835] acpiphp: Slot [29] registered\n[ 0.288789] acpiphp: Slot [30] registered\n[ 0.289737] acpiphp: Slot [31] registered\n[ 0.290680] PCI host bridge to bus 0000:00\n[ 0.291632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294516] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296261] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297993] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304567] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306125] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317809] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379666] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381516] vgaarb: loaded\n[ 0.382249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383620] SCSI subsystem initialized\n[ 0.384573] ACPI: bus type USB registered\n[ 0.385545] usbcore: registered new interface driver usbfs\n[ 0.386785] usbcore: registered new interface driver hub\n[ 0.387976] usbcore: registered new device driver usb\n[ 0.389202] PCI: Using ACPI for IRQ routing\n[ 0.390379] NetLabel: Initializing\n[ 0.391223] NetLabel: domain hash size = 128\n[ 0.392262] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393426] NetLabel: unlabeled traffic allowed by default\n[ 0.394725] amd_nb: Cannot enumerate AMD northbridges\n[ 0.395898] clocksource: Switched to clocksource kvm-clock\n[ 0.401448] AppArmor: AppArmor Filesystem Enabled\n[ 0.402642] pnp: PnP ACPI init\n[ 0.403675] pnp: PnP ACPI: found 5 devices\n[ 0.409848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411870] NET: Registered protocol family 2\n[ 0.413046] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414585] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.416030] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417451] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418758] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420175] NET: Registered protocol family 1\n[ 0.421208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422547] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452179] Trying to unpack rootfs image as initramfs...\n[ 1.725555] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742018] Scanning for low memory corruption every 60 seconds\n[ 1.743636] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.745057] audit: initializing netlink subsys (disabled)\n[ 1.746313] audit: type=2000 audit(1541462952.400:1): initialized\n[ 1.747886] Initialise system trusted keyring\n[ 1.749023] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.750456] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.752723] zbud: loaded\n[ 1.753536] VFS: Disk quotas dquot_6.6.0\n[ 1.754525] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.756240] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.757854] fuse init (API version 7.23)\n[ 1.759165] Key type big_key registered\n[ 1.760311] Allocating IMA MOK and blacklist keyrings.\n[ 1.761897] Key type asymmetric registered\n[ 1.763130] Asymmetric key parser 'x509' registered\n[ 1.764600] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.766649] io scheduler noop registered\n[ 1.767776] io scheduler deadline registered (default)\n[ 1.769195] io scheduler cfq registered\n[ 1.770520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773946] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.776008] ACPI: Power Button [PWRF]\n[ 1.777272] GHES: HEST is not enabled!\n[ 1.791227] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.820140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.822903] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.846667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.849099] Linux agpgart interface v0.103\n[ 1.851300] brd: module loaded\n[ 1.852733] loop: module loaded\n[ 1.854448] vda: vda1\n[ 1.856002] scsi host0: ata_piix\n[ 1.856868] scsi host1: ata_piix\n[ 1.857759] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860950] libphy: Fixed MDIO Bus: probed\n[ 1.861932] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863077] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865454] PPP generic driver version 2.4.2\n[ 1.866699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.868186] ehci-pci: EHCI PCI platform driver\n[ 1.869048] ehci-platform: EHCI generic platform driver\n[ 1.870013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.871116] ohci-pci: OHCI PCI platform driver\n[ 1.871978] ohci-platform: OHCI generic platform driver\n[ 1.872959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888600] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.890033] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.891028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.892150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894748] usb usb1: Product: UHCI Host Controller\n[ 1.895672] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896797] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897852] hub 1-0:1.0: USB hub found\n[ 1.898620] hub 1-0:1.0: 2 ports detected\n[ 1.899509] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901614] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902548] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903558] mousedev: PS/2 mouse device common for all mice\n[ 1.904808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906619] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908878] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910052] i2c /dev entries driver\n[ 1.910798] device-mapper: uevent: version 1.0.3\n[ 1.911724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913325] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914578] NET: Registered protocol family 10\n[ 1.915551] NET: Registered protocol family 17\n[ 1.916431] Key type dns_resolver registered\n[ 1.917354] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920139] registered taskstats version 1\n[ 1.920969] Loading compiled-in X.509 certificates\n[ 1.922376] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924193] zswap: loaded using pool lzo/zbud\n[ 1.926002] Key type trusted registered\n[ 1.928263] Key type encrypted registered\n[ 1.929079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930090] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931116] evm: HMAC attrs: 0x1\n[ 1.932075] Magic number: 10:94:152\n[ 1.932830] bdi 1:4: hash matches\n[ 1.933587] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:12 UTC (1541462952)\n[ 1.935160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.936257] EDD information not available.\n[ 2.016408] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.017821] ata1.00: configured for MWDMA2\n[ 2.019016] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.021273] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.032597] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033861] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.035707] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.037221] Write protecting the kernel read-only data: 14336k\n[ 2.038750] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.040446] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.049065] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050810] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052785] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056416] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058201] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060066] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065847] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.101490] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.103266] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.126761] AVX2 version of gcm_enc/dec engaged.\n[ 2.127698] AES CTR mode by8 optimization enabled\n[ 2.132218] FDC 0 is a S82078B\n[ 2.207912] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373029] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375488] usb 1-1: Product: QEMU USB Tablet\n[ 2.376332] usb 1-1: Manufacturer: QEMU\n[ 2.377089] usb 1-1: SerialNumber: 42\n[ 2.384741] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391637] usbcore: registered new interface driver usbhid\n[ 2.392715] usbhid: USB HID core driver\n[ 2.394477] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.396675] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.739980] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.741372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.368012] md: linear personality registered for level -1\n[ 3.370621] md: multipath personality registered for level -4\n[ 3.373256] md: raid0 personality registered for level 0\n[ 3.376180] md: raid1 personality registered for level 1\n[ 3.447903] raid6: sse2x1 gen() 11547 MB/s\n[ 3.515901] raid6: sse2x1 xor() 9077 MB/s\n[ 3.583905] raid6: sse2x2 gen() 14535 MB/s\n[ 3.651901] raid6: sse2x2 xor() 9916 MB/s\n[ 3.719902] raid6: sse2x4 gen() 16630 MB/s\n[ 3.787902] raid6: sse2x4 xor() 11432 MB/s\n[ 3.855900] raid6: avx2x1 gen() 21938 MB/s\n[ 3.923912] raid6: avx2x2 gen() 26349 MB/s\n[ 3.991901] raid6: avx2x4 gen() 30201 MB/s\n[ 3.992752] raid6: using algorithm avx2x4 gen() 30201 MB/s\n[ 3.993752] raid6: using avx2x2 recovery algorithm\n[ 3.995719] xor: automatically using best checksumming function:\n[ 4.035900] avx : 35870.000 MB/sec\n[ 4.037693] async_tx: api initialized (async)\n[ 4.045190] md: raid6 personality registered for level 6\n[ 4.046201] md: raid5 personality registered for level 5\n[ 4.047176] md: raid4 personality registered for level 4\n[ 4.051358] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.074923] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.102246] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.201030] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.204229] systemd[1]: Detected virtualization kvm.\n[ 4.205162] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.209648] systemd[1]: Set hostname to .\n[ 4.214760] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.215873] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.330641] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.332842] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.334555] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336866] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.338765] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.340785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342746] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.344945] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.347030] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.349185] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.351158] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.353118] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.354968] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.357638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.359859] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.362029] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.365178] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.369005] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.373933] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.385656] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.388407] Loading iSCSI transport class v2.0-870.\n[ 4.389962] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.394828] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.399274] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.405190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.409306] iscsi: registered transport (tcp)\n[ 4.410949] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.416251] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.421703] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.426164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.433201] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.436087] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.444466] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.446316] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.449272] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.455362] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.459930] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.479890] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.904774] cloud-init[456]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 06 Nov 2018 00:09:15 +0000. Up 5.18 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.844224] cloud-init[1018]: Cloud-init v. 0.7.9 running 'init' at Tue, 06 Nov 2018 00:09:17 +0000. Up 7.05 seconds.\n[ 8.846800] cloud-init[1018]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 8.852295] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.856128] cloud-init[1018]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.860097] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.864097] cloud-init[1018]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:4b:0c:93 |\n[ 8.865849] cloud-init[1018]: ci-info: | ens3 | True | fe80::f816:3eff:fe4b:c93/64 | . | link | fa:16:3e:4b:0c:93 |\n[ 8.872102] cloud-init[1018]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.873882] cloud-init[1018]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.880105] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.881872] cloud-init[1018]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.883457] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.889095] cloud-init[1018]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.890689] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.896270] cloud-init[1018]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.897886] cloud-init[1018]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.899467] cloud-init[1018]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 8.905291] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.906878] cloud-init[1018]: Generating public/private rsa key pair.\n[ 8.908078] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.913506] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.916244] cloud-init[1018]: The key fingerprint is:[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.919705] cloud-init[1018]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\nSHA256:+bNcPwPFybif101IZgB0JrQ5QZng4Qv5GsVvU1R/Dlc root@sdnvpn-13-2\n[ 8.925352] cloud-init[1018]: The key's randomart image is:\n[ 8.926199] cloud-init[1018]: +---[RSA 2048]----+\n[ 8.926968] cloud-init[1018]: | o=B++.. E|\n[ 8.927701] cloud-init Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[1018]: | = .oO. ..|\n[ 8.932478] cloud-init[1018]: | o = + .=..+|\n[ 8.933267] cloud-init[1018]: | + + o. O+.|\n[ 8.934016] cloud-init[1018]: | . S + * ..|\n[ 8.934757] cloud-init[1018]: | o o .o . .|\n[ 8.935499] cloud-init[1018]: | . o .o oo|\n[ 8.936533] cloud-init Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.[1018]: | . + .= +|\n[ 8.940687] cloud-init[1018]: | o .+ |\n[ 8.941437] cloud-init[1018]: +----[SHA256]-----+\n[ 8.942205] cloud-init[1018]: Generating public/private dsa key pair.\n[ 8.943136] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.948913] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.953685] cloud-init[1018]: The key fingerprint is:\n[ 8.956468] cloud-init[1018]: SHA256:16adUVHaOVWO0ITIvhJCziamQqUPCPj3CMLMCDXHtbw root@sdnvpn-13-2[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.960499] cloud-init[1018]: The key's randomart image is:\n\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m[ 8.964064] cloud-init[1018]: +---[DSA 1024]----+\n[ 8.964796] cloud-init[1018]: |..o.... . ..+o.=|\n[ 8.965539] cloud-init[1018]: |+ +.... o ...*o|\n[ 8.966287] cloud-init[1018]: |O.o +o . +oo|\n[ 8.967038] cloud-init[1018]: |+Bo + =.. .. . .|\n[ 8.967792] cloud-init] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[1018]: |..o= =E.S...+ |\n[ 8.972782] cloud-init[1018]: |. ... . ...+ o |\n[ 8.974815] cloud-init[1018]: | . .. o |\n[ 8.976708] cloud-init[1018]: | |\n[ 8.977802] cloud-init[1018]: | |\n[ 8.978946] cloud-init[1018]: +----[SHA256]-----+\n[ 8.980188] cloud-init[1018]: Generating public/private ecdsa key pair.\n[ 8.982270] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.984119] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.985817] cloud-init[1018]: The key fingerprint is:\n[ 8.987111] cloud-init[1018]: SHA256:l/ckSp8hjW8ZQNDNNDEGuaHJE0xPi+hH8Z2hw8senhY root@sdnvpn-13-2\n[ 8.989012] cloud-init[1018]: The key's randomart image is:\n[ 8.990453] cloud-init[1018]: +---[ECDSA 256]---+\n[ 8.991623] cloud-init[1018]: | o+o+*B. |\n[ 8.992793] cloud-init[1018]: | .oO+=o= |\n[ 8.994044] cloud-init[1018]: | ..o+Ooo |\n[ 8.995155] cloud-init[1018]: | . .=..B |\n[ 8.996267] cloud-init[1018]: | . S.E * . |\n[ 8.997363] cloud-init[1018]: | . = X O |\n[ 8.998467] cloud-init[1018]: | * * . |\n[[0;32m OK [0m] [ 9.004106] cloud-init[1018]: | . . |\n[ 9.005443] Started Deferred execution scheduler.\ncloud-init[1018]: | |\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 9.008703] cloud-init[1018]: +----[SHA256]-----+\n Starting LSB: MD monitoring daemon...\n[ 9.011204] cloud-init[1018]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n[ 9.019894] Starting System Logging Service...\n Starting Accounts Service...cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[ 9.033443] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Login Service...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.130401] cloud-init[1018]: The key fingerprint is:\n[ 9.140869] cloud-init[1018]: SHA256:zRmVIL7ZXqmZDI8Skq4YY3MOvg67f1fBu/u0ZilmnU0 root@sdnvpn-13-2[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 9.160978] cloud-init[1018]: [[0;32m OK [0m] Started Login Service.\n The key's randomart image is:Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n[ 9.177924] \n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...cloud-init[1018]: +--[ED25519 256]--+\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 9.226661] cloud-init[1018]: | . .... | Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.272260] cloud-init Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[1018]: | . . .. |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 9.294218] cloud-init[1018]: | .. . |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.302972] cloud-init[1018]: | . o* o . |\n[ 9.316948] cloud-init[1018]: | o . So= o |\n[ 9.328135] cloud-init[1018]: | . . .o* =E |\n[ 9.332973] cloud-init[1018]: |++ .. ...oO= |\n[ 9.336081] cloud-init[1018]: |+==.. ..=.*.. |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.346094] cloud-init[1018]: |=*+o . o.*o |\n[ 9.352136] cloud-init[1018]: +----[SHA256]-----+\n[ 9.621024] cloud-init[1148]: Generating locales (this might take a while)...\n[ 10.191007] cloud-init[1148]: en_US.UTF-8... done\n[ 10.192969] cloud-init[1148]: Generation complete.\n[ 10.690223] cloud-init[1148]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 06 Nov 2018 00:09:20 +0000. Up 9.56 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n"} 2018-11-06 00:09:23,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action used request id req-880ecbae-e9e7-42d4-99e4-f97223577bee 2018-11-06 00:09:26,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce314cba9045a2d2be6deefd2a3cf91fa3ffcf5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:27,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-117cc26a-2e9f-423d-9494-6c100f9d87f0 x-compute-request-id: req-117cc26a-2e9f-423d-9494-6c100f9d87f0 Content-Encoding: gzip Content-Length: 13294 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617727041 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=512 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:33024 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.130485] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132104] pid_max: default: 32768 minimum: 301\n[ 0.132972] ACPI: Core revision 20150930\n[ 0.134328] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135601] Security Framework initialized\n[ 0.136397] Yama: becoming mindful.\n[ 0.137111] AppArmor: AppArmor initialized\n[ 0.137972] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.139340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.142170] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143517] Initializing cgroup subsys io\n[ 0.144327] Initializing cgroup subsys memory\n[ 0.145164] Initializing cgroup subsys devices\n[ 0.146022] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147715] Initializing cgroup subsys perf_event\n[ 0.148591] Initializing cgroup subsys net_prio\n[ 0.149448] Initializing cgroup subsys hugetlb\n[ 0.150306] Initializing cgroup subsys pids\n[ 0.151163] CPU: Physical Processor ID: 0\n[ 0.152645] mce: CPU supports 10 MCE banks\n[ 0.153469] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165140] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.171510] ftrace: allocating 32123 entries in 126 pages\n[ 0.197995] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199281] smpboot: Max logical packages: 1\n[ 0.200453] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203286] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206959] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209043] KVM setup paravirtual spinlock\n[ 0.210464] x86: Booted up 1 node, 1 CPUs\n[ 0.211418] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213050] devtmpfs: initialized\n[ 0.215623] evm: security.selinux\n[ 0.216435] evm: security.SMACK64\n[ 0.217248] evm: security.SMACK64EXEC\n[ 0.218123] evm: security.SMACK64TRANSMUTE\n[ 0.219067] evm: security.SMACK64MMAP\n[ 0.219935] evm: security.ima\n[ 0.220673] evm: security.capability\n[ 0.221602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223785] pinctrl core: initialized pinctrl subsystem\n[ 0.225064] RTC time: 0:09:10, date: 11/06/18\n[ 0.226169] NET: Registered protocol family 16\n[ 0.227308] cpuidle: using governor ladder\n[ 0.228290] cpuidle: using governor menu\n[ 0.229211] PCCT header not found.\n[ 0.230084] ACPI: bus type PCI registered\n[ 0.231030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232496] PCI: Using configuration type 1 for base access\n[ 0.234849] ACPI: Added _OSI(Module Device)\n[ 0.235845] ACPI: Added _OSI(Processor Device)\n[ 0.236861] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237918] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240248] ACPI: Interpreter enabled\n[ 0.241151] ACPI: (supports S0 S5)\n[ 0.241979] ACPI: Using IOAPIC for interrupt routing\n[ 0.243096] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249289] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250842] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253441] acpiphp: Slot [3] registered\n[ 0.254387] acpiphp: Slot [4] registered\n[ 0.255316] acpiphp: Slot [5] registered\n[ 0.256244] acpiphp: Slot [6] registered\n[ 0.257174] acpiphp: Slot [7] registered\n[ 0.258102] acpiphp: Slot [8] registered\n[ 0.259031] acpiphp: Slot [9] registered\n[ 0.259966] acpiphp: Slot [10] registered\n[ 0.260906] acpiphp: Slot [11] registered\n[ 0.261845] acpiphp: Slot [12] registered\n[ 0.262790] acpiphp: Slot [13] registered\n[ 0.263738] acpiphp: Slot [14] registered\n[ 0.274575] acpiphp: Slot [15] registered\n[ 0.275527] acpiphp: Slot [16] registered\n[ 0.276462] acpiphp: Slot [17] registered\n[ 0.277399] acpiphp: Slot [18] registered\n[ 0.278336] acpiphp: Slot [19] registered\n[ 0.279310] acpiphp: Slot [20] registered\n[ 0.280265] acpiphp: Slot [21] registered\n[ 0.281213] acpiphp: Slot [22] registered\n[ 0.282161] acpiphp: Slot [23] registered\n[ 0.283107] acpiphp: Slot [24] registered\n[ 0.284060] acpiphp: Slot [25] registered\n[ 0.285009] acpiphp: Slot [26] registered\n[ 0.285950] acpiphp: Slot [27] registered\n[ 0.286892] acpiphp: Slot [28] registered\n[ 0.287835] acpiphp: Slot [29] registered\n[ 0.288789] acpiphp: Slot [30] registered\n[ 0.289737] acpiphp: Slot [31] registered\n[ 0.290680] PCI host bridge to bus 0000:00\n[ 0.291632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294516] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296261] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297993] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304567] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306125] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317809] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370541] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379666] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381516] vgaarb: loaded\n[ 0.382249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383620] SCSI subsystem initialized\n[ 0.384573] ACPI: bus type USB registered\n[ 0.385545] usbcore: registered new interface driver usbfs\n[ 0.386785] usbcore: registered new interface driver hub\n[ 0.387976] usbcore: registered new device driver usb\n[ 0.389202] PCI: Using ACPI for IRQ routing\n[ 0.390379] NetLabel: Initializing\n[ 0.391223] NetLabel: domain hash size = 128\n[ 0.392262] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393426] NetLabel: unlabeled traffic allowed by default\n[ 0.394725] amd_nb: Cannot enumerate AMD northbridges\n[ 0.395898] clocksource: Switched to clocksource kvm-clock\n[ 0.401448] AppArmor: AppArmor Filesystem Enabled\n[ 0.402642] pnp: PnP ACPI init\n[ 0.403675] pnp: PnP ACPI: found 5 devices\n[ 0.409848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411870] NET: Registered protocol family 2\n[ 0.413046] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414585] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.416030] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417451] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418758] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420175] NET: Registered protocol family 1\n[ 0.421208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422547] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452179] Trying to unpack rootfs image as initramfs...\n[ 1.725555] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.742018] Scanning for low memory corruption every 60 seconds\n[ 1.743636] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.745057] audit: initializing netlink subsys (disabled)\n[ 1.746313] audit: type=2000 audit(1541462952.400:1): initialized\n[ 1.747886] Initialise system trusted keyring\n[ 1.749023] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.750456] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.752723] zbud: loaded\n[ 1.753536] VFS: Disk quotas dquot_6.6.0\n[ 1.754525] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.756240] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.757854] fuse init (API version 7.23)\n[ 1.759165] Key type big_key registered\n[ 1.760311] Allocating IMA MOK and blacklist keyrings.\n[ 1.761897] Key type asymmetric registered\n[ 1.763130] Asymmetric key parser 'x509' registered\n[ 1.764600] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.766649] io scheduler noop registered\n[ 1.767776] io scheduler deadline registered (default)\n[ 1.769195] io scheduler cfq registered\n[ 1.770520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773946] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.776008] ACPI: Power Button [PWRF]\n[ 1.777272] GHES: HEST is not enabled!\n[ 1.791227] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.820140] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.822903] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.846667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.849099] Linux agpgart interface v0.103\n[ 1.851300] brd: module loaded\n[ 1.852733] loop: module loaded\n[ 1.854448] vda: vda1\n[ 1.856002] scsi host0: ata_piix\n[ 1.856868] scsi host1: ata_piix\n[ 1.857759] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860950] libphy: Fixed MDIO Bus: probed\n[ 1.861932] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863077] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865454] PPP generic driver version 2.4.2\n[ 1.866699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.868186] ehci-pci: EHCI PCI platform driver\n[ 1.869048] ehci-platform: EHCI generic platform driver\n[ 1.870013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.871116] ohci-pci: OHCI PCI platform driver\n[ 1.871978] ohci-platform: OHCI generic platform driver\n[ 1.872959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888600] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.890033] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.891028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.892150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894748] usb usb1: Product: UHCI Host Controller\n[ 1.895672] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896797] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897852] hub 1-0:1.0: USB hub found\n[ 1.898620] hub 1-0:1.0: 2 ports detected\n[ 1.899509] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901614] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902548] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903558] mousedev: PS/2 mouse device common for all mice\n[ 1.904808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906619] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908878] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910052] i2c /dev entries driver\n[ 1.910798] device-mapper: uevent: version 1.0.3\n[ 1.911724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913325] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914578] NET: Registered protocol family 10\n[ 1.915551] NET: Registered protocol family 17\n[ 1.916431] Key type dns_resolver registered\n[ 1.917354] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920139] registered taskstats version 1\n[ 1.920969] Loading compiled-in X.509 certificates\n[ 1.922376] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924193] zswap: loaded using pool lzo/zbud\n[ 1.926002] Key type trusted registered\n[ 1.928263] Key type encrypted registered\n[ 1.929079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930090] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931116] evm: HMAC attrs: 0x1\n[ 1.932075] Magic number: 10:94:152\n[ 1.932830] bdi 1:4: hash matches\n[ 1.933587] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:12 UTC (1541462952)\n[ 1.935160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.936257] EDD information not available.\n[ 2.016408] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.017821] ata1.00: configured for MWDMA2\n[ 2.019016] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.021273] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.032597] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033861] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.035707] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.037221] Write protecting the kernel read-only data: 14336k\n[ 2.038750] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.040446] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.049065] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050810] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052785] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056416] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058201] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060066] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065847] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.101490] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.103266] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.126761] AVX2 version of gcm_enc/dec engaged.\n[ 2.127698] AES CTR mode by8 optimization enabled\n[ 2.132218] FDC 0 is a S82078B\n[ 2.207912] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373029] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375488] usb 1-1: Product: QEMU USB Tablet\n[ 2.376332] usb 1-1: Manufacturer: QEMU\n[ 2.377089] usb 1-1: SerialNumber: 42\n[ 2.384741] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391637] usbcore: registered new interface driver usbhid\n[ 2.392715] usbhid: USB HID core driver\n[ 2.394477] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 2.396675] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.739980] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.741372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.368012] md: linear personality registered for level -1\n[ 3.370621] md: multipath personality registered for level -4\n[ 3.373256] md: raid0 personality registered for level 0\n[ 3.376180] md: raid1 personality registered for level 1\n[ 3.447903] raid6: sse2x1 gen() 11547 MB/s\n[ 3.515901] raid6: sse2x1 xor() 9077 MB/s\n[ 3.583905] raid6: sse2x2 gen() 14535 MB/s\n[ 3.651901] raid6: sse2x2 xor() 9916 MB/s\n[ 3.719902] raid6: sse2x4 gen() 16630 MB/s\n[ 3.787902] raid6: sse2x4 xor() 11432 MB/s\n[ 3.855900] raid6: avx2x1 gen() 21938 MB/s\n[ 3.923912] raid6: avx2x2 gen() 26349 MB/s\n[ 3.991901] raid6: avx2x4 gen() 30201 MB/s\n[ 3.992752] raid6: using algorithm avx2x4 gen() 30201 MB/s\n[ 3.993752] raid6: using avx2x2 recovery algorithm\n[ 3.995719] xor: automatically using best checksumming function:\n[ 4.035900] avx : 35870.000 MB/sec\n[ 4.037693] async_tx: api initialized (async)\n[ 4.045190] md: raid6 personality registered for level 6\n[ 4.046201] md: raid5 personality registered for level 5\n[ 4.047176] md: raid4 personality registered for level 4\n[ 4.051358] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 4.074923] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.102246] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 4.201030] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 4.204229] systemd[1]: Detected virtualization kvm.\n[ 4.205162] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.209648] systemd[1]: Set hostname to .\n[ 4.214760] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.215873] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.330641] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.332842] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.334555] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336866] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.338765] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.340785] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342746] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.344945] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.347030] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.349185] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.351158] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.353118] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.354968] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.357638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.359859] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.362029] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.365178] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.369005] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.373933] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.385656] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.388407] Loading iSCSI transport class v2.0-870.\n[ 4.389962] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.394828] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.399274] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.405190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.409306] iscsi: registered transport (tcp)\n[ 4.410949] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.416251] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.421703] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.426164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.433201] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.436087] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.444466] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.446316] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.449272] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.455362] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.459930] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.479890] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.904774] cloud-init[456]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 06 Nov 2018 00:09:15 +0000. Up 5.18 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.844224] cloud-init[1018]: Cloud-init v. 0.7.9 running 'init' at Tue, 06 Nov 2018 00:09:17 +0000. Up 7.05 seconds.\n[ 8.846800] cloud-init[1018]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 8.852295] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.856128] cloud-init[1018]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.860097] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.864097] cloud-init[1018]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:4b:0c:93 |\n[ 8.865849] cloud-init[1018]: ci-info: | ens3 | True | fe80::f816:3eff:fe4b:c93/64 | . | link | fa:16:3e:4b:0c:93 |\n[ 8.872102] cloud-init[1018]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.873882] cloud-init[1018]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.880105] cloud-init[1018]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 8.881872] cloud-init[1018]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.883457] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.889095] cloud-init[1018]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.890689] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.896270] cloud-init[1018]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.897886] cloud-init[1018]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.899467] cloud-init[1018]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 8.905291] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.906878] cloud-init[1018]: Generating public/private rsa key pair.\n[ 8.908078] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.913506] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.916244] cloud-init[1018]: The key fingerprint is:[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.919705] cloud-init[1018]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\nSHA256:+bNcPwPFybif101IZgB0JrQ5QZng4Qv5GsVvU1R/Dlc root@sdnvpn-13-2\n[ 8.925352] cloud-init[1018]: The key's randomart image is:\n[ 8.926199] cloud-init[1018]: +---[RSA 2048]----+\n[ 8.926968] cloud-init[1018]: | o=B++.. E|\n[ 8.927701] cloud-init Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[1018]: | = .oO. ..|\n[ 8.932478] cloud-init[1018]: | o = + .=..+|\n[ 8.933267] cloud-init[1018]: | + + o. O+.|\n[ 8.934016] cloud-init[1018]: | . S + * ..|\n[ 8.934757] cloud-init[1018]: | o o .o . .|\n[ 8.935499] cloud-init[1018]: | . o .o oo|\n[ 8.936533] cloud-init Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.[1018]: | . + .= +|\n[ 8.940687] cloud-init[1018]: | o .+ |\n[ 8.941437] cloud-init[1018]: +----[SHA256]-----+\n[ 8.942205] cloud-init[1018]: Generating public/private dsa key pair.\n[ 8.943136] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.948913] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.953685] cloud-init[1018]: The key fingerprint is:\n[ 8.956468] cloud-init[1018]: SHA256:16adUVHaOVWO0ITIvhJCziamQqUPCPj3CMLMCDXHtbw root@sdnvpn-13-2[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.960499] cloud-init[1018]: The key's randomart image is:\n\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m[ 8.964064] cloud-init[1018]: +---[DSA 1024]----+\n[ 8.964796] cloud-init[1018]: |..o.... . ..+o.=|\n[ 8.965539] cloud-init[1018]: |+ +.... o ...*o|\n[ 8.966287] cloud-init[1018]: |O.o +o . +oo|\n[ 8.967038] cloud-init[1018]: |+Bo + =.. .. . .|\n[ 8.967792] cloud-init] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[1018]: |..o= =E.S...+ |\n[ 8.972782] cloud-init[1018]: |. ... . ...+ o |\n[ 8.974815] cloud-init[1018]: | . .. o |\n[ 8.976708] cloud-init[1018]: | |\n[ 8.977802] cloud-init[1018]: | |\n[ 8.978946] cloud-init[1018]: +----[SHA256]-----+\n[ 8.980188] cloud-init[1018]: Generating public/private ecdsa key pair.\n[ 8.982270] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.984119] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.985817] cloud-init[1018]: The key fingerprint is:\n[ 8.987111] cloud-init[1018]: SHA256:l/ckSp8hjW8ZQNDNNDEGuaHJE0xPi+hH8Z2hw8senhY root@sdnvpn-13-2\n[ 8.989012] cloud-init[1018]: The key's randomart image is:\n[ 8.990453] cloud-init[1018]: +---[ECDSA 256]---+\n[ 8.991623] cloud-init[1018]: | o+o+*B. |\n[ 8.992793] cloud-init[1018]: | .oO+=o= |\n[ 8.994044] cloud-init[1018]: | ..o+Ooo |\n[ 8.995155] cloud-init[1018]: | . .=..B |\n[ 8.996267] cloud-init[1018]: | . S.E * . |\n[ 8.997363] cloud-init[1018]: | . = X O |\n[ 8.998467] cloud-init[1018]: | * * . |\n[[0;32m OK [0m] [ 9.004106] cloud-init[1018]: | . . |\n[ 9.005443] Started Deferred execution scheduler.\ncloud-init[1018]: | |\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 9.008703] cloud-init[1018]: +----[SHA256]-----+\n Starting LSB: MD monitoring daemon...\n[ 9.011204] cloud-init[1018]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n[ 9.019894] Starting System Logging Service...\n Starting Accounts Service...cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[ 9.033443] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Login Service...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.130401] cloud-init[1018]: The key fingerprint is:\n[ 9.140869] cloud-init[1018]: SHA256:zRmVIL7ZXqmZDI8Skq4YY3MOvg67f1fBu/u0ZilmnU0 root@sdnvpn-13-2[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 9.160978] cloud-init[1018]: [[0;32m OK [0m] Started Login Service.\n The key's randomart image is:Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n[ 9.177924] \n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...cloud-init[1018]: +--[ED25519 256]--+\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 9.226661] cloud-init[1018]: | . .... | Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.272260] cloud-init Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[1018]: | . . .. |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 9.294218] cloud-init[1018]: | .. . |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.302972] cloud-init[1018]: | . o* o . |\n[ 9.316948] cloud-init[1018]: | o . So= o |\n[ 9.328135] cloud-init[1018]: | . . .o* =E |\n[ 9.332973] cloud-init[1018]: |++ .. ...oO= |\n[ 9.336081] cloud-init[1018]: |+==.. ..=.*.. |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.346094] cloud-init[1018]: |=*+o . o.*o |\n[ 9.352136] cloud-init[1018]: +----[SHA256]-----+\n[ 9.621024] cloud-init[1148]: Generating locales (this might take a while)...\n[ 10.191007] cloud-init[1148]: en_US.UTF-8... done\n[ 10.192969] cloud-init[1148]: Generation complete.\n[ 10.690223] cloud-init[1148]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 06 Nov 2018 00:09:20 +0000. Up 9.56 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: [ 15.986557] cloud-init[1389]: + sudo useradd -m sdnvpn\n[ 16.047107] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n"} 2018-11-06 00:09:27,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action used request id req-117cc26a-2e9f-423d-9494-6c100f9d87f0 2018-11-06 00:09:29,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" 2018-11-06 00:09:29,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-83b4d439-520b-4c4b-8a6c-181a7fd7f961 Date: Tue, 06 Nov 2018 00:09:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-11-06T00:06:09Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-11-06T00:06:20Z", "visibility": "public", "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c/snap", "metadata": {}}], "self": "/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "min_disk": 0, "protected": false, "id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "file": "/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "aba621f7e9154af3a5e42bcbad943619", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-06 00:09:29,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-83b4d439-520b-4c4b-8a6c-181a7fd7f961 2018-11-06 00:09:29,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" 2018-11-06 00:09:29,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8150567b-d3c4-459f-a6dc-53ae21aa8678 Date: Tue, 06 Nov 2018 00:09:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-06 00:09:29,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8150567b-d3c4-459f-a6dc-53ae21aa8678 2018-11-06 00:09:29,859 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 00:09:29,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-06 00:09:30,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/62813772-41b1-4430-8354-142107d8fa6d X-Openstack-Request-Id: req-a97d7b20-370b-4002-960d-07cebba16b81 Date: Tue, 06 Nov 2018 00:09:30 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-06T00:09:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-06T00:09:30Z", "visibility": "public", "locations": [], "self": "/v2/images/62813772-41b1-4430-8354-142107d8fa6d", "min_disk": 0, "protected": false, "id": "62813772-41b1-4430-8354-142107d8fa6d", "file": "/v2/images/62813772-41b1-4430-8354-142107d8fa6d/file", "checksum": null, "owner": "aba621f7e9154af3a5e42bcbad943619", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-06 00:09:30,473 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a97d7b20-370b-4002-960d-07cebba16b81 2018-11-06 00:09:30,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/62813772-41b1-4430-8354-142107d8fa6d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" -d '' 2018-11-06 00:09:31,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2230882-61ee-4593-b8dd-e780728f4e97 Date: Tue, 06 Nov 2018 00:09:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:09:31,908 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/62813772-41b1-4430-8354-142107d8fa6d/file used request id req-b2230882-61ee-4593-b8dd-e780728f4e97 2018-11-06 00:09:31,909 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-11-06 00:09:31,909 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=62813772-41b1-4430-8354-142107d8fa6d network=cd039741-8e65-40a9-921a-51f79836450c secgroup=916556da-f5c6-48df-816e-a4cb784f99e4 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-06 00:09:31,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:09:31,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:09:31,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:09:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:09:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:09:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:09:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:09:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:09:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:09:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:09:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:09:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:09:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:09:31,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:09:31,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:09:31,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:09:31,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:09:31,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:09:31,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9975ea-fd8d-4df3-8d37-3c45515eaff9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:09:31,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b9975ea-fd8d-4df3-8d37-3c45515eaff9 2018-11-06 00:09:31,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:09:32,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:09:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["h2_RjGRNRrawcyV3uO7zAw"], "issued_at": "2018-11-06T00:09:32.000000Z"}} 2018-11-06 00:09:32,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" 2018-11-06 00:09:32,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-2166fc4b-dbfc-448b-9087-1107ec208609 x-compute-request-id: req-2166fc4b-dbfc-448b-9087-1107ec208609 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-06 00:09:32,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2166fc4b-dbfc-448b-9087-1107ec208609 2018-11-06 00:09:32,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" 2018-11-06 00:09:32,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-6fa43948-ec90-410c-ab30-953e7918f6a9 x-compute-request-id: req-6fa43948-ec90-410c-ab30-953e7918f6a9 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:09:32,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d used request id req-6fa43948-ec90-410c-ab30-953e7918f6a9 2018-11-06 00:09:32,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "62813772-41b1-4430-8354-142107d8fa6d", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cd039741-8e65-40a9-921a-51f79836450c"}], "config_drive": true}}' 2018-11-06 00:09:33,941 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:09: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-fb80a2e2-133a-47fa-a406-8dd270f4d203 x-compute-request-id: req-fb80a2e2-133a-47fa-a406-8dd270f4d203 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "adminPass": "aRqh38dtWAd5"}} 2018-11-06 00:09:33,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-fb80a2e2-133a-47fa-a406-8dd270f4d203 2018-11-06 00:09:33,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:09:33,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fda233f-dd10-46e0-8a83-a6df805f63d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:09:33,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fda233f-dd10-46e0-8a83-a6df805f63d0 2018-11-06 00:09:33,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:09:34,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:09:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["D6VzSf0xRbWR5lBTqwMaKw"], "issued_at": "2018-11-06T00:09:34.000000Z"}} 2018-11-06 00:09:34,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84278175cf3dfca3e3bd8af14f2d39a340f9dd5e" 2018-11-06 00:09:34,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-d8a3f43a-1b31-44a3-ac4c-1bdd51317bef x-compute-request-id: req-d8a3f43a-1b31-44a3-ac4c-1bdd51317bef Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:09:34Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:34,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc used request id req-d8a3f43a-1b31-44a3-ac4c-1bdd51317bef 2018-11-06 00:09:37,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84278175cf3dfca3e3bd8af14f2d39a340f9dd5e" 2018-11-06 00:09:38,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-bd15682e-c791-46ac-a448-9fb5f022ccca x-compute-request-id: req-bd15682e-c791-46ac-a448-9fb5f022ccca Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-06T00:09:34Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:38,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc used request id req-bd15682e-c791-46ac-a448-9fb5f022ccca 2018-11-06 00:09:41,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84278175cf3dfca3e3bd8af14f2d39a340f9dd5e" 2018-11-06 00:09:42,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-c0671775-4636-4f8a-94a2-8a3c3ba9e45f x-compute-request-id: req-c0671775-4636-4f8a-94a2-8a3c3ba9e45f Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:42,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc used request id req-c0671775-4636-4f8a-94a2-8a3c3ba9e45f 2018-11-06 00:09:42,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" 2018-11-06 00:09:43,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-3f5b7d99-321e-4baa-836e-4530b1337c37 x-compute-request-id: req-3f5b7d99-321e-4baa-836e-4530b1337c37 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-06 00:09:43,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc used request id req-3f5b7d99-321e-4baa-836e-4530b1337c37 2018-11-06 00:09:43,092 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.8'. 2018-11-06 00:09:43,092 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-11-06 00:09:43,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" -d '{"addSecurityGroup": {"name": "916556da-f5c6-48df-816e-a4cb784f99e4"}}' 2018-11-06 00:09:44,992 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:09: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-cf04c2d0-1555-4aa6-9b47-636e69e417d3 x-compute-request-id: req-cf04c2d0-1555-4aa6-9b47-636e69e417d3 Content-Length: 0 Content-Type: application/json 2018-11-06 00:09:44,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-cf04c2d0-1555-4aa6-9b47-636e69e417d3 2018-11-06 00:09:44,993 - sdnvpn_test_utils - INFO - Waiting for instance c99c5151-36c2-4857-9306-1fd1242d30cc to boot up 2018-11-06 00:09:44,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:46,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-1e69f14a-25f0-4892-adcf-5e99bc1689ed x-compute-request-id: req-1e69f14a-25f0-4892-adcf-5e99bc1689ed Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:09:46,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-1e69f14a-25f0-4892-adcf-5e99bc1689ed 2018-11-06 00:09:48,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:49,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-f1b39c69-1816-46de-a7f3-f76bf003c1c9 x-compute-request-id: req-f1b39c69-1816-46de-a7f3-f76bf003c1c9 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:09:49,139 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-f1b39c69-1816-46de-a7f3-f76bf003c1c9 2018-11-06 00:09:51,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:52,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-61970faf-4154-4972-ac45-9e2f40f7c314 x-compute-request-id: req-61970faf-4154-4972-ac45-9e2f40f7c314 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:09:52,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-61970faf-4154-4972-ac45-9e2f40f7c314 2018-11-06 00:09:54,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:55,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-1a088e88-640a-4a6e-af00-239e41e9d964 x-compute-request-id: req-1a088e88-640a-4a6e-af00-239e41e9d964 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:09:55,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-1a088e88-640a-4a6e-af00-239e41e9d964 2018-11-06 00:09:57,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:09:58,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:09: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-04ab0a58-4d68-4c05-93f7-90cfd55a4038 x-compute-request-id: req-04ab0a58-4d68-4c05-93f7-90cfd55a4038 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:09:58,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-04ab0a58-4d68-4c05-93f7-90cfd55a4038 2018-11-06 00:10:00,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:01,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-8d3bfae7-76ae-4083-a91a-b5302a834bad x-compute-request-id: req-8d3bfae7-76ae-4083-a91a-b5302a834bad Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:01,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-8d3bfae7-76ae-4083-a91a-b5302a834bad 2018-11-06 00:10:03,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:04,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-96ea9798-afb8-4c47-99f6-940b8efdf86f x-compute-request-id: req-96ea9798-afb8-4c47-99f6-940b8efdf86f Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:04,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-96ea9798-afb8-4c47-99f6-940b8efdf86f 2018-11-06 00:10:06,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:07,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-b6f95c28-0b6a-4811-a4e7-659bfffbc15b x-compute-request-id: req-b6f95c28-0b6a-4811-a4e7-659bfffbc15b Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:07,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-b6f95c28-0b6a-4811-a4e7-659bfffbc15b 2018-11-06 00:10:09,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:10,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-06ebce76-cb29-4841-b90b-db1fc958e0ae x-compute-request-id: req-06ebce76-cb29-4841-b90b-db1fc958e0ae Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:10,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-06ebce76-cb29-4841-b90b-db1fc958e0ae 2018-11-06 00:10:12,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:13,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ea0d751-66b7-4aee-a972-e3dd0080f013 x-compute-request-id: req-3ea0d751-66b7-4aee-a972-e3dd0080f013 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:13,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-3ea0d751-66b7-4aee-a972-e3dd0080f013 2018-11-06 00:10:15,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:16,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-a2dce289-ace8-40d2-94c3-f4c5a322db19 x-compute-request-id: req-a2dce289-ace8-40d2-94c3-f4c5a322db19 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:16,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-a2dce289-ace8-40d2-94c3-f4c5a322db19 2018-11-06 00:10:18,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:19,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50ab2070-849e-417f-a267-b1064c1842a0 x-compute-request-id: req-50ab2070-849e-417f-a267-b1064c1842a0 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:19,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-50ab2070-849e-417f-a267-b1064c1842a0 2018-11-06 00:10:21,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:23,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-ddcba120-b7e6-4445-85fd-2610258d67d8 x-compute-request-id: req-ddcba120-b7e6-4445-85fd-2610258d67d8 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:23,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-ddcba120-b7e6-4445-85fd-2610258d67d8 2018-11-06 00:10:25,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:26,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-64b26107-0ac6-47f9-b634-8b96543a8566 x-compute-request-id: req-64b26107-0ac6-47f9-b634-8b96543a8566 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:26,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-64b26107-0ac6-47f9-b634-8b96543a8566 2018-11-06 00:10:28,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:29,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-ae32e463-79e5-4c3a-83fa-9d6bdf30e503 x-compute-request-id: req-ae32e463-79e5-4c3a-83fa-9d6bdf30e503 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:29,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-ae32e463-79e5-4c3a-83fa-9d6bdf30e503 2018-11-06 00:10:31,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:32,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-a8fbad4b-65ae-49d4-9e71-8dc5ceb1f304 x-compute-request-id: req-a8fbad4b-65ae-49d4-9e71-8dc5ceb1f304 Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:32,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-a8fbad4b-65ae-49d4-9e71-8dc5ceb1f304 2018-11-06 00:10:34,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:35,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-90cbb33c-7342-4a22-9362-31382f243e4d x-compute-request-id: req-90cbb33c-7342-4a22-9362-31382f243e4d Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:35,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-90cbb33c-7342-4a22-9362-31382f243e4d 2018-11-06 00:10:37,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:38,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-a327c98f-4584-41a5-b118-16052591465a x-compute-request-id: req-a327c98f-4584-41a5-b118-16052591465a Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:38,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-a327c98f-4584-41a5-b118-16052591465a 2018-11-06 00:10:40,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:41,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b20354e-907f-470e-b694-2c1509ffc91e x-compute-request-id: req-6b20354e-907f-470e-b694-2c1509ffc91e Content-Encoding: gzip Content-Length: 7890 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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...\n"} 2018-11-06 00:10:41,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-6b20354e-907f-470e-b694-2c1509ffc91e 2018-11-06 00:10:43,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:10:44,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:10: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-7e869a90-587b-4637-9be5-7e50c378bbdb x-compute-request-id: req-7e869a90-587b-4637-9be5-7e50c378bbdb Content-Encoding: gzip Content-Length: 8082 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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 discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n"} 2018-11-06 00:10:44,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-7e869a90-587b-4637-9be5-7e50c378bbdb 2018-11-06 00:10:46,600 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-11-06 00:10:46,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-935508", "route_distinguishers": ["12:12", "13:13"]}}' 2018-11-06 00:10:47,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-80dd1f29-82d8-44b5-afbd-4b5cf1d3108b Date: Tue, 06 Nov 2018 00:10:46 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "67b3d27f-fd80-43f7-ac71-6db5a7686279", "name": "sdnvpn-935508", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "type": "l3"}} 2018-11-06 00:10:47,029 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-80dd1f29-82d8-44b5-afbd-4b5cf1d3108b 2018-11-06 00:10:47,030 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-935508', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'aba621f7e9154af3a5e42bcbad943619', u'route_targets': [], u'project_id': u'aba621f7e9154af3a5e42bcbad943619', u'type': u'l3', u'id': u'67b3d27f-fd80-43f7-ac71-6db5a7686279'}} 2018-11-06 00:10:47,030 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-11-06 00:10:47,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/67b3d27f-fd80-43f7-ac71-6db5a7686279/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"router_association": {"router_id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b"}}' 2018-11-06 00:10:47,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-df6f3b98-b14b-4a59-9061-0b0edc3c261f Date: Tue, 06 Nov 2018 00:10:47 GMT RESP BODY: {"router_association": {"router_id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "3ff63685-a315-4838-9372-4a117cff389a"}} 2018-11-06 00:10:47,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/67b3d27f-fd80-43f7-ac71-6db5a7686279/router_associations used request id req-df6f3b98-b14b-4a59-9061-0b0edc3c261f 2018-11-06 00:10:47,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"router": {"routes": [{"nexthop": "10.10.10.7", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}]}}' 2018-11-06 00:10:48,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-da607b0d-b293-464b-8324-84f57caf1fba Date: Tue, 06 Nov 2018 00:10:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-06T00:06:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-06T00:10:48Z", "revision_number": 6, "routes": [{"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.7", "destination": "179.24.1.12/32"}], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b", "name": "sdnvpn-13-1-router"}} 2018-11-06 00:10:48,591 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b used request id req-da607b0d-b293-464b-8324-84f57caf1fba 2018-11-06 00:10:48,592 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 00:11:18,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:11:19,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50530be9-e2b4-42e3-b386-f6681db74f0e x-compute-request-id: req-50530be9-e2b4-42e3-b386-f6681db74f0e Content-Encoding: gzip Content-Length: 8122 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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 discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 35.25s]\n"} 2018-11-06 00:11:19,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-50530be9-e2b4-42e3-b386-f6681db74f0e 2018-11-06 00:11:19,706 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.8) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-11-06 00:11:19,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953f9b7fb56c0642cb0799cccda947704de2639b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-06 00:11:20,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-e16841af-4cfa-4508-9c85-aa2f5a635359 x-compute-request-id: req-e16841af-4cfa-4508-9c85-aa2f5a635359 Content-Encoding: gzip Content-Length: 8122 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502947621 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.910 MHz processor\n[ 0.136687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138651] pid_max: default: 32768 minimum: 301\n[ 0.139728] ACPI: Core revision 20150930\n[ 0.141245] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142802] Security Framework initialized\n[ 0.143790] Yama: becoming mindful.\n[ 0.144645] AppArmor: AppArmor initialized\n[ 0.145669] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147353] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149299] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150755] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152424] Initializing cgroup subsys io\n[ 0.153375] Initializing cgroup subsys memory\n[ 0.154403] Initializing cgroup subsys devices\n[ 0.155452] Initializing cgroup subsys freezer\n[ 0.156498] Initializing cgroup subsys net_cls\n[ 0.157509] Initializing cgroup subsys perf_event\n[ 0.158567] Initializing cgroup subsys net_prio\n[ 0.159626] Initializing cgroup subsys hugetlb\n[ 0.160690] Initializing cgroup subsys pids\n[ 0.161748] CPU: Physical Processor ID: 0\n[ 0.163387] mce: CPU supports 10 MCE banks\n[ 0.164405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165605] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183278] ftrace: allocating 31920 entries in 125 pages\n[ 0.209946] smpboot: Max logical packages: 1\n[ 0.210975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212582] x2apic enabled\n[ 0.213504] Switched APIC routing to physical x2apic.\n[ 0.215462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216827] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221325] KVM setup paravirtual spinlock\n[ 0.222767] x86: Booted up 1 node, 1 CPUs\n[ 0.223730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225371] devtmpfs: initialized\n[ 0.227210] evm: security.selinux\n[ 0.228049] evm: security.SMACK64\n[ 0.228845] evm: security.SMACK64EXEC\n[ 0.229709] evm: security.SMACK64TRANSMUTE\n[ 0.230646] evm: security.SMACK64MMAP\n[ 0.231536] evm: security.ima\n[ 0.232298] evm: security.capability\n[ 0.233304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235125] pinctrl core: initialized pinctrl subsystem\n[ 0.236195] RTC time: 0:09:38, date: 11/06/18\n[ 0.237118] NET: Registered protocol family 16\n[ 0.238063] cpuidle: using governor ladder\n[ 0.238862] cpuidle: using governor menu\n[ 0.239640] PCCT header not found.\n[ 0.240379] ACPI: bus type PCI registered\n[ 0.241165] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242374] PCI: Using configuration type 1 for base access\n[ 0.244475] ACPI: Added _OSI(Module Device)\n[ 0.245300] ACPI: Added _OSI(Processor Device)\n[ 0.246142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249105] ACPI: Interpreter enabled\n[ 0.249861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257108] ACPI: (supports S0 S5)\n[ 0.257798] ACPI: Using IOAPIC for interrupt routing\n[ 0.258760] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262911] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267432] acpiphp: Slot [3] registered\n[ 0.268219] acpiphp: Slot [4] registered\n[ 0.268999] acpiphp: Slot [5] registered\n[ 0.269784] acpiphp: Slot [6] registered\n[ 0.270559] acpiphp: Slot [7] registered\n[ 0.271340] acpiphp: Slot [8] registered\n[ 0.272124] acpiphp: Slot [9] registered\n[ 0.272902] acpiphp: Slot [10] registered\n[ 0.273690] acpiphp: Slot [11] registered\n[ 0.274487] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276073] acpiphp: Slot [14] registered\n[ 0.276863] acpiphp: Slot [15] registered\n[ 0.287621] acpiphp: Slot [16] registered\n[ 0.288450] acpiphp: Slot [17] registered\n[ 0.289247] acpiphp: Slot [18] registered\n[ 0.290037] acpiphp: Slot [19] registered\n[ 0.290826] acpiphp: Slot [20] registered\n[ 0.291619] acpiphp: Slot [21] registered\n[ 0.292416] acpiphp: Slot [22] registered\n[ 0.293208] acpiphp: Slot [23] registered\n[ 0.294004] acpiphp: Slot [24] registered\n[ 0.294796] acpiphp: Slot [25] registered\n[ 0.295585] acpiphp: Slot [26] registered\n[ 0.296380] acpiphp: Slot [27] registered\n[ 0.297175] acpiphp: Slot [28] registered\n[ 0.297966] acpiphp: Slot [29] registered\n[ 0.298758] acpiphp: Slot [30] registered\n[ 0.299547] acpiphp: Slot [31] registered\n[ 0.300335] PCI host bridge to bus 0000:00\n[ 0.301130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304901] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.306317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313880] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324072] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372438] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375301] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376603] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378183] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379232] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380767] vgaarb: loaded\n[ 0.381363] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382494] SCSI subsystem initialized\n[ 0.383306] ACPI: bus type USB registered\n[ 0.384119] usbcore: registered new interface driver usbfs\n[ 0.385138] usbcore: registered new interface driver hub\n[ 0.386136] usbcore: registered new device driver usb\n[ 0.387181] PCI: Using ACPI for IRQ routing\n[ 0.388223] NetLabel: Initializing\n[ 0.388935] NetLabel: domain hash size = 128\n[ 0.389778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390721] NetLabel: unlabeled traffic allowed by default\n[ 0.391815] clocksource: Switched to clocksource kvm-clock\n[ 0.397415] AppArmor: AppArmor Filesystem Enabled\n[ 0.398381] pnp: PnP ACPI init\n[ 0.399288] pnp: PnP ACPI: found 5 devices\n[ 0.405326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407014] NET: Registered protocol family 2\n[ 0.407964] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.409269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.410454] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.411623] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.412895] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414064] NET: Registered protocol family 1\n[ 0.414909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445350] Trying to unpack rootfs image as initramfs...\n[ 0.495548] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.509312] Scanning for low memory corruption every 60 seconds\n[ 0.510586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511703] audit: initializing netlink subsys (disabled)\n[ 0.512693] audit: type=2000 audit(1541462979.728:1): initialized\n[ 0.513962] Initialise system trusted keyring\n[ 0.514864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517910] zbud: loaded\n[ 0.518591] VFS: Disk quotas dquot_6.6.0\n[ 0.519381] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520861] fuse init (API version 7.23)\n[ 0.521720] Key type big_key registered\n[ 0.522488] Allocating IMA MOK and blacklist keyrings.\n[ 0.523565] Key type asymmetric registered\n[ 0.524380] Asymmetric key parser 'x509' registered\n[ 0.525306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526724] io scheduler noop registered\n[ 0.527490] io scheduler deadline registered (default)\n[ 0.528451] io scheduler cfq registered\n[ 0.529262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530271] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532904] ACPI: Power Button [PWRF]\n[ 0.533721] GHES: HEST is not enabled!\n[ 0.547359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575490] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605833] Linux agpgart interface v0.103\n[ 0.608266] brd: module loaded\n[ 0.609421] loop: module loaded\n[ 0.613894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615305] GPT:90111 != 20971519\n[ 0.615982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617039] GPT:90111 != 20971519\n[ 0.617703] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618631] vda: vda1 vda15\n[ 0.620046] scsi host0: ata_piix\n[ 0.620761] scsi host1: ata_piix\n[ 0.621442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624004] libphy: Fixed MDIO Bus: probed\n[ 0.624796] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625712] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627802] PPP generic driver version 2.4.2\n[ 0.628856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630370] ehci-pci: EHCI PCI platform driver\n[ 0.631419] ehci-platform: EHCI generic platform driver\n[ 0.632621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633991] ohci-pci: OHCI PCI platform driver\n[ 0.635031] ohci-platform: OHCI generic platform driver\n[ 0.636230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651174] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652395] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659913] usb usb1: Product: UHCI Host Controller\n[ 0.661035] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663546] hub 1-0:1.0: USB hub found\n[ 0.664482] hub 1-0:1.0: 2 ports detected\n[ 0.665549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669141] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670358] mousedev: PS/2 mouse device common for all mice\n[ 0.671855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674018] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675297] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678063] i2c /dev entries driver\n[ 0.678997] device-mapper: uevent: version 1.0.3\n[ 0.679912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682732] NET: Registered protocol family 10\n[ 0.683686] NET: Registered protocol family 17\n[ 0.684557] Key type dns_resolver registered\n[ 0.685469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688216] registered taskstats version 1\n[ 0.689019] Loading compiled-in X.509 certificates\n[ 0.690421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692208] zswap: loaded using pool lzo/zbud\n[ 0.693535] Key type trusted registered\n[ 0.695045] Key type encrypted registered\n[ 0.695855] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696848] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697847] evm: HMAC attrs: 0x1\n[ 0.698745] Magic number: 10:94:152\n[ 0.699483] bdi 1:4: hash matches\n[ 0.700248] rtc_cmos 00:00: setting system clock to 2018-11-06 00:09:39 UTC (1541462979)\n[ 0.701999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703346] EDD information not available.\n[ 0.780443] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782095] ata1.00: configured for MWDMA2\n[ 0.793738] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796231] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797706] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799138] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801199] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803042] Write protecting the kernel read-only data: 14336k\n[ 0.804844] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806930] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.864758] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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 discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 35.25s]\n"} 2018-11-06 00:11:20,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-e16841af-4cfa-4508-9c85-aa2f5a635359 2018-11-06 00:11:20,783 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2018-11-06 00:11:20,783 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-11-06 00:11:20,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"router": {"routes": []}}' 2018-11-06 00:11:21,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-cc8fbab7-d971-469b-aa46-532f1fbbe1a4 Date: Tue, 06 Nov 2018 00:11:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f827ab6-c5ee-4775-b891-069196ebbbbd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b0b806f-b9b6-4056-84ae-8b0d7bbf1712", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-06T00:06:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-06T00:11:21Z", "revision_number": 7, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b", "name": "sdnvpn-13-1-router"}} 2018-11-06 00:11:21,334 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b used request id req-cc8fbab7-d971-469b-aa46-532f1fbbe1a4 2018-11-06 00:11:21,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:21,391 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:11: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-86587bbe-8890-422e-a9c0-9c1a76835f5d x-compute-request-id: req-86587bbe-8890-422e-a9c0-9c1a76835f5d Content-Length: 0 Content-Type: application/json 2018-11-06 00:11:21,391 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d used request id req-86587bbe-8890-422e-a9c0-9c1a76835f5d 2018-11-06 00:11:21,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" -d '{"forceDelete": null}' 2018-11-06 00:11:21,568 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:11: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-c2c3b79b-02bd-4e53-9b78-4f8a196b829d x-compute-request-id: req-c2c3b79b-02bd-4e53-9b78-4f8a196b829d Content-Length: 0 Content-Type: application/json 2018-11-06 00:11:21,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4/action used request id req-c2c3b79b-02bd-4e53-9b78-4f8a196b829d 2018-11-06 00:11:21,569 - sdnvpn_test_utils - DEBUG - Waiting for instance ca11636e-8b4f-4945-803c-605932006bf4 to be deleted 2018-11-06 00:11:21,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:22,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-8ca1fc57-9f93-4ed5-99f1-734097aee68e x-compute-request-id: req-8ca1fc57-9f93-4ed5-99f1-734097aee68e Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-06T00:09:10.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:10Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-06T00:08:44.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:11:21Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:22,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-8ca1fc57-9f93-4ed5-99f1-734097aee68e 2018-11-06 00:11:24,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:24,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-c601d408-9512-4936-9f59-bf08491f871c x-compute-request-id: req-c601d408-9512-4936-9f59-bf08491f871c Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-06T00:09:10.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:10Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:8c:97", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ca11636e-8b4f-4945-803c-605932006bf4", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-06T00:08:44.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "ca11636e-8b4f-4945-803c-605932006bf4", "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:11:23Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-06T00:06:31Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:24,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-c601d408-9512-4936-9f59-bf08491f871c 2018-11-06 00:11:26,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:27,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76efc838-a768-4f80-9684-a4a45c90fcac x-compute-request-id: req-76efc838-a768-4f80-9684-a4a45c90fcac Content-Encoding: gzip Content-Length: 961 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-06T00:09:10.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:10Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:27,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-76efc838-a768-4f80-9684-a4a45c90fcac 2018-11-06 00:11:29,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" -d '{"forceDelete": null}' 2018-11-06 00:11:29,997 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:11:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55bfe2d3-74de-4559-a1e0-891613f37f93 x-compute-request-id: req-55bfe2d3-74de-4559-a1e0-891613f37f93 Content-Length: 0 Content-Type: application/json 2018-11-06 00:11:29,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640/action used request id req-55bfe2d3-74de-4559-a1e0-891613f37f93 2018-11-06 00:11:29,998 - sdnvpn_test_utils - DEBUG - Waiting for instance 13ff3844-dbd5-4712-ad06-70eb00171640 to be deleted 2018-11-06 00:11:30,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:30,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-617ca1c1-4249-45ca-8f00-92ac386b734b x-compute-request-id: req-617ca1c1-4249-45ca-8f00-92ac386b734b Content-Encoding: gzip Content-Length: 973 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:0c:93", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13ff3844-dbd5-4712-ad06-70eb00171640", "rel": "bookmark"}], "image": {"id": "eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "links": [{"href": "http://172.30.9.23:8774/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-06T00:09:10.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "13ff3844-dbd5-4712-ad06-70eb00171640", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:11:29Z", "hostId": "204919ce9a5c9c58ebc5714fe584c810617f8d1bbf323384658578cf", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-06T00:08:50Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:30,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-617ca1c1-4249-45ca-8f00-92ac386b734b 2018-11-06 00:11:32,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:33,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-e9f4f85b-9e82-43d4-9a91-6db522df323d x-compute-request-id: req-e9f4f85b-9e82-43d4-9a91-6db522df323d Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:09:39Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:33,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-e9f4f85b-9e82-43d4-9a91-6db522df323d 2018-11-06 00:11:35,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" -d '{"forceDelete": null}' 2018-11-06 00:11:35,442 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:11: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-0a63ebf3-2d82-4829-b82d-824cb1deefb9 x-compute-request-id: req-0a63ebf3-2d82-4829-b82d-824cb1deefb9 Content-Length: 0 Content-Type: application/json 2018-11-06 00:11:35,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc/action used request id req-0a63ebf3-2d82-4829-b82d-824cb1deefb9 2018-11-06 00:11:35,443 - sdnvpn_test_utils - DEBUG - Waiting for instance c99c5151-36c2-4857-9306-1fd1242d30cc to be deleted 2018-11-06 00:11:35,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:36,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-a0f3699c-3ba7-4758-a8bf-a9066a524c8a x-compute-request-id: req-a0f3699c-3ba7-4758-a8bf-a9066a524c8a Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:11:35Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:36,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-a0f3699c-3ba7-4758-a8bf-a9066a524c8a 2018-11-06 00:11:38,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:38,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-102b7e62-187c-412c-a04c-7fc6333a6b45 x-compute-request-id: req-102b7e62-187c-412c-a04c-7fc6333a6b45 Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bd:cd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c99c5151-36c2-4857-9306-1fd1242d30cc", "rel": "bookmark"}], "image": {"id": "62813772-41b1-4430-8354-142107d8fa6d", "links": [{"href": "http://172.30.9.23:8774/images/62813772-41b1-4430-8354-142107d8fa6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-06T00:09:38.000000", "flavor": {"id": "2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "links": [{"href": "http://172.30.9.23:8774/flavors/2c9685d0-3dc4-4a94-8e46-fc3783660e6d", "rel": "bookmark"}]}, "id": "c99c5151-36c2-4857-9306-1fd1242d30cc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "7fe475b4df644f58888d823f364afdc9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-06T00:11:35Z", "hostId": "b16dbf327bab6a92572dda131440181ce22de797321d1572c89bf94c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-06T00:09:33Z", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-06 00:11:38,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-102b7e62-187c-412c-a04c-7fc6333a6b45 2018-11-06 00:11:40,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8edad08face312814c4efb0614e055e338dd14c" 2018-11-06 00:11:40,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7415f317-910c-4ca5-adbc-f6993f4a43a3 x-compute-request-id: req-7415f317-910c-4ca5-adbc-f6993f4a43a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-06 00:11:40,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-7415f317-910c-4ca5-adbc-f6993f4a43a3 2018-11-06 00:11:42,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" 2018-11-06 00:11:43,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-942f36fd-eaf6-4a38-ba1f-19b01f7446f9 Date: Tue, 06 Nov 2018 00:11:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:11:43,855 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/eb5f3a22-7c0b-4107-85e5-ca157c3ec03c used request id req-942f36fd-eaf6-4a38-ba1f-19b01f7446f9 2018-11-06 00:11:43,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/62813772-41b1-4430-8354-142107d8fa6d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b02310efcdb05cc73fe8f27f065db036868e4c3d" 2018-11-06 00:11:44,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a78e74b-692c-4a53-9658-82be69146670 Date: Tue, 06 Nov 2018 00:11:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:11:44,933 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/62813772-41b1-4430-8354-142107d8fa6d used request id req-5a78e74b-692c-4a53-9658-82be69146670 2018-11-06 00:11:44,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/67b3d27f-fd80-43f7-ac71-6db5a7686279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:11:45,286 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64c1114d-cffd-49eb-92a4-43a7dc9a8b6c Content-Length: 0 Date: Tue, 06 Nov 2018 00:11:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-06 00:11:45,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/67b3d27f-fd80-43f7-ac71-6db5a7686279 used request id req-64c1114d-cffd-49eb-92a4-43a7dc9a8b6c 2018-11-06 00:11:45,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"subnet_id": "b7ca68f9-791c-4fee-836f-e93187c08fbf"}' 2018-11-06 00:11:46,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-74467acf-2a3b-4373-8113-14324f1d27c6 Date: Tue, 06 Nov 2018 00:11:46 GMT RESP BODY: {"network_id": "cd039741-8e65-40a9-921a-51f79836450c", "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "subnet_id": "b7ca68f9-791c-4fee-836f-e93187c08fbf", "subnet_ids": ["b7ca68f9-791c-4fee-836f-e93187c08fbf"], "port_id": "164ee390-9203-421c-b4fa-96fd4d93b029", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b"} 2018-11-06 00:11:46,350 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b/remove_router_interface used request id req-74467acf-2a3b-4373-8113-14324f1d27c6 2018-11-06 00:11:46,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" -d '{"router": {"external_gateway_info": {}}}' 2018-11-06 00:11:47,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-29dd79f2-8d01-4865-a14d-3f76bc00e23c Date: Tue, 06 Nov 2018 00:11:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "aba621f7e9154af3a5e42bcbad943619", "created_at": "2018-11-06T00:06:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-06T00:11:46Z", "revision_number": 11, "routes": [], "project_id": "aba621f7e9154af3a5e42bcbad943619", "id": "a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b", "name": "sdnvpn-13-1-router"}} 2018-11-06 00:11:47,339 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b used request id req-29dd79f2-8d01-4865-a14d-3f76bc00e23c 2018-11-06 00:11:47,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/b7ca68f9-791c-4fee-836f-e93187c08fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:11:49,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63e3f932-5568-48f6-b29d-cb1057c9092b Date: Tue, 06 Nov 2018 00:11:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-06 00:11:49,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b7ca68f9-791c-4fee-836f-e93187c08fbf used request id req-63e3f932-5568-48f6-b29d-cb1057c9092b 2018-11-06 00:11:49,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:11:50,198 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-673bf01a-3a4b-4975-87f3-5ffa804e5616 Content-Length: 0 Date: Tue, 06 Nov 2018 00:11:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-06 00:11:50,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a35a070f-0fb4-41cc-bcb4-171ff3dc4c6b used request id req-673bf01a-3a4b-4975-87f3-5ffa804e5616 2018-11-06 00:11:50,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/cd039741-8e65-40a9-921a-51f79836450c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c0cbe4e766f94df064eb534c5ad3900f744429" 2018-11-06 00:11:50,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-446557ff-be82-4b20-8a1f-7b45e48dc2e4 Date: Tue, 06 Nov 2018 00:11:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-06 00:11:50,954 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cd039741-8e65-40a9-921a-51f79836450c used request id req-446557ff-be82-4b20-8a1f-7b45e48dc2e4 2018-11-06 00:11:50,954 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-11-06 00:11:50,955 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-06 00:11:50,955 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-11-06 00:11:50,955 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2018-11-06 00:11:50,956 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-11-06 00:11:50,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/aba621f7e9154af3a5e42bcbad943619 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3856cee1855e7a9da6bd9754b2ee73bccdc01b" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-11-06 00:11:51,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-74072934-b10e-427f-adaf-bb35c13cb8c0 Date: Tue, 06 Nov 2018 00:11:51 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-11-06 00:11:51,252 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/aba621f7e9154af3a5e42bcbad943619 used request id req-74072934-b10e-427f-adaf-bb35c13cb8c0 2018-11-06 00:11:51,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-11-06 00:11:51,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f395ac675f49d20febab30dd676794a252c567" -d '{"quota_class_set": {"instances": 10}}' 2018-11-06 00:11:51,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:11: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-b13bfae7-6fd7-4d28-b8f5-aa82a65b95ee x-compute-request-id: req-b13bfae7-6fd7-4d28-b8f5-aa82a65b95ee Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-06 00:11:51,442 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-b13bfae7-6fd7-4d28-b8f5-aa82a65b95ee 2018-11-06 00:11:51,446 - paramiko.transport - DEBUG - starting thread (client mode): 0x474cd650L 2018-11-06 00:11:51,446 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:11:51,474 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:11:51,474 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:11:51,479 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:11:51,479 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:11:51,480 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:11:51,480 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:11:51,480 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:11:51,480 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:11:51,488 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:11:51,489 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:11:51,510 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: d679e30ea19c107f857009f39a9ba2cd 2018-11-06 00:11:51,511 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:11:51,528 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:11:51,607 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:11:51,612 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:11:51,832 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:11:51,832 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:11:51,871 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:11:51,872 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:11:51,887 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:11:56,712 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:11:56,714 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:11:56,716 - paramiko.transport - DEBUG - starting thread (client mode): 0x47533750L 2018-11-06 00:11:56,716 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:11:56,721 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:11:56,722 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:11:56,725 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:11:56,725 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:11:56,725 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:11:56,725 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:11:56,725 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:11:56,726 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:11:56,732 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:11:56,732 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:11:56,748 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-06 00:11:56,749 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:11:56,771 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:11:56,782 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:11:56,813 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:11:56,867 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:11:56,867 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:11:56,906 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:11:56,907 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:11:56,917 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:11:56,953 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:11:56,954 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:11:56,955 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:11:56,956 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:11:56,956 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:11:56,997 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:11:57,035 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:11:57,037 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:11:57,038 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:11:57,038 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:11:57,039 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:11:57,080 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:11:57,112 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:11:57,114 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:11:57,116 - paramiko.transport - DEBUG - starting thread (client mode): 0x45a6ef90L 2018-11-06 00:11:57,116 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:11:57,121 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:11:57,121 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:11:57,125 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:11:57,125 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:11:57,125 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:11:57,125 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:11:57,126 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:11:57,126 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:11:57,131 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:11:57,131 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:11:57,148 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-06 00:11:57,148 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:11:57,170 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:11:57,183 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:11:57,213 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:11:57,272 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:11:57,272 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:11:57,311 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:11:57,312 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:11:57,317 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:11:57,354 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:11:57,355 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:11:57,356 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:11:57,357 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:11:57,357 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:11:57,398 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:11:57,436 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:11:57,438 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:11:57,438 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:11:57,439 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:11:57,440 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:11:57,481 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:11:57,514 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:11:57,515 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:11:57,517 - paramiko.transport - DEBUG - starting thread (client mode): 0x45a6e110L 2018-11-06 00:11:57,518 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:11:57,522 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:11:57,522 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:11:57,525 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:11:57,526 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:11:57,526 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:11:57,527 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:11:57,527 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:11:57,527 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:11:57,532 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:11:57,532 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:11:57,534 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-06 00:11:57,535 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:11:57,571 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:11:57,583 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:11:57,599 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:11:57,669 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:11:57,669 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:11:57,708 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:11:57,709 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:11:57,718 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:11:57,753 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:11:57,754 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:11:57,755 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:11:57,756 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:11:57,756 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:11:57,796 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:11:57,832 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:11:57,833 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:11:57,834 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:11:57,834 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:11:57,835 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:11:57,875 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:11:57,906 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:11:57,907 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:11:57,909 - paramiko.transport - DEBUG - starting thread (client mode): 0x475d7090L 2018-11-06 00:11:57,910 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:11:57,914 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:11:57,914 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:11:57,916 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:11:57,917 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:11:57,917 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:11:57,917 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:11:57,917 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:11:57,917 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:11:57,922 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:11:57,922 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:11:57,925 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-06 00:11:57,926 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:11:57,962 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:11:57,973 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:11:57,990 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:11:58,052 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:11:58,052 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:11:58,091 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:11:58,092 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:11:58,095 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:11:58,124 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:11:58,125 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:11:58,126 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:11:58,127 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:11:58,127 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:11:58,168 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:11:58,199 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:11:58,201 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:11:58,202 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:11:58,202 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:11:58,203 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:11:58,243 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:11:58,269 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:11:58,270 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:11:58,272 - paramiko.transport - DEBUG - starting thread (client mode): 0x45a7a410L 2018-11-06 00:11:58,273 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:11:58,277 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:11:58,277 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:11:58,279 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:11:58,279 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:11:58,280 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:11:58,280 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:11:58,280 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:11:58,280 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:11:58,284 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:11:58,285 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:11:58,288 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-06 00:11:58,289 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:11:58,324 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:11:58,334 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:11:58,353 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:11:58,416 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:11:58,416 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:11:58,455 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:11:58,456 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:11:58,459 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:11:58,489 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:11:58,490 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:11:58,491 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:11:58,492 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:11:58,492 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:11:58,533 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:11:58,564 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:11:58,566 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:11:58,566 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:11:58,567 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:11:58,567 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:11:58,608 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:11:58,635 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:11:58,635 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:11:58,636 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:11:58,637 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:11:58,637 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:11:58,644 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:12:03,216 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:12:03,218 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:12:03,220 - paramiko.transport - DEBUG - starting thread (client mode): 0x4746d150L 2018-11-06 00:12:03,220 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:12:03,226 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:12:03,226 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:12:03,229 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:12:03,229 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:12:03,229 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:12:03,229 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:12:03,229 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:12:03,229 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:12:03,234 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:12:03,235 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:12:03,236 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 2cec3fd1ca398b970967de67570401d7 2018-11-06 00:12:03,236 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:12:03,274 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:12:03,286 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:12:03,301 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:12:03,365 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:12:03,365 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:12:03,404 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:12:03,405 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:12:03,412 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:12:03,448 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:12:03,449 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:12:03,450 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:12:03,451 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:12:03,451 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:12:03,492 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:12:03,531 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:12:03,532 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:12:03,533 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:12:03,534 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:12:03,534 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:12:03,574 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:12:03,605 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:12:03,607 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:12:03,609 - paramiko.transport - DEBUG - starting thread (client mode): 0x475cb2d0L 2018-11-06 00:12:03,609 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:12:03,616 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:12:03,616 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:12:03,619 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:12:03,620 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:12:03,620 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:12:03,620 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:12:03,620 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:12:03,621 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:12:03,625 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:12:03,626 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:12:03,641 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: e05f0115a75816b01adec00b3085f077 2018-11-06 00:12:03,642 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:12:03,665 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:12:03,678 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:12:03,706 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:12:03,777 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:12:03,777 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:12:03,816 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:12:03,817 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:12:03,826 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:12:03,861 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:12:03,861 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:12:03,863 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:12:03,863 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:12:03,864 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:12:03,905 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:12:03,942 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:12:03,943 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:12:03,944 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:12:03,945 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:12:03,945 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:12:03,985 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:12:04,019 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:12:04,021 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:12:04,022 - paramiko.transport - DEBUG - starting thread (client mode): 0x475b3090L 2018-11-06 00:12:04,023 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:12:04,028 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:12:04,029 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:12:04,031 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:12:04,031 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:12:04,032 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:12:04,032 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:12:04,032 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:12:04,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:12:04,037 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:12:04,037 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:12:04,038 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: cb12a22277a596f11b5e3eec662ad71b 2018-11-06 00:12:04,039 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:12:04,076 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:12:04,087 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:12:04,103 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:12:04,176 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:12:04,176 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:12:04,215 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:12:04,216 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:12:04,224 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:12:04,263 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:12:04,264 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:12:04,265 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:12:04,265 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:12:04,265 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:12:04,307 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:12:04,344 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:12:04,346 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:12:04,346 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:12:04,347 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:12:04,347 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:12:04,390 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:12:04,423 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:12:04,425 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:12:04,427 - paramiko.transport - DEBUG - starting thread (client mode): 0x475e8d50L 2018-11-06 00:12:04,427 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:12:04,431 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:12:04,432 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:12:04,434 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:12:04,435 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:12:04,435 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:12:04,435 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:12:04,435 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:12:04,435 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:12:04,440 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:12:04,440 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:12:04,442 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 601b0f22b9f8e051b87650ddb938c00a 2018-11-06 00:12:04,443 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:12:04,480 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:12:04,491 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:12:04,507 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:12:04,564 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:12:04,564 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:12:04,603 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:12:04,604 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:12:04,610 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:12:04,641 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:12:04,642 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:12:04,644 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:12:04,645 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:12:04,646 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:12:04,686 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:12:04,719 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:12:04,720 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:12:04,721 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:12:04,722 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:12:04,722 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:12:04,763 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:12:04,791 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:12:04,792 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:12:04,794 - paramiko.transport - DEBUG - starting thread (client mode): 0x4761e310L 2018-11-06 00:12:04,794 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-06 00:12:04,801 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-06 00:12:04,801 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-06 00:12:04,804 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-06 00:12:04,804 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-06 00:12:04,804 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-06 00:12:04,805 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-06 00:12:04,805 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-06 00:12:04,805 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-06 00:12:04,810 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-06 00:12:04,810 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-06 00:12:04,826 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 542bf5aaafc03a6daac78df762ec9ded 2018-11-06 00:12:04,827 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-06 00:12:04,849 - paramiko.transport - DEBUG - userauth is OK 2018-11-06 00:12:04,862 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-06 00:12:04,891 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-06 00:12:04,961 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-06 00:12:04,962 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-06 00:12:05,001 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-06 00:12:05,002 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-06 00:12:05,010 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-06 00:12:05,041 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-06 00:12:05,042 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-06 00:12:05,042 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-06 00:12:05,045 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-06 00:12:05,045 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-06 00:12:05,085 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-06 00:12:05,118 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-06 00:12:05,120 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-06 00:12:05,121 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-06 00:12:05,122 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-06 00:12:05,122 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-06 00:12:05,162 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-06 00:12:05,191 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-06 00:12:05,192 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 00:12:05,198 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-06 00:12:05,215 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-06 00:12:05,216 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-06 00:12:05,216 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-06 00:12:05,219 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-06 00:12:05,252 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-06 00:12:05,252 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-06 00:12:05,254 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-06 00:12:05,266 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-06 00:12:05,267 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-06 00:12:05,269 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-06 00:12:05,269 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-06 00:12:05,270 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-06 00:12:05,272 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-06 00:12:05,273 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-06 00:12:05,273 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:05,274 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:05,274 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:08,458 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-06 00:12:08,461 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-06 00:12:08,461 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-06 00:12:08,462 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-06 00:12:08,462 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-06 00:12:08,503 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-06 00:12:08,533 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-06 00:12:08,534 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-06 00:12:08,535 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-06 00:12:08,536 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-06 00:12:08,645 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-06 00:12:08,647 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 00:12:08,662 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-11-06 00:12:08,846 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-06 00:12:08,847 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-06 00:12:08,847 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-06 00:12:08,849 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-06 00:12:08,882 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-06 00:12:08,882 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-06 00:12:08,884 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-06 00:12:08,885 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-06 00:12:08,887 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-06 00:12:08,888 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-06 00:12:08,889 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-06 00:12:08,889 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-06 00:12:08,891 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-06 00:12:08,892 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-06 00:12:08,892 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:08,893 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:08,893 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:13,270 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-06 00:12:13,271 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-06 00:12:13,272 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-06 00:12:13,274 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-06 00:12:13,274 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-06 00:12:13,315 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-06 00:12:13,349 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-06 00:12:13,350 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-06 00:12:13,351 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-06 00:12:13,352 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-06 00:12:13,470 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-06 00:12:13,472 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 00:12:13,487 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-11-06 00:12:13,699 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-06 00:12:13,700 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-06 00:12:13,700 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-06 00:12:13,704 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-06 00:12:13,736 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-06 00:12:13,737 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-06 00:12:13,738 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-06 00:12:13,739 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-06 00:12:13,741 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-06 00:12:13,742 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-06 00:12:13,742 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-06 00:12:13,743 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-06 00:12:13,745 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-06 00:12:13,745 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-06 00:12:13,746 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:13,746 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:13,747 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:18,051 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-06 00:12:18,053 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-06 00:12:18,054 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-06 00:12:18,055 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-06 00:12:18,055 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-06 00:12:18,095 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-06 00:12:18,125 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-06 00:12:18,126 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-06 00:12:18,127 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-06 00:12:18,128 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-06 00:12:18,259 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-06 00:12:18,261 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 00:12:18,278 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-11-06 00:12:18,597 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-06 00:12:18,598 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-06 00:12:18,598 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-06 00:12:18,600 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-06 00:12:18,627 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-06 00:12:18,627 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-06 00:12:18,629 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-06 00:12:18,629 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-06 00:12:18,631 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-06 00:12:18,632 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-06 00:12:18,633 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-06 00:12:18,633 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-06 00:12:18,635 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-06 00:12:18,635 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-06 00:12:18,636 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:18,636 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:18,637 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:18,760 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-06 00:12:18,762 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-06 00:12:18,762 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-06 00:12:18,763 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-06 00:12:18,764 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-06 00:12:18,804 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-06 00:12:18,832 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-06 00:12:18,832 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-06 00:12:18,833 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-06 00:12:18,834 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-06 00:12:18,841 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-06 00:12:18,842 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 00:12:18,859 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-11-06 00:12:18,883 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-06 00:12:18,884 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-06 00:12:18,884 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-06 00:12:18,887 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-06 00:12:18,913 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-06 00:12:18,913 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-06 00:12:18,915 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-06 00:12:18,916 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-06 00:12:18,917 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-06 00:12:18,919 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-06 00:12:18,920 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-06 00:12:18,920 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-06 00:12:18,921 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-06 00:12:18,922 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-06 00:12:18,923 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:18,923 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:18,923 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-06 00:12:19,028 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-06 00:12:19,029 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-06 00:12:19,029 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-06 00:12:19,030 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-06 00:12:19,031 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-06 00:12:19,071 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-06 00:12:19,097 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-06 00:12:19,097 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-06 00:12:19,099 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-06 00:12:19,100 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-06 00:12:19,106 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-06 00:12:19,108 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 00:12:19,123 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-11-06 00:12:19,148 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-11-06 00:12:20,579 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 00:12:20,579 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 46:32 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-11-06 00:12:20,585 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-11-06 00:12:20,585 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:37 | PASS | | bgpvpn | sdnvpn | features | 46:32 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-06 00:12:20,592 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-06 00:12:20,677 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:20,776 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:20,879 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:20,973 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,075 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,176 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,273 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,376 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,492 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,577 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,679 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,777 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,893 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:21,995 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,078 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,179 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,295 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,393 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,479 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,579 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,694 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,783 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,880 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,976 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:22,982 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,082 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,198 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,296 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,364 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,456 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,484 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,490 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:23,550 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-06 00:12:26,836 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-308 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-06 00:12:26,842 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=A4mUPKed4MwpDjvXWXXCXwUJW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-11-06 00:12:26,842 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 00:12:26,843 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-06 00:12:26,844 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-11-06 00:12:26,846 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-06 00:12:29,588 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-308 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-06 00:12:29,592 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=A4mUPKed4MwpDjvXWXXCXwUJW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-11-06 00:12:29,592 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 00:12:29,592 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-06 00:12:29,593 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-06 00:12:29,594 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-06 00:12:32,280 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-308 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-06 00:12:32,286 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=A4mUPKed4MwpDjvXWXXCXwUJW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.3 export OS_REGION_NAME=regionOne 2018-11-06 00:12:32,287 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-06 00:12:32,297 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:12:33,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:12:33,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:12:33,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:12:33,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:12:33,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:12:33,191 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:12:33,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d353c8-4c69-4fcc-a20e-0c11049c1ca3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:12:33,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-23d353c8-4c69-4fcc-a20e-0c11049c1ca3 2018-11-06 00:12:33,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:12:33,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}], "expires_at": "2018-11-06T01:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aba621f7e9154af3a5e42bcbad943619", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/aba621f7e9154af3a5e42bcbad943619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7fe475b4df644f58888d823f364afdc9"}, "audit_ids": ["mC2_L6-dSwy-5GnYvJNClQ"], "issued_at": "2018-11-06T00:12:33.000000Z"}} 2018-11-06 00:12:33,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-06 00:12:33,586 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:33,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0271b871-b722-4120-b2b2-406bb52516d9 Date: Tue, 06 Nov 2018 00:12:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4f827ab6-c5ee-4775-b891-069196ebbbbd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4790446d95754ab49ebc2abd16e507e3","status":"ACTIVE","subnets":["7b0b806f-b9b6-4056-84ae-8b0d7bbf1712"],"description":"","tags":[],"updated_at":"2018-11-05T21:49:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4790446d95754ab49ebc2abd16e507e3","created_at":"2018-11-05T21:49:41Z","provider:network_type":"flat"}]} 2018-11-06 00:12:33,808 - 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-0271b871-b722-4120-b2b2-406bb52516d9 2018-11-06 00:12:33,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.222890853882s 2018-11-06 00:12:33,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-0271b871-b722-4120-b2b2-406bb52516d9 2018-11-06 00:12:33,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-06 00:12:33,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:33,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 06 Nov 2018 00:12:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-06 00:12:34,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:34,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a42dc212-aebc-4687-b04f-2e30ceeb3762 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/8dba5ae6d5ed4e65941b5efdf73b871e"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8dba5ae6d5ed4e65941b5efdf73b871e"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-06 00:12:34,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-a42dc212-aebc-4687-b04f-2e30ceeb3762 2018-11-06 00:12:34,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.329993009567s 2018-11-06 00:12:34,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-06 00:12:34,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}}' 2018-11-06 00:12:34,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb5104c8-2a94-41a0-a98e-5e19b2654748 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912"}, "enabled": true, "id": "02f7493d1f84409dbc521d1487e5b912", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}} 2018-11-06 00:12:34,262 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-fb5104c8-2a94-41a0-a98e-5e19b2654748 2018-11-06 00:12:34,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.120756864548s 2018-11-06 00:12:34,263 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-fb5104c8-2a94-41a0-a98e-5e19b2654748 2018-11-06 00:12:34,264 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'id': u'02f7493d1f84409dbc521d1487e5b912', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-06 00:12:34,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-06 00:12:34,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.352003097534s 2018-11-06 00:12:34,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:34,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c573fe4a-4bca-43f3-98b9-c2741a12a783 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1"}, "enabled": true, "id": "e48354ff9460425b9a17bdcdb2d5a7f1", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}} 2018-11-06 00:12:34,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 used request id req-c573fe4a-4bca-43f3-98b9-c2741a12a783 2018-11-06 00:12:34,718 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e48354ff9460425b9a17bdcdb2d5a7f1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b'}) 2018-11-06 00:12:34,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:34,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b17db8d-dabd-4afd-8c10-446b673848f9 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:34,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b17db8d-dabd-4afd-8c10-446b673848f9 2018-11-06 00:12:34,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838520526886s 2018-11-06 00:12:34,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:34,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:34,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d1911d-9937-42b6-a075-df02cac979e0 Content-Encoding: gzip Content-Length: 284 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": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:34,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-26d1911d-9937-42b6-a075-df02cac979e0 2018-11-06 00:12:34,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812439918518s 2018-11-06 00:12:34,886 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 00:12:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-06 00:12:34,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" -d '{"role": {"name": "Member"}}' 2018-11-06 00:12:34,986 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa84e5bc-36f8-4417-a0c8-d969e5a0c835 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}} 2018-11-06 00:12:34,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-fa84e5bc-36f8-4417-a0c8-d969e5a0c835 2018-11-06 00:12:34,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.099956035614s 2018-11-06 00:12:34,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad44ca09-ee32-4b02-a023-4a2a6a6dcad5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "domain_id": null, "name": "Member", "id": "1739384f36fa4d00ad0505deffc5fe9e"}} 2018-11-06 00:12:35,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e used request id req-ad44ca09-ee32-4b02-a023-4a2a6a6dcad5 2018-11-06 00:12:35,066 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e'}, 'domain_id': None, 'human_id': None, 'id': u'1739384f36fa4d00ad0505deffc5fe9e', 'HUMAN_ID': False}) 2018-11-06 00:12:35,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:35,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f675849a-0f0a-4f49-8f7f-87fc1d0a8caa Content-Encoding: gzip Content-Length: 316 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": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:35,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f675849a-0f0a-4f49-8f7f-87fc1d0a8caa 2018-11-06 00:12:35,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081475019455s 2018-11-06 00:12:35,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-06 00:12:35,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8206fba3-f72b-47ff-aa1b-3abeb9c52a91 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-06 00:12:35,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-8206fba3-f72b-47ff-aa1b-3abeb9c52a91 2018-11-06 00:12:35,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078250169754s 2018-11-06 00:12:35,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:12:35,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ea909ba-5476-476a-b881-8048606869b4 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "links": {"self": "http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1"}, "domain_id": "default", "enabled": true, "id": "e48354ff9460425b9a17bdcdb2d5a7f1", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-06 00:12:35,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9ea909ba-5476-476a-b881-8048606869b4 2018-11-06 00:12:35,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104393959045s 2018-11-06 00:12:35,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9ea909ba-5476-476a-b881-8048606869b4 2018-11-06 00:12:35,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-06 00:12:35,340 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8a8b01-131f-4d1c-a1da-a633cc017d8d 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": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912"}, "enabled": true, "id": "02f7493d1f84409dbc521d1487e5b912", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-06 00:12:35,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ab8a8b01-131f-4d1c-a1da-a633cc017d8d 2018-11-06 00:12:35,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0756680965424s 2018-11-06 00:12:35,416 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ab8a8b01-131f-4d1c-a1da-a633cc017d8d 2018-11-06 00:12:35,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-06 00:12:35,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&scope.project.id=02f7493d1f84409dbc521d1487e5b912&role.id=1739384f36fa4d00ad0505deffc5fe9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-174b4163-57ca-4ae8-82c9-266f4a360dc5 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=e48354ff9460425b9a17bdcdb2d5a7f1&scope.project.id=02f7493d1f84409dbc521d1487e5b912&role.id=1739384f36fa4d00ad0505deffc5fe9e", "previous": null, "next": null}} 2018-11-06 00:12:35,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&scope.project.id=02f7493d1f84409dbc521d1487e5b912&role.id=1739384f36fa4d00ad0505deffc5fe9e used request id req-174b4163-57ca-4ae8-82c9-266f4a360dc5 2018-11-06 00:12:35,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0819420814514s 2018-11-06 00:12:35,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-06 00:12:35,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912/users/e48354ff9460425b9a17bdcdb2d5a7f1/roles/1739384f36fa4d00ad0505deffc5fe9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee17aebf-bd4c-4f12-9150-bfc82c7b9cee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:12:35,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912/users/e48354ff9460425b9a17bdcdb2d5a7f1/roles/1739384f36fa4d00ad0505deffc5fe9e used request id req-ee17aebf-bd4c-4f12-9150-bfc82c7b9cee 2018-11-06 00:12:35,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123347997665s 2018-11-06 00:12:35,625 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'c7289c6e-9d7e-4475-93fa-4fc4a451ffc8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'project_id': u'02f7493d1f84409dbc521d1487e5b912', '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-11-06 00:12:35,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-06 00:12:35,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-06 00:12:35,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-06 00:12:35,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-06 00:12:35,631 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'password': 'c7289c6e-9d7e-4475-93fa-4fc4a451ffc8', 'project_name': 'tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '02f7493d1f84409dbc521d1487e5b912', 'project_domain_name': 'Default'} 2018-11-06 00:12:35,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:35,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48baad78-c819-4430-bc94-9e5a74d66233 Content-Encoding: gzip Content-Length: 316 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": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:35,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-48baad78-c819-4430-bc94-9e5a74d66233 2018-11-06 00:12:35,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746009349823s 2018-11-06 00:12:35,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:35,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c012b14d-44cc-43ba-9a6a-1eb976e7aa26 Content-Encoding: gzip Content-Length: 316 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": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:35,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c012b14d-44cc-43ba-9a6a-1eb976e7aa26 2018-11-06 00:12:35,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804769992828s 2018-11-06 00:12:35,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-06 00:12:35,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:35,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337c3b82-4136-4c2f-8ab9-0956d35c1bd1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-06 00:12:35,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-337c3b82-4136-4c2f-8ab9-0956d35c1bd1 2018-11-06 00:12:35,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0815498828888s 2018-11-06 00:12:35,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:12:35,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a8d7ab4-cec6-4272-8100-7e3d3d960855 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "links": {"self": "http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1"}, "domain_id": "default", "enabled": true, "id": "e48354ff9460425b9a17bdcdb2d5a7f1", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-06 00:12:36,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2a8d7ab4-cec6-4272-8100-7e3d3d960855 2018-11-06 00:12:36,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189388036728s 2018-11-06 00:12:36,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2a8d7ab4-cec6-4272-8100-7e3d3d960855 2018-11-06 00:12:36,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-06 00:12:36,068 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bbb7b1-d494-42ec-a7e3-af259635c0e1 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": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912"}, "enabled": true, "id": "02f7493d1f84409dbc521d1487e5b912", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-06 00:12:36,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-32bbb7b1-d494-42ec-a7e3-af259635c0e1 2018-11-06 00:12:36,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0789330005646s 2018-11-06 00:12:36,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-32bbb7b1-d494-42ec-a7e3-af259635c0e1 2018-11-06 00:12:36,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-06 00:12:36,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&scope.project.id=02f7493d1f84409dbc521d1487e5b912&role.id=8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9273484-f8a3-4fcc-9271-10a2d9462823 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&scope.project.id=02f7493d1f84409dbc521d1487e5b912&role.id=8b21b2a7499e439f8f44f61796f2c85c", "previous": null, "next": null}} 2018-11-06 00:12:36,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&scope.project.id=02f7493d1f84409dbc521d1487e5b912&role.id=8b21b2a7499e439f8f44f61796f2c85c used request id req-b9273484-f8a3-4fcc-9271-10a2d9462823 2018-11-06 00:12:36,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784740447998s 2018-11-06 00:12:36,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-06 00:12:36,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912/users/e48354ff9460425b9a17bdcdb2d5a7f1/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b60be27-bc82-4e87-8d58-b7674a35fbc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:12:36,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912/users/e48354ff9460425b9a17bdcdb2d5a7f1/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-6b60be27-bc82-4e87-8d58-b7674a35fbc5 2018-11-06 00:12:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13307595253s 2018-11-06 00:12:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:36,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f501289e-58e8-4859-a55e-a126281fd9d1 Content-Encoding: gzip Content-Length: 316 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": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:36,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f501289e-58e8-4859-a55e-a126281fd9d1 2018-11-06 00:12:36,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806179046631s 2018-11-06 00:12:36,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-06 00:12:36,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632c90fa-5072-4dfd-9c5a-c3faed6a76b2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-06 00:12:36,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-632c90fa-5072-4dfd-9c5a-c3faed6a76b2 2018-11-06 00:12:36,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0814008712769s 2018-11-06 00:12:36,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:12:36,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc0984a-dda4-42c9-8bdf-fab7f79cb5d9 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "links": {"self": "http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1"}, "domain_id": "default", "enabled": true, "id": "e48354ff9460425b9a17bdcdb2d5a7f1", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-06 00:12:36,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ebc0984a-dda4-42c9-8bdf-fab7f79cb5d9 2018-11-06 00:12:36,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0896008014679s 2018-11-06 00:12:36,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ebc0984a-dda4-42c9-8bdf-fab7f79cb5d9 2018-11-06 00:12:36,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-06 00:12:36,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61d5a76-bf45-4aaa-aa21-7916718e5752 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-06 00:12:36,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e48354ff9460425b9a17bdcdb2d5a7f1&role.id=8b21b2a7499e439f8f44f61796f2c85c&scope.domain.id=default used request id req-e61d5a76-bf45-4aaa-aa21-7916718e5752 2018-11-06 00:12:36,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0845160484314s 2018-11-06 00:12:36,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-06 00:12:36,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/e48354ff9460425b9a17bdcdb2d5a7f1/roles/8b21b2a7499e439f8f44f61796f2c85c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:12:36,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:12:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbd0a9a8-6900-41c1-bcb6-aaba4714b1f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:12:36,829 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/e48354ff9460425b9a17bdcdb2d5a7f1/roles/8b21b2a7499e439f8f44f61796f2c85c used request id req-cbd0a9a8-6900-41c1-bcb6-aaba4714b1f0 2018-11-06 00:12:36,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121947050095s 2018-11-06 00:12:36,829 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 00:12:41,038 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 00:12:40.803 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=941fc295-b608-4856-bb1b-d7226651eac1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 941fc295-b608-4856-bb1b-d7226651eac1 | 2018-11-06T00:12:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 941fc295-b608-4856-bb1b-d7226651eac1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-06 00:12:44,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-11-06 00:12:44,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 00:12:49,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 00:12:48.327 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 00:12:48.439 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 00:12:49.400 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c186c3de-b55c-4963-9083-cf4badc833e3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c186c3de-b55c-4963-9083-cf4badc833e3) as the default verifier for the future CLI operations. 2018-11-06 00:12:52,287 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-06 00:12:52,287 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-06 00:12:52,370 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-06 00:12:52,372 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-06 00:12:52,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a9689c-6ac9-4195-b18a-b1c048203d88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-06 00:12:52,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-42a9689c-6ac9-4195-b18a-b1c048203d88 2018-11-06 00:12:52,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-06 00:12:52,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b21b2a7499e439f8f44f61796f2c85c", "name": "admin"}, {"id": "1739384f36fa4d00ad0505deffc5fe9e", "name": "Member"}], "expires_at": "2018-11-06T01:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02f7493d1f84409dbc521d1487e5b912", "name": "tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19d420dc0d944b23b819d1c341930629"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8aa02874f6cc4d91be0dc50bf2649d0c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f18acea14adc4388b50355fa27abbe71"}], "type": "cloudformation", "id": "1f2e33e9bf204163ba537992787e5c41", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2501704239c34d879ff6205cb054b34c"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d7224edbf04119a8da628e61806903"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d2a19c4b703e435e9b7371795316f0b3"}], "type": "network", "id": "21c55d786e8d44318178c6d21d35328f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40e3efe6602149598979342bf6b1ac55"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "61e513d2200d4b358919b180fdf5bc7d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f0be90ebacc495cb850c567dea8a397"}], "type": "metric", "id": "21efa0eb0e234e61a70affda9215dd85", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/02f7493d1f84409dbc521d1487e5b912", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1ae8ff944fdf4e4fb42fe0bab96bc54e"}, {"url": "http://192.30.9.3:8776/v2/02f7493d1f84409dbc521d1487e5b912", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46c4989a39e94acd9a3b91230d114bbc"}, {"url": "http://172.30.9.23:8776/v2/02f7493d1f84409dbc521d1487e5b912", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9915ac9c5e7a435394ba33383765edbd"}], "type": "volumev2", "id": "328689201b854c959ac8b3472bab70e1", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/02f7493d1f84409dbc521d1487e5b912", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfe7e3e4d154efbb9f66b823e467c83"}, {"url": "http://192.30.9.3:8776/v3/02f7493d1f84409dbc521d1487e5b912", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77a14fa22d0f427a84db238b60e7d4ab"}, {"url": "http://192.30.9.3:8776/v3/02f7493d1f84409dbc521d1487e5b912", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3786e9cd4a9408c9cd26fbecb72ae9d"}], "type": "volumev3", "id": "3f781007892d4b1a8f657ff6e93fd2d8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78d8ae10a1b6406ebc63ef0c9a64384d"}, {"url": "http://192.30.9.3:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82435b38513a443e814f3971fc708f04"}, {"url": "http://192.30.9.3:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff111463f3d745acaca9ea630890fb99"}], "type": "policy", "id": "4cb9b11909a3427e980d708a5dbac563", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06bb114ee2b04ee6ae3da38646e865b3"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38e4d7a0a6d846f18bdcc470ed3f36f1"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d24f1d8f694045b2b33845e8edc0a55e"}], "type": "alarming", "id": "4ecef037b7544b529c43d4b1458b8881", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "69e12291fc114cd1880ae3c5a17b8b23", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/02f7493d1f84409dbc521d1487e5b912", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cc7b66ad008414b940996c081561097"}, {"url": "http://192.30.9.3:8004/v1/02f7493d1f84409dbc521d1487e5b912", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2e4f2e6bf334f4fbb73f2198bb7352e"}, {"url": "http://192.30.9.3:8004/v1/02f7493d1f84409dbc521d1487e5b912", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5fcf1667f424286a2eb65fa970ffbbc"}], "type": "orchestration", "id": "8ce3ed35d7f64aa5b610ad19dd573da1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bf10468c1cc4bad9eb4ca798da95356"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98cd31bfff64460f960bd39254033c1b"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9cf987a77534d11bbb6cff8c6990517"}], "type": "placement", "id": "94c25c9576824d32b6b279e7266a07fb", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b7e863c3d24489390815674dc385070"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7fe54c0cbf9435386597b4988359ce9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eaf903d71f794e128c49a85b6302daf8"}], "type": "identity", "id": "a7aecdc07fdf4627a03143a4b160f015", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448b10321c8742578f610785767b9603"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6751e74982844fdb8fea78384520c5d4"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89fbbfb151541d8b839540a1c953757"}], "type": "compute", "id": "c562ac7909e04937aefc87b51e9d556b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56533840f07941d0a85ce526aaeb000b"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b3ff5a7cc3a44f239ed960f408f0bd2d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c632488bf1c04b8a81a788df537514d2"}], "type": "image", "id": "f34b184d6e8149c299e20721dc9b2e20", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/02f7493d1f84409dbc521d1487e5b912", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d793ded4aad4cd59eeb8559516215dd"}, {"url": "http://172.30.9.23:8776/v1/02f7493d1f84409dbc521d1487e5b912", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d9816a03b1b4a40ab186098e73e72dd"}, {"url": "http://192.30.9.3:8776/v1/02f7493d1f84409dbc521d1487e5b912", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "923c662fca1249f79431abff59cbc68c"}], "type": "volume", "id": "f5b6819f682c4e85bbd3e378cc5dfa4b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "434ac9c351264e768b29ba38102a9915"}, {"url": "http://192.30.9.3:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5d5f43e3a88426984a7f00f13034898"}, {"url": "http://192.30.9.3:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d49c062251fd4771b8f3dc33316f290d"}], "type": "key-manager", "id": "ffcfaaec48044aeeb641d97ef0b4ffad", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "id": "e48354ff9460425b9a17bdcdb2d5a7f1"}, "audit_ids": ["VbkrmrklR3yo1iRDZWmMJA"], "issued_at": "2018-11-06T00:12:52.000000Z"}} 2018-11-06 00:12:52,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:52,774 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 06 Nov 2018 00:12:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "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-11-06 00:12:52,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-06 00:12:52,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:52,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9479e7f5-8f09-4b42-a172-0be08095df99 Date: Tue, 06 Nov 2018 00:12:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-06 00:12:52,941 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9479e7f5-8f09-4b42-a172-0be08095df99 2018-11-06 00:12:52,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163733005524s 2018-11-06 00:12:52,942 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9479e7f5-8f09-4b42-a172-0be08095df99 2018-11-06 00:12:52,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-06 00:12:52,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}' 2018-11-06 00:12:53,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc X-Openstack-Request-Id: req-21f4c0f5-4589-4422-911b-5d3325a1e9d9 Date: Tue, 06 Nov 2018 00:12:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "c18eba01-2ab5-4186-8e08-54270b3d88cc", "size": null, "self": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:53Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": null, "created_at": "2018-11-06T00:12:53Z", "protected": false} 2018-11-06 00:12:53,550 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-21f4c0f5-4589-4422-911b-5d3325a1e9d9 2018-11-06 00:12:53,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.606765985489s 2018-11-06 00:12:53,551 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-21f4c0f5-4589-4422-911b-5d3325a1e9d9 returning object c18eba01-2ab5-4186-8e08-54270b3d88cc 2018-11-06 00:12:53,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-06 00:12:53,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" -d '' 2018-11-06 00:12:54,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ead3163-82ba-4078-a0a1-40a79f91abda Date: Tue, 06 Nov 2018 00:12:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:12:54,410 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file used request id req-5ead3163-82ba-4078-a0a1-40a79f91abda 2018-11-06 00:12:54,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.858179092407s 2018-11-06 00:12:54,411 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file used request id req-5ead3163-82ba-4078-a0a1-40a79f91abda 2018-11-06 00:12:54,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-06 00:12:54,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:54,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-47df19c3-ee76-49b8-a198-eb438fc9d2fe Date: Tue, 06 Nov 2018 00:12:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "metadata": {}}], "file": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "c18eba01-2ab5-4186-8e08-54270b3d88cc", "size": 12716032, "self": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:54Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-06T00:12:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-06 00:12:54,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-47df19c3-ee76-49b8-a198-eb438fc9d2fe 2018-11-06 00:12:54,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173634052277s 2018-11-06 00:12:54,586 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-47df19c3-ee76-49b8-a198-eb438fc9d2fe 2018-11-06 00:12:54,588 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file', 'owner': u'02f7493d1f84409dbc521d1487e5b912', 'id': u'c18eba01-2ab5-4186-8e08-54270b3d88cc', 'size': 12716032, u'self': u'/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'02f7493d1f84409dbc521d1487e5b912', 'name': 'tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T00:12:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T00:12:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'created': u'2018-11-06T00:12:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T00:12:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 00:12:54,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-06 00:12:54,592 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-06 00:12:54,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12: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-dca397c4-acd3-46b0-8126-3a8f31fc5075 x-compute-request-id: req-dca397c4-acd3-46b0-8126-3a8f31fc5075 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c993803b-69f7-4f3d-bb68-5071ebd6f437", "name": "tempest_full_parallel-flavor_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:12:54,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-dca397c4-acd3-46b0-8126-3a8f31fc5075 2018-11-06 00:12:54,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.192503929138s 2018-11-06 00:12:54,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-dca397c4-acd3-46b0-8126-3a8f31fc5075 returning object c993803b-69f7-4f3d-bb68-5071ebd6f437 2018-11-06 00:12:54,783 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_fe2eb6cf-a9da-419b-9f8f-8173acea968b', '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'aba621f7e9154af3a5e42bcbad943619', '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'c993803b-69f7-4f3d-bb68-5071ebd6f437', 'swap': 0}) 2018-11-06 00:12:54,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-06 00:12:54,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" -d '{"extra_specs": {}}' 2018-11-06 00:12:54,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12: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-064b65ee-21ae-455f-8a96-850b937be216 x-compute-request-id: req-064b65ee-21ae-455f-8a96-850b937be216 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-06 00:12:54,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437/os-extra_specs used request id req-064b65ee-21ae-455f-8a96-850b937be216 2018-11-06 00:12:54,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230438709259s 2018-11-06 00:12:54,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437/os-extra_specs used request id req-064b65ee-21ae-455f-8a96-850b937be216 2018-11-06 00:12:54,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:12:54,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:54,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 06 Nov 2018 00:12:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-06 00:12:54,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:54,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627da360-4efd-4c56-8989-334434a5a55c Content-Encoding: gzip Content-Length: 316 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": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:12:54,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-627da360-4efd-4c56-8989-334434a5a55c 2018-11-06 00:12:54,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.102846860886s 2018-11-06 00:12:54,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-06 00:12:54,918 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:55,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12: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-136238d7-eb3a-4d3d-a07a-a847a0aa07a5 x-compute-request-id: req-136238d7-eb3a-4d3d-a07a-a847a0aa07a5 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-06 00:12:55,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-136238d7-eb3a-4d3d-a07a-a847a0aa07a5 2018-11-06 00:12:55,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.568768024445s 2018-11-06 00:12:55,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-136238d7-eb3a-4d3d-a07a-a847a0aa07a5 2018-11-06 00:12:55,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-06 00:12:55,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:56,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-a8a5ff4a-07c2-4056-a0c2-c68697e04e18 Date: Tue, 06 Nov 2018 00:12:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "metadata": {}}], "file": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "c18eba01-2ab5-4186-8e08-54270b3d88cc", "size": 12716032, "self": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:54Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-06T00:12:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-06 00:12:56,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a8a5ff4a-07c2-4056-a0c2-c68697e04e18 2018-11-06 00:12:56,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.551618099213s 2018-11-06 00:12:56,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a8a5ff4a-07c2-4056-a0c2-c68697e04e18 2018-11-06 00:12:56,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-06 00:12:56,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}' 2018-11-06 00:12:56,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286 X-Openstack-Request-Id: req-cc426d50-a679-4d2e-9fdf-0c368e6f78c9 Date: Tue, 06 Nov 2018 00:12:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "2a43aef2-0c96-4b9c-8eca-e4600924c286", "size": null, "self": "/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": null, "created_at": "2018-11-06T00:12:56Z", "protected": false} 2018-11-06 00:12:56,613 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cc426d50-a679-4d2e-9fdf-0c368e6f78c9 2018-11-06 00:12:56,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.572429180145s 2018-11-06 00:12:56,614 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cc426d50-a679-4d2e-9fdf-0c368e6f78c9 returning object 2a43aef2-0c96-4b9c-8eca-e4600924c286 2018-11-06 00:12:56,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-06 00:12:56,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" -d '' 2018-11-06 00:12:58,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2c02b17-1d97-4ebb-916b-86dde81b395d Date: Tue, 06 Nov 2018 00:12:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:12:58,140 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/file used request id req-a2c02b17-1d97-4ebb-916b-86dde81b395d 2018-11-06 00:12:58,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.52491998672s 2018-11-06 00:12:58,140 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/file used request id req-a2c02b17-1d97-4ebb-916b-86dde81b395d 2018-11-06 00:12:58,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-06 00:12:58,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:12:58,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-1b91bd03-acc5-4730-b5a0-001195987642 Date: Tue, 06 Nov 2018 00:12:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/snap", "metadata": {}}], "file": "/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "2a43aef2-0c96-4b9c-8eca-e4600924c286", "size": 12716032, "self": "/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-06T00:12:56Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "metadata": {}}], "file": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "c18eba01-2ab5-4186-8e08-54270b3d88cc", "size": 12716032, "self": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:54Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-06T00:12:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-06 00:12:58,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1b91bd03-acc5-4730-b5a0-001195987642 2018-11-06 00:12:58,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169115066528s 2018-11-06 00:12:58,310 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1b91bd03-acc5-4730-b5a0-001195987642 2018-11-06 00:12:58,313 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/file', 'owner': u'02f7493d1f84409dbc521d1487e5b912', 'id': u'2a43aef2-0c96-4b9c-8eca-e4600924c286', 'size': 12716032, u'self': u'/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'02f7493d1f84409dbc521d1487e5b912', 'name': 'tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/2a43aef2-0c96-4b9c-8eca-e4600924c286/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T00:12:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T00:12:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'created': u'2018-11-06T00:12:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T00:12:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 00:12:58,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-06 00:12:58,317 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-06 00:12:58,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12: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-6fd6a587-8a16-4bf6-8637-1938a9bb6bf9 x-compute-request-id: req-6fd6a587-8a16-4bf6-8637-1938a9bb6bf9 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "be65bc36-fc68-4739-b332-a194b8d6a0f3", "name": "tempest_full_parallel-flavor_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-06 00:12:58,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6fd6a587-8a16-4bf6-8637-1938a9bb6bf9 2018-11-06 00:12:58,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.056097984314s 2018-11-06 00:12:58,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6fd6a587-8a16-4bf6-8637-1938a9bb6bf9 returning object be65bc36-fc68-4739-b332-a194b8d6a0f3 2018-11-06 00:12:58,371 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'be65bc36-fc68-4739-b332-a194b8d6a0f3', 'swap': 0}) 2018-11-06 00:12:58,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-06 00:12:58,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" -d '{"extra_specs": {}}' 2018-11-06 00:12:58,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9d9b61d-9cb3-4353-99a1-164c3f617cc0 x-compute-request-id: req-c9d9b61d-9cb3-4353-99a1-164c3f617cc0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-06 00:12:58,393 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3/os-extra_specs used request id req-c9d9b61d-9cb3-4353-99a1-164c3f617cc0 2018-11-06 00:12:58,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214130878448s 2018-11-06 00:12:58,394 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3/os-extra_specs used request id req-c9d9b61d-9cb3-4353-99a1-164c3f617cc0 2018-11-06 00:12:58,394 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b', 'ephemeral': 0, 'ram': 1024, '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'aba621f7e9154af3a5e42bcbad943619', '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'be65bc36-fc68-4739-b332-a194b8d6a0f3', 'swap': 0}) 2018-11-06 00:13:01,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 00:13:00.366 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c186c3de-b55c-4963-9083-cf4badc833e3) for deployment 'opnfv-rally' (UUID=941fc295-b608-4856-bb1b-d7226651eac1). 2018-11-06 00:13:01.228 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 00:13:01.229 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c186c3de-b55c-4963-9083-cf4badc833e3) has been successfully configured for deployment 'opnfv-rally' (UUID=941fc295-b608-4856-bb1b-d7226651eac1)! 2018-11-06 00:13:01,352 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-06 00:13:01,352 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-06 00:13:01,355 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-06 00:13:01,377 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-06 00:13:03,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c186c3de-b55c-4963-9083-cf4badc833e3/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-06 00:13:03,836 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-06 00:13:03,865 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-06 00:13:03,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-11-06 00:13:05,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:05.832 49 INFO rally.api [-] Starting verification (UUID=26ac76b3-61a7-452b-b1b3-1b2bd88c8e51) for deployment 'opnfv-rally' (UUID=941fc295-b608-4856-bb1b-d7226651eac1) by verifier 'opnfv-tempest' (UUID=c186c3de-b55c-4963-9083-cf4badc833e3). 2018-11-06 00:13:05,834 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 26ac76b3-61a7-452b-b1b3-1b2bd88c8e51 2018-11-06 00:13:10,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:10.521 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:13:10,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:10.526 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-06 00:13:10,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:10.544 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:13:10,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:10.548 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-06 00:13:10,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:10.550 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:13:13,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.696 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.189s] 2018-11-06 00:13:13,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.735 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.038s] 2018-11-06 00:13:13,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.813 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.075s] 2018-11-06 00:13:13,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.844 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.186s] 2018-11-06 00:13:13,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.897 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.085s] 2018-11-06 00:13:13,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.909 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.243s] 2018-11-06 00:13:13,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.928 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.031s] 2018-11-06 00:13:13,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.992 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.080s] 2018-11-06 00:13:13,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:13.993 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.169s] 2018-11-06 00:13:14,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.005 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.015s] 2018-11-06 00:13:14,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.024 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.343s] 2018-11-06 00:13:14,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.034 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.169s] 2018-11-06 00:13:14,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.046 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.013s] 2018-11-06 00:13:14,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.060 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.248s] 2018-11-06 00:13:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.100 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.095s] 2018-11-06 00:13:14,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.128 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.359s] 2018-11-06 00:13:14,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.147 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.218s] 2018-11-06 00:13:14,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.162 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.061s] 2018-11-06 00:13:14,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.199 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.174s] 2018-11-06 00:13:14,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.206 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.146s] 2018-11-06 00:13:14,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.209 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.063s] 2018-11-06 00:13:14,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.215 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.052s] 2018-11-06 00:13:14,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.225 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-11-06 00:13:14,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.230 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.185s] 2018-11-06 00:13:14,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.235 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-11-06 00:13:14,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.315 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.325s] 2018-11-06 00:13:14,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.394 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.197s] 2018-11-06 00:13:14,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.477 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.011s] 2018-11-06 00:13:14,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.486 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.358s] 2018-11-06 00:13:14,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.599 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.838s] 2018-11-06 00:13:14,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.619 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.223s] 2018-11-06 00:13:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.662 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.097s] 2018-11-06 00:13:14,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.708 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.109s] 2018-11-06 00:13:14,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.240s] 2018-11-06 00:13:14,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.790 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.303s] 2018-11-06 00:13:14,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.799 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.008s] 2018-11-06 00:13:14,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.808 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.008s] 2018-11-06 00:13:14,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.818 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.010s] 2018-11-06 00:13:14,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.882 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.262s] 2018-11-06 00:13:14,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.933 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.272s] 2018-11-06 00:13:14,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:14.970 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.262s] 2018-11-06 00:13:15,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.136 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.316s] 2018-11-06 00:13:15,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.421 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.284s] 2018-11-06 00:13:15,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.451 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.568s] 2018-11-06 00:13:15,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.462 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.041s] 2018-11-06 00:13:15,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.499 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.527s] 2018-11-06 00:13:15,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.742 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.956s] 2018-11-06 00:13:15,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.748 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.295s] 2018-11-06 00:13:15,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.779 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.317s] 2018-11-06 00:13:15,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.809 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.029s] 2018-11-06 00:13:15,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.820 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.011s] 2018-11-06 00:13:15,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:15.917 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.418s] 2018-11-06 00:13:16,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:16.794 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.972s] 2018-11-06 00:13:16,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:16.911 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.159s] 2018-11-06 00:13:17,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:17.171 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.378s] 2018-11-06 00:13:17,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:17.250 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.680s] 2018-11-06 00:13:17,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:17.378 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.469s] 2018-11-06 00:13:17,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:17.874 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.495s] 2018-11-06 00:13:20,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:20.162 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-06 00:13:21,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.007 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:13:21,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.008 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:13:21,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.319 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.516s] 2018-11-06 00:13:21,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.399 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.148s] 2018-11-06 00:13:21,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.705 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.386s] 2018-11-06 00:13:21,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.913 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.180s] 2018-11-06 00:13:21,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:21.934 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.022s] 2018-11-06 00:13:22,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:22.037 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.332s] 2018-11-06 00:13:22,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:22.206 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.168s] 2018-11-06 00:13:22,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:22.582 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.376s] 2018-11-06 00:13:22,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:22.776 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.194s] 2018-11-06 00:13:23,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.002 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.208s] 2018-11-06 00:13:23,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.083 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.080s] 2018-11-06 00:13:23,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.133 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.050s] 2018-11-06 00:13:23,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.195 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.062s] 2018-11-06 00:13:23,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.441 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.181s] 2018-11-06 00:13:23,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.457 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.092s] 2018-11-06 00:13:23,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.470 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2018-11-06 00:13:23,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.489 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.048s] 2018-11-06 00:13:23,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.496 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.025s] 2018-11-06 00:13:23,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.506 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.010s] 2018-11-06 00:13:23,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.522 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.015s] 2018-11-06 00:13:23,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.528 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.039s] 2018-11-06 00:13:23,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.533 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.010s] 2018-11-06 00:13:23,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.028s] 2018-11-06 00:13:23,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.010s] 2018-11-06 00:13:23,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.597 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.026s] 2018-11-06 00:13:23,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.608 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.079s] 2018-11-06 00:13:23,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.608 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2018-11-06 00:13:23,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.618 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.010s] 2018-11-06 00:13:23,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.628 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.010s] 2018-11-06 00:13:23,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.637 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.009s] 2018-11-06 00:13:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.666 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.029s] 2018-11-06 00:13:23,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:23.727 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.120s] 2018-11-06 00:13:24,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:24.576 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.174s] 2018-11-06 00:13:24,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:24.581 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-06 00:13:24,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:24.584 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-06 00:13:24,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:24.592 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.015s] 2018-11-06 00:13:25,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:25.949 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.181s] 2018-11-06 00:13:28,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:28.014 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.429s] 2018-11-06 00:13:29,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:29.370 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.677s] 2018-11-06 00:13:29,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:29.910 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.209s] 2018-11-06 00:13:30,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:30.592 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.681s] 2018-11-06 00:13:31,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:31.279 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.687s] 2018-11-06 00:13:33,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:33.277 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.156s] 2018-11-06 00:13:35,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:35.943 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.581s] 2018-11-06 00:13:36,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.122 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.179s] 2018-11-06 00:13:36,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.536 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.165s] 2018-11-06 00:13:36,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.548 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2018-11-06 00:13:36,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.559 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.010s] 2018-11-06 00:13:36,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.780 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.219s] 2018-11-06 00:13:36,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.792 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2018-11-06 00:13:36,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.842 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.049s] 2018-11-06 00:13:36,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.859 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.017s] 2018-11-06 00:13:36,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.900 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.040s] 2018-11-06 00:13:36,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.913 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.013s] 2018-11-06 00:13:36,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.964 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.050s] 2018-11-06 00:13:36,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:36.982 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-11-06 00:13:38,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:38.107 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.552s] 2018-11-06 00:13:38,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:38.115 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.008s] 2018-11-06 00:13:38,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:38.234 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.770s] 2018-11-06 00:13:38,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:38.371 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.019s] 2018-11-06 00:13:38,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:38.462 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [15.929s] 2018-11-06 00:13:38,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:38.664 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.427s] 2018-11-06 00:13:39,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.162 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.045s] 2018-11-06 00:13:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.163 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-11-06 00:13:39,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.167 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-06 00:13:39,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.169 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-06 00:13:39,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.254 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.590s] 2018-11-06 00:13:39,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.402 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.030s] 2018-11-06 00:13:39,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.596 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.430s] 2018-11-06 00:13:39,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.770 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.172s] 2018-11-06 00:13:39,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.773 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-11-06 00:13:39,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.774 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-11-06 00:13:39,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:39.775 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-11-06 00:13:41,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:41.395 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.992s] 2018-11-06 00:13:41,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:41.487 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.364s] 2018-11-06 00:13:44,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:44.138 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.741s] 2018-11-06 00:13:44,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:44.937 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [18.981s] 2018-11-06 00:13:44,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:44.946 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-11-06 00:13:44,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:44.957 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-11-06 00:13:44,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:44.970 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-11-06 00:13:45,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.262 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [21.301s] 2018-11-06 00:13:45,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.284 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.028s] 2018-11-06 00:13:45,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.298 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.014s] 2018-11-06 00:13:45,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.314 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.015s] 2018-11-06 00:13:45,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.322 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.008s] 2018-11-06 00:13:45,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.470 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [19.985s] 2018-11-06 00:13:45,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.658 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.336s] 2018-11-06 00:13:45,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:45.982 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.322s] 2018-11-06 00:13:46,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:46.171 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.189s] 2018-11-06 00:13:46,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:46.493 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.322s] 2018-11-06 00:13:46,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:46.792 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.298s] 2018-11-06 00:13:47,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:47.875 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.408s] 2018-11-06 00:13:49,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:49.359 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.483s] 2018-11-06 00:13:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:50.566 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.206s] 2018-11-06 00:13:51,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:51.359 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.793s] 2018-11-06 00:13:51,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:51.621 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [10.134s] 2018-11-06 00:13:51,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:51.651 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.280s] 2018-11-06 00:13:51,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:51.670 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.312s] 2018-11-06 00:13:52,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:52.601 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.930s] 2018-11-06 00:13:52,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:52.915 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [7.943s] 2018-11-06 00:13:53,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:53.783 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.867s] 2018-11-06 00:13:53,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:53.909 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.307s] 2018-11-06 00:13:54,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:13:54.398 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.488s] 2018-11-06 00:14:00,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:00.547 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [22.974s] 2018-11-06 00:14:03,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:03.391 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.238s] 2018-11-06 00:14:03,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:03.480 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.089s] 2018-11-06 00:14:03,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:03.570 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.089s] 2018-11-06 00:14:03,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:03.796 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.227s] 2018-11-06 00:14:05,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:05.972 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.719s] 2018-11-06 00:14:06,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:06.261 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:14:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:06.389 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.417s] 2018-11-06 00:14:07,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:07.199 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [6.654s] 2018-11-06 00:14:07,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:07.227 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.024s] 2018-11-06 00:14:09,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:09.347 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [15.079s] 2018-11-06 00:14:09,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:09.644 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.301s] 2018-11-06 00:14:11,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:11.311 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [3.490s] 2018-11-06 00:14:11,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:11.342 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.696s] 2018-11-06 00:14:11,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:11.884 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.573s] 2018-11-06 00:14:12,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:12.098 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.755s] 2018-11-06 00:14:12,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:12.134 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.037s] 2018-11-06 00:14:13,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:13.134 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.249s] 2018-11-06 00:14:13,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:13.158 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.752s] 2018-11-06 00:14:13,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:13.359 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-06 00:14:14,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:14.046 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.911s] 2018-11-06 00:14:14,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:14.475 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.428s] 2018-11-06 00:14:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.211 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.076s] 2018-11-06 00:14:15,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.352 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.163s] 2018-11-06 00:14:15,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.415 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-11-06 00:14:15,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.487 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.072s] 2018-11-06 00:14:15,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.552 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.064s] 2018-11-06 00:14:15,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.583 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.031s] 2018-11-06 00:14:15,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.654 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.070s] 2018-11-06 00:14:15,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.713 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.059s] 2018-11-06 00:14:15,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.769 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.615s] 2018-11-06 00:14:15,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.788 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.074s] 2018-11-06 00:14:15,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.027s] 2018-11-06 00:14:15,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.876 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.061s] 2018-11-06 00:14:15,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:15.933 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.056s] 2018-11-06 00:14:16,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:16.041 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.176s] 2018-11-06 00:14:16,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:16.080 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.038s] 2018-11-06 00:14:16,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:16.270 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.059s] 2018-11-06 00:14:16,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:16.275 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.194s] 2018-11-06 00:14:23,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:23.344 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-11-06 00:14:24,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:24.480 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.709s] 2018-11-06 00:14:36,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:36.370 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [57.098s] 2018-11-06 00:14:36,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:36.507 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.071s] 2018-11-06 00:14:40,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:40.790 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [30.671s] 2018-11-06 00:14:42,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:42.181 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.397s] 2018-11-06 00:14:43,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:43.477 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [36.241s] 2018-11-06 00:14:45,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:45.279 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.341s] 2018-11-06 00:14:45,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:45.456 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.176s] 2018-11-06 00:14:45,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:45.484 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-11-06 00:14:45,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:45.582 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-11-06 00:14:47,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:47.468 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [10.960s] 2018-11-06 00:14:47,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:47.618 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.146s] 2018-11-06 00:14:54,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:54.374 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:14:55,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:55.175 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [22.335s] 2018-11-06 00:14:57,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:57.269 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [89.626s] 2018-11-06 00:14:57,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:14:57.300 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.035s] 2018-11-06 00:15:04,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:04.917 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [41.561s] 2018-11-06 00:15:07,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:07.629 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [31.257s] 2018-11-06 00:15:08,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:08.396 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.468s] 2018-11-06 00:15:09,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:09.077 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.508s] 2018-11-06 00:15:12,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:12.097 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [47.605s] 2018-11-06 00:15:12,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:12.737 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [25.110s] 2018-11-06 00:15:12,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:12.739 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-11-06 00:15:13,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:13.295 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.205s] 2018-11-06 00:15:14,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:14.424 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [19.247s] 2018-11-06 00:15:17,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:17.499 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [21.070s] 2018-11-06 00:15:17,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:17.512 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.013s] 2018-11-06 00:15:17,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:17.678 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.427s] 2018-11-06 00:15:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:17.749 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.070s] 2018-11-06 00:15:17,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:17.971 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.458s] 2018-11-06 00:15:18,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:18.157 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.186s] 2018-11-06 00:15:19,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:19.426 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.676s] 2018-11-06 00:15:19,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:19.513 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.086s] 2018-11-06 00:15:22,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:22.108 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.594s] 2018-11-06 00:15:29,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:29.109 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.894s] 2018-11-06 00:15:30,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:30.595 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.648s] 2018-11-06 00:15:30,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:30.705 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.596s] 2018-11-06 00:15:30,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:30.720 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.015s] 2018-11-06 00:15:32,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:32.484 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [24.971s] 2018-11-06 00:15:32,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:32.605 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.883s] 2018-11-06 00:15:33,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:33.021 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-11-06 00:15:33,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:33.193 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.588s] 2018-11-06 00:15:34,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:34.973 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.779s] 2018-11-06 00:15:35,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:35.003 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.030s] 2018-11-06 00:15:35,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:35.034 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.031s] 2018-11-06 00:15:35,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:35.133 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.982s] 2018-11-06 00:15:36,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:36.719 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.585s] 2018-11-06 00:15:37,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:37.108 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [32.184s] 2018-11-06 00:15:37,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:37.110 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-11-06 00:15:37,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:37.796 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [5.315s] 2018-11-06 00:15:41,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:41.816 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.258s] 2018-11-06 00:15:44,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:44.431 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [13.832s] 2018-11-06 00:15:47,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:47.836 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.253s] 2018-11-06 00:15:52,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:52.701 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.863s] 2018-11-06 00:15:54,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:54.270 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.570s] 2018-11-06 00:15:55,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:55.236 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:15:56,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:15:56.028 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [11.595s] 2018-11-06 00:16:00,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:00.205 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:16:00,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:00.206 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-06 00:16:00,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:00.207 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-06 00:16:06,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:06.443 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [111.942s] 2018-11-06 00:16:11,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:11.661 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.863s] 2018-11-06 00:16:15,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:15.616 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-11-06 00:16:15,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:15.883 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [4.221s] 2018-11-06 00:16:20,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:20.528 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [83.203s] 2018-11-06 00:16:21,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:21.625 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [21.192s] 2018-11-06 00:16:21,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:21.799 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.180s] 2018-11-06 00:16:22,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:22.490 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [16.045s] 2018-11-06 00:16:23,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:23.884 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [24.943s] 2018-11-06 00:16:24,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:24.102 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.616s] 2018-11-06 00:16:28,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:28.330 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [12.445s] 2018-11-06 00:16:34,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:34.620 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [38.583s] 2018-11-06 00:16:34,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:34.886 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [82.131s] 2018-11-06 00:16:37,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:37.621 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [9.290s] 2018-11-06 00:16:40,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:40.705 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [86.725s] 2018-11-06 00:16:42,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:42.118 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [178.497s] 2018-11-06 00:16:46,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:46.137 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.804s] 2018-11-06 00:16:46,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:46.202 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-11-06 00:16:46,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:46.350 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.728s] 2018-11-06 00:16:46,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:46.768 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.565s] 2018-11-06 00:16:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:52.078 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [9.598s] 2018-11-06 00:16:53,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:53.256 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.265s] 2018-11-06 00:16:53,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:53.292 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.941s] 2018-11-06 00:16:54,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:54.014 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.757s] 2018-11-06 00:16:55,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:55.066 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-06 00:16:55,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:55.081 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.067s] 2018-11-06 00:16:55,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:55.444 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.363s] 2018-11-06 00:16:56,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:56.577 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.131s] 2018-11-06 00:16:56,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:56.939 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.362s] 2018-11-06 00:16:58,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:58.532 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [5.239s] 2018-11-06 00:16:58,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:58.597 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [23.973s] 2018-11-06 00:16:58,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:58.598 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.499s] 2018-11-06 00:16:58,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:58.857 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.258s] 2018-11-06 00:16:59,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:16:59.211 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.354s] 2018-11-06 00:17:03,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:03.848 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [28.956s] 2018-11-06 00:17:06,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:06.412 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.880s] 2018-11-06 00:17:10,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:10.582 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:17:12,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:12.336 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.355s] 2018-11-06 00:17:12,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:12.381 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [48.493s] 2018-11-06 00:17:16,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:16.210 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.405s] 2018-11-06 00:17:26,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:26.676 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [113.631s] 2018-11-06 00:17:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:28.811 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.177s] 2018-11-06 00:17:28,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:28.987 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.176s] 2018-11-06 00:17:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:30.811 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.086s] 2018-11-06 00:17:31,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:31.162 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.409s] 2018-11-06 00:17:31,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:31.241 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.429s] 2018-11-06 00:17:31,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:31.320 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.078s] 2018-11-06 00:17:31,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:31.385 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.065s] 2018-11-06 00:17:31,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:31.459 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.073s] 2018-11-06 00:17:32,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:32.704 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.244s] 2018-11-06 00:17:33,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:33.308 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.604s] 2018-11-06 00:17:34,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:34.905 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.229s] 2018-11-06 00:17:35,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:35.320 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [29.291s] 2018-11-06 00:17:39,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:39.636 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-06 00:17:40,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:40.861 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.698s] 2018-11-06 00:17:43,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:43.881 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.227s] 2018-11-06 00:17:43,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:43.963 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.089s] 2018-11-06 00:17:44,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:44.346 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.383s] 2018-11-06 00:17:47,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:47.450 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.128s] 2018-11-06 00:17:49,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:49.546 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.095s] 2018-11-06 00:17:51,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:51.594 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [10.733s] 2018-11-06 00:17:53,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:53.710 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [93.156s] 2018-11-06 00:17:54,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:54.249 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.722s] 2018-11-06 00:17:54,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:54.288 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.347s] 2018-11-06 00:17:54,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:54.664 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.375s] 2018-11-06 00:17:55,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:55.056 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.391s] 2018-11-06 00:17:55,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:55.324 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.267s] 2018-11-06 00:17:55,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:55.595 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.269s] 2018-11-06 00:17:55,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:55.797 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.202s] 2018-11-06 00:17:56,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:56.142 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.344s] 2018-11-06 00:17:56,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:56.394 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.250s] 2018-11-06 00:17:56,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:56.435 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.186s] 2018-11-06 00:17:56,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:56.629 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.234s] 2018-11-06 00:17:57,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:57.339 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.709s] 2018-11-06 00:17:57,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:57.726 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.387s] 2018-11-06 00:17:58,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:58.309 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.582s] 2018-11-06 00:17:58,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:58.653 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.344s] 2018-11-06 00:17:58,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:58.980 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.143s] 2018-11-06 00:17:59,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.055 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [7.459s] 2018-11-06 00:17:59,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.137 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.155s] 2018-11-06 00:17:59,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.303 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.166s] 2018-11-06 00:17:59,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.449 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.145s] 2018-11-06 00:17:59,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.600 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.151s] 2018-11-06 00:17:59,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.766 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.166s] 2018-11-06 00:17:59,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:17:59.914 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.146s] 2018-11-06 00:18:00,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:00.109 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.194s] 2018-11-06 00:18:00,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:00.251 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.142s] 2018-11-06 00:18:00,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:00.403 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.152s] 2018-11-06 00:18:05,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:05.194 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [54.762s] 2018-11-06 00:18:05,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:05.196 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-06 00:18:05,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:05.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-06 00:18:05,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:05.199 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-11-06 00:18:05,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:05.837 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [53.448s] 2018-11-06 00:18:06,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:06.639 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [10.201s] 2018-11-06 00:18:07,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:07.151 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.093s] 2018-11-06 00:18:07,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:07.659 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.159s] 2018-11-06 00:18:07,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:07.831 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.171s] 2018-11-06 00:18:08,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:08.769 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.937s] 2018-11-06 00:18:09,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:09.033 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.395s] 2018-11-06 00:18:11,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:11.091 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.320s] 2018-11-06 00:18:11,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:11.097 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-11-06 00:18:11,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:11.287 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.189s] 2018-11-06 00:18:11,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:11.491 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.203s] 2018-11-06 00:18:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:11.514 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.023s] 2018-11-06 00:18:12,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:12.125 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [73.511s] 2018-11-06 00:18:13,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:13.622 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [92.899s] 2018-11-06 00:18:15,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:15.258 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [6.223s] 2018-11-06 00:18:16,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:16.372 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [9.221s] 2018-11-06 00:18:18,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:18.102 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [98.852s] 2018-11-06 00:18:21,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:21.917 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.818s] 2018-11-06 00:18:25,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:25.314 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [8.942s] 2018-11-06 00:18:29,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:29.556 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.235s] 2018-11-06 00:18:34,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:34.316 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [90.450s] 2018-11-06 00:18:34,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:34.587 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.668s] 2018-11-06 00:18:34,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:34.825 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.987s] 2018-11-06 00:18:34,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:34.895 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.071s] 2018-11-06 00:18:36,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:36.995 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.679s] 2018-11-06 00:18:37,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:37.555 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.562s] 2018-11-06 00:18:39,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:39.292 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.589s] 2018-11-06 00:18:39,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:39.352 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.356s] 2018-11-06 00:18:39,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:39.443 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.151s] 2018-11-06 00:18:40,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:40.381 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.178s] 2018-11-06 00:18:40,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:40.634 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [3.079s] 2018-11-06 00:18:40,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:40.654 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [60.900s] 2018-11-06 00:18:41,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:41.461 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.826s] 2018-11-06 00:18:43,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:43.037 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-11-06 00:18:43,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:43.524 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-06 00:18:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:43.525 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-06 00:18:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:43.526 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-06 00:18:44,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:44.705 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-06 00:18:44,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:44.786 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.325s] 2018-11-06 00:18:45,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:45.579 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.566s] 2018-11-06 00:18:45,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:45.743 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.390s] 2018-11-06 00:18:45,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:45.972 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.392s] 2018-11-06 00:18:46,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.046 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.303s] 2018-11-06 00:18:46,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.286 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.239s] 2018-11-06 00:18:46,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.359 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.385s] 2018-11-06 00:18:46,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.390 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.104s] 2018-11-06 00:18:46,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.451 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.061s] 2018-11-06 00:18:46,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.521 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.068s] 2018-11-06 00:18:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.751 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.391s] 2018-11-06 00:18:46,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.801 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.279s] 2018-11-06 00:18:46,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:46.938 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-06 00:18:47,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:47.037 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:18:47,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:47.056 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.256s] 2018-11-06 00:18:47,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:47.149 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.398s] 2018-11-06 00:18:47,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:47.258 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.201s] 2018-11-06 00:18:47,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:47.314 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.055s] 2018-11-06 00:18:48,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:48.771 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.983s] 2018-11-06 00:18:52,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:52.218 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.447s] 2018-11-06 00:18:52,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:52.485 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.079s] 2018-11-06 00:18:52,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:52.552 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.066s] 2018-11-06 00:18:53,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:53.534 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.113s] 2018-11-06 00:18:53,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:53.541 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.989s] 2018-11-06 00:18:54,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:54.706 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.163s] 2018-11-06 00:18:55,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:55.026 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:18:55,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:55.026 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:18:59,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:18:59.011 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.696s] 2018-11-06 00:19:00,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:00.695 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [5.343s] 2018-11-06 00:19:01,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:01.818 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.122s] 2018-11-06 00:19:02,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:02.561 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [87.636s] 2018-11-06 00:19:03,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:03.719 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [17.944s] 2018-11-06 00:19:06,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:06.199 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [5.018s] 2018-11-06 00:19:06,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:06.761 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.360s] 2018-11-06 00:19:08,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:08.091 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.328s] 2018-11-06 00:19:09,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:09.588 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.496s] 2018-11-06 00:19:10,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:10.636 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.942s] 2018-11-06 00:19:11,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:11.083 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.495s] 2018-11-06 00:19:11,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:11.714 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.176s] 2018-11-06 00:19:11,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:11.898 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.185s] 2018-11-06 00:19:12,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.099 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.200s] 2018-11-06 00:19:12,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.346 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.246s] 2018-11-06 00:19:12,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.520 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.173s] 2018-11-06 00:19:12,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.560 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.040s] 2018-11-06 00:19:12,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.662 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.243s] 2018-11-06 00:19:12,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.728 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.066s] 2018-11-06 00:19:12,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.766 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.130s] 2018-11-06 00:19:12,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.772 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.689s] 2018-11-06 00:19:12,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.778 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.217s] 2018-11-06 00:19:12,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.821 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.092s] 2018-11-06 00:19:12,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.887 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.065s] 2018-11-06 00:19:12,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.967 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.080s] 2018-11-06 00:19:12,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:12.976 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.197s] 2018-11-06 00:19:13,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:13.015 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.038s] 2018-11-06 00:19:13,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:13.215 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.200s] 2018-11-06 00:19:13,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:13.805 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.510s] 2018-11-06 00:19:14,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:14.456 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.682s] 2018-11-06 00:19:14,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:14.542 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.736s] 2018-11-06 00:19:15,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:15.142 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.600s] 2018-11-06 00:19:15,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:15.527 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.384s] 2018-11-06 00:19:16,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.057 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.530s] 2018-11-06 00:19:16,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.129 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-11-06 00:19:16,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.277 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.148s] 2018-11-06 00:19:16,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.356 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-11-06 00:19:16,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.424 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.068s] 2018-11-06 00:19:16,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.490 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-11-06 00:19:16,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:16.558 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-11-06 00:19:17,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:17.475 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [4.707s] 2018-11-06 00:19:18,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:18.576 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [16.015s] 2018-11-06 00:19:19,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:19.301 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.727s] 2018-11-06 00:19:19,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:19.318 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.950s] 2018-11-06 00:19:22,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:22.124 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [4.647s] 2018-11-06 00:19:24,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:24.996 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-11-06 00:19:25,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:25.000 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-06 00:19:25,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:25.003 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-06 00:19:25,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:25.005 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-06 00:19:25,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:25.005 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:19:25,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:25.006 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-06 00:19:26,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:26.699 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.575s] 2018-11-06 00:19:30,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:30.950 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [27.214s] 2018-11-06 00:19:30,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:30.957 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [97.212s] 2018-11-06 00:19:31,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:31.315 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [7.076s] 2018-11-06 00:19:32,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:32.979 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.753s] 2018-11-06 00:19:33,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:33.377 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.398s] 2018-11-06 00:19:33,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:33.726 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.125s] 2018-11-06 00:19:33,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:33.887 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.162s] 2018-11-06 00:19:34,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:34.132 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.245s] 2018-11-06 00:19:34,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:34.226 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.834s] 2018-11-06 00:19:34,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:34.301 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.924s] 2018-11-06 00:19:36,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:36.819 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [4.551s] 2018-11-06 00:19:37,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:37.805 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.502s] 2018-11-06 00:19:39,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:39.064 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.930s] 2018-11-06 00:19:39,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:39.964 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.741s] 2018-11-06 00:19:40,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:40.855 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.050s] 2018-11-06 00:19:41,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:41.134 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.279s] 2018-11-06 00:19:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:41.300 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.985s] 2018-11-06 00:19:41,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:41.369 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.234s] 2018-11-06 00:19:41,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:41.522 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.701s] 2018-11-06 00:19:43,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:43.055 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [89.408s] 2018-11-06 00:19:44,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:44.803 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.281s] 2018-11-06 00:19:50,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:50.198 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [10.232s] 2018-11-06 00:19:50,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:50.248 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [5.446s] 2018-11-06 00:19:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:52.506 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.912s] 2018-11-06 00:19:52,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:52.591 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [13.523s] 2018-11-06 00:19:52,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:52.780 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.191s] 2018-11-06 00:19:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:53.134 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.628s] 2018-11-06 00:19:53,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:53.614 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.479s] 2018-11-06 00:19:54,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:54.462 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.846s] 2018-11-06 00:19:54,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:54.551 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [35.239s] 2018-11-06 00:19:55,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:55.391 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [188.610s] 2018-11-06 00:19:55,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:55.393 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-06 00:19:55,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:55.395 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.615s] 2018-11-06 00:19:55,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:55.407 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.945s] 2018-11-06 00:19:55,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:55.932 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.524s] 2018-11-06 00:19:55,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:55.992 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [5.795s] 2018-11-06 00:19:56,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:56.447 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [15.146s] 2018-11-06 00:19:57,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:57.391 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.459s] 2018-11-06 00:19:58,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:58.643 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [27.705s] 2018-11-06 00:19:58,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:19:58.900 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-11-06 00:20:00,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:00.493 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.945s] 2018-11-06 00:20:00,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:00.638 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.310s] 2018-11-06 00:20:00,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:00.708 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.077s] 2018-11-06 00:20:00,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:00.950 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.240s] 2018-11-06 00:20:03,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:03.820 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [7.371s] 2018-11-06 00:20:04,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:04.706 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [8.712s] 2018-11-06 00:20:07,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:07.375 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.555s] 2018-11-06 00:20:07,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:07.592 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [86.921s] 2018-11-06 00:20:07,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:07.722 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-06 00:20:07,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:07.795 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.922s] 2018-11-06 00:20:08,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:08.189 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.019s] 2018-11-06 00:20:11,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:11.806 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [7.099s] 2018-11-06 00:20:12,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:12.479 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.170s] 2018-11-06 00:20:13,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:13.629 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.437s] 2018-11-06 00:20:15,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:15.737 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [7.941s] 2018-11-06 00:20:16,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:16.628 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.147s] 2018-11-06 00:20:17,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:17.555 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-06 00:20:18,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:18.261 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.633s] 2018-11-06 00:20:20,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:20.172 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.094s] 2018-11-06 00:20:20,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:20.253 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-11-06 00:20:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:20.272 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.010s] 2018-11-06 00:20:20,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:20.336 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-11-06 00:20:20,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:20.346 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2018-11-06 00:20:22,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:22.460 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.186s] 2018-11-06 00:20:23,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:23.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.159s] 2018-11-06 00:20:26,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:26.141 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.162s] 2018-11-06 00:20:27,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:27.101 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [70.525s] 2018-11-06 00:20:27,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:27.115 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-11-06 00:20:27,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:27.299 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.561s] 2018-11-06 00:20:27,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:27.359 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [19.983s] 2018-11-06 00:20:28,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.094 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.736s] 2018-11-06 00:20:28,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.144 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.049s] 2018-11-06 00:20:28,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.176 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.057s] 2018-11-06 00:20:28,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.177 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-11-06 00:20:28,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.410 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.233s] 2018-11-06 00:20:28,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.579 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.169s] 2018-11-06 00:20:28,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:28.687 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.227s] 2018-11-06 00:20:31,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:31.664 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [8.006s] 2018-11-06 00:20:32,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:32.133 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.446s] 2018-11-06 00:20:32,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:32.232 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [21.853s] 2018-11-06 00:20:32,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:32.234 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-11-06 00:20:32,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:32.466 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.333s] 2018-11-06 00:20:33,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:33.343 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [7.639s] 2018-11-06 00:20:33,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:33.624 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.280s] 2018-11-06 00:20:34,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:34.474 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.849s] 2018-11-06 00:20:36,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:36.087 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-06 00:20:36,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:36.088 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-06 00:20:36,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:36.089 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-06 00:20:37,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:37.348 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.832s] 2018-11-06 00:20:37,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:37.531 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.112s] 2018-11-06 00:20:37,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:37.598 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [5.130s] 2018-11-06 00:20:38,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:38.233 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [6.569s] 2018-11-06 00:20:38,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:38.802 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.204s] 2018-11-06 00:20:38,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:38.822 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2018-11-06 00:20:38,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:38.978 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.744s] 2018-11-06 00:20:38,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:38.979 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.155s] 2018-11-06 00:20:38,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:38.997 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-11-06 00:20:39,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:39.820 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-06 00:20:39,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:39.921 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.944s] 2018-11-06 00:20:40,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:40.419 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.369s] 2018-11-06 00:20:40,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:40.584 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.164s] 2018-11-06 00:20:40,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:40.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.789s] 2018-11-06 00:20:41,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:41.329 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.617s] 2018-11-06 00:20:41,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:41.764 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-06 00:20:41,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:41.766 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-06 00:20:41,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:41.768 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:20:42,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:42.080 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [13.932s] 2018-11-06 00:20:42,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:42.261 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.932s] 2018-11-06 00:20:44,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:44.372 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.109s] 2018-11-06 00:20:45,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:45.539 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [37.941s] 2018-11-06 00:20:46,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:46.411 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.038s] 2018-11-06 00:20:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:46.997 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.587s] 2018-11-06 00:20:47,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:47.111 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [7.776s] 2018-11-06 00:20:47,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:47.113 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-11-06 00:20:47,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:47.373 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.375s] 2018-11-06 00:20:47,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:47.905 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.531s] 2018-11-06 00:20:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:48.810 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.904s] 2018-11-06 00:20:49,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:49.112 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.302s] 2018-11-06 00:20:49,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:49.716 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.603s] 2018-11-06 00:20:50,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:50.108 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [12.760s] 2018-11-06 00:20:50,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:50.528 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.810s] 2018-11-06 00:20:51,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:51.142 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.614s] 2018-11-06 00:20:51,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:51.522 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.379s] 2018-11-06 00:20:51,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:51.748 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.389s] 2018-11-06 00:20:51,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:51.749 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-11-06 00:20:53,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:53.316 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.055s] 2018-11-06 00:20:54,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:54.160 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.070s] 2018-11-06 00:20:54,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:54.535 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.375s] 2018-11-06 00:20:55,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:55.819 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.169s] 2018-11-06 00:20:55,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:55.873 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.054s] 2018-11-06 00:20:55,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:55.899 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.363s] 2018-11-06 00:20:56,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:56.791 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [5.266s] 2018-11-06 00:20:56,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:56.791 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-11-06 00:20:57,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.029 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.240s] 2018-11-06 00:20:57,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.054 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.181s] 2018-11-06 00:20:57,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.064 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.010s] 2018-11-06 00:20:57,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.115 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.050s] 2018-11-06 00:20:57,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.130 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.014s] 2018-11-06 00:20:57,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.169 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.039s] 2018-11-06 00:20:57,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.206 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.037s] 2018-11-06 00:20:57,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.486 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [11.950s] 2018-11-06 00:20:57,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:57.612 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.582s] 2018-11-06 00:20:58,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:58.158 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.545s] 2018-11-06 00:20:58,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:58.536 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.378s] 2018-11-06 00:20:58,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:58.784 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.246s] 2018-11-06 00:20:59,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:59.442 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.657s] 2018-11-06 00:20:59,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:20:59.971 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.529s] 2018-11-06 00:21:00,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:00.044 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [17.964s] 2018-11-06 00:21:00,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:00.412 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.368s] 2018-11-06 00:21:00,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:00.457 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.045s] 2018-11-06 00:21:00,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:00.517 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.546s] 2018-11-06 00:21:00,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:00.987 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.469s] 2018-11-06 00:21:01,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:01.636 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.649s] 2018-11-06 00:21:01,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:01.921 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.284s] 2018-11-06 00:21:02,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:02.371 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.053s] 2018-11-06 00:21:02,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:02.739 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.816s] 2018-11-06 00:21:02,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:02.741 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-06 00:21:02,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:02.742 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-11-06 00:21:03,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:03.007 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.268s] 2018-11-06 00:21:03,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:03.439 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.906s] 2018-11-06 00:21:03,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:03.480 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.471s] 2018-11-06 00:21:06,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:06.676 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2018-11-06 00:21:10,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:10.252 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [87.180s] 2018-11-06 00:21:10,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:10.659 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.274s] 2018-11-06 00:21:12,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:12.098 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [9.725s] 2018-11-06 00:21:13,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:13.002 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [9.519s] 2018-11-06 00:21:13,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:13.578 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.577s] 2018-11-06 00:21:13,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:13.999 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.419s] 2018-11-06 00:21:14,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:14.000 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-06 00:21:14,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:14.001 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-11-06 00:21:14,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:14.564 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.564s] 2018-11-06 00:21:14,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:14.978 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.413s] 2018-11-06 00:21:15,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:15.374 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.396s] 2018-11-06 00:21:16,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:16.112 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [15.652s] 2018-11-06 00:21:16,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:16.635 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.550s] 2018-11-06 00:21:16,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:16.693 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.057s] 2018-11-06 00:21:19,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:19.869 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.054s] 2018-11-06 00:21:19,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:19.890 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.022s] 2018-11-06 00:21:20,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.104 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.058s] 2018-11-06 00:21:20,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.113 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.009s] 2018-11-06 00:21:20,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.264 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.150s] 2018-11-06 00:21:20,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.276 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-11-06 00:21:20,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.287 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-11-06 00:21:20,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.316 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-11-06 00:21:20,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.376 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.059s] 2018-11-06 00:21:20,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.437 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-11-06 00:21:20,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.898 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.460s] 2018-11-06 00:21:20,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.912 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-11-06 00:21:20,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:20.978 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-11-06 00:21:23,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:23.431 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [11.332s] 2018-11-06 00:21:25,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:25.147 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:21:26,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:26.822 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [16.569s] 2018-11-06 00:21:30,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:30.477 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [76.828s] 2018-11-06 00:21:31,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.096 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.222s] 2018-11-06 00:21:31,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.110 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-11-06 00:21:31,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.120 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2018-11-06 00:21:31,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.476 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.355s] 2018-11-06 00:21:31,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.487 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-11-06 00:21:31,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.496 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-11-06 00:21:31,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:31.841 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.343s] 2018-11-06 00:21:32,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:32.172 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.331s] 2018-11-06 00:21:34,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:34.589 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [11.157s] 2018-11-06 00:21:34,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:34.650 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.949s] 2018-11-06 00:21:34,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:34.660 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-11-06 00:21:34,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:34.817 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.899s] 2018-11-06 00:21:34,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:34.840 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:21:35,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:35.032 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:21:35,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:35.201 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.383s] 2018-11-06 00:21:35,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:35.429 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.098s] 2018-11-06 00:21:35,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:35.736 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [19.623s] 2018-11-06 00:21:35,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:35.827 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.238s] 2018-11-06 00:21:36,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:36.478 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.277s] 2018-11-06 00:21:37,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:37.363 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-06 00:21:37,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:37.803 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.763s] 2018-11-06 00:21:39,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:39.992 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.564s] 2018-11-06 00:21:40,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:40.034 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.873s] 2018-11-06 00:21:40,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:40.418 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.050s] 2018-11-06 00:21:40,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:40.431 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-11-06 00:21:43,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:43.202 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-06 00:21:43,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:43.595 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-06 00:21:44,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:44.536 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.252s] 2018-11-06 00:21:44,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:44.657 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [4.998s] 2018-11-06 00:21:44,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:44.684 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.693s] 2018-11-06 00:21:44,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:44.848 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.164s] 2018-11-06 00:21:45,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.052 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.203s] 2018-11-06 00:21:45,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.320 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.266s] 2018-11-06 00:21:45,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.483 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.163s] 2018-11-06 00:21:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.514 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-06 00:21:45,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.687 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.203s] 2018-11-06 00:21:45,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.792 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.097s] 2018-11-06 00:21:45,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:45.859 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.172s] 2018-11-06 00:21:46,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:46.074 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.214s] 2018-11-06 00:21:46,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:46.284 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.209s] 2018-11-06 00:21:46,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:46.431 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.146s] 2018-11-06 00:21:46,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:46.614 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.183s] 2018-11-06 00:21:46,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:46.841 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.304s] 2018-11-06 00:21:46,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:46.864 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.250s] 2018-11-06 00:21:47,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.025 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.160s] 2018-11-06 00:21:47,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.239 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.213s] 2018-11-06 00:21:47,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.296 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.056s] 2018-11-06 00:21:47,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.549 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.252s] 2018-11-06 00:21:47,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.571 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.021s] 2018-11-06 00:21:47,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.594 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.045s] 2018-11-06 00:21:47,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:47.930 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-06 00:21:48,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.144 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.549s] 2018-11-06 00:21:48,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.181 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-11-06 00:21:48,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.220 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.038s] 2018-11-06 00:21:48,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.232 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2018-11-06 00:21:48,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.484 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.251s] 2018-11-06 00:21:48,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.527 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.042s] 2018-11-06 00:21:48,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.617 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [1.775s] 2018-11-06 00:21:48,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.777 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.249s] 2018-11-06 00:21:48,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.812 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.035s] 2018-11-06 00:21:48,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:48.851 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.038s] 2018-11-06 00:21:49,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:49.033 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.181s] 2018-11-06 00:21:49,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:49.078 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.045s] 2018-11-06 00:21:49,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:49.124 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.046s] 2018-11-06 00:21:49,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:49.346 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.221s] 2018-11-06 00:21:51,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:51.284 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-06 00:21:52,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:52.118 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.665s] 2018-11-06 00:21:52,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:52.119 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-11-06 00:21:52,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:52.677 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.053s] 2018-11-06 00:21:53,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:53.494 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.506s] 2018-11-06 00:21:53,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:53.524 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.406s] 2018-11-06 00:21:55,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:55.217 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.159s] 2018-11-06 00:21:55,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:55.434 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.216s] 2018-11-06 00:21:55,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:55.482 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.986s] 2018-11-06 00:21:55,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:55.554 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.072s] 2018-11-06 00:21:55,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:55.624 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.189s] 2018-11-06 00:21:56,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:56.063 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.508s] 2018-11-06 00:21:56,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:56.222 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.598s] 2018-11-06 00:21:56,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:21:56.435 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.212s] 2018-11-06 00:22:01,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:01.085 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.397s] 2018-11-06 00:22:01,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:01.104 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-11-06 00:22:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:01.125 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.021s] 2018-11-06 00:22:01,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:01.572 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.444s] 2018-11-06 00:22:02,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:02.273 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [5.086s] 2018-11-06 00:22:02,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:02.379 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.929s] 2018-11-06 00:22:03,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.153 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.578s] 2018-11-06 00:22:03,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.169 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-11-06 00:22:03,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.188 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-11-06 00:22:03,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.199 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-11-06 00:22:03,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.209 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-11-06 00:22:03,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.227 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.017s] 2018-11-06 00:22:03,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.243 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.016s] 2018-11-06 00:22:03,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.251 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.062s] 2018-11-06 00:22:03,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.255 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-11-06 00:22:03,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:03.972 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.700s] 2018-11-06 00:22:04,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:04.421 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.167s] 2018-11-06 00:22:05,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:05.835 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.413s] 2018-11-06 00:22:06,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:06.966 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.131s] 2018-11-06 00:22:07,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:07.635 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.200s] 2018-11-06 00:22:07,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:07.814 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.178s] 2018-11-06 00:22:08,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:08.041 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.225s] 2018-11-06 00:22:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:08.248 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.206s] 2018-11-06 00:22:08,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:08.453 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.206s] 2018-11-06 00:22:08,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:08.640 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.186s] 2018-11-06 00:22:08,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:08.890 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.248s] 2018-11-06 00:22:09,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.148 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.258s] 2018-11-06 00:22:09,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.602 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.453s] 2018-11-06 00:22:09,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.660 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.057s] 2018-11-06 00:22:09,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.703 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.351s] 2018-11-06 00:22:09,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.719 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.059s] 2018-11-06 00:22:09,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.949 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.230s] 2018-11-06 00:22:09,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:09.986 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.037s] 2018-11-06 00:22:10,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:10.185 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.198s] 2018-11-06 00:22:10,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:10.404 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.218s] 2018-11-06 00:22:11,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:11.147 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.292s] 2018-11-06 00:22:12,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:12.428 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [42.673s] 2018-11-06 00:22:13,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:13.217 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-06 00:22:14,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:14.370 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.220s] 2018-11-06 00:22:14,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:14.947 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [134.450s] 2018-11-06 00:22:15,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:15.994 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.049s]: Skipped until Bug: 1014647 is resolved. 2018-11-06 00:22:16,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:16.206 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.837s] 2018-11-06 00:22:16,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:16.840 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.816s] 2018-11-06 00:22:18,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:18.295 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.553s] 2018-11-06 00:22:18,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:18.501 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.906s] 2018-11-06 00:22:18,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:18.682 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.182s] 2018-11-06 00:22:18,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:18.842 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.159s] 2018-11-06 00:22:19,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:19.305 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.099s] 2018-11-06 00:22:19,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:19.776 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.481s] 2018-11-06 00:22:21,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:21.110 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.266s] 2018-11-06 00:22:23,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:23.535 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.424s] 2018-11-06 00:22:24,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:24.242 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.219s] 2018-11-06 00:22:24,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:24.421 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.178s] 2018-11-06 00:22:24,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:24.442 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.221s] 2018-11-06 00:22:24,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:24.637 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.215s] 2018-11-06 00:22:25,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:25.193 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.555s] 2018-11-06 00:22:25,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:25.442 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.248s] 2018-11-06 00:22:26,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.171 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.634s] 2018-11-06 00:22:26,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.285 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.842s] 2018-11-06 00:22:26,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.331 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.046s] 2018-11-06 00:22:26,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.542 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.210s] 2018-11-06 00:22:26,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.585 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.049s] 2018-11-06 00:22:26,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.628 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.086s] 2018-11-06 00:22:26,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:26.824 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.195s] 2018-11-06 00:22:27,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:27.063 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.238s] 2018-11-06 00:22:27,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:27.102 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-11-06 00:22:27,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:27.488 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.384s] 2018-11-06 00:22:27,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:27.580 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.091s] 2018-11-06 00:22:27,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:27.800 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.219s] 2018-11-06 00:22:27,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:27.851 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.052s] 2018-11-06 00:22:28,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:28.039 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.187s] 2018-11-06 00:22:28,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:28.220 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.181s] 2018-11-06 00:22:28,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:28.479 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.638s] 2018-11-06 00:22:35,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:35.079 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.634s] 2018-11-06 00:22:35,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:35.280 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [5.387s] 2018-11-06 00:22:35,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:35.523 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [11.079s] 2018-11-06 00:22:37,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:37.543 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.600s] 2018-11-06 00:22:37,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:37.763 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.220s] 2018-11-06 00:22:38,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:38.019 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.496s] 2018-11-06 00:22:38,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:38.883 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.403s] 2018-11-06 00:22:38,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:38.886 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-06 00:22:39,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:39.692 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:22:39,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:39.943 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.923s] 2018-11-06 00:22:40,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:40.078 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.999s] 2018-11-06 00:22:42,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:42.631 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.688s] 2018-11-06 00:22:45,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:45.103 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.217s] 2018-11-06 00:22:45,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:45.766 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.715s] 2018-11-06 00:22:46,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:46.679 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.573s] 2018-11-06 00:22:47,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:47.035 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.270s] 2018-11-06 00:22:49,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:49.076 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.039s] 2018-11-06 00:22:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:50.565 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [10.486s] 2018-11-06 00:22:51,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:51.765 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [81.277s] 2018-11-06 00:22:51,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:51.812 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.087s] 2018-11-06 00:22:51,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:51.817 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.056s] 2018-11-06 00:22:51,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:51.889 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.072s] 2018-11-06 00:22:52,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:52.456 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.380s] 2018-11-06 00:22:52,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:52.515 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [40.085s] 2018-11-06 00:22:52,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:52.876 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.064s] 2018-11-06 00:22:54,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:54.719 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [9.614s] 2018-11-06 00:22:57,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:57.009 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.444s] 2018-11-06 00:22:57,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:57.242 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.562s] 2018-11-06 00:22:58,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:22:58.948 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.853s] 2018-11-06 00:23:04,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:04.031 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [7.021s] 2018-11-06 00:23:07,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:07.479 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.234s] 2018-11-06 00:23:07,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:07.482 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-06 00:23:08,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:08.303 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.340s] 2018-11-06 00:23:08,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:08.305 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-06 00:23:08,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:08.324 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.775s] 2018-11-06 00:23:08,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:08.920 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.596s] 2018-11-06 00:23:09,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:09.485 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.564s] 2018-11-06 00:23:10,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:10.106 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.074s] 2018-11-06 00:23:10,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:10.387 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.579s] 2018-11-06 00:23:15,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:15.080 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [7.600s] 2018-11-06 00:23:16,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:16.171 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.967s] 2018-11-06 00:23:17,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:17.412 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.955s] 2018-11-06 00:23:17,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:17.514 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [7.406s] 2018-11-06 00:23:17,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:17.949 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:23:17,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:17.952 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:23:19,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:19.224 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.234s] 2018-11-06 00:23:20,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:20.163 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.993s] 2018-11-06 00:23:21,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:21.267 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-06 00:23:22,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:22.138 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.624s] 2018-11-06 00:23:23,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:23.260 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.096s] 2018-11-06 00:23:23,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:23.465 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.716s] 2018-11-06 00:23:23,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:23.534 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.121s] 2018-11-06 00:23:24,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:24.191 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.726s] 2018-11-06 00:23:24,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:24.206 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [14.717s] 2018-11-06 00:23:24,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:24.258 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.053s] 2018-11-06 00:23:24,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:24.291 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.034s] 2018-11-06 00:23:25,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:25.331 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [10.250s] 2018-11-06 00:23:25,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:25.755 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.220s] 2018-11-06 00:23:26,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:26.290 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [31.566s] 2018-11-06 00:23:28,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:28.686 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:23:29,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:29.560 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-06 00:23:29,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:29.561 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:23:30,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:30.309 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.047s] 2018-11-06 00:23:31,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:31.276 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [4.989s] 2018-11-06 00:23:31,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:31.587 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [6.413s] 2018-11-06 00:23:33,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:33.754 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [7.999s] 2018-11-06 00:23:34,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:34.697 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [1.291s] 2018-11-06 00:23:35,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:35.558 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.860s] 2018-11-06 00:23:36,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:36.420 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.665s] 2018-11-06 00:23:36,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:36.827 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.268s] 2018-11-06 00:23:38,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:38.020 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.083s] 2018-11-06 00:23:38,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:38.120 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.100s] 2018-11-06 00:23:38,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:38.210 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.089s] 2018-11-06 00:23:38,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:38.315 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.105s] 2018-11-06 00:23:38,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:38.408 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.093s] 2018-11-06 00:23:38,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:38.962 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.691s] 2018-11-06 00:23:42,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:42.303 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.881s] 2018-11-06 00:23:42,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:42.464 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-06 00:23:43,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:43.660 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.698s] 2018-11-06 00:23:43,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:43.911 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.073s] 2018-11-06 00:23:44,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:44.594 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.800s] 2018-11-06 00:23:46,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:46.164 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.365s] 2018-11-06 00:23:47,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:47.011 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.846s] 2018-11-06 00:23:47,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:47.619 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.958s] 2018-11-06 00:23:47,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:47.990 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.395s] 2018-11-06 00:23:48,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:48.870 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.567s] 2018-11-06 00:23:51,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:51.267 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [7.354s] 2018-11-06 00:23:53,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:53.193 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.570s] 2018-11-06 00:23:53,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:53.194 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.294s] 2018-11-06 00:23:53,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:53.830 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.613s] 2018-11-06 00:23:54,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:54.278 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [98.275s] 2018-11-06 00:23:54,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:54.280 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.408s] 2018-11-06 00:23:56,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:56.320 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [2.489s] 2018-11-06 00:23:57,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:57.432 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [9.438s] 2018-11-06 00:23:57,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:57.905 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [32.570s] 2018-11-06 00:23:58,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:58.978 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [2.657s] 2018-11-06 00:23:59,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:59.398 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [6.204s] 2018-11-06 00:23:59,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:23:59.399 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-11-06 00:24:00,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:00.460 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [3.030s] 2018-11-06 00:24:00,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:00.666 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [6.385s] 2018-11-06 00:24:01,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:01.048 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [3.146s] 2018-11-06 00:24:02,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:02.723 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.326s] 2018-11-06 00:24:04,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:04.086 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [12.819s] 2018-11-06 00:24:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:04.361 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.899s] 2018-11-06 00:24:04,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:04.982 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.258s] 2018-11-06 00:24:05,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:05.793 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.614s] 2018-11-06 00:24:05,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:05.957 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.595s] 2018-11-06 00:24:07,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:07.572 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.778s] 2018-11-06 00:24:08,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:08.989 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.323s] 2018-11-06 00:24:09,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:09.167 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.208s] 2018-11-06 00:24:09,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:09.211 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2018-11-06 00:24:09,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:09.699 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-06 00:24:09,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:09.700 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-06 00:24:10,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:10.790 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.798s] 2018-11-06 00:24:10,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:10.873 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-11-06 00:24:10,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:10.874 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-06 00:24:11,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:11.129 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:24:12,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:12.590 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-06 00:24:15,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:15.206 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.173s] 2018-11-06 00:24:15,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:15.381 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.175s] 2018-11-06 00:24:15,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:15.626 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.836s] 2018-11-06 00:24:15,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:15.927 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.301s] 2018-11-06 00:24:16,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.277 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.348s] 2018-11-06 00:24:16,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.404 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.126s] 2018-11-06 00:24:16,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.473 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.069s] 2018-11-06 00:24:16,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.581 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.107s] 2018-11-06 00:24:16,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.734 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.017s] 2018-11-06 00:24:16,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.833 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-11-06 00:24:16,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.871 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.184s] 2018-11-06 00:24:16,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:16.929 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.096s] 2018-11-06 00:24:17,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:17.017 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.087s] 2018-11-06 00:24:17,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:17.031 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.159s] 2018-11-06 00:24:17,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:17.087 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.069s] 2018-11-06 00:24:17,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:17.186 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.154s] 2018-11-06 00:24:17,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:17.408 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.672s] 2018-11-06 00:24:17,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:17.623 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.748s] 2018-11-06 00:24:18,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:18.173 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.764s] 2018-11-06 00:24:18,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:18.623 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-06 00:24:18,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:18.681 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.507s] 2018-11-06 00:24:18,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:18.700 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.019s] 2018-11-06 00:24:18,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:18.722 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.022s] 2018-11-06 00:24:18,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:18.853 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.523s] 2018-11-06 00:24:19,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:19.375 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.650s] 2018-11-06 00:24:19,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:19.586 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-06 00:24:19,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:19.599 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.410s] 2018-11-06 00:24:19,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:19.731 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.265s] 2018-11-06 00:24:19,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:19.778 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.181s] 2018-11-06 00:24:24,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:24.685 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.595s] 2018-11-06 00:24:25,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:25.493 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.760s] 2018-11-06 00:24:26,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:26.323 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.469s] 2018-11-06 00:24:32,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:32.681 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.872s] 2018-11-06 00:24:32,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:32.872 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.378s] 2018-11-06 00:24:32,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:32.961 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.280s] 2018-11-06 00:24:34,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:34.692 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.368s] 2018-11-06 00:24:35,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:35.410 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-11-06 00:24:37,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:37.369 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.051s] 2018-11-06 00:24:37,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:37.419 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.051s] 2018-11-06 00:24:38,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:38.027 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-06 00:24:38,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:38.280 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.407s] 2018-11-06 00:24:38,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:38.627 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.934s] 2018-11-06 00:24:40,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:40.579 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.314s] 2018-11-06 00:24:41,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:41.229 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.601s] 2018-11-06 00:24:41,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:41.858 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.173s] 2018-11-06 00:24:42,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:42.243 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.384s] 2018-11-06 00:24:46,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:46.938 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.359s] 2018-11-06 00:24:49,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:49.318 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [11.037s] 2018-11-06 00:24:50,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:50.432 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-06 00:24:50,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:50.433 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-06 00:24:55,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:55.019 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.871s] 2018-11-06 00:24:55,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:55.492 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.474s] 2018-11-06 00:24:57,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:57.237 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.742s] 2018-11-06 00:24:57,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:57.560 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.323s] 2018-11-06 00:24:58,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:58.015 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.455s] 2018-11-06 00:24:59,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:59.610 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [18.379s] 2018-11-06 00:24:59,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:24:59.983 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.373s] 2018-11-06 00:25:00,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:00.265 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.283s] 2018-11-06 00:25:01,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:01.431 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [19.359s] 2018-11-06 00:25:06,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:06.022 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.176s] 2018-11-06 00:25:06,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:06.225 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.202s] 2018-11-06 00:25:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:06.365 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.864s] 2018-11-06 00:25:06,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:06.395 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.169s] 2018-11-06 00:25:06,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:06.623 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.227s] 2018-11-06 00:25:06,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:06.865 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.242s] 2018-11-06 00:25:07,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.104 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.238s] 2018-11-06 00:25:07,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.270 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.166s] 2018-11-06 00:25:07,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.490 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.219s] 2018-11-06 00:25:07,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.530 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.039s] 2018-11-06 00:25:07,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.555 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.025s] 2018-11-06 00:25:07,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.629 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.072s] 2018-11-06 00:25:07,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.843 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.213s] 2018-11-06 00:25:07,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:07.852 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.424s] 2018-11-06 00:25:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:10.116 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.848s] 2018-11-06 00:25:12,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:12.297 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.488s] 2018-11-06 00:25:12,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:12.547 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.693s] 2018-11-06 00:25:15,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:15.169 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.871s] 2018-11-06 00:25:16,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:16.463 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.188s] 2018-11-06 00:25:17,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:17.777 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.229s] 2018-11-06 00:25:20,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:20.269 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.900s] 2018-11-06 00:25:20,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:20.863 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.599s] 2018-11-06 00:25:21,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:21.941 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.163s] 2018-11-06 00:25:21,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:21.960 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.096s] 2018-11-06 00:25:22,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:22.478 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.517s] 2018-11-06 00:25:23,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:23.252 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [8.079s] 2018-11-06 00:25:24,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:24.336 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.085s] 2018-11-06 00:25:24,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:24.589 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.473s] 2018-11-06 00:25:24,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:24.748 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.160s] 2018-11-06 00:25:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:24.805 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.864s] 2018-11-06 00:25:24,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:24.918 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.169s] 2018-11-06 00:25:30,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:30.860 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [6.521s] 2018-11-06 00:25:34,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:34.645 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [3.784s] 2018-11-06 00:25:34,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:34.864 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [25.735s] 2018-11-06 00:25:37,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:37.946 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [173.279s] 2018-11-06 00:25:39,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:39.464 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.816s] 2018-11-06 00:25:39,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:39.545 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.083s] 2018-11-06 00:25:40,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:40.625 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [15.704s] 2018-11-06 00:25:44,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:44.122 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [68.692s] 2018-11-06 00:25:46,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:46.254 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.205s] 2018-11-06 00:25:46,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:46.463 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.209s] 2018-11-06 00:25:46,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:46.654 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.190s] 2018-11-06 00:25:46,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:46.826 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.171s] 2018-11-06 00:25:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.024 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.197s] 2018-11-06 00:25:47,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.218 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.193s] 2018-11-06 00:25:47,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.383 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.164s] 2018-11-06 00:25:47,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.588 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.204s] 2018-11-06 00:25:47,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.628 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.039s] 2018-11-06 00:25:47,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.731 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [113.427s] 2018-11-06 00:25:47,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:47.962 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.334s] 2018-11-06 00:25:48,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:48.189 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.226s] 2018-11-06 00:25:53,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:53.878 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [19.013s] 2018-11-06 00:25:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:25:54.467 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [13.843s] 2018-11-06 00:26:01,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:01.340 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.954s] 2018-11-06 00:26:03,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:03.558 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [9.681s] 2018-11-06 00:26:03,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:03.572 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.233s] 2018-11-06 00:26:05,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:05.979 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [43.495s] 2018-11-06 00:26:08,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:08.930 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.372s] 2018-11-06 00:26:15,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:15.377 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [249.682s] 2018-11-06 00:26:20,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:20.855 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.756s] 2018-11-06 00:26:22,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:22.969 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [3.577s] 2018-11-06 00:26:24,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:24.314 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [11.789s] 2018-11-06 00:26:24,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:24.573 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [15.638s] 2018-11-06 00:26:25,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:25.949 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.093s] 2018-11-06 00:26:28,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:28.265 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.295s] 2018-11-06 00:26:31,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:31.045 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.731s] 2018-11-06 00:26:33,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:33.125 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:26:33,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:33.126 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:26:36,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:36.329 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-06 00:26:36,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:36.331 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:26:36,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:36.331 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-06 00:26:38,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:38.480 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.186s] 2018-11-06 00:26:38,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:38.678 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.198s] 2018-11-06 00:26:38,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:38.837 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.158s] 2018-11-06 00:26:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:39.006 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.169s] 2018-11-06 00:26:39,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:39.167 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.161s] 2018-11-06 00:26:44,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:26:44.776 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [5.606s] 2018-11-06 00:27:03,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:03.521 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [38.947s] 2018-11-06 00:27:06,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:06.107 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.587s] 2018-11-06 00:27:14,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:14.301 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [215.807s] 2018-11-06 00:27:16,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:16.764 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.656s] 2018-11-06 00:27:29,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:29.655 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.890s] 2018-11-06 00:27:33,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:33.556 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [105.818s] 2018-11-06 00:27:35,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:35.242 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.585s] 2018-11-06 00:27:43,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:43.941 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [10.385s] 2018-11-06 00:27:49,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:27:49.080 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.771s] 2018-11-06 00:28:05,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:05.182 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.646s] 2018-11-06 00:28:05,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:05.887 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.704s] 2018-11-06 00:28:06,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:06.402 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.515s] 2018-11-06 00:28:06,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:06.785 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.382s] 2018-11-06 00:28:07,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:07.132 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.345s] 2018-11-06 00:28:08,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:08.026 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.892s] 2018-11-06 00:28:09,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:09.532 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.506s] 2018-11-06 00:28:10,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:10.043 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.511s] 2018-11-06 00:28:10,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:10.576 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.531s] 2018-11-06 00:28:11,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:11.090 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.513s] 2018-11-06 00:28:14,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:14.143 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [38.890s] 2018-11-06 00:28:14,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:14.330 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-06 00:28:19,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:19.983 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.853s] 2018-11-06 00:28:23,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:23.578 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [165.617s] 2018-11-06 00:28:29,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:29.284 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.586s] 2018-11-06 00:28:30,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:30.218 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.851s] 2018-11-06 00:28:30,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:30.424 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.206s] 2018-11-06 00:28:30,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:30.909 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.485s] 2018-11-06 00:28:32,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:32.958 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.048s] 2018-11-06 00:28:35,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:35.149 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.190s] 2018-11-06 00:28:35,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:35.348 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.199s] 2018-11-06 00:28:35,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:35.395 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.046s] 2018-11-06 00:28:42,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:42.326 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.730s] 2018-11-06 00:28:42,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:42.708 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.383s] 2018-11-06 00:28:44,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:44.265 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.556s] 2018-11-06 00:28:54,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:54.992 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-11-06 00:28:56,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:56.729 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-06 00:28:57,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:57.794 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [73.835s] 2018-11-06 00:28:58,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:28:58.904 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-06 00:29:06,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:06.303 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-06 00:29:06,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:06.815 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.996s] 2018-11-06 00:29:08,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:08.347 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [157.864s] 2018-11-06 00:29:13,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:13.250 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.433s] 2018-11-06 00:29:19,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:19.130 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.880s] 2018-11-06 00:29:21,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:21.859 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [217.720s] 2018-11-06 00:29:23,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:23.330 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.199s] 2018-11-06 00:29:29,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:29.701 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [6.370s] 2018-11-06 00:29:37,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:37.491 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [31.181s] 2018-11-06 00:29:42,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:42.153 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.161s] 2018-11-06 00:29:44,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:44.066 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.576s] 2018-11-06 00:29:44,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:44.936 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.781s] 2018-11-06 00:29:46,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:46.009 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.073s] 2018-11-06 00:29:47,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:47.145 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.134s] 2018-11-06 00:29:48,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:48.617 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.471s] 2018-11-06 00:29:49,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:49.224 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [188.395s] 2018-11-06 00:29:51,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:51.248 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.629s] 2018-11-06 00:29:51,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:51.841 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.041s] 2018-11-06 00:29:52,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:52.782 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.534s] 2018-11-06 00:29:53,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:53.009 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.226s] 2018-11-06 00:29:54,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:54.793 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.781s] 2018-11-06 00:29:56,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:56.420 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.626s] 2018-11-06 00:29:57,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:57.046 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.625s] 2018-11-06 00:29:57,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:57.236 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.190s] 2018-11-06 00:29:57,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:57.265 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.028s] 2018-11-06 00:29:57,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:57.283 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-11-06 00:29:58,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:58.941 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-06 00:29:58,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:58.941 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-06 00:29:58,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:58.944 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-11-06 00:29:58,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:29:58.947 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-06 00:30:13,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:30:13.122 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [29.048s] 2018-11-06 00:30:21,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:30:21.899 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.779s] 2018-11-06 00:30:28,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:30:28.338 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [90.520s] 2018-11-06 00:31:56,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:31:56.592 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [88.229s] 2018-11-06 00:31:56,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:31:56.593 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-11-06 00:33:07,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:07.632 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [71.025s] 2018-11-06 00:33:12,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:12.353 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.724s] 2018-11-06 00:33:34,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:34.575 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.156s] 2018-11-06 00:33:34,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:34.615 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.039s] 2018-11-06 00:33:39,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:39.259 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [221.863s] 2018-11-06 00:33:40,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:40.626 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.565s] 2018-11-06 00:33:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:41.358 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.107s] 2018-11-06 00:33:51,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:51.126 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.354s] 2018-11-06 00:33:53,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:53.708 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:33:53,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:53.708 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 00:33:58,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:58.117 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.340s] 2018-11-06 00:33:58,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:33:58.535 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.418s] 2018-11-06 00:34:06,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:06.529 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.207s] 2018-11-06 00:34:06,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:06.993 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.463s] 2018-11-06 00:34:07,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:07.567 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.573s] 2018-11-06 00:34:07,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:07.634 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.068s] 2018-11-06 00:34:07,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:07.699 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.064s] 2018-11-06 00:34:07,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:07.768 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.069s] 2018-11-06 00:34:15,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:15.927 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.491s] 2018-11-06 00:34:16,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:16.601 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.673s] 2018-11-06 00:34:16,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:16.962 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.360s] 2018-11-06 00:34:17,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:17.301 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.338s] 2018-11-06 00:34:18,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:18.336 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.034s] 2018-11-06 00:34:18,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:18.858 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.521s] 2018-11-06 00:34:19,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:19.266 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.407s] 2018-11-06 00:34:20,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:20.701 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.433s] 2018-11-06 00:34:20,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:20.964 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.261s] 2018-11-06 00:34:21,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:21.560 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.597s] 2018-11-06 00:34:21,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:21.626 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.066s] 2018-11-06 00:34:22,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:22.034 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.407s] 2018-11-06 00:34:22,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:22.686 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.651s] 2018-11-06 00:34:34,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:34.792 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.218s] 2018-11-06 00:34:34,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:34.959 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.168s] 2018-11-06 00:34:35,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:35.353 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.393s] 2018-11-06 00:34:47,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:47.858 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.631s] 2018-11-06 00:34:52,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:52.978 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.182s] 2018-11-06 00:34:54,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:34:54.761 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.780s] 2018-11-06 00:35:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:35:01.607 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.372s] 2018-11-06 00:35:01,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:35:01.768 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.160s] 2018-11-06 00:35:01,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:35:01.937 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.169s] 2018-11-06 00:35:02,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:35:02.098 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.161s] 2018-11-06 00:35:07,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:35:07.218 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2018-11-06 00:37:12,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 00:37:12.642 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [213.374s] 2018-11-06 00:37:18,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 26ac76b3-61a7-452b-b1b3-1b2bd88c8e51 2018-11-06 00:37:18,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '26ac76b3-61a7-452b-b1b3-1b2bd88c8e51']'. 2018-11-06 00:37:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 00:37:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 00:37:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 26ac76b3-61a7-452b-b1b3-1b2bd88c8e51 | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 00:13:05 | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 00:37:17 | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:12 | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c186c3de-b55c-4963-9083-cf4badc833e3) | 2018-11-06 00:37:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 941fc295-b608-4856-bb1b-d7226651eac1) | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1442.318 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1060 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 00:37:19,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 00:37:19,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 00:37:19,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.3302411874% 2018-11-06 00:37:19,929 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 24:28 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-06 00:37:19,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-06 00:37:19,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:37:21,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f53289c-ea91-48f7-b4f2-b62602b13fcb Date: Tue, 06 Nov 2018 00:37:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:37:21,421 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286 used request id req-3f53289c-ea91-48f7-b4f2-b62602b13fcb 2018-11-06 00:37:21,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.48991680145s 2018-11-06 00:37:21,422 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2a43aef2-0c96-4b9c-8eca-e4600924c286 used request id req-3f53289c-ea91-48f7-b4f2-b62602b13fcb 2018-11-06 00:37:21,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-06 00:37:21,425 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:21,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:37: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-582244fd-8637-4601-b499-7ecadd57f1b4 x-compute-request-id: req-582244fd-8637-4601-b499-7ecadd57f1b4 Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "be65bc36-fc68-4739-b332-a194b8d6a0f3", "name": "tempest_full_parallel-flavor_alt_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c993803b-69f7-4f3d-bb68-5071ebd6f437", "name": "tempest_full_parallel-flavor_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-06 00:37:21,617 - 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-582244fd-8637-4601-b499-7ecadd57f1b4 2018-11-06 00:37:21,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.195364952087s 2018-11-06 00:37:21,618 - 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-582244fd-8637-4601-b499-7ecadd57f1b4 2018-11-06 00:37:21,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-06 00:37:21,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:21,690 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:37: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-d1e39463-3cb5-4176-b5f6-383deda59000 x-compute-request-id: req-d1e39463-3cb5-4176-b5f6-383deda59000 Content-Length: 0 Content-Type: application/json 2018-11-06 00:37:21,691 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3 used request id req-d1e39463-3cb5-4176-b5f6-383deda59000 2018-11-06 00:37:21,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0707190036774s 2018-11-06 00:37:21,691 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/be65bc36-fc68-4739-b332-a194b8d6a0f3 used request id req-d1e39463-3cb5-4176-b5f6-383deda59000 2018-11-06 00:37:21,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-06 00:37:21,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:37:21,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-abfba8d0-597e-4872-9c30-958f148ba485 Date: Tue, 06 Nov 2018 00:37:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "metadata": {}}], "file": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/file", "owner": "02f7493d1f84409dbc521d1487e5b912", "id": "c18eba01-2ab5-4186-8e08-54270b3d88cc", "size": 12716032, "self": "/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc", "disk_format": "qcow2", "direct_url": "rbd://39a28cd8-a6ba-43ae-a9ac-19d0a1b5974a/images/c18eba01-2ab5-4186-8e08-54270b3d88cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-06T00:12:54Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-06T00:12:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-06 00:37:21,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-abfba8d0-597e-4872-9c30-958f148ba485 2018-11-06 00:37:21,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164047002792s 2018-11-06 00:37:21,855 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-abfba8d0-597e-4872-9c30-958f148ba485 2018-11-06 00:37:21,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-06 00:37:21,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33c118eb64f24cc8e2ccaeb9fd85e0eff699c904" 2018-11-06 00:37:23,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82d27453-3ef8-4d61-986f-6fa3a011df28 Date: Tue, 06 Nov 2018 00:37:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-06 00:37:23,642 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc used request id req-82d27453-3ef8-4d61-986f-6fa3a011df28 2018-11-06 00:37:23,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.78609681129s 2018-11-06 00:37:23,643 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c18eba01-2ab5-4186-8e08-54270b3d88cc used request id req-82d27453-3ef8-4d61-986f-6fa3a011df28 2018-11-06 00:37:23,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-06 00:37:23,646 - 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.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:23,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:37:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc1aa2de-a6ef-419e-a656-a8b682619ffb x-compute-request-id: req-dc1aa2de-a6ef-419e-a656-a8b682619ffb Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/762c6529-4723-45c4-9e6b-5545b1d2d56a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "762c6529-4723-45c4-9e6b-5545b1d2d56a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c993803b-69f7-4f3d-bb68-5071ebd6f437", "name": "tempest_full_parallel-flavor_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-06 00:37:23,675 - 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-dc1aa2de-a6ef-419e-a656-a8b682619ffb 2018-11-06 00:37:23,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0321381092072s 2018-11-06 00:37:23,676 - 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-dc1aa2de-a6ef-419e-a656-a8b682619ffb 2018-11-06 00:37:23,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-06 00:37:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:23,715 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 06 Nov 2018 00:37:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76d3b70f-8e70-4068-a41c-cf3448400687 x-compute-request-id: req-76d3b70f-8e70-4068-a41c-cf3448400687 Content-Length: 0 Content-Type: application/json 2018-11-06 00:37:23,715 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437 used request id req-76d3b70f-8e70-4068-a41c-cf3448400687 2018-11-06 00:37:23,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365519523621s 2018-11-06 00:37:23,715 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c993803b-69f7-4f3d-bb68-5071ebd6f437 used request id req-76d3b70f-8e70-4068-a41c-cf3448400687 2018-11-06 00:37:23,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:37:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:23,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9005fc-c076-4b20-a6e9-52a27922921f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/1bcebb442b2b48e98ad71ecc304819df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bcebb442b2b48e98ad71ecc304819df", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/36f6f0390d514093afcb071e2157cabc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36f6f0390d514093afcb071e2157cabc", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/3705b8cc0ef54cb5b0d507a30763aa65"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3705b8cc0ef54cb5b0d507a30763aa65", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4871ccbf0141497fb38f4080868a14fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4871ccbf0141497fb38f4080868a14fe", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/4a722a05a73d4af0b43bb74538656695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a722a05a73d4af0b43bb74538656695", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6109b24720e74c989ad1ee28899dbc78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6109b24720e74c989ad1ee28899dbc78", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/664908ecb22d46e3af93ebc7679af4d8"}, "domain_id": "8dba5ae6d5ed4e65941b5efdf73b871e", "enabled": true, "options": {}, "id": "664908ecb22d46e3af93ebc7679af4d8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7fdda575cd814d28a286f115dfcc3f19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fdda575cd814d28a286f115dfcc3f19", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7fe475b4df644f58888d823f364afdc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fe475b4df644f58888d823f364afdc9", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e10f03381a4b31979804b2e6462ad1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0e10f03381a4b31979804b2e6462ad1", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/a909e3cf6d664eb784b6b114975dc845"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a909e3cf6d664eb784b6b114975dc845", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/c7d4be59b90b41ef9e6dd766f828fa08"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7d4be59b90b41ef9e6dd766f828fa08", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/da6b7268fb084fac8f72c5ba63649075"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da6b7268fb084fac8f72c5ba63649075", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b", "links": {"self": "http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1"}, "domain_id": "default", "enabled": true, "id": "e48354ff9460425b9a17bdcdb2d5a7f1", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/eda63c738ebf43bab96d100dc2d00d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eda63c738ebf43bab96d100dc2d00d2f", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-06 00:37:23,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9e9005fc-c076-4b20-a6e9-52a27922921f 2018-11-06 00:37:23,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949380397797s 2018-11-06 00:37:23,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9e9005fc-c076-4b20-a6e9-52a27922921f 2018-11-06 00:37:23,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-06 00:37:23,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:23,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9033fd8-a675-4b30-b555-faf343d73c44 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1"}, "enabled": true, "id": "e48354ff9460425b9a17bdcdb2d5a7f1", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}} 2018-11-06 00:37:23,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 used request id req-a9033fd8-a675-4b30-b555-faf343d73c44 2018-11-06 00:37:23,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0917718410492s 2018-11-06 00:37:23,909 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 used request id req-a9033fd8-a675-4b30-b555-faf343d73c44 2018-11-06 00:37:23,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-06 00:37:23,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:24,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:37:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbe39360-91eb-4195-8892-7533acc18d48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:37:24,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 used request id req-dbe39360-91eb-4195-8892-7533acc18d48 2018-11-06 00:37:24,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.16718006134s 2018-11-06 00:37:24,077 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e48354ff9460425b9a17bdcdb2d5a7f1 used request id req-dbe39360-91eb-4195-8892-7533acc18d48 2018-11-06 00:37:24,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-06 00:37:24,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:24,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74db0ded-c06c-4619-9013-f674e229088f 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: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912"}, "enabled": true, "id": "02f7493d1f84409dbc521d1487e5b912", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_fe2eb6cf-a9da-419b-9f8f-8173acea968b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/4790446d95754ab49ebc2abd16e507e3"}, "enabled": true, "id": "4790446d95754ab49ebc2abd16e507e3", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/aba621f7e9154af3a5e42bcbad943619"}, "enabled": true, "id": "aba621f7e9154af3a5e42bcbad943619", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-06 00:37:24,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-74db0ded-c06c-4619-9013-f674e229088f 2018-11-06 00:37:24,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827009677887s 2018-11-06 00:37:24,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-74db0ded-c06c-4619-9013-f674e229088f 2018-11-06 00:37:24,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-06 00:37:24,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:24,321 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98af8c0a-5122-4100-935b-0a46a8e905c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:37:24,322 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912 used request id req-98af8c0a-5122-4100-935b-0a46a8e905c8 2018-11-06 00:37:24,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158179044724s 2018-11-06 00:37:24,322 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/02f7493d1f84409dbc521d1487e5b912 used request id req-98af8c0a-5122-4100-935b-0a46a8e905c8 2018-11-06 00:37:24,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-06 00:37:24,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:24,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 06 Nov 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c1aae4-64db-40dc-a0b8-04be22103e87 Content-Encoding: gzip Content-Length: 316 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": "1739384f36fa4d00ad0505deffc5fe9e", "links": {"self": "http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e"}, "name": "Member"}, {"domain_id": null, "id": "8b21b2a7499e439f8f44f61796f2c85c", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b21b2a7499e439f8f44f61796f2c85c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c18117f4b70e4ae8a58d8b9162a25b19", "links": {"self": "http://172.30.9.23:5000/v3/roles/c18117f4b70e4ae8a58d8b9162a25b19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb0648a5da6c47b2bc3af65006b467db", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb0648a5da6c47b2bc3af65006b467db"}, "name": "heat_stack_user"}]} 2018-11-06 00:37:24,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a5c1aae4-64db-40dc-a0b8-04be22103e87 2018-11-06 00:37:24,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764520168304s 2018-11-06 00:37:24,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-06 00:37:24,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:24,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 06 Nov 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3d6c94a-f2a3-41e6-9294-3945278511bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-06 00:37:24,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1739384f36fa4d00ad0505deffc5fe9e used request id req-e3d6c94a-f2a3-41e6-9294-3945278511bb 2018-11-06 00:37:24,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.127425909042s 2018-11-06 00:37:24,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-06 00:37:24,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=02f7493d1f84409dbc521d1487e5b912&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff96e34a91045a9124ebe8efe376418ed6ed845" 2018-11-06 00:37:24,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3a042ea7-1d37-49a8-a248-a83ce7ca09a2 Date: Tue, 06 Nov 2018 00:37:24 GMT RESP BODY: {"security_groups": []} 2018-11-06 00:37:24,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=02f7493d1f84409dbc521d1487e5b912&name=default used request id req-3a042ea7-1d37-49a8-a248-a83ce7ca09a2 2018-11-06 00:37:24,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191916942596s 2018-11-06 00:37:24,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=02f7493d1f84409dbc521d1487e5b912&name=default used request id req-3a042ea7-1d37-49a8-a248-a83ce7ca09a2 2018-11-06 00:37:24,724 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK